*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;background:#0d0d14;font-family:"Press Start 2P",monospace;color:#f5f0e8;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale}#app{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 20%,#1a2744 0%,transparent 55%),linear-gradient(180deg,#0d0d14,#12121f)}#game{image-rendering:pixelated;image-rendering:crisp-edges;width:min(100vw,calc(100vh * 16 / 9));height:min(100vh,56.25vw);max-width:100%;max-height:100%;background:#87ceeb;box-shadow:0 0 0 4px #2a2a3a,0 0 0 6px #5a4a6a,0 12px 40px #0000008c;touch-action:none;cursor:crosshair}#touch-controls{position:fixed;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:10px;padding:0 12px;pointer-events:none;z-index:10}#touch-controls.hidden{display:none}#touch-controls button{pointer-events:auto;font-family:"Press Start 2P",monospace;font-size:10px;padding:14px 16px;border:3px solid #f5f0e8;border-radius:4px;background:#141423d9;color:#f5f0e8;min-width:72px;user-select:none;-webkit-user-select:none;touch-action:manipulation}#touch-controls button:active,#touch-controls button.active{background:#e85d75;border-color:#fff;transform:scale(.96)}@media(pointer:coarse){#touch-controls.hidden{display:flex}}@media(max-height:500px){#touch-controls button{font-size:8px;padding:10px 12px}}
