:root{--game-bg: #000}body{font-family:Nunito,sans-serif;background-color:#0f172a;background-image:radial-gradient(circle at center,#1e293b,#0f172a);touch-action:none;overflow:hidden;margin:0;display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}#game-container{position:fixed;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);transition:transform .3s ease;transform-origin:center;background:var(--game-bg);overflow:hidden;display:flex;align-items:center;justify-content:center}#game-area{position:relative;width:100%;height:100%;max-width:177.78vh;max-height:56.25vw;aspect-ratio:16 / 9;overflow:hidden}@media screen and (max-aspect-ratio:1/1){#game-container{width:100vh;height:100vw;transform:translate(-50%,-50%) rotate(90deg)}#game-area{max-width:177.78vw;max-height:56.25vh}}canvas{display:block;width:100%;height:100%;image-rendering:auto}
