html,body,#game-root{margin:0;min-height:100%;height:100%;width:100%;overflow:hidden;background:#07090f;color:#e8f6ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overscroll-behavior:none;touch-action:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}body{min-height:var(--app-height, 100dvh);height:var(--app-height, 100dvh);position:fixed;top:0;right:0;bottom:0;left:0}#game-root{min-height:var(--app-height, 100dvh);height:var(--app-height, 100dvh);width:100vw;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);box-sizing:border-box}canvas{display:block;margin:0 auto;image-rendering:pixelated;max-width:100%;max-height:100%;touch-action:none}
