html,body,#app,#game-root{width:100%;height:100%;margin:0}html{background:#15151d;color:#fff;overflow:hidden;touch-action:none}body{min-width:320px;min-height:100vh;min-height:100dvh;overflow:hidden;overscroll-behavior:none;-webkit-font-smoothing:antialiased}#app{display:grid;place-items:center;width:100vw;height:100vh;height:100dvh}#orientation-gate{box-sizing:border-box;display:grid;width:100%;height:100%;place-items:center;padding:24px;text-align:center}.orientation-gate__copy{max-width:18rem;margin:0;color:#fff7fb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:0;line-height:1.45;word-break:keep-all}#game-root{position:relative;width:100vw;height:100vh;height:100dvh;overflow:hidden}#orientation-gate[hidden],#game-root[hidden]{display:none}canvas{display:block;image-rendering:pixelated;image-rendering:crisp-edges;touch-action:none}@media(max-width:360px){.orientation-gate__copy{font-size:1.15rem}}
