:root{color-scheme:dark;font-family:Consolas,"Courier New",monospace;background:#020202;color:#eee}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 50% 30%,#1b0903 0,#050201 42%,#000 72%)}body{display:grid;place-items:center;min-height:100vh;overflow:hidden}#app{width:min(100vw,1440px);padding:10px}#cabinet{position:relative;border:3px solid #9b3211;background:#070707;box-shadow:0 0 0 2px #321006,0 18px 60px #000,0 0 30px #6b1d08aa}#cabinet:before{content:"";position:absolute;inset:-8px;border:1px solid #451307;pointer-events:none}.logo{letter-spacing:.08em;text-shadow:0 0 6px #db6b21}#topbar,#hud{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 10px;background:linear-gradient(#0d0a08,#030303);color:#f4cf59;font-weight:700;white-space:nowrap;overflow:hidden;border-bottom:1px solid #56200d}#topbar{font-size:14px}#status{font-size:12px;color:#f7d75f}#screenwrap{position:relative;background:#000;overflow:hidden}#game{display:block;width:100%;height:auto;aspect-ratio:336/240;background:#000;image-rendering:pixelated;image-rendering:crisp-edges}#scanlines{pointer-events:none;position:absolute;inset:0;background:repeating-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 2px,rgba(0,0,0,.12) 3px);mix-blend-mode:multiply;opacity:.35}#hud{border-top:1px solid #56200d;font-size:clamp(9px,1vw,13px);color:#d9d9d9;padding-block:5px}#hud b{color:#fff}.hero{display:flex;align-items:center;gap:7px;min-width:110px}#hud-player{color:#ff4438}.portrait{width:14px;height:14px;display:inline-block;border:1px solid #7a2a18;background:#210d08;image-rendering:pixelated}#help{text-align:center;padding:7px;color:#6c655f;font-size:10px;letter-spacing:.04em}@media(max-width:700px){#app{padding:0}#cabinet{border-width:2px}#help{display:none}#hud{gap:6px;padding-inline:5px}.hero{min-width:auto}}
