.nt-root{--nt-bg:#0f172a;--nt-card:#1e293b;--nt-accent:#38bdf8;--nt-accent-dark:#0ea5e9;--nt-success:#22c55e;--nt-error:#ef4444;--nt-text:#f1f5f9;--nt-muted:#94a3b8;--nt-white-key:#f8fafc;--nt-black-key:#1e293b;--nt-key-border:#334155}.nt-root,.nt-root *{box-sizing:border-box;margin:0;padding:0}.nt-root{color:var(--nt-text);background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 50%,#0f172a 100%);border-radius:1rem;flex-direction:column;align-items:center;padding:.5rem .75rem .75rem;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex;overflow-x:hidden}.nt-root header{text-align:center;box-sizing:border-box;width:100%;max-width:720px;margin-bottom:.6rem}.nt-root h1{background:linear-gradient(90deg,#38bdf8,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.15rem;font-size:1.35rem;font-weight:700}.nt-root .subtitle{color:var(--nt-muted);font-size:.95rem}.nt-root .badge{color:var(--nt-accent);background:#38bdf826;border:1px solid #38bdf84d;border-radius:999px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.nt-root .header-controls{box-sizing:border-box;flex-direction:column;align-items:center;gap:.35rem;width:100%;max-width:720px;margin-top:.45rem;margin-left:auto;margin-right:auto;display:flex}.nt-root .selector-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;display:flex}.nt-root .selector-label{color:var(--nt-muted);text-align:right;min-width:4.5rem;font-size:.72rem;font-weight:600}.nt-root .main-card{background:var(--nt-card);box-sizing:border-box;border:1px solid #94a3b81a;border-radius:1rem;width:100%;max-width:720px;padding:.85rem 1rem 1.15rem;box-shadow:0 25px 50px -12px #00000080}.nt-root .top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.55rem;display:flex}.nt-root .stats{flex-wrap:wrap;flex:1;justify-content:flex-start;gap:.75rem;margin-bottom:0;display:flex}.nt-root .stat{text-align:center;flex:none;min-width:3.2rem}.nt-root .stat-value{color:var(--nt-accent);font-size:1.15rem;font-weight:700;line-height:1.2}.nt-root .stat-label{color:var(--nt-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.62rem}.nt-root .mode-band{box-sizing:border-box;grid-template-columns:1fr auto 1fr;align-self:stretch;align-items:center;width:100%;min-height:2rem;padding:0 1rem;display:grid}.nt-root .mode-band-left{flex-wrap:wrap;justify-self:start;align-items:center;gap:.75rem;display:flex}.nt-root .mode-band-center{justify-self:center}.nt-root .sound-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;display:flex}.nt-root .sound-toggle .toggle{width:36px;height:20px}.nt-root .sound-toggle .toggle:after{width:16px;height:16px;top:2px;left:2px}.nt-root .sound-toggle .toggle.on:after{transform:translate(16px)}.nt-root .sound-toggle-text{color:var(--nt-muted);letter-spacing:.02em;text-transform:none;font-size:.72rem;font-weight:600}.nt-root .sound-toggle:hover .sound-toggle-text{color:var(--nt-text)}.nt-root .notation-wrap{background:#f8fafc;border-radius:.6rem;min-height:175px;margin-bottom:.45rem;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px #0000000f}.nt-root .notation-wrap.ecriture-active{cursor:none}.nt-root .scroll-layer{pointer-events:none;z-index:4;position:absolute;inset:0;overflow:hidden}.nt-root .scroll-hit-line{z-index:5;pointer-events:none;background:linear-gradient(#0000,#f59e0b 15% 85%,#0000);border-radius:2px;width:3px;display:none;position:absolute;top:18px;bottom:18px;box-shadow:0 0 8px #f59e0b80}.nt-root .scroll-note{background:#0ea5e9;border-radius:50%;width:14px;height:11px;transition:background .15s,box-shadow .15s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #0ea5e940}.nt-root .scroll-note.in-zone{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b59}.nt-root .scroll-note.hit-ok{background:#22c55e;box-shadow:0 0 0 3px #22c55e59}.nt-root .scroll-note.hit-miss{background:#ef4444;box-shadow:0 0 0 3px #ef444459}.nt-root .scroll-note .scroll-stem{background:inherit;border-radius:1px;width:2px;height:28px;position:absolute;top:-22px;left:12px}.nt-root .scroll-note .scroll-ledger{z-index:-1;pointer-events:none;background:#0ea5e9;border-radius:1px;width:24px;height:2px;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nt-root .scroll-note.needs-ledger .scroll-ledger{display:block}.nt-root .scroll-note.in-zone .scroll-ledger{background:#f59e0b}.nt-root .scroll-note.hit-ok .scroll-ledger{background:#22c55e}.nt-root .scroll-note.hit-miss .scroll-ledger{background:#ef4444}.nt-root .ghost-note{pointer-events:none;z-index:6;opacity:.95;width:12px;height:12px;box-shadow:none;background:#0f172a;border-radius:50%;display:none;position:absolute;transform:translate(-50%,-50%)}.nt-root .ghost-note.visible{display:block}.nt-root .ghost-note .ghost-ledger{z-index:-1;background:#0f172a;border-radius:1px;width:22px;height:2px;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nt-root .ghost-note.needs-ledger .ghost-ledger{display:block}.nt-root .white.target-key{box-shadow:0 3px #38bdf8;background:linear-gradient(#e0f2fe 0%,#7dd3fc 100%)!important}.nt-root .black.target-key{background:linear-gradient(#38bdf8 0%,#0284c7 100%)!important}.nt-root .white.target-key .key-label,.nt-root .white.target-key .key-label-en{color:#0c4a6e;font-weight:700}.nt-root #notation{justify-content:center;min-height:200px;padding:.85rem 0 .15rem;display:flex}.nt-root .chrono-overlay{z-index:5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172ab8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.nt-root .chrono-overlay-inner{text-align:center;color:#f1f5f9;padding:1rem}.nt-root .chrono-overlay-title{color:#38bdf8;margin-bottom:.35rem;font-size:2rem;font-weight:700}.nt-root .chrono-overlay-sub{color:#94a3b8;margin-bottom:1rem;font-size:.9rem}.nt-root .chrono-overlay .btn-primary{padding:.75rem 1.8rem;font-size:1.05rem}.nt-root .feedback{text-align:center;z-index:4;pointer-events:none;padding:0 .5rem;font-size:.95rem;font-weight:600;line-height:1.3;transition:all .2s;position:absolute;top:.45rem;left:0;right:0}.nt-root .feedback:empty{display:none}.nt-root .feedback.correct{color:#16a34a}.nt-root .feedback.incorrect{color:#dc2626}.nt-root .feedback.neutral{color:#64748b}.nt-root .piano-wrapper{width:100%;margin-bottom:.15rem;padding-bottom:0;position:relative;overflow:visible}.nt-root .middle-c-hint-row{width:100%;height:1.5rem;margin-bottom:.15rem;position:relative;overflow:visible}.nt-root .piano{-webkit-user-select:none;user-select:none;width:fit-content;height:148px;margin:0 auto;display:flex;position:relative}.nt-root .key{cursor:pointer;transition:background 80ms,transform 80ms;position:relative}.nt-root .white{border:1px solid var(--nt-key-border);z-index:1;background:linear-gradient(#fff 0%,#e2e8f0 100%);border-radius:0 0 5px 5px;flex-direction:column;justify-content:flex-end;align-items:center;width:48px;height:148px;padding-bottom:6px;display:flex;box-shadow:0 3px #94a3b8}.nt-root .white:active,.nt-root .white.pressed{background:linear-gradient(#e2e8f0 0%,#cbd5e1 100%);transform:translateY(2px);box-shadow:0 2px #94a3b8}.nt-root .white.correct{background:linear-gradient(#bbf7d0 0%,#86efac 100%)!important}.nt-root .white.wrong{background:linear-gradient(#fecaca 0%,#fca5a5 100%)!important}.nt-root .black{z-index:2;background:linear-gradient(#334155 0%,#0f172a 100%);border-radius:0 0 4px 4px;width:28px;height:92px;margin-left:-14px;margin-right:-14px;box-shadow:0 2px #020617}.nt-root .black:active,.nt-root .black.pressed{background:linear-gradient(#1e293b 0%,#020617 100%);transform:translateY(2px);box-shadow:0 1px #020617}.nt-root .key-label{color:#64748b;pointer-events:none;text-align:center;font-size:.7rem;font-weight:600;line-height:1.1}.nt-root .white .key-label{color:#475569}.nt-root .key-label-en{color:#64748b;opacity:.85;margin-top:1px;font-size:.62rem;font-weight:700}.nt-root .white .key-label-en{color:#334155}.nt-root .controls{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.4rem;display:flex}.nt-root button{cursor:pointer;border:none;border-radius:.55rem;padding:.45rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.nt-root .btn-primary{background:linear-gradient(135deg,var(--nt-accent),var(--nt-accent-dark));color:#0f172a;box-shadow:0 4px 14px #38bdf859}.nt-root .btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #38bdf873}.nt-root .btn-secondary{color:var(--nt-text);background:#94a3b826;border:1px solid #94a3b840}.nt-root .top-bar button{padding:.4rem .75rem;font-size:.75rem}.nt-root .top-bar .btn-primary{box-shadow:0 2px 6px #38bdf840}.nt-root .btn-secondary:hover{background:#94a3b840}.nt-root .middle-c-hint{pointer-events:none;z-index:3;flex-direction:column;align-items:center;display:flex;position:absolute;top:0;transform:translate(-50%)}.nt-root .middle-c-connector{background:#0ea5e9;border-radius:1px;width:2px;height:8px;margin-top:-2px}.nt-root .middle-c-text{color:#38bdf8;white-space:nowrap;margin-top:1px;font-size:.68rem;font-weight:600}.nt-root .options{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.75rem 1.5rem;margin-bottom:.5rem;display:flex}.nt-root .toggle-label.disabled{opacity:.4;cursor:not-allowed}.nt-root .app-toast{z-index:9999;color:#e2e8f0;text-align:center;opacity:0;pointer-events:none;background:#0f172af2;border:1px solid #38bdf859;border-radius:.65rem;max-width:min(92vw,360px);padding:.7rem 1rem;font-size:.85rem;line-height:1.35;transition:transform .25s,opacity .25s;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)translateY(120%);box-shadow:0 8px 28px #00000059}.nt-root .app-toast.show{opacity:1;transform:translate(-50%)translateY(0)}.nt-root .difficulty-selector{background:#0f172a80;border:1px solid #94a3b826;border-radius:.55rem;gap:.25rem;padding:.2rem;display:flex}.nt-root .diff-btn{cursor:pointer;color:var(--nt-muted);background:0 0;border:none;border-radius:.4rem;padding:.3rem .65rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:all .2s}.nt-root .diff-btn:hover{color:var(--nt-text)}.nt-root .diff-btn.active{background:linear-gradient(135deg,var(--nt-accent),var(--nt-accent-dark));color:#0f172a;box-shadow:0 2px 8px #38bdf84d}.nt-root .toggle-label{cursor:pointer;color:var(--nt-muted);-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;font-size:.75rem;display:flex}.nt-root .toggle-label:hover{color:var(--nt-text)}.nt-root .toggle{background:#334155;border-radius:999px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.nt-root .toggle:after{content:"";background:#f1f5f9;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.nt-root .toggle.on{background:var(--nt-accent)}.nt-root .toggle.on:after{transform:translate(16px)}.nt-root .ref-legend{color:var(--nt-muted);text-align:left;min-height:.9rem;margin-top:.15rem;font-size:.68rem}.nt-root .marathon-bar{background:#0f172a99;border:1px solid #38bdf840;border-radius:.5rem;margin-bottom:.5rem;padding:.4rem .7rem}.nt-root .marathon-progress-text{color:var(--nt-accent);justify-content:space-between;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:flex}.nt-root .marathon-track{background:#334155;border-radius:999px;height:5px;overflow:hidden}.nt-root .marathon-fill{background:linear-gradient(90deg,#0ea5e9,#22c55e);border-radius:999px;height:100%;transition:width .3s}@media (max-width:520px){.nt-root h1{font-size:1.15rem}.nt-root .selector-label{min-width:auto;font-size:.68rem}.nt-root .diff-btn{padding:.28rem .5rem;font-size:.68rem}.nt-root .piano{width:100%}.nt-root .key-label{font-size:.55rem}.nt-root .sound-toggle-text{font-size:.68rem}}
