:root{--bg:#0b0b12;--surface:#14141f;--surface-2:#1d1d2c;--text:#f2f2f7;--text-muted:#9a9ab4;--border:#2b2b40;--cyan:#29d8ff;--yellow:#ffd400;--accent:var(--yellow);--accent-alt:var(--cyan);--accent-strong:#fff06a;--scroll-thumb:var(--border);--scroll-thumb-hover:#3a3a55;--game-aspect:490 / 670;--font-display:"Press Start 2P", "Courier New", monospace;--font-body:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", "Courier New", monospace}@font-face{font-family:"Press Start 2P";src:url(/content/fonts/press-start/press-start-2p-latin.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--stage-bg:#000}html,body{background:var(--stage-bg);height:100%;margin:0}body{--gutter:20px;gap:var(--gutter);padding:var(--gutter);box-sizing:border-box;display:flex;overflow:hidden}body>main{flex:1;min-width:0}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);background-clip:content-box;border:4px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover);background-clip:content-box}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) transparent}#instructions{background:var(--surface);border:2px solid var(--border);color:var(--text);font:12.5px/1.75 var(--font-body);flex:0 0 390px;padding:1.4rem 1.6rem;transition:flex-basis .22s,padding .22s;position:relative;overflow-y:auto;box-shadow:0 1px 3px #0006,0 8px 24px #00000073}#btnToggle{border:2px solid var(--border);background:var(--surface-2);width:30px;height:30px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:12px;right:12px}#btnToggle:hover{border-color:var(--accent-alt);color:var(--accent-alt)}#btnToggle svg{display:block}#btnToggle .ico-open,body.instructions-collapsed #btnToggle .ico-close{display:none}body.instructions-collapsed #btnToggle .ico-open{display:block}body.instructions-collapsed #instructions{box-shadow:none;background:0 0;border:0;flex-basis:32px;align-self:flex-start;padding:0;overflow:visible}body.instructions-collapsed #insText{display:none}body.instructions-collapsed #btnToggle{position:static}#instructions h1{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--accent);margin:.2rem 2.6rem .3rem 0;font-size:.95rem;font-weight:400;line-height:1.4}#instructions p{margin:0 0 .8rem}#instructions .lede{color:#fff;margin-bottom:1.1rem;font-weight:700}#instructions a{color:var(--accent-alt);text-decoration:none}#instructions a:hover{text-decoration:underline}#instructions .wip{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);border:1px solid color-mix(in srgb, var(--accent) 45%, transparent);margin-bottom:1.1rem;padding:.2rem .5rem;font-size:.68rem;display:inline-block}#instructions .legend{margin:0 0 1rem;padding:0;list-style:none}#instructions .legend li{align-items:baseline;gap:.6rem;margin-bottom:.3rem;display:flex}#instructions .legend b{color:var(--accent-alt);flex:0 0 5.6rem;font-weight:400}@media (width<=860px){body{flex-direction:column;height:auto;min-height:100%;overflow:auto}#instructions{flex:none;overflow-y:visible}body.instructions-collapsed #instructions{flex-basis:auto}}#stage{background:var(--stage-bg);border:2px solid var(--border);flex-direction:column;justify-content:center;align-items:center;display:flex}#launcher{aspect-ratio:16/9;max-width:100%;height:100%;min-height:0}#stage .embed{aspect-ratio:16/9;border:0;width:100%;height:auto;min-height:0;max-height:100%;display:block}#launcher{justify-content:center;align-items:flex-end;display:flex;position:relative}#launcher img{object-fit:cover;filter:brightness(.55);width:100%;height:100%;position:absolute;inset:0}#launcher .choices{padding:0 var(--gutter) 8%;flex-wrap:wrap;justify-content:center;gap:12px;display:flex;position:relative}#launcher button{border:2px solid var(--border);background:color-mix(in srgb, var(--surface) 85%, transparent);color:var(--text);font:12.5px/1.4 var(--font-body);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-direction:column;align-items:center;gap:.45rem;padding:.85rem 1.4rem;transition:border-color .15s,color .15s;display:flex}#launcher button small{color:var(--text-muted);font-size:.82em}#launcher button:hover,#launcher button:focus-visible{border-color:var(--accent-alt);color:var(--accent-alt)}#launcher button:hover small,#launcher button:focus-visible small{color:inherit}#launcher button.primary{border-color:color-mix(in srgb, var(--accent-alt) 55%, transparent)}#stage .stage-note{color:var(--text-muted);font:11px/1.6 var(--font-body);text-align:center;flex:none;margin:0;padding:.55rem 1rem}#stage .stage-note b{color:var(--accent-alt);font-weight:400}#stage .stage-note button{color:var(--accent-alt);font:inherit;cursor:pointer;background:0 0;border:0;margin-left:.7rem;padding:0;text-decoration:underline}#stage .stage-note button:hover{color:var(--accent-strong)}@media (width<=860px){#launcher{width:100%;height:auto}#launcher .choices{flex-direction:column-reverse}}