:root{--bg:#0f1115;--surface:#181b22;--surface-2:#1f2330;--text:#e6e8ee;--text-dim:#9aa3b2;--accent:#ffb454;--accent-2:#5ad1cd;--good:#6dd58c;--bad:#f06767;--board:#2a1a0e;--nut:#d6d6d6;--fret-wire:#888;--string-disabled:#4a4f5b;--string-0:#cdd2d8;--string-1:#cdd2d8;--string-2:#cdd2d8;--string-3:#cdd2d8;--string-4:#cdd2d8;--string-5:#cdd2d8;--inlay-3:#d4b896;--inlay-5:#d4b896;--inlay-7:#d4b896;--inlay-9:#d4b896;--inlay-12:#d4b896;--highlight-primary:#ffb454;--highlight-secondary:#5ad1cd;--highlight-correct:#6dd58c;--highlight-wrong:#f06767;--highlight-hint:#dce0e838;--radius:12px;--tap:44px;--pad:16px}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;height:100dvh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}#app{width:100%;height:100%;padding:var(--pad);flex-direction:column;margin:0 auto;display:flex;overflow:hidden}.screen{-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:12px;min-height:0;display:flex;overflow-y:auto}.game-screen{overflow:hidden}a{color:var(--accent-2);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 12px}h1{font-size:28px}h2{font-size:22px}.placeholder{color:var(--text-dim)}.muted{color:var(--text-dim);margin:0}.topbar{justify-content:space-between;align-items:center;gap:12px;padding-bottom:4px;display:flex}.topbar .back{min-height:var(--tap);color:var(--accent-2);align-items:center;display:inline-flex}.topbar .title{color:var(--text-dim);text-transform:capitalize;font-weight:600}.error{border:1px solid var(--bad);border-radius:var(--radius);background:#f0676714;padding:16px}.error pre{white-space:pre-wrap;word-break:break-word}.home-header{padding:8px 0 16px}.home-header .tagline{color:var(--text-dim);margin:0}.game-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.game-tile{background:var(--surface);border-radius:var(--radius);align-items:stretch;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.game-tile-main{color:var(--text);flex-direction:column;flex:1;gap:6px;padding:18px 20px;display:flex}.game-tile-main:hover{background:var(--surface-2);text-decoration:none}.game-tile-name{font-size:18px;font-weight:600}.game-tile-cta{color:var(--accent);font-size:14px}.game-tile-actions{border-left:1px solid #ffffff0f;flex-direction:column;display:flex}.icon-btn{min-width:var(--tap);min-height:var(--tap);color:var(--text-dim);flex:1;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.icon-btn:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.icon-btn+.icon-btn{border-top:1px solid #ffffff0f}.home-footer{text-align:center;margin-top:auto;padding-top:16px}.dev-link{color:var(--text-dim);font-size:12px}.fretboard-scroll{background:var(--surface);border-radius:var(--radius);justify-content:center;align-items:center;width:100%;height:100%;padding:4px;display:flex}.fretboard{width:100%;height:100%;display:block}.fb-board{fill:var(--board);stroke:#00000040;stroke-width:1px}.fb-nut{fill:var(--nut)}.fb-fret-wire{stroke:var(--fret-wire);stroke-width:2px}.fb-fret-wire--edge{stroke-width:1px;opacity:.35;stroke-dasharray:3 3}.fb-string{stroke-width:1.6px}.fb-string-0{stroke:var(--string-0);stroke-width:2.6px}.fb-string-1{stroke:var(--string-1);stroke-width:2.3px}.fb-string-2{stroke:var(--string-2);stroke-width:2px}.fb-string-3{stroke:var(--string-3);stroke-width:1.8px}.fb-string-4{stroke:var(--string-4);stroke-width:1.5px}.fb-string-5{stroke:var(--string-5);stroke-width:1.2px}.fb-string--disabled{stroke:var(--string-disabled);opacity:.4}.fb-inlay{opacity:.9;stroke:#00000080;stroke-width:.6px}.fb-inlay--3{fill:var(--inlay-3)}.fb-inlay--5{fill:var(--inlay-5)}.fb-inlay--7{fill:var(--inlay-7)}.fb-inlay--9{fill:var(--inlay-9)}.fb-inlay--12{fill:var(--inlay-12)}.fb-fret-num{fill:var(--text-dim);font-family:-apple-system,system-ui,sans-serif;font-size:16px}.fb-fret-num--position{fill:var(--accent);font-size:22px;font-weight:700}.fb-string-label{fill:var(--text-dim);font-family:-apple-system,system-ui,sans-serif;font-size:13px;font-weight:600}.fb-highlight{fill:var(--highlight-primary);stroke:#ffffffd9;stroke-width:1.5px}.fb-highlight--secondary{fill:var(--highlight-secondary)}.fb-highlight--correct{fill:var(--highlight-correct)}.fb-highlight--wrong{fill:var(--highlight-wrong)}.fb-highlight--hint{fill:var(--highlight-hint);stroke:none}.fb-highlight-label{fill:#1a1208;font-family:-apple-system,system-ui,sans-serif;font-size:12px;font-weight:700}.fb-hit{fill:#0000}.fb-hit:hover{fill:#ffffff0a}.stage{flex:1 1 0;justify-content:center;align-items:center;min-height:80px;display:flex;position:relative}.fretboard-slot,.prompt-slot,.fretboard-taps{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.fretboard-taps .fretboard-scroll{width:100%;height:100%}.game-screen--tap-answers .stage{flex:none;min-height:0}.game-screen--tap-answers .answer-slot{flex:1 1 0;justify-content:center;align-items:center;min-height:0;display:flex}.game-screen--tap-answers .text-prompt{flex:none;gap:2px;padding:8px 16px}.game-screen--tap-answers .text-prompt-interval{font-size:clamp(22px,5vw,38px)}.game-screen--tap-answers .text-prompt-root{font-size:clamp(28px,6vw,64px)}.diff-tag{font-variant-numeric:tabular-nums;color:var(--text-dim)}.difficulty-preview{flex-direction:column;gap:6px;display:flex}.hud{flex-direction:column;gap:8px;padding:8px 4px 0;display:flex}.timer-bar{background:#ffffff0f;border-radius:3px;height:6px;overflow:hidden}.timer-fill{background:var(--accent-2);width:100%;height:100%;transition:width 80ms linear}.timer-fill.warn{background:var(--bad)}.timer-fill.off{background:#ffffff1f}.hud-row{color:var(--text-dim);justify-content:space-between;align-items:center;gap:8px;font-size:14px;display:flex}.hud-cell{white-space:nowrap}.hud-score{color:var(--text);font-weight:600}.hud-tries{letter-spacing:2px;text-align:right;flex:1}.hud-end{width:32px;height:32px;color:var(--bad);cursor:pointer;background:0 0;border:1px solid #f0676766;border-radius:16px;justify-content:center;align-items:center;margin-left:8px;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.hud-end:active{transform:translateY(1px)}.heart--full{color:var(--bad)}.heart--empty{color:#ffffff26}.stage{min-height:220px;position:relative}.fretboard-slot{position:relative}.stage-overlay{background:color-mix(in srgb, var(--bg) 78%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:var(--radius);z-index:5;pointer-events:auto;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.stage-overlay.hidden{display:none}.try-toast{color:#1a1208;z-index:4;pointer-events:none;white-space:nowrap;background:#f06767eb;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:700;animation:.12s ease-out try-toast-pop;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000059}.try-toast.hidden{display:none}@keyframes try-toast-pop{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.countdown{color:var(--accent);font-size:64px;font-weight:700}.countdown.go{color:var(--good);font-size:48px}.round-flash{text-align:center;border-radius:12px;padding:12px 18px;font-size:28px;font-weight:700}.round-flash.good{color:var(--good)}.round-flash.bad{color:var(--bad)}.summary{background:var(--surface);border-radius:var(--radius);text-align:center;min-width:260px;max-width:90%;padding:24px}.summary h2{margin-bottom:16px}.summary dl{margin:0 0 16px;padding:0}.summary dl>div{border-bottom:1px solid #ffffff0f;justify-content:space-between;padding:6px 0;display:flex}.summary dt{color:var(--text-dim)}.summary dd{margin:0;font-weight:600}.summary-btn{min-height:var(--tap);text-align:center;flex:1;justify-content:center;align-items:center;display:inline-flex}.summary-actions{gap:6px;margin-top:8px;display:flex}.score-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.score-row{background:var(--surface);border-radius:var(--radius);grid-template-columns:32px 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.score-row .rank{color:var(--text-dim);font-variant-numeric:tabular-nums;text-align:right}.score-row .score{font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.score-row .meta{color:var(--text-dim);white-space:nowrap;font-size:12px}.dev-preview{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:10px;padding:14px;display:flex}.dev-preview h3{text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim);margin:0;font-size:14px}.preview-grid{flex-direction:column;gap:6px;display:flex}.preview-row{background:var(--surface-2);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;display:flex}.preview-row strong{font-variant-numeric:tabular-nums}.dev-section{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:12px;padding:14px;display:flex}.dev-section h3{text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim);margin:0;font-size:14px}.dev-section h4{text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim);margin:8px 0 4px;font-size:12px}.theme-controls{flex-wrap:wrap;gap:6px;display:flex}.theme-controls .theme-select{min-height:var(--tap);background:var(--surface-2);color:var(--text);border:1px solid #ffffff1f;border-radius:8px;flex:1;padding:0 10px}.theme-controls .ctrl{flex:none}.theme-controls .ctrl[disabled]{opacity:.4;cursor:not-allowed}.theme-grid{flex-direction:column;gap:8px;display:flex}.theme-group{background:var(--surface-2);border-radius:8px;padding:10px 12px}.theme-token-list{flex-direction:column;gap:6px;display:flex}.theme-token-row{grid-template-columns:1fr 36px 100px;align-items:center;gap:8px;display:grid}.theme-token-label{color:var(--text);font-size:13px}.theme-token-row input[type=color]{cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:6px;width:36px;height:36px;padding:0}.theme-hex{background:var(--bg);color:var(--text);border:1px solid #ffffff1f;border-radius:6px;padding:6px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.answers{flex-direction:column;gap:8px;padding:8px 0;display:flex}.answer-row{grid-template-columns:repeat(14,1fr);gap:6px;display:grid}.note-btn{min-height:var(--tap);background:var(--surface-2);color:var(--text);cursor:pointer;border:1px solid #ffffff1f;border-radius:10px;padding:8px 4px;font-size:16px;font-weight:600;transition:transform 60ms,background .12s}.interval-answers{flex-direction:column;gap:8px;padding:8px 0;display:flex}.interval-row{grid-template-columns:repeat(6,1fr);gap:6px;display:grid}.note-btn--interval{font-size:14px}.text-prompt{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:4px;padding:16px;display:flex}.text-prompt-interval{color:var(--accent);font-size:clamp(28px,6vw,48px);font-weight:700;line-height:1.05}.text-prompt-of{color:var(--text-dim);text-transform:uppercase;letter-spacing:.2em;font-size:14px}.text-prompt-root{color:var(--text);font-size:clamp(40px,10vw,96px);font-weight:700;line-height:1}.text-prompt-reveal{color:var(--good);margin-top:12px;font-size:24px;font-weight:600}.pair-prompt{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pair-prompt-answer{color:var(--accent);margin-top:8px;font-weight:600}.prompt-placeholder{width:100%;height:100%}.answer-slot{padding:0}.interval-check-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.interval-check-grid .check-cell strong{min-width:28px;margin-right:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;display:inline-block}@media (height<=500px){.stage{min-height:80px}.answers,.interval-answers{gap:4px;padding:4px 0}.answer-row,.interval-row{gap:4px}.note-btn{border-radius:8px;min-height:38px;padding:4px;font-size:14px}.controls{gap:6px;padding:4px 0}.ctrl{min-height:38px;font-size:13px}.hud{gap:4px;padding:0}.hud-row{font-size:12px}.hud-end{width:28px;height:28px;font-size:12px}#app{gap:6px;padding:8px}.game-screen{gap:6px}.topbar{padding-bottom:0}.text-prompt-interval{font-size:clamp(20px,4vw,32px)}.text-prompt-root{font-size:clamp(28px,7vw,56px)}.game-screen--tap-answers{grid-template:"hud hud""stage answer"1fr"controls controls"/minmax(110px,26%) 1fr;display:grid}.game-screen--tap-answers>.hud{grid-area:hud}.game-screen--tap-answers>.stage{flex:unset;grid-area:stage;min-width:0;min-height:0}.game-screen--tap-answers>.answer-slot{flex:unset;grid-area:answer;min-width:0;min-height:0}.game-screen--tap-answers>.controls{grid-area:controls}.game-screen--tap-answers .text-prompt{gap:2px;height:100%;padding:4px 8px}.game-screen--tap-answers .text-prompt-interval{font-size:clamp(14px,3vw,24px)}.game-screen--tap-answers .text-prompt-root{font-size:clamp(22px,5vw,40px)}.game-screen--tap-answers .text-prompt-of{font-size:11px}}@media (prefers-reduced-motion:reduce){.timer-fill{transition:none}}.note-btn:active{transform:translateY(1px)}.note-btn--sharp{color:var(--accent);background:#2c2418;border-color:#ffb45440}.note-btn--both{padding:8px 2px;font-size:13px}.intro-overlay{z-index:100;background:color-mix(in srgb, var(--bg) 82%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.intro-card{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:12px;width:100%;max-width:420px;padding:24px;display:flex;box-shadow:0 8px 32px #0006}.intro-card h2{margin:0}.intro-card p{color:var(--text-dim);margin:0;line-height:1.45}.intro-card .intro-dismiss{align-self:stretch;margin-top:12px}.note-btn.is-correct{border-color:var(--good);color:var(--good);background:#6dd58c33}.note-btn.is-wrong{border-color:var(--bad);color:var(--bad);background:#f067672e}.controls{gap:8px;padding:8px 0 4px;display:flex}.ctrl{min-height:var(--tap);background:var(--surface);color:var(--text);cursor:pointer;border:1px solid #ffffff1f;border-radius:10px;flex:1;font-size:14px;font-weight:600}.ctrl--end{color:var(--bad);border-color:#f0676766}.ctrl--skip{color:var(--text-dim)}.ctrl:active{transform:translateY(1px)}.ctrl.primary{background:var(--accent);border-color:var(--accent);color:#1a1208;justify-content:center;align-items:center;display:inline-flex}.ctrl.primary:hover{text-decoration:none}.settings-form{flex-direction:column;gap:12px;padding:8px 0;display:flex}.settings-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin:12px 0 0;font-size:13px}.settings-section-hint{text-transform:none;letter-spacing:0;color:var(--text-dim);margin-left:6px;font-size:11px;font-weight:400}.settings-section{flex-direction:column;gap:12px;display:flex}.settings-section--universal{border-left:2px solid var(--accent);padding-left:10px}.radio-row{flex-wrap:wrap;gap:10px;display:flex}.radio-cell{background:var(--surface-2);cursor:pointer;-webkit-user-select:none;user-select:none;min-height:var(--tap);border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;display:inline-flex}.radio-cell input{accent-color:var(--accent)}.field-theme .theme-select{width:100%;min-height:var(--tap);background:var(--surface-2);color:var(--text);border:1px solid #ffffff1f;border-radius:8px;padding:0 10px}.field{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:8px;padding:12px 14px;display:flex}.field-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim);font-size:13px}.check-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px;display:grid}.check-cell{background:var(--surface-2);cursor:pointer;-webkit-user-select:none;user-select:none;min-height:var(--tap);border-radius:8px;align-items:center;gap:6px;padding:8px 10px;font-size:13px;display:inline-flex}.check-cell input{accent-color:var(--accent)}.toggle{width:50px;height:28px;display:inline-block;position:relative}.toggle input{display:none}.toggle-slider{background:var(--surface-2);border-radius:14px;transition:background .12s;position:absolute;inset:0}.toggle-slider:before{content:"";background:var(--text);border-radius:50%;width:22px;height:22px;transition:transform .12s;position:absolute;top:3px;left:3px}.toggle input:checked+.toggle-slider{background:var(--accent)}.toggle input:checked+.toggle-slider:before{transform:translate(22px)}.slider-row{align-items:center;gap:12px;display:flex}.slider-row input[type=range]{accent-color:var(--accent);flex:1}.slider-row output{text-align:right;font-variant-numeric:tabular-nums;min-width:36px;font-weight:600}.settings-actions{gap:8px;margin-top:8px;display:flex}.settings-actions .ctrl{flex:1}
