: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)}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100vh;overscroll-behavior:none;touch-action:none;color:#d8e2f0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#05070c;height:100dvh;font-family:MS Gothic,Osaka-Mono,monospace;overflow:hidden}#stage{touch-action:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#game{image-rendering:auto;touch-action:none;background:#0b0f18;display:block}#game-root{width:100vw;height:100vh;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}#game-root canvas{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;display:block;margin:0!important}
