@import"https://fonts.googleapis.com/css2?family=Poppins:wght@1100;400;500;600;700&display=swap";body{font-family:Poppins,sans-serif}.flash-effect{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;opacity:.8;transition:opacity .3s ease-out;z-index:2000}.snapshot-preview{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:80vh;border-radius:15px;box-shadow:0 4px 10px #0003;z-index:1000}.prompt-container{position:fixed;bottom:12%;left:50%;transform:translate(-50%);background:#fff;padding:20px;border-radius:15px;text-align:center;box-shadow:0 4px 10px #0003;z-index:1100;width:65%;max-width:400px}body{background:#000;transition:background .3s ease}body.snapshot-active{background:#000}.prompt-container p{font-size:20px;font-weight:700;color:#000;margin-bottom:15px}.prompt-button{display:inline-block;margin:5px;padding:12px 24px;font-size:17px;font-weight:700;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;color:#fff}.prompt-button.yes,.prompt-button.no{background:#000}.prompt-button:active{transform:scale(.95);opacity:.8}#canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-1}#snapshot-button{position:fixed;bottom:11%;left:50%;transform:translate(-50%);background:#fff;color:#fff;font-family:Poppins,sans-serif;font-size:38px;font-weight:700;padding:4px 32px;border:4px solid black;border-radius:50px;white-space:nowrap;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0003;z-index:1000}#sound-button{position:fixed;bottom:11%;left:calc(50% + 120px);transform:translate(-50%);background:#fff;color:#fff;font-family:Poppins,sans-serif;font-size:38px;font-weight:700;padding:4px 32px;border:4px solid black;border-radius:50px;white-space:nowrap;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0003;z-index:1000}#sound-button.sound-off{opacity:.5}#sound-button.sound-on{opacity:1}#next-lens-button{position:fixed;bottom:11%;left:calc(50% - 120px);transform:translate(-50%);background:#fff;color:#fff;font-family:Poppins,sans-serif;font-size:38px;font-weight:700;padding:4px 32px;border:4px solid black;border-radius:50px;white-space:nowrap;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0003;z-index:1000}#snapshot-button:active{transform:translate(-50%) scale(.95);opacity:.8}#loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:20px;z-index:3000}.spinner{width:50px;height:50px;border:5px solid rgba(17,17,17,.1);border-top:5px solid black;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#frame-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:500;display:flex;justify-content:center;align-items:center}#frame-overlay:before{content:"";display:none}#snap-attribution{position:fixed;top:15px;right:15px;display:flex;align-items:center;gap:3px;background:none;padding:0;border-radius:0;z-index:1001;pointer-events:none}#snap-attribution img{height:15px;width:auto;display:inline-block}
