html,body{overscroll-behavior:none;background:#d9b98f;height:100%;margin:0;overflow:hidden}#view{touch-action:none;cursor:none;width:100vw;height:100vh;display:block}#veil{pointer-events:none;background:radial-gradient(at 35% 20%,#fff3dc 0%,#f3dcc0 55%,#d9b98f 100%);transition:opacity 2.4s;position:fixed;inset:0}#veil.lifted{opacity:0}body.shot #veil{display:none}#cursor{--charge:0;pointer-events:none;width:26px;height:26px;box-shadow:0 0 calc(6px + var(--charge) * 18px) rgba(255, 236, 200, calc(.35 + var(--charge) * .5)), inset 0 0 6px #fffaee59;opacity:0;will-change:transform;border:1.5px solid #fffaeed9;border-radius:50%;transition:opacity .3s;position:fixed;top:0;left:0}#sound{right:max(18px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(6px);cursor:pointer;opacity:.7;background:#fff4e224;border:0;border-radius:50%;width:40px;height:40px;padding:8px;transition:opacity .4s,background .4s;position:fixed}#sound:hover{opacity:1;background:#fff4e23d}#sound svg{fill:none;stroke:#fff7ea;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}#sound .speaker{fill:#fff7ea}#sound[data-on=false] .wave,#sound[data-on=true] .mute{display:none}#sound[data-on=false]{animation:3.2s ease-in-out infinite breathe}@keyframes breathe{50%{opacity:.35}}body.shot #sound,body.shot #cursor{display:none}
