.exercise.svelte-4y1lle{gap:var(--space-3);flex-direction:column;display:flex}.card.svelte-4y1lle{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:var(--shadow-sm)}.feedback.svelte-4y1lle{text-align:center;min-height:1.5em;margin:0;font-weight:600}.feedback[data-result=correct].svelte-4y1lle{color:var(--color-success)}.feedback[data-result=incorrect].svelte-4y1lle{color:var(--color-error)}.choices.svelte-4y1lle{grid-template-columns:repeat(var(--columns), minmax(0, 1fr));gap:var(--space-2);display:grid}.choices.svelte-4y1lle button:where(.svelte-4y1lle){min-height:3.5rem;padding:var(--space-2) 0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-size:var(--text-lg);cursor:pointer;font-weight:400;position:relative}.choices.svelte-4y1lle button:where(.svelte-4y1lle):disabled{cursor:default;opacity:.85}.choices.svelte-4y1lle button.correct:where(.svelte-4y1lle){background:var(--color-success-soft);border-color:var(--color-success);color:var(--color-success)}.choices.svelte-4y1lle button.wrong:where(.svelte-4y1lle){background:var(--color-error-soft);border-color:var(--color-error);color:var(--color-error)}.key.svelte-4y1lle{top:var(--space-2);left:var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted);font-weight:400;position:absolute}@media (width<=480px){.choices.svelte-4y1lle button:where(.svelte-4y1lle){font-size:var(--text-md)}.key.svelte-4y1lle{display:none}}.exercise.svelte-7eje98{gap:var(--space-3);flex-direction:column;display:flex}.card.svelte-7eje98{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:var(--shadow-sm)}.beats.svelte-7eje98{justify-content:center;align-items:center;gap:var(--space-2);min-height:2.5rem;display:flex}.beat.svelte-7eje98{background:var(--color-surface-raised);width:2.25rem;height:2.25rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.beat.on.svelte-7eje98{background:var(--color-accent);color:var(--color-accent-contrast)}.beat.on.countin.svelte-7eje98{background:var(--color-warning)}.phase-label.svelte-7eje98{margin-left:var(--space-3);color:var(--color-text-muted);min-width:5rem;font-weight:600}.feedback.svelte-7eje98{text-align:center;min-height:1.5em;margin:0;font-weight:600}.feedback[data-result=correct].svelte-7eje98{color:var(--color-success)}.feedback[data-result=incorrect].svelte-7eje98{color:var(--color-error)}.drift.svelte-7eje98{color:var(--color-text-muted);font-weight:400}.controls.svelte-7eje98{justify-content:center;gap:var(--space-3);display:flex}.primary.svelte-7eje98,.secondary.svelte-7eje98{min-height:var(--tap-min);padding:0 var(--space-6);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-md);cursor:pointer}.primary.svelte-7eje98{background:var(--color-accent);color:var(--color-accent-contrast);border:0}.secondary.svelte-7eje98{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-accent)}.tap-button.svelte-7eje98{border:2px solid var(--color-accent);border-radius:var(--radius-lg);background:var(--color-accent-soft);width:min(100%,20rem);min-height:6rem;color:var(--color-accent);font-size:var(--text-xl);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;font-weight:700}.tap-button.svelte-7eje98:active{background:var(--color-accent);color:var(--color-accent-contrast)}.tap-button.svelte-7eje98:disabled{opacity:.6;cursor:default}.exercise.svelte-16koyxb{gap:var(--space-3);flex-direction:column;display:flex}.controls.svelte-16koyxb{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.primary.svelte-16koyxb{min-height:var(--tap-min);padding:0 var(--space-6);border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-accent-contrast);font-weight:600;font-size:var(--text-md);cursor:pointer;border:0}.primary.svelte-16koyxb:disabled{opacity:.6;cursor:default}.prompt.svelte-16koyxb{font-weight:600}.feedback.svelte-16koyxb{min-height:1.5em;margin:0;font-weight:600}.feedback[data-result=correct].svelte-16koyxb{color:var(--color-success)}.feedback[data-result=incorrect].svelte-16koyxb{color:var(--color-error)}.options.svelte-16koyxb{gap:var(--space-2);flex-direction:column;display:flex}.option.svelte-16koyxb{padding:var(--space-2) var(--space-2) var(--space-2) var(--space-8);background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;display:block;position:relative}.option.disabled.svelte-16koyxb{cursor:default;opacity:.85}.option.svelte-16koyxb:has(input:where(.svelte-16koyxb):focus-visible){outline:3px solid var(--color-focus);outline-offset:2px}.option.svelte-16koyxb:not(.disabled):hover{border-color:var(--color-accent)}.option.correct.svelte-16koyxb{border-color:var(--color-success);background:var(--color-success-soft)}.option.wrong.svelte-16koyxb{border-color:var(--color-error);background:var(--color-error-soft)}.option.svelte-16koyxb input:where(.svelte-16koyxb){opacity:0;width:1px;height:1px;position:absolute}.key.svelte-16koyxb{top:50%;left:var(--space-3);background:var(--color-surface-raised);width:1.75rem;height:1.75rem;color:var(--color-text-muted);font-size:var(--text-sm);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:inline-flex;position:absolute;transform:translateY(-50%)}.exercise.svelte-pwfl5j{gap:var(--space-3);flex-direction:column;display:flex}.card.svelte-pwfl5j{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:var(--shadow-sm)}.feedback.svelte-pwfl5j{text-align:center;min-height:1.5em;margin:0;font-weight:600}.feedback[data-result=correct].svelte-pwfl5j{color:var(--color-success)}.feedback[data-result=incorrect].svelte-pwfl5j{color:var(--color-error)}.choices.svelte-pwfl5j{gap:var(--space-2);grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.choices.svelte-pwfl5j button:where(.svelte-pwfl5j){min-height:3.5rem;padding:var(--space-2) 0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-size:var(--text-lg);cursor:pointer;font-weight:600;position:relative}.choices.svelte-pwfl5j button:where(.svelte-pwfl5j):disabled{cursor:default;opacity:.85}.key.svelte-pwfl5j{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:400;position:absolute;top:.2rem;left:.4rem}@media (width<=480px){.choices.svelte-pwfl5j button:where(.svelte-pwfl5j){font-size:var(--text-md)}.key.svelte-pwfl5j{display:none}}.exercise.svelte-10b1bkr{gap:var(--space-3);flex-direction:column;display:flex}.card.svelte-10b1bkr{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:var(--shadow-sm)}.beats.svelte-10b1bkr{justify-content:center;align-items:center;gap:var(--space-2);min-height:2.5rem;display:flex}.beat.svelte-10b1bkr{background:var(--color-surface-raised);width:2.25rem;height:2.25rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.beat.on.svelte-10b1bkr{background:var(--color-accent);color:var(--color-accent-contrast)}.beat.on.countin.svelte-10b1bkr{background:var(--color-warning)}.phase-label.svelte-10b1bkr{margin-left:var(--space-3);color:var(--color-text-muted);min-width:5rem;font-weight:600}.feedback.svelte-10b1bkr{text-align:center;min-height:1.5em;margin:0;font-weight:600}.feedback[data-result=correct].svelte-10b1bkr{color:var(--color-success)}.feedback[data-result=incorrect].svelte-10b1bkr{color:var(--color-error)}.controls.svelte-10b1bkr{justify-content:center;gap:var(--space-3);display:flex}.primary.svelte-10b1bkr,.secondary.svelte-10b1bkr{min-height:var(--tap-min);padding:0 var(--space-6);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-md);cursor:pointer}.primary.svelte-10b1bkr{background:var(--color-accent);color:var(--color-accent-contrast);border:0}.secondary.svelte-10b1bkr{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-accent)}.choices.svelte-10b1bkr{gap:var(--space-2);grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.choices.svelte-10b1bkr button:where(.svelte-10b1bkr){min-height:3.5rem;padding:var(--space-2) 0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-size:var(--text-lg);cursor:pointer;font-weight:600;position:relative}.choices.svelte-10b1bkr button:where(.svelte-10b1bkr):disabled{cursor:default;opacity:.6}.key.svelte-10b1bkr{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:400;position:absolute;top:.2rem;left:.4rem}.muted.svelte-10b1bkr{text-align:center;color:var(--color-text-muted);font-size:var(--text-sm);margin:0}@media (width<=480px){.choices.svelte-10b1bkr button:where(.svelte-10b1bkr){font-size:var(--text-md)}.key.svelte-10b1bkr{display:none}}.keyboard.svelte-wsvah6{-webkit-user-select:none;user-select:none;height:9rem;position:relative}button.svelte-wsvah6{border:1px solid var(--color-text-muted);cursor:pointer;justify-content:center;align-items:flex-end;margin:0;padding:0;display:flex;position:absolute;top:0}.white.svelte-wsvah6{background:var(--color-surface);border-radius:0 0 var(--radius-sm) var(--radius-sm);z-index:1;height:100%}.black.svelte-wsvah6{background:var(--color-text);border-radius:0 0 var(--radius-sm) var(--radius-sm);z-index:2;height:60%}button.svelte-wsvah6:disabled{cursor:default}.current.svelte-wsvah6{outline:2px solid var(--color-accent);outline-offset:-2px}.correct.svelte-wsvah6{background:var(--color-success-soft);border-color:var(--color-success)}.incorrect.svelte-wsvah6{background:var(--color-error-soft);border-color:var(--color-error)}.black.correct.svelte-wsvah6{background:var(--color-success)}.black.incorrect.svelte-wsvah6{background:var(--color-error)}.name.svelte-wsvah6{font-size:var(--text-xs);color:var(--color-text-muted);padding-bottom:var(--space-1);pointer-events:none}.exercise.svelte-10ebsyc{gap:var(--space-3);flex-direction:column;display:flex}.card.svelte-10ebsyc{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:var(--shadow-sm)}.feedback.svelte-10ebsyc{text-align:center;min-height:1.5em;margin:0;font-weight:600}.feedback[data-result=correct].svelte-10ebsyc{color:var(--color-success)}.feedback[data-result=incorrect].svelte-10ebsyc{color:var(--color-error)}.feedback[data-result=""].svelte-10ebsyc{color:var(--color-text-muted);font-weight:400}.exercise.svelte-rvny2x{gap:var(--space-3);flex-direction:column;display:flex}.card.svelte-rvny2x{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:var(--shadow-sm)}.feedback.svelte-rvny2x{text-align:center;min-height:1.5em;margin:0;font-weight:600}.feedback[data-result=correct].svelte-rvny2x{color:var(--color-success)}.feedback[data-result=incorrect].svelte-rvny2x{color:var(--color-error)}.feedback[data-result=""].svelte-rvny2x{color:var(--color-text-muted);font-weight:400}.muted.svelte-rvny2x{text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.atoms.svelte-n342dm{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}li.svelte-n342dm{column-gap:var(--space-3);padding:var(--space-1) 0;border-radius:var(--radius-sm);grid-template-columns:12rem 1fr;grid-template-areas:"label bar""label status";align-items:center;display:grid}.label.svelte-n342dm{grid-area:label;font-style:italic}.bar.svelte-n342dm{background:var(--color-surface-raised);border-radius:999px;grid-area:bar;height:.5rem;display:block;overflow:hidden}.fill.svelte-n342dm{background:var(--color-accent);height:100%;transition:width .2s ease-out;display:block}.mastered.svelte-n342dm .fill:where(.svelte-n342dm){background:var(--color-success)}.status.svelte-n342dm{font-size:var(--text-xs);color:var(--color-text-muted);grid-area:status}.mastered.svelte-n342dm .status:where(.svelte-n342dm){color:var(--color-success);font-weight:600}.session.svelte-6wbi8h{gap:var(--space-4);flex-direction:column;display:flex}.counter.svelte-6wbi8h{color:var(--color-text-muted);margin:0;font-weight:600}.muted.svelte-6wbi8h{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.prompt.svelte-6wbi8h{margin:0;font-weight:600}.review.svelte-6wbi8h{padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);background:var(--notation-review);color:var(--color-accent-contrast);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;align-self:flex-start;margin:0;font-weight:700}.progress.svelte-6wbi8h h2:where(.svelte-6wbi8h){font-size:var(--text-md);margin:0 0 var(--space-2)}.quit.svelte-6wbi8h{min-height:var(--tap-min);padding:0 var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-accent);cursor:pointer;align-items:center;display:inline-flex}.quit.svelte-6wbi8h:hover{background:var(--color-accent-soft)}
