.gaunt-root{--stage-bg:#f4ba34;--stage-panel:#efad2f;--stage-panel-hi:#f6c447;--stage-ink:#3a3a3a;--stage-ink-dim:#5a5a5a;--stage-gold:#3a3a3a;--stage-amber:#7b3c00;--stage-line:#3a3a3a2e;--stage-miss:#3a3a3a59;--stage-mono:var(--font-dm-mono),ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--stage-bg);color:var(--stage-ink);margin:16px 0 32px;padding:28px 0}.gaunt-btn{color:var(--stage-ink);border:1px solid var(--stage-line);cursor:pointer;text-align:center;background:0 0;border-radius:0;padding:10px 18px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.gaunt-btn:hover{border-color:var(--stage-gold)}.gaunt-btn:focus-visible{outline:2px solid var(--stage-gold);outline-offset:2px}.gaunt-btn-primary{background:var(--stage-ink);color:#f4ba34;border-color:var(--stage-ink)}.gaunt-btn-primary:hover{background:#1a1200}.gaunt-btn-ghost{color:var(--stage-ink-dim);border:none;padding:10px 18px}.gaunt-btn-ghost:hover{color:var(--stage-ink);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.gaunt-intro{flex-direction:column;gap:20px;max-width:640px;display:flex}.gaunt-title{letter-spacing:.02em;font-size:2.2rem;font-weight:700;line-height:1}.gaunt-date{font-family:var(--stage-mono);color:var(--stage-ink-dim);letter-spacing:.02em;margin-top:-12px;font-size:.9rem}.gaunt-intro-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.gaunt-streak{font-family:var(--stage-mono);color:var(--stage-ink-dim);font-size:.85rem}.gaunt-notice{color:var(--stage-amber);border-left:3px solid var(--stage-amber);padding-left:12px;font-size:.9rem}.gaunt-ladder{border-top:1px solid var(--stage-line);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.gaunt-rung{border-bottom:1px solid var(--stage-line);align-items:center;gap:16px;padding:14px 0;display:flex}.gaunt-rung[data-status=current]{box-shadow:inset 3px 0 0 var(--stage-gold);padding-left:14px}.gaunt-rung[data-status=locked]{opacity:.55}.gaunt-rung[data-status=cleared] .gaunt-rung-index{background:var(--stage-gold);color:#f4ba34;border-color:var(--stage-gold)}.gaunt-rung-index{font-family:var(--stage-mono);border:1px solid var(--stage-ink);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.95rem;display:flex}.gaunt-rung-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.gaunt-rung-name{font-size:1rem;font-weight:700}.gaunt-rung-meta{font-family:var(--stage-mono);color:var(--stage-ink-dim);font-size:.75rem}.gaunt-passbar{border:1px solid var(--stage-line);background:0 0;max-width:320px;height:8px;margin-top:2px;position:relative}.gaunt-passbar-fill{background:var(--stage-gold);height:100%}.gaunt-passbar-mark{background:var(--stage-amber);width:2px;position:absolute;top:-3px;bottom:-3px}.gaunt-rung-acc{font-family:var(--stage-mono);color:var(--stage-gold);text-align:right;min-width:4.5ch;font-size:1.1rem}.gaunt-lives{gap:8px;display:flex}.gaunt-life{border:2px solid var(--stage-ink);background:0 0;width:18px;height:18px}.gaunt-life-on{background:var(--stage-ink)}.gaunt-lives-compact .gaunt-life{width:14px;height:14px}.gaunt-stage-wrap{flex-direction:column;gap:18px;display:flex}.gaunt-hud{align-items:flex-end;gap:32px;display:flex}.gaunt-hud-item{flex-direction:column;gap:4px;display:flex}.gaunt-hud-label{letter-spacing:.02em;text-transform:lowercase;color:var(--stage-ink-dim);font-size:.7rem;font-weight:700}.gaunt-hud-value{font-family:var(--stage-mono);color:var(--stage-ink);font-size:1.7rem;line-height:1}.gaunt-stop{margin-left:auto}.gaunt-lane{background:var(--stage-panel);border:1px solid var(--stage-line);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;height:220px;position:relative;overflow:hidden}.gaunt-lane:focus-visible{outline:2px solid var(--stage-gold);outline-offset:2px}.gaunt-pulse{background:var(--stage-gold);opacity:.04;pointer-events:none;position:absolute;inset:0}.gaunt-lane-center{background:var(--stage-line);pointer-events:none;height:1px;position:absolute;top:50%;left:0;right:0}.gaunt-strike{background:var(--stage-gold);pointer-events:none;width:3px;position:absolute;top:8%;bottom:8%;left:18%}.gaunt-strike-stray{animation:.26s ease-out gaunt-stray}@keyframes gaunt-stray{0%{background:var(--stage-miss);box-shadow:0 0 0 6px #3a3a3a33}to{background:var(--stage-gold);box-shadow:none}}.gaunt-hand-labels{font-family:var(--stage-mono);color:var(--stage-ink-dim);pointer-events:none;flex-direction:column;justify-content:space-around;font-size:.8rem;display:flex;position:absolute;top:0;bottom:0;left:10px}.gaunt-note{border:2px solid var(--stage-ink);pointer-events:none;will-change:transform;background:0 0;width:14px;margin-left:-7px;position:absolute;left:0}.gaunt-note-r{bottom:52%}.gaunt-note-l{top:52%}.gaunt-note-normal{height:38px}.gaunt-note-accent{background:var(--stage-gold);border-color:var(--stage-gold);height:58px}.gaunt-note-ghost{opacity:.6;height:20px}.gaunt-note-hand{font-family:var(--stage-mono);color:var(--stage-ink-dim);font-size:.6rem;position:absolute;left:50%;transform:translate(-50%)}.gaunt-note-r .gaunt-note-hand{top:-16px}.gaunt-note-l .gaunt-note-hand{bottom:-16px}.gaunt-note[data-verdict=perfect]{background:var(--stage-gold);border-color:var(--stage-gold);animation:.34s ease-out gaunt-flash-perfect}.gaunt-note[data-verdict=perfect]:after{content:"";border-right:2px solid var(--stage-gold);border-bottom:2px solid var(--stage-gold);width:6px;height:11px;position:absolute;top:-30px;left:50%;transform:translate(-50%)rotate(45deg)}.gaunt-note-l[data-verdict=perfect]:after{top:auto;bottom:-30px}@keyframes gaunt-flash-perfect{0%{box-shadow:0 0 0 10px #3a3a3a66}to{box-shadow:0 0 #3a3a3a00}}.gaunt-note[data-verdict=good]{background:var(--stage-amber);border-color:var(--stage-amber);animation:.3s ease-out gaunt-flash-good}@keyframes gaunt-flash-good{0%{box-shadow:0 0 0 6px #7b3c0066}to{box-shadow:0 0 #7b3c0000}}.gaunt-note[data-verdict=good]:before{font-family:var(--stage-mono);letter-spacing:.02em;color:var(--stage-amber);white-space:nowrap;font-size:.55rem;position:absolute;left:50%;transform:translate(-50%)}.gaunt-note[data-direction=early]:before{content:"early"}.gaunt-note[data-direction=late]:before{content:"late"}.gaunt-note-r[data-verdict=good]:before{top:-30px}.gaunt-note-l[data-verdict=good]:before{bottom:-30px}.gaunt-note[data-verdict=miss]{border:1px solid var(--stage-miss);opacity:.8;background:0 0}.gaunt-note[data-verdict=miss] .gaunt-note-hand{color:var(--stage-miss)}.gaunt-note-static{margin-left:0;transform:none}.gaunt-note-static[data-active=true]{outline:2px solid var(--stage-gold);outline-offset:3px}.gaunt-measure-readout{font-family:var(--stage-mono);color:var(--stage-ink-dim);font-size:.9rem}.gaunt-input-hint{color:var(--stage-ink-dim);text-wrap:balance;max-width:62ch;font-size:.85rem}.gaunt-countin{pointer-events:none;background:#f4ba34e0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.gaunt-countin-numeral{font-family:var(--stage-mono);color:var(--stage-gold);font-size:6rem;font-weight:500;line-height:1;animation:.24s ease-out gaunt-count-beat}@keyframes gaunt-count-beat{0%{opacity:.4;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}.gaunt-interstitial{flex-direction:column;gap:18px;max-width:640px;display:flex}.gaunt-verdict-heading{letter-spacing:.02em;font-size:1.7rem;font-weight:700;line-height:1.1}.gaunt-verdict-fail{color:var(--stage-amber)}.gaunt-verdict-acc{font-family:var(--stage-mono);color:var(--stage-gold);margin-top:-8px;font-size:3.4rem;line-height:1}.gaunt-verdict-line{text-wrap:balance;font-size:1.05rem;line-height:1.5}.gaunt-xp-line{font-family:var(--stage-mono);color:var(--stage-ink-dim);font-size:.8rem}.gaunt-note-line{color:var(--stage-ink-dim);text-wrap:balance;max-width:46ch;font-size:.85rem}.gaunt-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.gaunt-actions-column{flex-direction:column;align-items:flex-start;gap:12px}.gaunt-skeleton{flex-direction:column;justify-content:center;gap:14px;min-height:200px;display:flex}.gaunt-skeleton-line{background:var(--stage-panel-hi);max-width:420px;height:18px}@media (max-width:640px){.gaunt-root{padding:16px 0}.gaunt-title{font-size:1.7rem}.gaunt-intro{gap:clamp(20px,5vw,32px)}.gaunt-intro-row{flex-direction:column;align-items:flex-start;gap:14px}.gaunt-interstitial{gap:clamp(20px,5vw,32px)}.gaunt-actions{border-top:1px solid var(--stage-line);padding-top:clamp(20px,5vw,32px)}.gaunt-hud{flex-wrap:wrap;gap:12px 18px}.gaunt-hud-value{font-size:1.3rem}.gaunt-lane{height:180px}.gaunt-countin-numeral{font-size:4rem}.gaunt-verdict-acc{font-size:2.4rem}.gaunt-rung{gap:12px;padding:12px 0}.gaunt-rung[data-status=current]{padding-left:12px}}@media (prefers-reduced-motion:reduce){.gaunt-countin-numeral,.gaunt-note[data-verdict=perfect],.gaunt-note[data-verdict=good],.gaunt-strike-stray{animation:none}}
