:root{color-scheme:dark;font-family:Impact,Haettenschweiler,Arial Narrow Bold,system-ui,sans-serif;background:#03040d;color:#fff;font-synthesis:none}*{box-sizing:border-box}html,body{margin:0;min-width:320px;min-height:100%}body{min-height:100vh;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(112,30,255,.25),transparent 28rem),radial-gradient(circle at 82% 75%,rgba(0,190,255,.18),transparent 32rem),#03040d}.game-shell{width:min(100vw,1400px);padding:clamp(0px,2vw,28px)}.cabinet{position:relative;border:clamp(2px,.35vw,6px) solid #090b24;border-radius:clamp(0px,1vw,16px);overflow:hidden;box-shadow:0 0 0 2px #2a2e68,0 24px 80px #000000bf,0 0 60px #3578ff26;background:#000}canvas{display:block;width:100%;height:auto;max-height:calc(100vh - 72px);aspect-ratio:16 / 9;object-fit:contain;image-rendering:pixelated;outline:none}.outside-help{margin:14px 0 0;color:#9ca7d9;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(10px,1vw,13px);font-weight:700;letter-spacing:.02em;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:700px),(max-height:650px){.game-shell{padding:0}.cabinet{border-radius:0;border-width:0;box-shadow:none}canvas{max-height:calc(100vh - 34px)}.outside-help{margin:8px 6px;font-size:9px}}
