:root{color-scheme:dark;font-family:Consolas,"Courier New",monospace;background:#000;color:#eee}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#000}body{display:grid;place-items:center;min-height:100vh}#app{width:min(100vw,1344px);padding:8px}#cabinet{border:3px solid #8d2d0c;background:#090909;box-shadow:0 0 0 3px #260b03}#topbar,#hud{display:flex;justify-content:space-between;gap:10px;padding:6px 9px;background:#050505;color:#f0cf5c;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(9px,1.15vw,14px);color:#ddd}#hud-player{color:#ff453a}#help{text-align:center;padding:7px;color:#777;font-size:11px}@media(max-width:700px){#app{padding:0}#cabinet{border-width:2px}#help{display:none}}
