/* /Components/Layout/MainLayout.razor.rz.scp.css */
.mt-app[b-sthd8na791] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--mt-surface);
    font-family: var(--mt-font, 'Inter', 'Helvetica Neue', sans-serif);
}

.mt-main[b-sthd8na791] {
    flex: 1;
}

.mt-content[b-sthd8na791] {
    padding-top: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 641px) {
    .mt-content[b-sthd8na791] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/TopNavbar.razor.rz.scp.css */
.mt-navbar__badge[b-npjl76r8fu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.3rem;
    margin-left: 0.4rem;
    border-radius: 999px;
    background: #4338ca;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
}
/* /Components/MusicSheet/MusicSheetViewer.razor.rz.scp.css */
.music-sheet-viewer[b-kgt9pbtuqi] {
    width: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.verovio-score[b-kgt9pbtuqi] {
    padding: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
}

    .verovio-score svg[b-kgt9pbtuqi] {
        width: 100%;
        height: auto;
        display: block;
    }

/* Zoom controls */
.ms-viewer-controls[b-kgt9pbtuqi] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #dee2e6;
}

/* Controls placed above the score: bottom divider + bottom spacing, no top border. */
.ms-viewer-controls--top[b-kgt9pbtuqi] {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
    justify-content: flex-start;
}

.ms-page-info[b-kgt9pbtuqi] {
    font-size: 0.75rem;
    color: #64748b;
    margin-right: auto;
}

.ms-zoom-btn[b-kgt9pbtuqi] {
    padding: 0.25rem 0.5rem;
    line-height: 1;
}

/* Piece legend */
.ms-piece-legend[b-kgt9pbtuqi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #dee2e6;
}

.ms-piece-tag[b-kgt9pbtuqi] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
    white-space: nowrap;
}

/* ── Playback highlight ──
   The score SVG is injected via innerHTML, so its nodes don't carry this
   component's scope attribute. ::deep pierces the scope to reach them. */
[b-kgt9pbtuqi] .ms-playing {
    fill: #fbbf24 !important;
    stroke: #fbbf24 !important;
    filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.6));
    transition: fill 0.05s, stroke 0.05s;
}

[b-kgt9pbtuqi] .ms-playing path,
[b-kgt9pbtuqi] .ms-playing ellipse,
[b-kgt9pbtuqi] .ms-playing rect,
[b-kgt9pbtuqi] .ms-playing polygon,
[b-kgt9pbtuqi] .ms-playing use,
[b-kgt9pbtuqi] .ms-playing g {
    fill: #fbbf24 !important;
    stroke: #fbbf24 !important;
}

/* Piece boundary highlights */
.ms-piece-highlight[b-kgt9pbtuqi] {
    opacity: 0.1;
    fill: #6366f1;
}

.verovio-score .page[b-kgt9pbtuqi] {
    display: inline-block;
    margin-right: 2rem;
}
/* /Components/MusicSheet/PiecesPanel.razor.rz.scp.css */
.ms-piece-card__actions[b-qexc0jsppq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.ms-piece-card__readiness[b-qexc0jsppq] {
    margin-top: 0.75rem;
}
/* /Components/Pages/Curriculum.razor.rz.scp.css */
.cu-area[b-s8buh1gwf5] {
    margin-bottom: 2rem;
}

.cu-area__title[b-s8buh1gwf5] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
}

.cu-area__stat[b-s8buh1gwf5] {
    font-size: 0.8rem;
    opacity: 0.7;
    margin: 0 0 0.75rem;
}

.cu-summary[b-s8buh1gwf5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--mt-border, #E2E8F0);
    border-radius: 0.75rem;
    background: var(--mt-surface-2, rgba(127,127,127,0.05));
}

.cu-summary__stat[b-s8buh1gwf5] { display: flex; flex-direction: column; }
.cu-summary__value[b-s8buh1gwf5] { font-size: 1.6rem; font-weight: 800; line-height: 1; }
.cu-summary__suffix[b-s8buh1gwf5] { font-size: 0.9rem; font-weight: 600; opacity: 0.6; }
.cu-summary__label[b-s8buh1gwf5] { font-size: 0.75rem; opacity: 0.65; margin-top: 0.2rem; }

.cu-summary__milestones[b-s8buh1gwf5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-left: auto;
}

.cu-milestone[b-s8buh1gwf5] { font-size: 0.8rem; opacity: 0.5; }
.cu-milestone--earned[b-s8buh1gwf5] { opacity: 1; font-weight: 600; color: var(--mt-accent, #22C55E); }

.cu-review[b-s8buh1gwf5] {
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--mt-border, #E2E8F0);
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--mt-accent, #4338CA) 8%, transparent);
}

.cu-review__title[b-s8buh1gwf5] { font-size: 1rem; font-weight: 700; margin: 0 0 0.75rem; }
.cu-review__items[b-s8buh1gwf5] { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.cu-modules[b-s8buh1gwf5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.75rem;
}

.cu-card[b-s8buh1gwf5] {
    border: 1px solid var(--mt-border, #e5e7eb);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    background: var(--mt-surface, #fff);
    display: grid;
    gap: 0.4rem;
    align-content: start;
}

.cu-card--locked[b-s8buh1gwf5] {
    opacity: 0.6;
}

.cu-card--recommended[b-s8buh1gwf5] {
    border-color: #4338ca;
    box-shadow: 0 0 0 1px #4338ca33;
}

.cu-card__top[b-s8buh1gwf5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cu-card__level[b-s8buh1gwf5] {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cu-badge[b-s8buh1gwf5] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.cu-badge--locked[b-s8buh1gwf5] { background: #f3f4f6; color: #6b7280; }
.cu-badge--available[b-s8buh1gwf5] { background: #eef2ff; color: #4338ca; }
.cu-badge--completed[b-s8buh1gwf5] { background: #dcfce7; color: #15803d; }

.cu-card__title[b-s8buh1gwf5] {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.cu-card__desc[b-s8buh1gwf5] {
    font-size: 0.85rem;
    color: #4b5563;
    margin: 0;
}

.cu-card__rec[b-s8buh1gwf5] {
    font-size: 0.75rem;
    color: #4338ca;
    font-weight: 600;
}

.cu-card__foot[b-s8buh1gwf5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.cu-card__req[b-s8buh1gwf5] {
    font-size: 0.75rem;
    color: #6b7280;
}

.lp-btn--sm[b-s8buh1gwf5] {
    padding: 0.3rem 0.7rem;
    font-size: 0.8125rem;
}

/* ── Ear-training quiz modal ── */
.cq-overlay[b-s8buh1gwf5] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 14, 35, 0.55);
    backdrop-filter: blur(3px);
}

.cq-modal[b-s8buh1gwf5] {
    width: 100%;
    max-width: 480px;
    background: var(--mt-surface, #fff);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.cq-modal__head[b-s8buh1gwf5] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cq-modal__title[b-s8buh1gwf5] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.cq-close[b-s8buh1gwf5] {
    border: none;
    background: none;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    opacity: 0.6;
}

.cq-close:hover[b-s8buh1gwf5] { opacity: 1; }

.cq-progress[b-s8buh1gwf5] {
    font-size: 0.8rem;
    opacity: 0.6;
    margin: 0 0 0.35rem;
}

.cq-prompt[b-s8buh1gwf5] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.cq-play[b-s8buh1gwf5] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.cq-play__btn[b-s8buh1gwf5] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cq-options[b-s8buh1gwf5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.cq-option[b-s8buh1gwf5] {
    padding: 0.7rem 0.75rem;
    border: 2px solid var(--mt-border, rgba(127, 127, 127, 0.25));
    border-radius: 0.6rem;
    background: var(--mt-surface-2, rgba(127, 127, 127, 0.05));
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    color: inherit;
    transition: border-color 0.12s, background 0.12s;
}

.cq-option:hover[b-s8buh1gwf5] { border-color: var(--mt-accent, #4338CA); }

.cq-option--selected[b-s8buh1gwf5] {
    border-color: var(--mt-accent, #4338CA);
    background: color-mix(in srgb, var(--mt-accent, #4338CA) 14%, transparent);
}

.cq-actions[b-s8buh1gwf5] {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
}

.cq-result[b-s8buh1gwf5] {
    text-align: center;
    padding: 1rem 0 0.5rem;
}

.cq-result__score[b-s8buh1gwf5] {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
}

.cq-result--pass .cq-result__score[b-s8buh1gwf5] { color: #22C55E; }
.cq-result--fail .cq-result__score[b-s8buh1gwf5] { color: #EF4444; }

.cq-result__msg[b-s8buh1gwf5] {
    margin: 0.6rem 0 1.25rem;
    font-size: 0.95rem;
}

.cq-result .cq-actions[b-s8buh1gwf5] { justify-content: center; }
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dash-block[b-i4kzkhmfd2] {
    margin-bottom: 1.5rem;
}

.dash-actions[b-i4kzkhmfd2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.1rem;
}

.dash-badge[b-i4kzkhmfd2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    margin-left: 0.45rem;
    border-radius: 999px;
    background: var(--mt-accent, #22C55E);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.dash-list[b-i4kzkhmfd2] {
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.dash-list li[b-i4kzkhmfd2] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    background: var(--mt-surface-2, rgba(127, 127, 127, 0.06));
}

.dash-list__link[b-i4kzkhmfd2] {
    font-weight: 600;
    text-decoration: none;
    color: var(--mt-text, inherit);
}

.dash-list__link:hover[b-i4kzkhmfd2] {
    text-decoration: underline;
}

.dash-list__meta[b-i4kzkhmfd2] {
    flex-shrink: 0;
    font-size: 0.8rem;
    opacity: 0.65;
}
/* /Components/Pages/InterpretationEditor.razor.rz.scp.css */
.ie[b-ezc2s0pam4] {
    max-width: 920px;
    display: grid;
    gap: 1.25rem;
}

.ie__field[b-ezc2s0pam4] {
    display: grid;
    gap: 0.35rem;
}

.ie__label[b-ezc2s0pam4],
.ie__h2[b-ezc2s0pam4] {
    font-weight: 600;
}

.ie__h2[b-ezc2s0pam4] {
    font-size: 1rem;
    margin: 0;
}

.ie__notes[b-ezc2s0pam4] {
    resize: vertical;
}

.ie__segments-head[b-ezc2s0pam4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ie__rows[b-ezc2s0pam4] {
    display: grid;
    gap: 0.5rem;
}

.ie__row[b-ezc2s0pam4] {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr 0.6fr 1fr 1.1fr 0.6fr 1.4fr auto;
    gap: 0.4rem;
    align-items: center;
}

.ie__c-num[b-ezc2s0pam4],
.ie__c-int[b-ezc2s0pam4] {
    text-align: center;
}

.ie__remove[b-ezc2s0pam4] {
    border: none;
    background: transparent;
    color: #b91c1c;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.35rem;
}

.ie__actions[b-ezc2s0pam4] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ie__saved[b-ezc2s0pam4] {
    color: #15803d;
    font-weight: 600;
    font-size: 0.875rem;
}

.ie__error[b-ezc2s0pam4] {
    color: #b91c1c;
    font-size: 0.875rem;
}

@media (max-width: 720px) {
    .ie__row[b-ezc2s0pam4] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Pages/Memorize.razor.rz.scp.css */
.mz[b-4t7aygtp4u] {
    max-width: 760px;
    display: grid;
    gap: 1rem;
}

.mz--top[b-4t7aygtp4u] {
    margin-bottom: 1.5rem;
}

.mz__perf[b-4t7aygtp4u] {
    border: 1px solid var(--mt-border, #e5e7eb);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    background: var(--mt-surface, #fff);
    display: grid;
    gap: 0.5rem;
}

.mz__perf-hint[b-4t7aygtp4u] {
    margin: 0;
    font-size: 0.85rem;
    color: #6b7280;
}

.mz__perf-form[b-4t7aygtp4u] {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mz__perf-form label[b-4t7aygtp4u] {
    display: grid;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #374151;
}

.mz__num[b-4t7aygtp4u] {
    width: 6rem;
}

.mz__perf-adverse[b-4t7aygtp4u] {
    flex-direction: row !important;
    align-items: center;
    gap: 0.35rem !important;
}

.mz__logged[b-4t7aygtp4u] {
    color: #15803d;
    font-weight: 600;
    font-size: 0.875rem;
}

.mz__h2[b-4t7aygtp4u] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.mz__sections[b-4t7aygtp4u] {
    display: grid;
    gap: 0.5rem;
}

.mz__section[b-4t7aygtp4u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    border: 1px solid var(--mt-border, #e5e7eb);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    background: var(--mt-surface, #fff);
}

.mz__section-main[b-4t7aygtp4u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mz__section-label[b-4t7aygtp4u] {
    font-weight: 600;
}

.mz__restart[b-4t7aygtp4u] {
    color: #4338ca;
    margin-left: 0.35rem;
}

.mz__stage[b-4t7aygtp4u] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.mz__stage--encoding[b-4t7aygtp4u] { background: #fef3c7; color: #92400e; }
.mz__stage--consolidation[b-4t7aygtp4u] { background: #dbeafe; color: #1d4ed8; }
.mz__stage--retrieval[b-4t7aygtp4u] { background: #dcfce7; color: #15803d; }

.mz__section-actions[b-4t7aygtp4u] {
    display: flex;
    gap: 0.4rem;
}

.mz__builder[b-4t7aygtp4u] {
    display: grid;
    gap: 0.5rem;
}

.mz__draft-row[b-4t7aygtp4u] {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr auto auto;
    gap: 0.5rem;
    align-items: center;
}

.mz__d-restart[b-4t7aygtp4u] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem;
    white-space: nowrap;
}

.mz__remove[b-4t7aygtp4u] {
    border: none;
    background: transparent;
    color: #b91c1c;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.mz__actions[b-4t7aygtp4u] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mz__error[b-4t7aygtp4u] {
    color: #b91c1c;
    font-size: 0.875rem;
}

.lp-btn--sm[b-4t7aygtp4u] {
    padding: 0.3rem 0.7rem;
    font-size: 0.8125rem;
}

@media (max-width: 640px) {
    .mz__draft-row[b-4t7aygtp4u] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Notifications.razor.rz.scp.css */
.nf-list[b-in2w883fqt] {
    display: grid;
    gap: 0.5rem;
    max-width: 640px;
}

.nf-card[b-in2w883fqt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid var(--mt-border, #e5e7eb);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    background: var(--mt-surface, #fff);
}

.nf-card--unread[b-in2w883fqt] {
    border-color: #c7d2fe;
    background: #eef2ff;
}

.nf-card__body[b-in2w883fqt] {
    display: grid;
    gap: 0.2rem;
}

.nf-card__msg[b-in2w883fqt] {
    font-weight: 500;
}

.nf-card__time[b-in2w883fqt] {
    font-size: 0.75rem;
    color: #6b7280;
}

.lp-btn--sm[b-in2w883fqt] {
    padding: 0.3rem 0.7rem;
    font-size: 0.8125rem;
}
/* /Components/Pages/Payment/Cancel.razor.rz.scp.css */
/* ════════════════════════════════════════════════════════════
   PAYMENT CANCEL — scoped styles
════════════════════════════════════════════════════════════ */

.pmt-cancel-wrap[b-v7ij1530x5] {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.pmt-cancel-card[b-v7ij1530x5] {
    background: #fff;
    border: 2px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-clay);
    width: 100%;
    max-width: 420px;
    padding: 2.5rem 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    text-align: center;
    animation: pmt-cancel-in-b-v7ij1530x5 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes pmt-cancel-in-b-v7ij1530x5 {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pmt-cancel-icon[b-v7ij1530x5] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--lp-surface-2);
    border: 2px solid var(--lp-border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.pmt-cancel-title[b-v7ij1530x5] {
    font-family: var(--font-display);
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--lp-primary);
    margin: 0;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.pmt-cancel-sub[b-v7ij1530x5] {
    font-family: var(--lp-font);
    font-size: var(--text-base);
    line-height: 1.65;
    color: var(--lp-text-muted);
    margin: 0;
    max-width: 38ch;
}

.pmt-cancel-actions[b-v7ij1530x5] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
    .pmt-cancel-card[b-v7ij1530x5] { animation: none; }
}
/* /Components/Pages/Payment/Success.razor.rz.scp.css */
/* ════════════════════════════════════════════════════════════
   PAYMENT SUCCESS — scoped styles
════════════════════════════════════════════════════════════ */

.pmt-wrap[b-z3jx9sxxos] {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.pmt-card[b-z3jx9sxxos] {
    background: #fff;
    border: 2px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-clay);
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    animation: pmt-card-rise-b-z3jx9sxxos 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes pmt-card-rise-b-z3jx9sxxos {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Dark visual band ── */
.pmt-visual[b-z3jx9sxxos] {
    background: var(--lp-primary);
    padding: 2.25rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
}

/* ── Music staff ── */
.pmt-staff[b-z3jx9sxxos] {
    position: relative;
    width: 100%;
    height: 40px;
}

.pmt-staff__lines[b-z3jx9sxxos] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.pmt-staff__line[b-z3jx9sxxos] {
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    width: 100%;
}

.pmt-staff__notes[b-z3jx9sxxos] {
    position: absolute;
    inset: 0;
}

.pmt-note[b-z3jx9sxxos] {
    position: absolute;
    width: 13px;
    height: 9px;
    background: var(--lp-accent);
    border-radius: 50%;
    transform: rotate(-18deg);
    opacity: 0;
    animation: pmt-note-pop-b-z3jx9sxxos 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.pmt-note--1[b-z3jx9sxxos] { left: 8%;  bottom: 10%; animation-delay: 0.35s; }
.pmt-note--2[b-z3jx9sxxos] { left: 24%; bottom: 28%; animation-delay: 0.5s;  }
.pmt-note--3[b-z3jx9sxxos] { left: 41%; bottom: 46%; animation-delay: 0.65s; }
.pmt-note--4[b-z3jx9sxxos] { left: 58%; bottom: 62%; animation-delay: 0.8s;  }
.pmt-note--5[b-z3jx9sxxos] { left: 75%; bottom: 78%; animation-delay: 0.95s; }

@keyframes pmt-note-pop-b-z3jx9sxxos {
    from { opacity: 0; transform: rotate(-18deg) scale(0.3) translateY(8px); }
    to   { opacity: 1; transform: rotate(-18deg) scale(1)   translateY(0);   }
}

/* ── Animated checkmark ── */
.pmt-check[b-z3jx9sxxos] {
    width: 72px;
    height: 72px;
}

.pmt-check__svg[b-z3jx9sxxos] {
    width: 100%;
    height: 100%;
}

.pmt-check__ring[b-z3jx9sxxos] {
    fill: none;
    stroke: var(--lp-accent);
    stroke-width: 2;
    stroke-dasharray: 150.8;
    stroke-dashoffset: 150.8;
    animation: pmt-ring-draw-b-z3jx9sxxos 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards;
}

.pmt-check__mark[b-z3jx9sxxos] {
    fill: none;
    stroke: var(--lp-accent);
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 36;
    stroke-dashoffset: 36;
    animation: pmt-mark-draw-b-z3jx9sxxos 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}

@keyframes pmt-ring-draw-b-z3jx9sxxos {
    to { stroke-dashoffset: 0; }
}

@keyframes pmt-mark-draw-b-z3jx9sxxos {
    to { stroke-dashoffset: 0; }
}

/* ── Content ── */
.pmt-content[b-z3jx9sxxos] {
    padding: 2rem 2.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
    animation: pmt-content-in-b-z3jx9sxxos 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

@keyframes pmt-content-in-b-z3jx9sxxos {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pmt-title[b-z3jx9sxxos] {
    font-family: var(--font-display);
    font-size: clamp(2rem, 6vw, 2.75rem);
    font-weight: 800;
    color: var(--lp-primary);
    margin: 0;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.pmt-sub[b-z3jx9sxxos] {
    font-family: var(--lp-font);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--lp-text-muted);
    margin: 0;
    max-width: 38ch;
}

.pmt-cta[b-z3jx9sxxos] {
    width: 100%;
    justify-content: center;
    margin-top: 0.35rem;
}

.pmt-footnote[b-z3jx9sxxos] {
    font-family: var(--lp-font);
    font-size: 0.78rem;
    color: var(--lp-text-light);
    margin: 0;
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    .pmt-card[b-z3jx9sxxos],
    .pmt-note[b-z3jx9sxxos],
    .pmt-content[b-z3jx9sxxos] { animation: none; opacity: 1; transform: none; }

    .pmt-check__ring[b-z3jx9sxxos],
    .pmt-check__mark[b-z3jx9sxxos] { animation: none; stroke-dashoffset: 0; }
}
/* /Components/Pages/Review.razor.rz.scp.css */
.rv-plan[b-j5qxvnxp06] {
    max-width: 720px;
    margin-bottom: 1.25rem;
    border: 1px solid #c7d2fe;
    background: #eef2ff;
    border-radius: 14px;
    padding: 1rem 1.25rem;
}

.rv-plan__head[b-j5qxvnxp06] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.rv-plan__title[b-j5qxvnxp06] {
    font-weight: 600;
    color: #3730a3;
}

.rv-plan__weakest[b-j5qxvnxp06] {
    font-size: 0.8125rem;
    color: #4338ca;
}

.rv-plan__tips[b-j5qxvnxp06] {
    margin: 0.6rem 0 0;
    padding-left: 1.1rem;
    color: #374151;
    font-size: 0.875rem;
    display: grid;
    gap: 0.25rem;
}

.rv-list[b-j5qxvnxp06] {
    display: grid;
    gap: 0.75rem;
    max-width: 720px;
}

.rv-card[b-j5qxvnxp06] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    border: 1px solid var(--mt-border, #e5e7eb);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    background: var(--mt-surface, #fff);
}

.rv-card__info[b-j5qxvnxp06] {
    display: grid;
    gap: 0.2rem;
}

.rv-card__label[b-j5qxvnxp06] {
    font-weight: 600;
}

.rv-card__due[b-j5qxvnxp06] {
    font-size: 0.8125rem;
    color: #6b7280;
}

.rv-card__grade[b-j5qxvnxp06] {
    display: grid;
    gap: 0.4rem;
}

.rv-card__prompt[b-j5qxvnxp06] {
    font-size: 0.75rem;
    color: #6b7280;
}

.rv-card__buttons[b-j5qxvnxp06] {
    display: flex;
    gap: 0.4rem;
}

.rv-btn[b-j5qxvnxp06] {
    border: 1px solid var(--mt-border, #e5e7eb);
    border-radius: 8px;
    padding: 0.35rem 0.7rem;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    transition: background .12s, color .12s, border-color .12s;
}

.rv-btn:disabled[b-j5qxvnxp06] {
    opacity: 0.5;
    cursor: default;
}

.rv-btn--forgot:hover:not(:disabled)[b-j5qxvnxp06] { background: #fee2e2; border-color: #fca5a5; color: #b91c1c; }
.rv-btn--hard:hover:not(:disabled)[b-j5qxvnxp06]   { background: #ffedd5; border-color: #fdba74; color: #c2410c; }
.rv-btn--good:hover:not(:disabled)[b-j5qxvnxp06]   { background: #dbeafe; border-color: #93c5fd; color: #1d4ed8; }
.rv-btn--easy:hover:not(:disabled)[b-j5qxvnxp06]   { background: #dcfce7; border-color: #86efac; color: #15803d; }
/* /Components/Shared/MultiSelectFilter.razor.rz.scp.css */
.msf[b-kxic1i009e] {
    position: relative;
    flex: 1;
    min-width: 160px;
}

.msf__backdrop[b-kxic1i009e] {
    position: fixed;
    inset: 0;
    z-index: 49;
}

.msf__trigger[b-kxic1i009e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.55rem 0.75rem;
    font-family: var(--lp-font);
    font-size: 0.875rem;
    color: var(--lp-text);
    background: #fff;
    border: 2px solid var(--lp-border);
    border-radius: var(--lp-radius-sm);
    cursor: pointer;
    text-align: left;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.msf--open .msf__trigger[b-kxic1i009e],
.msf__trigger:focus[b-kxic1i009e] {
    border-color: var(--lp-secondary);
    box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.12);
    outline: none;
}

.msf__trigger-icon[b-kxic1i009e] {
    color: var(--lp-text-light);
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.msf__trigger-label[b-kxic1i009e] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--lp-text-light);
}

.msf--open .msf__trigger-label[b-kxic1i009e],
.msf__trigger[aria-expanded="true"] .msf__trigger-label[b-kxic1i009e] {
    color: var(--lp-text);
}

.msf__arrow[b-kxic1i009e] {
    flex-shrink: 0;
    color: var(--lp-text-light);
    transition: transform 150ms ease;
}

.msf__arrow--up[b-kxic1i009e] {
    transform: rotate(180deg);
}

.msf__dropdown[b-kxic1i009e] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    min-width: 180px;
    max-height: 240px;
    overflow-y: auto;
    background: #fff;
    border: 2px solid var(--lp-border);
    border-radius: var(--lp-radius-sm);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 50;
    padding: 0.25rem 0;
}

.msf__option[b-kxic1i009e] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.875rem;
    color: var(--lp-text);
    cursor: pointer;
    transition: background 100ms ease;
}

.msf__option:hover[b-kxic1i009e] {
    background: #F5F5FF;
}

.msf__option--checked[b-kxic1i009e] {
    color: var(--lp-secondary);
    font-weight: 500;
}

.msf__checkbox[b-kxic1i009e] {
    accent-color: var(--lp-secondary);
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    cursor: pointer;
}

/* Dark theme: match the .ex-select filter controls so the bar reads as one set */
[data-theme="dark"] .msf__trigger[b-kxic1i009e] {
    background: var(--mt-surface);
    border: 1.5px solid var(--mt-border);
    color: var(--mt-text);
}

[data-theme="dark"] .msf__trigger-label[b-kxic1i009e] { color: var(--mt-text-light); }
[data-theme="dark"] .msf--open .msf__trigger-label[b-kxic1i009e],
[data-theme="dark"] .msf__trigger[aria-expanded="true"] .msf__trigger-label[b-kxic1i009e] { color: var(--mt-text); }

[data-theme="dark"] .msf__dropdown[b-kxic1i009e] {
    background: var(--mt-surface-2);
    border-color: var(--mt-border);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .msf__option[b-kxic1i009e] { color: var(--mt-text); }
[data-theme="dark"] .msf__option:hover[b-kxic1i009e] { background: rgba(255, 255, 255, 0.06); }
/* /Components/Shared/ReadinessGauge.razor.rz.scp.css */
.rg[b-a25rvali4a] {
    border: 1px solid var(--mt-border, #e5e7eb);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    background: var(--mt-surface, #fff);
}

.rg__head[b-a25rvali4a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.rg__title[b-a25rvali4a] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.rg__badge[b-a25rvali4a] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    white-space: nowrap;
}

.rg__badge--ready[b-a25rvali4a] {
    background: #dcfce7;
    color: #15803d;
}

.rg__badge--wip[b-a25rvali4a] {
    background: #eef2ff;
    color: #4338ca;
}

.rg__body[b-a25rvali4a] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.rg__ring[b-a25rvali4a] {
    --rg-score: 0;
    flex: 0 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(closest-side, var(--mt-surface, #fff) 78%, transparent 79% 100%),
        conic-gradient(#4338ca calc(var(--rg-score) * 1%), #e5e7eb 0);
}

.rg__score[b-a25rvali4a] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e1b4b;
}

.rg__score-suffix[b-a25rvali4a] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
}

.rg__stats[b-a25rvali4a] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.rg__stats li[b-a25rvali4a] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.rg__stat-v[b-a25rvali4a] {
    font-weight: 700;
    min-width: 2.5rem;
}

.rg__stat-l[b-a25rvali4a] {
    color: #6b7280;
    font-size: 0.875rem;
}

.rg__gaps[b-a25rvali4a] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--mt-border, #e5e7eb);
}

.rg__gaps-title[b-a25rvali4a] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6b7280;
}

.rg__gaps ul[b-a25rvali4a] {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
    color: #374151;
    font-size: 0.875rem;
}

.rg__gaps li[b-a25rvali4a] {
    margin-bottom: 0.25rem;
}
