:root{--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--ink: #071225;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:var(--ink);overscroll-behavior:none;touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-text-size-adjust:100%}#app{position:fixed;inset:0;width:100vw;height:100vh;width:100dvw;height:100dvh;overflow:hidden;background:var(--ink);touch-action:none}#game{position:absolute;inset:0;touch-action:none}#game canvas{display:block;touch-action:none;outline:none}#safe-probe{position:absolute;top:0;left:0;width:0;height:0;visibility:hidden;pointer-events:none;padding-top:env(safe-area-inset-top,0px);padding-right:env(safe-area-inset-right,0px);padding-bottom:env(safe-area-inset-bottom,0px);padding-left:env(safe-area-inset-left,0px)}#sound-toggle{position:absolute;top:calc(var(--safe-top) + 6px);right:calc(var(--safe-right) + 6px);z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:1px solid rgba(77,235,255,.28);border-radius:12px;background:#0712258c;color:#4debff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background-color .12s ease,border-color .12s ease}#sound-toggle:focus-visible{outline:2px solid #4debff;outline-offset:2px}#sound-toggle:active{background:#4debff29}.sound-icon{display:block;width:22px;height:22px}.sound-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sound-icon .sound-body{fill:currentColor;stroke-width:1.2}.sound-cross{opacity:0}#sound-toggle[aria-pressed=true]{color:#ff6687;border-color:#ff668752}#sound-toggle[aria-pressed=true] .sound-waves{opacity:0}#sound-toggle[aria-pressed=true] .sound-cross{opacity:1}@media(prefers-reduced-motion:reduce){#sound-toggle{transition:none}}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
