:root { --grey: #636363; --black: #000; --yellow: #f0c030; --red: #d83030; --green: #48b048; }
* { box-sizing: border-box; }
body { margin: 0; background: #202020; color: #ddd; font-family: "Press Start 2P", monospace; font-size: 11px; }
.cabinet { max-width: 1040px; margin: 0 auto; padding: 14px 16px 30px; }
.marquee { display: flex; align-items: center; gap: 14px; background: #101010; border: 4px solid var(--grey); padding: 8px 14px; margin-bottom: 14px; }
.marquee-fly { width: 64px; height: 64px; image-rendering: auto; }
h1 { margin: 0 0 8px; font-size: 18px; color: var(--yellow); letter-spacing: 1px; text-shadow: 3px 3px #7a1010; }
.sub { margin: 0; color: #aaa; font-size: 9px; line-height: 1.7; font-family: system-ui, sans-serif; font-size: 13px; }
.stage { display: flex; gap: 14px; align-items: flex-start; }
.board-wrap { position: relative; width: 656px; height: 656px; flex: none; }
canvas#field { display: block; background: var(--grey); image-rendering: pixelated; }
.side { width: 330px; display: flex; flex-direction: column; gap: 10px; }
.panel { background: var(--grey); color: #000; padding: 10px; border: 3px solid #3a3a3a; }
.panel h3 { margin: 0 0 8px; font-size: 10px; color: #111; }
.panel.score .row { display: flex; justify-content: space-between; margin: 5px 0; font-size: 10px; }
.panel .lbl { color: #222; }
.small { font-size: 12px; font-family: system-ui, sans-serif; line-height: 1.45; }
.dim { color: #222; margin-top: 4px; font-size: 11px; }
canvas#retina { image-rendering: pixelated; background: #000; border: 2px solid #222; display: block; }
.unit { display: flex; align-items: center; gap: 6px; margin: 3px 0; font-size: 8px; }
.unit .name { width: 92px; color: #111; }
.unit .bar { flex: 1; height: 10px; background: #222; }
.unit .bar > div { height: 100%; background: var(--green); }
.unit.chosen .bar > div { background: var(--yellow); }
.unit .val { width: 22px; text-align: right; color: #111; }
.overlay { position: absolute; inset: 0; background: rgba(0,0,0,.82); display: flex; flex-direction: column; align-items: center;
           justify-content: center; gap: 22px; text-align: center; }
.hidden { display: none; }
.title-big { font-size: 34px; color: var(--yellow); line-height: 1.4; text-shadow: 4px 4px var(--red); }
#overlay-title { font-size: 30px; color: var(--red); text-shadow: 3px 3px #400; }
#overlay-sub { font-size: 10px; color: #ccc; line-height: 1.8; }
.menu { display: flex; flex-direction: column; gap: 12px; }
button { font-family: inherit; font-size: 12px; background: var(--yellow); color: #000; border: 0; padding: 12px 18px; cursor: pointer;
         box-shadow: 4px 4px #7a1010; }
button:hover { filter: brightness(1.1); }
button.secondary { background: #bbb; box-shadow: 4px 4px #333; }
select { font-family: inherit; font-size: 10px; margin-left: 8px; }
.keys { font-size: 9px; color: #999; }
