:root{--bg:#05090f;--panel:#0b131c;--edge:#182838;--ink:#cfe3ea;--dim:#7b95a4;--faint:#476072;--acc:#28f0a4;--acc-soft:rgba(40,240,164,.1);--on-acc:#00120a;--check:#ffb000;--check-soft:rgba(255,176,0,.1);--draw-wash:rgba(2,5,9,.66);--mono:ui-monospace,SFMono-Regular,Menlo,monospace;--serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--serif);-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}:focus-visible{outline:2px solid var(--acc);outline-offset:3px}.screen{min-height:100%;background:var(--bg);color:var(--ink);display:flex;flex-direction:column}.strip{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-bottom:1px solid var(--edge)}.strip-title{font-size:12px;font-weight:700;letter-spacing:.16em}.kicker,.strip-title{font-family:var(--mono)}.kicker{font-size:11px;letter-spacing:.2em;color:var(--faint);text-transform:uppercase}.badge{font-size:10px;letter-spacing:.12em;color:var(--acc);border:1px solid var(--edge);border-radius:3px;padding:4px 8px;white-space:nowrap}.badge,.link{font-family:var(--mono)}.link{font-size:11px;letter-spacing:.1em;color:var(--dim)}.link:hover{color:var(--acc)}.page{padding:32px 24px 60px;max-width:980px;width:100%;margin:0 auto}.title{font-size:clamp(30px,5vw,46px);line-height:1.05;margin:8px 0 10px;font-weight:600}.cap{text-transform:capitalize}.sub{color:var(--dim);font-size:16px;margin:0 0 24px}.sub.small{font-size:14px;margin-top:22px}.cards{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.card{display:flex;align-items:center;gap:18px;padding:18px 20px;border:1px solid var(--edge);border-radius:6px;background:var(--panel)}.card-n{font-family:var(--mono);font-size:12px;color:var(--faint)}.card-body{flex:1;min-width:0}.card-body h2{margin:0 0 4px;font-size:21px;font-weight:600}.card-meta{margin:0;font-size:11px;letter-spacing:.08em;color:var(--dim)}.card-meta,.go{font-family:var(--mono)}.go{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:11px 22px;border-radius:4px;background:var(--acc);color:var(--on-acc)}.go.small{padding:8px 14px;font-size:11px}.go:hover{filter:brightness(1.08)}.runner{height:100vh;overflow:hidden}.deck{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);min-height:0}.brief{padding:22px 28px;overflow-y:auto;border-right:1px solid var(--edge)}.brief h1{font-size:30px;margin:6px 0 12px;font-weight:600}.story{font-size:19px;line-height:1.65;max-width:42ch;color:var(--ink)}.story b{font-family:var(--mono);font-size:.92em;color:var(--acc);font-weight:600}.steps{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:10px}.step{display:grid;grid-template-columns:26px 1fr;gap:12px;align-items:start;padding:13px 15px;border:1px solid var(--edge);border-radius:8px;background:var(--panel);transition:opacity .35s ease,border-color .35s ease}.step.future{opacity:.34;pointer-events:none}.step.live,.step.solved .tag{border-color:var(--acc)}.step.solved .tag{background:var(--acc);color:var(--on-acc)}.tag{font-family:var(--mono);font-size:12px;font-weight:700;width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--edge);border-radius:5px;color:var(--acc)}.ask{font-size:17px;line-height:1.5}.row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px}.blank{font-size:20px;font-weight:600;width:8ch;padding:8px 10px;text-align:center;color:var(--ink);background:var(--bg);border:1px solid var(--edge);border-bottom:2px solid var(--acc);border-radius:5px}.blank,.unit{font-family:var(--mono)}.unit{font-size:11px;letter-spacing:.1em;color:var(--faint)}.plan{font-family:var(--serif);font-size:16px;width:100%;padding:10px;color:var(--ink);background:var(--bg);border:1px solid var(--edge);border-radius:5px;resize:vertical}.chips{gap:8px}.chip{font-family:var(--mono);font-size:13px;padding:9px 16px;border-radius:20px;border:1px solid var(--edge);color:var(--dim);background:var(--bg)}.chip:hover{border-color:var(--acc);color:var(--ink)}.chip.picked{background:var(--acc);border-color:var(--acc);color:var(--on-acc);font-weight:600}.tap-hint{font-family:var(--mono);font-size:12px;color:var(--acc)}.note{font-size:14.5px;line-height:1.5;margin:10px 0 0;color:var(--dim)}.note.hint{color:var(--check)}.note.good{color:var(--acc);font-family:var(--mono);font-size:12px;letter-spacing:.06em}.bay{display:flex;flex-direction:column;min-height:0;background:var(--panel)}.bay-head{padding:14px 22px 0}.stage{flex:1;min-height:0;padding:8px 22px;display:grid;place-items:center}.viz{width:100%;height:100%;max-height:100%;display:block}.caption{padding:10px 22px 20px;font-size:15.5px;line-height:1.5;min-height:3.4em;color:var(--dim);margin:0}.caption.good{color:var(--acc)}.caption.check{color:var(--check)}.pad-bar{display:flex;align-items:center;gap:18px;padding:12px 24px;border-top:1px solid var(--edge);position:relative;z-index:80}.viz-label{font-family:var(--mono);font-size:11px;fill:var(--faint);letter-spacing:.08em}.viz-num{fill:var(--acc)}.viz-num,.viz-num-check{font-family:var(--mono);font-size:20px;font-weight:600}.viz-num-check{fill:var(--check)}.viz-num-on{font-family:var(--mono);font-size:20px;font-weight:600;fill:var(--on-acc)}.viz-legend-good{fill:var(--acc)}.viz-legend-check,.viz-legend-good{font-family:var(--mono);font-size:11px;letter-spacing:.06em}.viz-legend-check{fill:var(--check)}.viz-vessel{fill:var(--bg);stroke:var(--edge);stroke-width:1.5}.viz-fill{fill:var(--acc);opacity:.42}.viz-fill-good{fill:var(--acc);opacity:.8}.viz-fill-check{fill:var(--check);opacity:.55}.viz-rule,.viz-rule-dashed{stroke:var(--edge);stroke-width:2}.viz-rule-dashed{stroke-dasharray:3 5}.viz-unit-filled{fill:var(--acc);opacity:.85}.viz-unit-hollow{fill:var(--bg);stroke:var(--check);stroke-width:1.4}.viz-unit-absent{fill:none;stroke:var(--edge);stroke-width:1;opacity:.25}.viz-node-start{fill:var(--acc-soft);stroke:var(--acc);stroke-width:1.4}.viz-node-end{fill:var(--panel);stroke:var(--dim);stroke-width:1.3}.viz-node-on{fill:var(--acc);opacity:.65;stroke:var(--acc);stroke-width:1.6}.viz-leg-done{stroke:var(--acc);stroke-width:3}.viz-leg-good{stroke:var(--acc);stroke-width:5;stroke-linecap:round}.viz-leg-check{stroke:var(--check);stroke-width:5;stroke-linecap:round}.viz-traveller{fill:var(--acc)}.viz-ring{fill:none;stroke:var(--edge);stroke-width:2}.viz-spoke{stroke:var(--edge);stroke-width:1.4}.viz-arc{fill:none;stroke:var(--edge);stroke-width:14;stroke-linecap:round}.viz-arc-value{fill:none;stroke:var(--acc);stroke-width:14;stroke-linecap:round;opacity:.75}.viz-tick{stroke:var(--edge);stroke-width:1}.viz-tick-major{stroke:var(--dim);stroke-width:1.6}.viz-marker{stroke:var(--check);stroke-width:2.5}.viz-needle{stroke:var(--acc);stroke-width:4;stroke-linecap:round}.viz-needle-hub{fill:var(--bg);stroke:var(--acc);stroke-width:2}.pad{position:fixed;inset:0;z-index:60;touch-action:none;cursor:crosshair}.pad-tools{position:fixed;z-index:85;left:50%;bottom:72px;transform:translateX(-50%);display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 16px;border-radius:30px;background:var(--panel);border:1px solid var(--edge);box-shadow:0 10px 34px rgba(0,0,0,.55);max-width:calc(100vw - 32px)}.pad-mode{font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--check)}.pad-sizes,.pad-swatches{display:flex;gap:7px}.pad-sw{width:26px;height:26px;border-radius:50%;border:2px solid transparent;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.16);padding:0}.pad-sw.sel{border-color:var(--ink);transform:scale(1.12)}.pad-size{width:28px;height:26px;border-radius:6px;border:1px solid var(--edge);display:grid;place-items:center;background:var(--bg)}.pad-size.sel{border-color:var(--acc)}.pad-size i{display:block;border-radius:50%;background:var(--dim)}.pad-size.sel i{background:var(--acc)}.pad-btn{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);border:1px solid var(--edge);border-radius:16px;padding:6px 13px}.pad-btn:hover{color:var(--ink);border-color:var(--acc)}.pad-btn.sel{background:var(--check);border-color:var(--check);color:var(--bg);font-weight:700}.pad-exit{color:var(--acc);border-color:var(--acc)}.done{margin:auto;text-align:center;padding:40px}.done h1{font-size:34px;margin:12px 0 8px}.done p{color:var(--dim);max-width:34ch;margin:0 auto 24px}@media (max-width:900px){.runner{height:auto;overflow:visible}.deck{grid-template-columns:1fr}.brief{border-right:none;border-bottom:1px solid var(--edge)}.stage{min-height:320px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}