:root{color-scheme:dark;--surround: #05070c;--bezel: #10151f;--edge: #232c3d;--ink: #8ea3bd;--ink-dim: #55647a;--key: #1b2331}*{box-sizing:border-box}html,body{height:100%;overscroll-behavior:none}body{margin:0;background:radial-gradient(ellipse at 50% 0%,#0d1320 0%,var(--surround) 70%);color:var(--ink);font:13px/1.5 ui-monospace,DejaVu Sans Mono,Cascadia Mono,monospace;display:flex;align-items:center;justify-content:center;overflow:hidden}.cabinet{display:flex;flex-direction:column;align-items:center;gap:14px;padding:16px;width:100%;height:100%}.stage{flex:1 1 0;min-height:0;width:100%;display:flex;align-items:center;justify-content:center}#playfield{display:block;background:#000;border:2px solid var(--edge);border-radius:3px;box-shadow:0 0 0 6px var(--bezel),0 18px 48px #000000b3;image-rendering:pixelated;image-rendering:crisp-edges;touch-action:none;user-select:none}.boot{margin:0;color:var(--ink-dim)}.boot[hidden]{display:none}.offscreen{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;opacity:0}.topbar,.deck{display:none}html[data-touch=on] body{height:100svh}html[data-touch=on] .cabinet{height:100svh;gap:6px;padding:calc(4px + env(safe-area-inset-top)) calc(4px + env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) calc(4px + env(safe-area-inset-left))}html[data-touch=on] #playfield{border-width:1px;box-shadow:none}html[data-touch=on] .topbar,html[data-touch=on] .deck{display:grid;width:100%;gap:6px}html[data-touch=on] .topbar{grid-template-columns:repeat(3,minmax(0,1fr));flex:0 0 auto}html[data-touch=on] .deck{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"up up down down action action" "left left left right right right";flex:0 0 auto}.deck__button--up{grid-area:up}.deck__button--down{grid-area:down}.deck__button--action{grid-area:action}.deck__button--left{grid-area:left}.deck__button--right{grid-area:right}.topbar__button,.deck__button{display:flex;align-items:center;justify-content:center;margin:0;border:1px solid var(--edge);border-radius:6px;background:linear-gradient(180deg,#1b2331,#10151f);color:var(--ink);font:inherit;letter-spacing:.06em;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.topbar__button[hidden],.deck__button[hidden]{display:none}.deck__button{touch-action:none;min-height:max(48px,11svh);font-size:clamp(11px,3.4vw,16px)}.topbar__button{touch-action:manipulation;min-height:34px;font-size:clamp(10px,2.8vw,13px);color:var(--ink-dim)}.deck__button--left,.deck__button--right{min-height:max(56px,15svh);background:linear-gradient(180deg,#223046,#131a26);color:#cfe0f5}.deck__button--action{border-color:#3a4c68;color:#cfe0f5}.deck__button:active,.topbar__button:active{background:#2b3a52;color:#eaf2ff}.deck__label{pointer-events:none}@media (orientation: landscape){html[data-touch=on] .cabinet{display:grid;grid-template-columns:minmax(76px,13%) minmax(0,1fr) minmax(76px,13%);grid-template-rows:auto minmax(0,1fr) minmax(0,1fr) minmax(0,1.5fr);grid-template-areas:"bar    bar   bar" "up     stage down" "action stage down" "left   stage right";align-items:stretch;justify-items:stretch}html[data-touch=on] .topbar{grid-area:bar}html[data-touch=on] .stage{grid-area:stage}html[data-touch=on] .deck{display:contents}html[data-touch=on] .deck__button,html[data-touch=on] .deck__button--left,html[data-touch=on] .deck__button--right{min-height:44px}html[data-touch=on] .topbar__button{min-height:30px}html[data-touch=on] .boot{grid-area:stage;align-self:end}}
