:root{--bg:#0d1117;--surface:#161b22;--surface2:#21262d;--border:#2d333b;--text:#e6edf3;--muted:#768390;--gold:#d4a843;--gold-dk:#b8932a;--gold-bg:#d4a84314;--green:#3fb950;--yellow:#d29922;--red:#f85149;--blue:#58a6ff;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font:14px/1.6 Inter,Segoe UI,system-ui,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg)}#root{flex-direction:column;min-height:100svh;display:flex}button{cursor:pointer;font:inherit}input{font:inherit}.app{flex-direction:column;min-height:100svh;display:flex}.app-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;gap:16px;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.app-logo{flex-shrink:0;align-items:center;gap:12px;display:flex}.app-logo__mark{color:var(--gold);font-size:22px;line-height:1}.app-logo__text{color:var(--text);letter-spacing:-.01em;font-size:15px;font-weight:600}.app-logo__sub{color:var(--muted);letter-spacing:.02em;font-size:11px}.app-nav{gap:2px;display:flex}.nav-tab{color:var(--muted);white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:color .15s,background .15s}.nav-tab:hover{color:var(--text);background:var(--surface2)}.nav-tab--active{color:var(--gold);background:var(--gold-bg)}.app-main{flex:1;overflow-y:auto}.app-footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);letter-spacing:.02em;padding:14px;font-size:11px}.page{width:100%;max-width:860px;margin:0 auto;padding:28px 20px 56px}.roman-badge{background:var(--surface2);border:1px solid var(--border);min-width:36px;height:24px;color:var(--muted);letter-spacing:.06em;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:700;display:inline-flex}.roman-badge--sm{min-width:28px;height:20px;padding:0 5px;font-size:10px}.roman-badge--xs{min-width:22px;height:16px;padding:0 4px;font-size:9px}.progress-summary{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:16px;padding:20px 24px}.progress-summary__title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:11px;font-weight:500}.progress-summary__stats{gap:28px;margin-bottom:14px;display:flex}.stat{flex-direction:column;gap:2px;display:flex}.stat-value{letter-spacing:-.01em;font-size:24px;font-weight:700;line-height:1}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px}.progress-bar-wrap{align-items:center;gap:12px;display:flex}.progress-bar{background:var(--surface2);border-radius:99px;flex:1;height:4px;overflow:hidden}.progress-bar__fill{background:var(--gold);border-radius:99px;height:100%;transition:width .6s}.progress-pct{color:var(--gold);min-width:36px;font-size:13px;font-weight:600}.chapter{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:8px;overflow:hidden}.chapter-header{width:100%;color:var(--text);text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:13px 16px;transition:background .1s;display:flex}.chapter-header:hover{background:var(--surface2)}.chapter-header--open{border-bottom:1px solid var(--border)}.chapter-info{flex:1;min-width:0}.chapter-title{letter-spacing:-.01em;font-size:14px;font-weight:600}.chapter-sub{color:var(--muted);margin-top:1px;font-size:11px}.chapter-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.level-badge{letter-spacing:.02em;font-size:11px;font-weight:600}.chapter-progress{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.mini-bar{background:var(--surface2);border-radius:99px;width:52px;height:3px;overflow:hidden}.mini-bar__fill{border-radius:99px;height:100%;transition:width .4s}.chevron{color:var(--muted);font-size:9px}.exercise-list{padding:2px 0}.exercise-item{width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-bottom:1px solid #2d333b99;align-items:center;gap:10px;padding:9px 16px;font-size:13px;transition:background .1s;display:flex}.exercise-item:last-child{border-bottom:none}.exercise-item:hover{background:var(--surface2)}.exercise-status{flex-shrink:0;width:18px;font-size:14px}.exercise-name{flex:1;align-items:baseline;gap:6px;min-width:0;display:flex}.exercise-num{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.exercise-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.notation-dot{color:var(--gold);font-size:12px}.exercise-bpm{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.exercise-tempo{color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;min-width:52px;font-size:11px}.exercise-mastery{background:var(--surface2);border-radius:99px;flex-shrink:0;width:44px;height:4px;overflow:hidden}.exercise-mastery__fill{background:var(--gold);border-radius:99px;height:100%;transition:width .4s}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:820px;max-height:90svh;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000080}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 16px;display:flex}.modal-chapter{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;display:flex}.modal-title{color:var(--text);letter-spacing:-.02em;font-size:18px;font-weight:700;line-height:1.3}.modal-desc{color:var(--muted);margin-top:4px;font-size:13px}.btn-close{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:6px;flex-shrink:0;padding:5px 10px;font-size:13px;line-height:1;transition:color .15s,border-color .15s}.btn-close:hover{color:var(--text);border-color:var(--muted)}.notation-wrapper{color:#111;background:#fdfcf8;flex:1;padding:20px 24px;position:relative;overflow-y:auto}.countin-overlay{z-index:5;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);pointer-events:none;background:#0d11178c;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;inset:0}.countin-num{color:#fff;text-shadow:0 2px 14px #00000080;font-size:96px;font-weight:800;line-height:1;animation:.5s ease-out countin-pop}.countin-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-size:13px;font-weight:600}@keyframes countin-pop{0%{opacity:0;transform:scale(1.6)}30%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.notation-render{width:100%}.notation-render svg{color:#111;width:100%!important;height:auto!important}.notation-render svg path,.notation-render svg ellipse,.notation-render svg rect,.notation-render svg text{fill:#111}.notation-placeholder{color:#777;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px;font-size:14px;display:flex}.note-playing path,.note-playing ellipse,.note-playing rect,.note-playing text{fill:#c8830a!important;stroke:#c8830a!important}.tempo-bar{border-top:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;align-items:center;gap:8px;padding:10px 22px;display:flex}.tempo-bar__icon{color:var(--gold);font-size:15px;font-weight:600}.tempo-btn{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:5px;padding:3px 9px;font-size:15px;line-height:1;transition:all .1s}.tempo-btn--adj{min-width:28px;font-weight:700}.tempo-btn--adj:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.tempo-btn--adj:disabled{opacity:.25;cursor:default}.tempo-btn--reset{color:var(--muted);border-style:dashed;padding:3px 8px;font-size:13px}.tempo-btn--reset:hover{color:var(--gold);border-color:var(--gold)}.tempo-bar__val{color:var(--text);text-align:center;font-variant-numeric:tabular-nums;min-width:40px;font-size:20px;font-weight:700;line-height:1}.tempo-bar__val--modified{color:var(--gold)}.tempo-bar__sep{flex:1;min-width:4px}.tempo-bar__conseille{color:var(--muted);font-size:12px}.tempo-bar__conseille--active{color:var(--green);font-weight:500}.tempo-bar__page{color:var(--muted);letter-spacing:.02em;margin-left:auto;font-size:11px}.btn-trainer{border:1px solid var(--border);background:var(--surface);color:var(--muted);letter-spacing:.02em;border-radius:5px;margin-left:4px;padding:5px 10px;font-size:11.5px;font-weight:600;transition:all .12s}.btn-trainer:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.btn-trainer--on{background:var(--gold-bg);border-color:var(--gold);color:var(--gold)}.btn-trainer:disabled{opacity:.4;cursor:default}.mastery-bar{border-top:1px solid var(--border);background:var(--surface);align-items:center;gap:16px;padding:12px 22px;display:flex}.mastery-bar__left{flex:1;min-width:0}.mastery-bar__head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:6px;display:flex}.mastery-bar__label{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:11px}.mastery-bar__nums{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px}.mastery-bar__nums b{color:var(--gold);font-size:15px}.mastery-bar__goal{color:var(--muted)}.mastery-bar__check{color:var(--green);font-size:11.5px;font-weight:600}.mastery-track{background:var(--surface2);border-radius:99px;height:6px;overflow:hidden}.mastery-track__fill{background:linear-gradient(90deg, var(--gold-dk), var(--gold));border-radius:99px;height:100%;transition:width .4s}.btn-validate{border:1.5px solid var(--green);color:var(--green);letter-spacing:.02em;background:#3fb9501a;border-radius:6px;flex-shrink:0;padding:8px 14px;font-size:12.5px;font-weight:700;transition:all .12s}.btn-validate:hover:not(:disabled){background:var(--green);color:#08240f}.btn-validate:disabled{opacity:.35;cursor:default}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:10px;padding:12px 22px;display:flex}.modal-controls{align-items:center;gap:8px;display:flex}.btn-play{border:1px solid var(--green);color:var(--green);letter-spacing:.01em;background:0 0;border-radius:6px;padding:7px 16px;font-size:13px;font-weight:600;transition:all .15s}.btn-play:hover,.btn-play--active{background:var(--green);color:#000}.btn-status{border:1px solid var(--status-color,var(--border));color:var(--status-color,var(--muted));letter-spacing:.01em;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;transition:opacity .15s;display:flex}.btn-status:hover{opacity:.8}.metro-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:420px;margin-top:24px;padding:32px 28px;display:flex}.section-title{color:var(--gold);text-align:center;letter-spacing:.02em;font-size:16px;font-weight:700}.beats{justify-content:center;align-items:center;gap:10px;min-height:24px;display:flex}.beat-dot{background:var(--surface2);border:1.5px solid var(--border);border-radius:50%;width:14px;height:14px;transition:background 50ms,transform 50ms}.beat-dot--accent{border-color:var(--gold)}.beat-dot--active{background:var(--gold);border-color:var(--gold);transform:scale(1.3);box-shadow:0 0 8px #d4a84380}.bpm-display{align-items:center;gap:14px;display:flex}.bpm-adj{border:1px solid var(--border);background:var(--surface2);width:36px;height:36px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:border-color .15s,color .15s;display:flex}.bpm-adj:hover{border-color:var(--gold);color:var(--gold)}.bpm-number{color:var(--gold);font-variant-numeric:tabular-nums;text-align:center;letter-spacing:-.02em;min-width:110px;font-size:68px;font-weight:800;line-height:1}.bpm-unit{color:var(--muted);letter-spacing:.04em;font-size:12px}.bpm-slider{-webkit-appearance:none;background:var(--surface2);border-radius:99px;outline:none;width:100%;height:4px}.bpm-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--gold);cursor:pointer;border:2px solid var(--bg);border-radius:50%;width:18px;height:18px}.slider-labels{color:var(--muted);justify-content:space-between;width:100%;font-size:11px;display:flex}.metro-btns{justify-content:center;gap:8px;width:100%;display:flex}.btn-start{border:1.5px solid var(--gold);max-width:180px;color:var(--gold);background:0 0;border-radius:8px;flex:1;padding:11px;font-size:15px;font-weight:700;transition:all .15s}.btn-start:hover,.btn-start--on{background:var(--gold);color:#000}.btn-tap{border:1.5px solid var(--border);background:var(--surface2);color:var(--text);letter-spacing:.06em;border-radius:8px;padding:11px 18px;font-size:13px;font-weight:700;transition:all .1s}.btn-tap:active{background:var(--border);transform:scale(.96)}.signature-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.signature-label{color:var(--muted);letter-spacing:.04em;margin-right:2px;font-size:11px}.btn-sig{border:1px solid var(--border);background:var(--surface2);color:var(--muted);border-radius:5px;padding:4px 10px;font-size:13px;transition:all .1s}.btn-sig:hover{color:var(--text)}.btn-sig--active{border-color:var(--gold);color:var(--gold);background:var(--gold-bg)}.presets{grid-template-columns:repeat(3,1fr);gap:6px;width:100%;display:grid}.btn-preset{border:1px solid var(--border);background:var(--surface2);color:var(--muted);border-radius:6px;flex-direction:column;align-items:center;gap:2px;padding:8px 6px;transition:all .1s;display:flex}.btn-preset:hover{color:var(--text)}.btn-preset--active{border-color:var(--gold);color:var(--gold);background:var(--gold-bg)}.preset-label{letter-spacing:.02em;font-size:11px;font-weight:600}.preset-bpm{font-size:11px}.tuner-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:420px;margin-top:24px;padding:32px 28px;display:flex}.tuner-subtitle{color:var(--muted);text-align:center;margin-top:-14px;font-size:12px}.note-display{justify-content:center;align-items:center;gap:4px;min-height:88px;display:flex}.note-name{letter-spacing:-.02em;font-size:76px;font-weight:900;line-height:1;transition:color .1s}.note-name--idle{color:var(--border)}.note-octave{color:var(--muted);font-size:30px;font-weight:600}.gauge-wrap{flex-direction:column;gap:4px;width:100%;display:flex}.gauge{background:var(--surface2);border:1px solid var(--border);border-radius:13px;height:26px;position:relative;overflow:hidden}.gauge-center{background:var(--border);width:1.5px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gauge-zone{opacity:.12;height:100%;position:absolute;top:0}.gauge-zone--ok{background:var(--green)}.gauge-zone--warn{background:var(--yellow)}.gauge-needle{border-radius:2px;width:3px;height:calc(100% - 6px);position:absolute;top:3px;transform:translate(-50%)}.gauge-labels{color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.tuner-info{flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:52px;display:flex}.cents-val{font-size:26px;font-weight:800;line-height:1}.freq-val{color:var(--muted);font-size:13px}.target-val{color:var(--muted);font-size:11px}.tuner-hint{color:var(--muted);text-align:center;font-size:13px}.tuner-error{color:var(--red);text-align:center;background:#f8514914;border:1px solid #f8514933;border-radius:6px;padding:8px 16px;font-size:13px}.ref-table{border:1px solid var(--border);border-radius:8px;width:100%;margin-top:4px;overflow:hidden}.ref-table__title{color:var(--muted);background:var(--surface2);text-align:center;text-transform:uppercase;letter-spacing:.06em;padding:7px 12px;font-size:11px}.ref-table__grid{grid-template-columns:1fr 1fr 1fr;display:grid}.ref-row{border-top:1px solid var(--border);border-right:1px solid var(--border);flex-direction:column;align-items:center;gap:2px;padding:8px;font-size:12px;display:flex}.ref-row:nth-child(3n){border-right:none}.ref-row span:first-child{color:var(--text);font-weight:600}.ref-row span:last-child{color:var(--muted)}.dash-hero{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:5px;margin-bottom:16px;padding:28px;display:flex}.dash-hero__label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:500}.dash-hero__exercise{color:var(--text);letter-spacing:-.01em;margin-top:2px;font-size:20px;font-weight:700}.dash-hero__chapter{color:var(--muted);align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:flex}.btn-resume{border:1.5px solid var(--gold);background:var(--gold);color:#000;letter-spacing:.02em;border-radius:6px;align-self:flex-start;padding:9px 20px;font-size:13px;font-weight:700;transition:all .15s}.btn-resume:hover{background:var(--gold-dk);border-color:var(--gold-dk)}.btn-resume--lg{border-radius:8px;padding:13px 26px;font-size:14px}.onb-hero{background:linear-gradient(135deg, var(--surface) 0%, var(--surface2) 100%);border:1px solid var(--border);border-radius:12px;margin-bottom:16px;padding:36px 32px}.onb-hero__eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:11px;font-weight:600}.onb-hero__title{letter-spacing:-.02em;color:var(--text);margin:0 0 12px;font-size:28px;font-weight:800;line-height:1.15}.onb-hero__lead{color:var(--muted);max-width:640px;margin:0 0 22px;font-size:15px;line-height:1.6}.onb-steps{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.onb-step{align-items:flex-start;gap:12px;display:flex}.onb-step__n{background:var(--gold-bg);border:1px solid var(--gold);width:26px;height:26px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.onb-step__title{color:var(--text);margin-bottom:3px;font-size:13px;font-weight:600}.onb-step__text{color:var(--muted);font-size:12.5px;line-height:1.5}.onb-tools{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.onb-tool{text-align:left;background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-direction:column;align-items:flex-start;gap:6px;padding:18px 16px;transition:border-color .15s,transform .15s;display:flex}.onb-tool:hover{border-color:var(--gold);transform:translateY(-2px)}.onb-tool__glyph{color:var(--gold);margin-bottom:4px;font-size:24px;line-height:1}.onb-tool__name{color:var(--text);font-size:15px;font-weight:700}.onb-tool__text{color:var(--muted);flex:1;font-size:12.5px;line-height:1.5}.onb-tool__cta{color:var(--gold);margin-top:4px;font-size:12px;font-weight:600}.onb-chapter{text-align:left;border:none;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;align-items:center;gap:12px;width:100%;padding:10px 4px;display:flex}.onb-chapter:last-child{border-bottom:none}.onb-chapter:hover .dash-chapter__title{color:var(--gold)}.onb-chapter__info{flex:1;min-width:0}.onb-chapter__count{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.dash-stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.dash-stat{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;display:flex}.dash-stat__value{letter-spacing:-.02em;font-size:26px;font-weight:800;line-height:1}.dash-stat__label{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;text-align:center;font-size:10px}.dash-section{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:12px;padding:18px 20px}.dash-section__title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:11px;font-weight:500}.heatmap{aspect-ratio:12/7;grid-template-rows:repeat(7,1fr);grid-auto-columns:1fr;grid-auto-flow:column;gap:3px;margin-bottom:8px;display:grid}.heatmap__cell{background:var(--surface2);border-radius:2px}.heatmap__cell--today{box-shadow:0 0 0 1.5px var(--gold)}.heatmap-legend{color:var(--muted);justify-content:flex-end;align-items:center;gap:4px;font-size:11px;display:flex}.heatmap-legend .heatmap__cell{flex-shrink:0;width:10px;height:10px}.dash-doing{flex-direction:column;gap:5px;display:flex}.dash-doing__item{border:1px solid var(--border);background:var(--surface2);color:var(--text);text-align:left;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 14px;transition:border-color .15s;display:flex}.dash-doing__item:hover{border-color:var(--gold)}.dash-doing__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.dash-doing__title{font-size:13px;font-weight:500}.dash-doing__num{color:var(--muted);font-size:11px}.dash-doing__note{color:var(--gold);font-size:12px}.dash-doing__chapter{color:var(--muted);align-items:center;gap:6px;margin-top:2px;font-size:11px;display:flex}.dash-doing__meta{flex-shrink:0;align-items:center;gap:8px;display:flex}.dash-doing__date{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.dash-doing__arrow{color:var(--gold);font-size:16px}.dash-chapter{border-bottom:1px solid #2d333b99;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}.dash-chapter:last-child{border-bottom:none}.dash-chapter__left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.dash-chapter__title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.dash-chapter__level{letter-spacing:.04em;margin-top:1px;font-size:10px;font-weight:600}.dash-chapter__right{flex-shrink:0;align-items:center;gap:12px;display:flex}.dash-chapter__counts{text-align:right;font-variant-numeric:tabular-nums;min-width:72px;font-size:11px}.dash-chapter__bar{background:var(--surface2);border-radius:99px;width:72px;height:3px;overflow:hidden}.dash-chapter__bar-fill{border-radius:99px;height:100%;transition:width .4s}@media (width<=640px){.app-header{padding:0 14px}.nav-tab{padding:5px 9px;font-size:12px}.app-logo__sub{display:none}.chapter-right{gap:6px}.mini-bar,.chapter-progress{display:none}.progress-summary__stats{gap:14px}.stat-value{font-size:20px}.modal{border-radius:10px;max-height:96svh}.bpm-number{font-size:52px}.note-name{font-size:58px}.presets,.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-stat__value{font-size:22px}.dash-chapter__bar{width:44px}.dash-chapter__counts{min-width:52px}.dash-hero__exercise{font-size:17px}.modal-header{padding:16px 16px 12px}.notation-wrapper{padding:12px 14px}.tempo-bar{padding:8px 16px}.modal-actions{padding:10px 16px}.mastery-bar{flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px}.btn-validate{width:100%}.exercise-mastery{display:none}.onb-hero{padding:26px 20px}.onb-hero__title{font-size:22px}.onb-hero__lead{font-size:14px}.onb-steps{grid-template-columns:1fr;gap:16px}.onb-tools{grid-template-columns:1fr}}
