:root{color-scheme:dark;font-family:Consolas,"Courier New",monospace;background:#050505;color:#f2f2f2}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#050505}body{display:grid;place-items:center;min-height:100vh}#app{width:min(100vw,1344px);padding:12px}#cabinet{border:4px solid #7a2a0b;background:#111;box-shadow:0 0 0 4px #1c0a03}#topbar,#hud{display:flex;justify-content:space-between;gap:12px;padding:7px 10px;background:#090909;color:#f3d877;font-weight:700;white-space:nowrap;overflow:hidden}#game{display:block;width:100%;height:auto;aspect-ratio:336/240;background:#000;image-rendering:pixelated;image-rendering:crisp-edges}#hud{font-size:clamp(10px,1.2vw,15px);color:#ddd}#hud-player{color:#ff453a}#help{text-align:center;padding:8px 0;color:#888;font-size:12px}@media(max-width:700px){#app{padding:0}#cabinet{border-width:2px}#help{display:none}}
