:root{color-scheme:dark;font-family:Inter,ui-rounded,SF Pro Rounded,system-ui,sans-serif;background:#07101f;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#game-shell,#game{width:100%;height:100%;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent}body{min-width:320px;min-height:320px;background:radial-gradient(circle at 50% 20%,#213963,#0b1730 42%,#050a13);overscroll-behavior:none;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}#game-shell{padding-top:var(--safe-area-inset-top, env(safe-area-inset-top, 0px));padding-right:var(--safe-area-inset-right, env(safe-area-inset-right, 0px));padding-bottom:var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));padding-left:var(--safe-area-inset-left, env(safe-area-inset-left, 0px))}#startup-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;overflow:hidden;background:#071426;opacity:1;isolation:isolate}#startup-splash:after{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:#fff;content:"";opacity:0;pointer-events:none;transition:opacity .42s ease-in-out}#startup-splash.is-fading-to-white:after{opacity:1}#startup-splash.is-revealing-menu{pointer-events:none;opacity:0;transition:opacity .46s ease-in-out}#startup-splash img{position:relative;z-index:0;display:block;width:100%;height:100%;object-fit:contain}.startup-spinner{position:absolute;z-index:1;right:max(22px,var(--safe-area-inset-right, env(safe-area-inset-right, 0px)));bottom:max(22px,var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)));width:38px;height:38px;border:4px solid rgb(255 255 255 / 30%);border-top-color:#fff;border-radius:50%;filter:drop-shadow(0 2px 7px rgb(0 0 0 / 55%));animation:startup-spin .72s linear infinite;transition:opacity .12s ease-out}#startup-splash.is-fading-to-white .startup-spinner{opacity:0}@keyframes startup-spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.startup-spinner{animation-duration:1.6s}}canvas{display:block;margin:auto;outline:none;box-shadow:0 24px 80px #00000073;-webkit-tap-highlight-color:transparent}@media(orientation:landscape)and (pointer:coarse)and (max-height:600px){#game-shell{padding:0}#startup-splash img{object-fit:cover}}
