/* /Components/PageHeader.razor.rz.scp.css */
.page-header[b-13nvyqanfn] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.page-header-text[b-13nvyqanfn] {
    flex: 1;
    min-width: 12rem;
}

.page-header-text h1[b-13nvyqanfn] {
    font-size: 1.65rem;
    margin: 0 0 0.25rem;
    line-height: 1.2;
}

.page-header-text .muted[b-13nvyqanfn] {
    margin: 0;
    font-size: 0.98rem;
}

.page-header-actions[b-13nvyqanfn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.page-header-icon[b-13nvyqanfn] {
    position: relative;
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--lg-primary) 0%, var(--lg-accent) 100%);
    box-shadow: 0 10px 28px rgba(79, 70, 229, 0.35);
    animation: iconFloat 4s ease-in-out infinite;
}

.page-header-icon-ring[b-13nvyqanfn] {
    position: absolute;
    inset: -4px;
    border-radius: 18px;
    border: 2px solid rgba(79, 70, 229, 0.25);
    animation: ringPulse 2.5s ease-in-out infinite;
    pointer-events: none;
}

.page-header-icon.tone-admin[b-13nvyqanfn] {
    background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%);
    box-shadow: 0 10px 28px rgba(220, 38, 38, 0.3);
}

.page-header-icon.tone-admin .page-header-icon-ring[b-13nvyqanfn] {
    border-color: rgba(220, 38, 38, 0.3);
}

.page-header-icon.tone-instructor[b-13nvyqanfn] {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35);
}

.page-header-icon.tone-student[b-13nvyqanfn] {
    background: linear-gradient(135deg, #0891b2 0%, #2563eb 100%);
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.3);
}

.page-header-icon.tone-auth[b-13nvyqanfn] {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
}

.page-header-icon.tone-success[b-13nvyqanfn] {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    box-shadow: 0 10px 28px rgba(16, 185, 129, 0.35);
}

.page-icon-svg[b-13nvyqanfn] {
    position: relative;
    z-index: 1;
}

@media (max-width: 640px) {
    .page-header[b-13nvyqanfn] {
        flex-direction: column;
        align-items: stretch;
    }

    .page-header-actions[b-13nvyqanfn] {
        margin-left: 0;
        width: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-cb0tdc3o4y] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-main[b-cb0tdc3o4y] {
    flex: 1;
    width: 100%;
}

.app-content[b-cb0tdc3o4y] {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 1.25rem 3rem;
}

.app-footer[b-cb0tdc3o4y] {
    border-top: 1px solid var(--lg-border, #e6e8ef);
    background: var(--lg-surface, #fff);
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #6b7280;
}

.app-footer a[b-cb0tdc3o4y] {
    color: var(--lg-primary, #4f46e5);
    text-decoration: none;
}

.app-footer a:hover[b-cb0tdc3o4y] {
    text-decoration: underline;
}

@media (max-width: 640.98px) {
    .app-content[b-cb0tdc3o4y] {
        padding: 1.25rem 1rem 2.5rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.topbar[b-vp0bhzck1k] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 100%);
    box-shadow: 0 2px 12px rgba(79, 70, 229, 0.25);
}

.topbar-inner[b-vp0bhzck1k] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.brand[b-vp0bhzck1k] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.brand-text[b-vp0bhzck1k] {
    white-space: nowrap;
}

.brand-mark[b-vp0bhzck1k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.brand-accent[b-vp0bhzck1k] {
    color: #c7d2fe;
}

.topbar-utilities[b-vp0bhzck1k] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}

.nav-links[b-vp0bhzck1k] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex: 1;
    min-width: 0;
}

.nav-dropdown[b-vp0bhzck1k] {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.nav-dropdown-toggle[b-vp0bhzck1k] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    border: none;
    cursor: pointer;
    font-family: inherit;
    background: transparent;
}

.nav-chevron[b-vp0bhzck1k] {
    transition: transform 0.15s ease;
    flex-shrink: 0;
}

.nav-dropdown.open .nav-chevron[b-vp0bhzck1k],
.nav-dropdown.section-active .nav-chevron[b-vp0bhzck1k] {
    transform: rotate(180deg);
}

.nav-dropdown.section-active .nav-dropdown-toggle[b-vp0bhzck1k] {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.nav-dropdown-menu[b-vp0bhzck1k] {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    min-width: 11rem;
    padding: 0.35rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    z-index: 120;
}

.nav-dropdown.open .nav-dropdown-menu[b-vp0bhzck1k],
.topbar-utilities .nav-user-dropdown.open .nav-dropdown-menu[b-vp0bhzck1k] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.nav-links[b-vp0bhzck1k]  .nav-link {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    white-space: nowrap;
}

.nav-links[b-vp0bhzck1k]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.nav-links[b-vp0bhzck1k]  .nav-link.active {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.nav-links[b-vp0bhzck1k]  .nav-dropdown-item {
    color: #334155;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.5rem 0.7rem;
    border-radius: 8px;
    white-space: nowrap;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
}

.nav-links[b-vp0bhzck1k]  .nav-dropdown-item:hover,
.nav-logout-item:hover[b-vp0bhzck1k] {
    background: #eef2ff;
    color: #4f46e5;
}

.nav-links[b-vp0bhzck1k]  .nav-dropdown-item.active {
    background: #e0e7ff;
    color: #4338ca;
    font-weight: 600;
}

.nav-user-dropdown .nav-dropdown-menu[b-vp0bhzck1k] {
    right: 0;
    left: auto;
    min-width: 14rem;
}

.nav-user-btn[b-vp0bhzck1k] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 0.2rem 0.45rem 0.2rem 0.2rem;
    cursor: pointer;
    font-family: inherit;
}

.nav-user-btn:hover[b-vp0bhzck1k] {
    background: rgba(255, 255, 255, 0.22);
}

.nav-user-avatar[b-vp0bhzck1k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    font-size: 0.72rem;
    font-weight: 700;
}

.nav-user-email[b-vp0bhzck1k] {
    font-size: 0.8rem;
    color: #64748b;
    padding: 0.35rem 0.7rem 0.5rem;
    word-break: break-all;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0.25rem;
}

.nav-logout-item[b-vp0bhzck1k] {
    color: #dc2626 !important;
}

.nav-logout-item:hover[b-vp0bhzck1k] {
    background: #fef2f2 !important;
    color: #b91c1c !important;
}

.nav-user-mobile[b-vp0bhzck1k] {
    display: none;
}

.btn-cta[b-vp0bhzck1k],
.nav-links[b-vp0bhzck1k]  .btn-cta {
    background: #fff;
    color: #4f46e5 !important;
    font-weight: 600;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    text-decoration: none;
}

.nav-toggler[b-vp0bhzck1k] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.topbar-utilities[b-vp0bhzck1k]  .notif-btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 0.4rem 0.5rem;
}

.topbar-utilities[b-vp0bhzck1k]  .notif-btn:hover {
    background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 1024px) {
    .nav-toggler[b-vp0bhzck1k] {
        display: inline-flex;
    }

    .nav-links[b-vp0bhzck1k] {
        position: absolute;
        top: 3.75rem;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        margin: 0;
        padding: 0.75rem 1rem 1rem;
        background: linear-gradient(180deg, #5b21b6 0%, #4c1d95 100%);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transition: max-height 0.3s ease, opacity 0.2s ease;
        flex: none;
    }

    .nav-links.open[b-vp0bhzck1k] {
        max-height: 80vh;
        overflow-y: auto;
        opacity: 1;
        pointer-events: auto;
    }

    .nav-dropdown[b-vp0bhzck1k] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .nav-dropdown-toggle[b-vp0bhzck1k] {
        width: 100%;
        justify-content: space-between;
        padding: 0.65rem 0.85rem;
    }

    .nav-dropdown-menu[b-vp0bhzck1k] {
        position: static;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.12);
        margin: 0 0.25rem 0.35rem;
    }

    .nav-links[b-vp0bhzck1k]  .nav-dropdown-item {
        color: rgba(255, 255, 255, 0.92);
    }

    .nav-links[b-vp0bhzck1k]  .nav-dropdown-item:hover,
    .nav-logout-item:hover[b-vp0bhzck1k] {
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
    }

    .nav-user-dropdown[b-vp0bhzck1k] {
        display: none;
    }

    .nav-user-mobile[b-vp0bhzck1k] {
        display: block;
        margin-top: 0.5rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav-user-mobile-email[b-vp0bhzck1k] {
        color: #e0e7ff;
        font-size: 0.85rem;
        padding: 0.35rem 0.85rem;
        word-break: break-all;
    }

    .nav-logout-mobile[b-vp0bhzck1k] {
        display: block;
        width: calc(100% - 1rem);
        margin: 0.35rem 0.5rem 0;
        padding: 0.65rem;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-weight: 500;
        cursor: pointer;
        font-family: inherit;
    }
}

@media (min-width: 1025px) {
    .nav-links .nav-dropdown:not(.nav-user-dropdown):hover .nav-dropdown-menu[b-vp0bhzck1k] {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }

    .nav-user-dropdown:hover .nav-dropdown-menu[b-vp0bhzck1k] {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }
}

@media (max-width: 480px) {
    .brand-text[b-vp0bhzck1k] {
        display: none;
    }
}
/* /Layout/NotificationBell.razor.rz.scp.css */
.notif-wrap[b-h4j20vbpn9] {
    position: relative;
}

.notif-btn[b-h4j20vbpn9] {
    position: relative;
    background: transparent;
    border: 1px solid var(--lg-border);
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}

.notif-badge[b-h4j20vbpn9] {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #dc2626;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
}

.notif-panel[b-h4j20vbpn9] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    width: min(320px, 85vw);
    max-height: 360px;
    overflow-y: auto;
    z-index: 1000;
    padding: 0;
}

.notif-head[b-h4j20vbpn9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--lg-border);
}

.notif-mark-all[b-h4j20vbpn9] {
    background: none;
    border: none;
    color: var(--lg-primary);
    font-size: 0.78rem;
    cursor: pointer;
    padding: 0;
}

.notif-item[b-h4j20vbpn9] {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid var(--lg-border);
    padding: 0.75rem 1rem;
    cursor: pointer;
}

.notif-item.unread[b-h4j20vbpn9] {
    background: rgba(79, 70, 229, 0.06);
}

.notif-item:hover[b-h4j20vbpn9] {
    background: rgba(79, 70, 229, 0.08);
}

.notif-title[b-h4j20vbpn9] {
    font-weight: 600;
    font-size: 0.88rem;
}

.notif-msg[b-h4j20vbpn9] {
    font-size: 0.82rem;
    color: var(--lg-muted);
    margin-top: 0.15rem;
}

.notif-time[b-h4j20vbpn9] {
    font-size: 0.72rem;
    color: var(--lg-muted);
    margin-top: 0.25rem;
}

.notif-empty[b-h4j20vbpn9] {
    padding: 1rem;
}
/* /Layout/PwaPrompts.razor.rz.scp.css */
.pwa-banner[b-rztb3chwrz] {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1100;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--lg-surface);
    border: 1px solid var(--lg-border);
    box-shadow: 0 8px 24px rgba(31, 36, 48, 0.12);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    max-width: min(520px, calc(100vw - 2rem));
    font-size: 0.9rem;
}

.pwa-banner button[b-rztb3chwrz] {
    background: var(--lg-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.pwa-banner .dismiss[b-rztb3chwrz] {
    background: transparent;
    color: var(--lg-muted);
    padding: 0.2rem 0.4rem;
}

.offline-banner[b-rztb3chwrz] {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
}

@media (max-width: 640px) {
    .pwa-banner[b-rztb3chwrz] {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}
/* /Layout/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-wg67sjwe5m] {
    position: relative;
}

.theme-btn[b-wg67sjwe5m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.theme-btn:hover[b-wg67sjwe5m] {
    background: rgba(255, 255, 255, 0.26);
}

.theme-menu[b-wg67sjwe5m] {
    position: absolute;
    top: 2.9rem;
    right: 0;
    background: var(--lg-surface, #fff);
    border: 1px solid var(--lg-border, #e6e8ef);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    padding: 0.35rem;
    min-width: 9.5rem;
    z-index: 200;
}

.theme-option[b-wg67sjwe5m] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    border: none;
    background: transparent;
    color: var(--lg-text, #1f2430);
    font-size: 0.9rem;
    padding: 0.5rem 0.65rem;
    border-radius: 7px;
    cursor: pointer;
    text-align: left;
}

.theme-option:hover[b-wg67sjwe5m] {
    background: rgba(127, 127, 127, 0.12);
}

.theme-option.selected[b-wg67sjwe5m] {
    color: var(--lg-primary, #4f46e5);
    font-weight: 600;
}
/* /Pages/Account.razor.rz.scp.css */
.account-grid[b-0tl88h8tgv] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-bottom: 1rem;
}

.account-card[b-0tl88h8tgv] {
    padding: 1.25rem 1.5rem;
}

.account-card h2[b-0tl88h8tgv] {
    font-size: 1.1rem;
    margin: 0 0 1rem;
}

.account-card .form-row[b-0tl88h8tgv] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.account-card .form-row .form-group[b-0tl88h8tgv] {
    flex: 1;
    min-width: 8rem;
}

.account-meta[b-0tl88h8tgv] {
    margin-top: 0.5rem;
}

.account-signin-methods .signin-badge[b-0tl88h8tgv] {
    margin-top: 0.25rem;
}

/* /Pages/AdminVideos.razor.rz.scp.css */
.admin-video-title[b-nnd3nsjfpy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.admin-video-title img[b-nnd3nsjfpy] {
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
}

.checkbox-label[b-nnd3nsjfpy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.btn-danger[b-nnd3nsjfpy] {
    background: #dc2626;
    color: #fff;
    border: none;
}

.btn-outline-danger[b-nnd3nsjfpy] {
    color: #dc2626;
    border-color: #dc2626;
}
/* /Pages/Catalog.razor.rz.scp.css */
.catalog-head[b-mxed1inw1k] { margin-bottom: 1.25rem; }
.catalog-head h1[b-mxed1inw1k] { margin: 0; }
.muted[b-mxed1inw1k] { color: var(--lg-muted); }
.small[b-mxed1inw1k] { font-size: 0.8rem; }

.empty[b-mxed1inw1k] { text-align: center; padding: 3rem 1.5rem; }

.catalog-grid[b-mxed1inw1k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.catalog-card[b-mxed1inw1k] { display: flex; flex-direction: column; gap: 0.4rem; }
.catalog-card h3[b-mxed1inw1k] { margin: 0; font-size: 1.15rem; }
.by[b-mxed1inw1k] { margin: 0; font-size: 0.85rem; }
.desc[b-mxed1inw1k] {
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
    overflow: hidden; margin: 0.3rem 0; min-height: 3.6em;
}
.meta[b-mxed1inw1k] { margin-bottom: 0.5rem; }
.catalog-foot[b-mxed1inw1k] { margin-top: auto; }
.catalog-foot .btn-primary[b-mxed1inw1k] { width: 100%; }
/* /Pages/CourseBuilder.razor.rz.scp.css */
.muted[b-vwydl2h6pr] { color: var(--lg-muted); }
.small[b-vwydl2h6pr] { font-size: 0.8rem; }
.spacer[b-vwydl2h6pr] { flex: 1; }

.back[b-vwydl2h6pr] {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.builder-head[b-vwydl2h6pr] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.title-row[b-vwydl2h6pr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.title-row h1[b-vwydl2h6pr] { margin: 0; }

.head-actions[b-vwydl2h6pr] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* ----- buttons ----- */
.btn-ghost[b-vwydl2h6pr] {
    background: var(--lg-surface);
    color: var(--lg-text);
    border: 1px solid var(--lg-border);
    border-radius: 8px;
    padding: 0.5rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.btn-ghost:hover[b-vwydl2h6pr] { border-color: var(--lg-primary); }
.btn-primary:disabled[b-vwydl2h6pr], .btn-ghost:disabled[b-vwydl2h6pr] { opacity: 0.5; cursor: not-allowed; }
.danger-text[b-vwydl2h6pr] { color: #dc2626; }

.icon-btn[b-vwydl2h6pr] {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    width: 28px;
    height: 26px;
    cursor: pointer;
    color: var(--lg-muted);
    font-size: 0.8rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-btn:hover:not(:disabled)[b-vwydl2h6pr] { background: var(--lg-chip-bg); color: var(--lg-primary); }
.icon-btn:disabled[b-vwydl2h6pr] { opacity: 0.3; cursor: not-allowed; }
.icon-btn.danger:hover[b-vwydl2h6pr] { background: #fef2f2; color: #dc2626; }
.icon-btn.ok:hover[b-vwydl2h6pr] { background: #dcfce7; color: #166534; }

/* ----- outline ----- */
.outline[b-vwydl2h6pr] { display: flex; flex-direction: column; gap: 1rem; }

.module[b-vwydl2h6pr] { padding: 1rem 1.25rem; }

.module-head[b-vwydl2h6pr] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.reorder[b-vwydl2h6pr] { display: flex; flex-direction: column; gap: 2px; }
.reorder .icon-btn[b-vwydl2h6pr] { width: 24px; height: 18px; }

.module-title[b-vwydl2h6pr] {
    margin: 0;
    font-size: 1.1rem;
    cursor: text;
}

.module-title:hover[b-vwydl2h6pr] { color: var(--lg-primary); }
.module-title-input[b-vwydl2h6pr] { font-size: 1.05rem; font-weight: 700; max-width: 360px; }

.lessons[b-vwydl2h6pr] {
    margin-top: 0.75rem;
    padding-left: 0.5rem;
    border-left: 2px solid var(--lg-border);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.lesson-row[b-vwydl2h6pr] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.3rem 0.4rem;
    border-radius: 8px;
}

.lesson-row:hover[b-vwydl2h6pr] { background: var(--lg-bg); }

.lesson-title[b-vwydl2h6pr] {
    background: none;
    border: none;
    color: var(--lg-text);
    font-size: 0.95rem;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.lesson-title:hover[b-vwydl2h6pr] { color: var(--lg-primary); text-decoration: underline; }

.lesson-type[b-vwydl2h6pr], .status[b-vwydl2h6pr] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: var(--lg-chip-bg);
    color: var(--lg-chip-text);
    white-space: nowrap;
}

.type-video[b-vwydl2h6pr] { background: #fee2e2; color: #b91c1c; }
.type-pdf[b-vwydl2h6pr] { background: #fef3c7; color: #92400e; }
.type-audio[b-vwydl2h6pr] { background: #e0e7ff; color: #4338ca; }

.status-draft[b-vwydl2h6pr] { background: #fef3c7; color: #92400e; }
.status-published[b-vwydl2h6pr] { background: #dcfce7; color: #166534; }
.status-archived[b-vwydl2h6pr] { background: #e5e7eb; color: #374151; }

.add-lesson[b-vwydl2h6pr] {
    align-self: flex-start;
    background: none;
    border: none;
    color: var(--lg-primary);
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.25rem 0;
    margin-top: 0.25rem;
}

.add-module[b-vwydl2h6pr] { align-self: flex-start; }
.empty[b-vwydl2h6pr] { text-align: center; padding: 2rem 1.5rem; }

/* ----- modal (lg- prefix avoids Bootstrap's .modal/.modal-backdrop) ----- */
.lg-modal-backdrop[b-vwydl2h6pr] {
    position: fixed;
    inset: 0;
    background: rgba(15, 17, 23, 0.55);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 4vh 1rem;
    z-index: 1000;
    overflow-y: auto;
}

.lg-modal[b-vwydl2h6pr] {
    background: var(--lg-surface);
    border: 1px solid var(--lg-border);
    border-radius: 16px;
    width: 100%;
    max-width: 640px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.lg-modal-head[b-vwydl2h6pr], .lg-modal-foot[b-vwydl2h6pr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
}

.lg-modal-head[b-vwydl2h6pr] { border-bottom: 1px solid var(--lg-border); justify-content: space-between; }
.lg-modal-head h2[b-vwydl2h6pr] { margin: 0; font-size: 1.2rem; }
.lg-modal-foot[b-vwydl2h6pr] { border-top: 1px solid var(--lg-border); }
.lg-modal-body[b-vwydl2h6pr] { padding: 1.25rem; }

.form-group[b-vwydl2h6pr] { margin-bottom: 1rem; display: flex; flex-direction: column; }
.form-group label[b-vwydl2h6pr] { font-weight: 600; margin-bottom: 0.3rem; font-size: 0.9rem; }
.form-row[b-vwydl2h6pr] { display: flex; gap: 1rem; }
.form-row .form-group[b-vwydl2h6pr] { flex: 1; }

.error[b-vwydl2h6pr] {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

/* ----- rich text editor ----- */
.rte-toolbar[b-vwydl2h6pr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding: 0.4rem;
    border: 1px solid var(--lg-border);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background: var(--lg-bg);
}

.rte-toolbar button[b-vwydl2h6pr] {
    background: var(--lg-surface);
    border: 1px solid var(--lg-border);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    color: var(--lg-text);
}

.rte-toolbar button:hover[b-vwydl2h6pr] { border-color: var(--lg-primary); color: var(--lg-primary); }
.rte-toolbar .div[b-vwydl2h6pr] { width: 1px; background: var(--lg-border); margin: 0 0.25rem; }

.rte-toolbar .ai-btn[b-vwydl2h6pr] {
    margin-left: auto;
    background: var(--lg-chip-bg);
    border-color: var(--lg-primary);
    color: var(--lg-primary);
    font-weight: 600;
}

.rte-toolbar .ai-btn:disabled[b-vwydl2h6pr] { opacity: 0.5; cursor: default; }

.rte[b-vwydl2h6pr] {
    border: 1px solid var(--lg-border);
    border-radius: 0 0 8px 8px;
    padding: 0.75rem;
    min-height: 180px;
    background: var(--lg-input-bg);
    color: var(--lg-text);
    overflow-y: auto;
    max-height: 360px;
}

.rte:focus[b-vwydl2h6pr] { outline: none; box-shadow: 0 0 0 0.15rem rgba(79, 70, 229, 0.2); }
/* /Pages/Courses.razor.rz.scp.css */
.courses-head[b-q1zvy2x07k] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.courses-head h1[b-q1zvy2x07k] {
    margin: 0;
}

.muted[b-q1zvy2x07k] {
    color: var(--lg-muted);
}

.small[b-q1zvy2x07k] {
    font-size: 0.8rem;
}

.create-card[b-q1zvy2x07k] {
    margin-bottom: 1.5rem;
    max-width: 640px;
}

.create-card .form-group[b-q1zvy2x07k] {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.create-card label[b-q1zvy2x07k] {
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
}

.create-card .error[b-q1zvy2x07k] {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.empty[b-q1zvy2x07k] {
    text-align: center;
    padding: 3rem 1.5rem;
}

.course-grid[b-q1zvy2x07k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.course-card[b-q1zvy2x07k] {
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.course-card:hover[b-q1zvy2x07k] {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(31, 36, 48, 0.12);
}

.course-card h3[b-q1zvy2x07k] {
    margin: 0;
    font-size: 1.15rem;
}

.course-card-top[b-q1zvy2x07k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desc[b-q1zvy2x07k] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    min-height: 2.6em;
}

.course-card-foot[b-q1zvy2x07k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.5rem;
}

.open-link[b-q1zvy2x07k] {
    color: var(--lg-primary);
    font-weight: 600;
    font-size: 0.85rem;
}

.status[b-q1zvy2x07k] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
}

.status-draft[b-q1zvy2x07k] {
    background: #fef3c7;
    color: #92400e;
}

.status-published[b-q1zvy2x07k] {
    background: #dcfce7;
    color: #166534;
}

.status-archived[b-q1zvy2x07k] {
    background: #e5e7eb;
    color: #374151;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dash-welcome[b-bw82hngeym] {
    color: var(--lg-muted);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.stat-row[b-bw82hngeym] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.stat[b-bw82hngeym] {
    text-align: center;
    padding: 1.1rem 1rem;
}

.stat-value[b-bw82hngeym] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lg-primary);
    line-height: 1.2;
}

.stat-label[b-bw82hngeym] {
    font-size: 0.85rem;
    color: var(--lg-muted);
    margin-top: 0.25rem;
}

.dash-section[b-bw82hngeym] {
    margin-bottom: 1.75rem;
}

.dash-section-head[b-bw82hngeym] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.dash-section-head h2[b-bw82hngeym] {
    font-size: 1.2rem;
    margin: 0;
}

.course-progress-list[b-bw82hngeym] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.course-progress-card[b-bw82hngeym] {
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.course-progress-card:hover[b-bw82hngeym] {
    border-color: var(--lg-primary);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.12);
}

.course-progress-top[b-bw82hngeym] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.course-progress-top h3[b-bw82hngeym] {
    font-size: 1rem;
    margin: 0;
}

.status-pill[b-bw82hngeym] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    white-space: nowrap;
}

.status-pill.new[b-bw82hngeym] {
    background: #f3f4f6;
    color: var(--lg-muted);
}

.status-pill.active[b-bw82hngeym] {
    background: var(--lg-chip-bg);
    color: var(--lg-chip-text);
}

.status-pill.done[b-bw82hngeym] {
    background: #dcfce7;
    color: #166534;
}

.progress[b-bw82hngeym] {
    height: 8px;
    background: var(--lg-border);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.progress .bar[b-bw82hngeym] {
    height: 100%;
    background: var(--lg-primary);
    border-radius: 999px;
    transition: width 0.2s ease;
}

.cert-dash-list[b-bw82hngeym] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cert-dash-card[b-bw82hngeym] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cert-dash-card h3[b-bw82hngeym] {
    font-size: 1rem;
    margin: 0 0 0.2rem;
}

.btn-sm[b-bw82hngeym] {
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
}

.small[b-bw82hngeym] {
    font-size: 0.85rem;
}

.card.empty[b-bw82hngeym] {
    text-align: center;
}

.dash-divider[b-bw82hngeym] {
    margin: 0.5rem 0 1.25rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--lg-border);
}

.dash-divider h2[b-bw82hngeym] {
    font-size: 1.2rem;
    margin: 0;
}

.ai-usage-card h3[b-bw82hngeym] {
    font-size: 1rem;
    margin: 0 0 0.75rem;
}

.ai-usage-row[b-bw82hngeym] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.ai-usage-count[b-bw82hngeym] {
    font-size: 1.1rem;
    font-weight: 600;
}

.instructor-course-table[b-bw82hngeym] {
    padding: 0;
    overflow: hidden;
}

.instructor-course-table table[b-bw82hngeym] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.instructor-course-table th[b-bw82hngeym],
.instructor-course-table td[b-bw82hngeym] {
    padding: 0.85rem 1.1rem;
    text-align: left;
    border-bottom: 1px solid var(--lg-border);
}

.instructor-course-table th[b-bw82hngeym] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--lg-muted);
    background: var(--lg-bg);
}

.instructor-course-table tr.clickable[b-bw82hngeym] {
    cursor: pointer;
}

.instructor-course-table tr.clickable:hover td[b-bw82hngeym] {
    background: rgba(79, 70, 229, 0.04);
}

.instructor-course-table tr:last-child td[b-bw82hngeym] {
    border-bottom: none;
}

.admin-secondary-stats[b-bw82hngeym] {
    margin-bottom: 1.25rem;
}

.stat.compact[b-bw82hngeym] {
    text-align: left;
    padding: 0.9rem 1rem;
}

.stat.compact .stat-value.sm[b-bw82hngeym] {
    font-size: 1.15rem;
    margin-top: 0.15rem;
}

.admin-panels[b-bw82hngeym] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-panel h3[b-bw82hngeym],
.table-title[b-bw82hngeym] {
    font-size: 1rem;
    margin: 0 0 0.85rem;
}

.admin-list[b-bw82hngeym] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-list li[b-bw82hngeym] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--lg-border);
    font-size: 0.9rem;
}

.admin-list li:last-child[b-bw82hngeym] {
    border-bottom: none;
}

.admin-list span[b-bw82hngeym] {
    color: var(--lg-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-empty[b-bw82hngeym] {
    padding: 0.5rem 1.1rem 1rem;
}

.nowrap[b-bw82hngeym] {
    white-space: nowrap;
}

.dash-grid[b-bw82hngeym] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.dash-grid h3[b-bw82hngeym] {
    font-size: 1.05rem;
    margin-bottom: 0.9rem;
}

.chips[b-bw82hngeym] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip[b-bw82hngeym] {
    background: var(--lg-chip-bg);
    color: var(--lg-chip-text);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
}

.kv[b-bw82hngeym] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.4rem 1rem;
    margin: 0;
    font-size: 0.92rem;
}

.kv dt[b-bw82hngeym] {
    color: var(--lg-muted);
    font-weight: 600;
}

.kv dd[b-bw82hngeym] {
    margin: 0;
    word-break: break-all;
}

.muted[b-bw82hngeym] {
    color: var(--lg-muted);
}

@media (max-width: 820px) {
    .stat-row[b-bw82hngeym] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-grid[b-bw82hngeym] {
        grid-template-columns: 1fr;
    }

    .cert-dash-card[b-bw82hngeym] {
        flex-direction: column;
        align-items: flex-start;
    }

    .instructor-course-table[b-bw82hngeym] {
        overflow-x: auto;
    }

    .admin-panels[b-bw82hngeym] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/GenerateCourse.razor.rz.scp.css */
.courses-head[b-2ekkq693gs] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.courses-head h1[b-2ekkq693gs] {
    margin: 0.35rem 0 0;
}

.back[b-2ekkq693gs] {
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.muted[b-2ekkq693gs] {
    color: var(--lg-muted);
}

.small[b-2ekkq693gs] {
    font-size: 0.8rem;
}

.create-card[b-2ekkq693gs] {
    max-width: 760px;
}

.create-card .form-group[b-2ekkq693gs] {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.create-card label[b-2ekkq693gs] {
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
}

.form-row[b-2ekkq693gs] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.form-row .form-group[b-2ekkq693gs] {
    flex: 1 1 160px;
}

.error[b-2ekkq693gs] {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin: 0.75rem 0;
    font-size: 0.9rem;
}

.btn-ghost[b-2ekkq693gs] {
    background: transparent;
    border: 1px solid var(--lg-border);
    color: var(--lg-text);
    font-weight: 600;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    cursor: pointer;
}

.btn-ghost:hover[b-2ekkq693gs] {
    border-color: var(--lg-primary);
    color: var(--lg-primary);
}

.btn-ghost.small[b-2ekkq693gs] {
    padding: 0.35rem 0.7rem;
    font-size: 0.85rem;
}

.head-actions[b-2ekkq693gs] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.review-banner[b-2ekkq693gs] {
    margin-bottom: 1rem;
}

.review-actions[b-2ekkq693gs] {
    margin-top: 1.25rem;
    justify-content: flex-end;
}

.module[b-2ekkq693gs] {
    margin: 1rem 0;
    background: var(--lg-bg);
}

.module-head[b-2ekkq693gs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.module-title-input[b-2ekkq693gs] {
    flex: 1;
    font-weight: 600;
}

.lesson-edit[b-2ekkq693gs] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--lg-border);
    border-radius: 10px;
    background: var(--lg-surface);
    margin-bottom: 0.6rem;
}

.lesson-edit-foot[b-2ekkq693gs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lesson-edit-foot .duration[b-2ekkq693gs] {
    width: 110px;
}

.icon-btn[b-2ekkq693gs] {
    background: transparent;
    border: 1px solid var(--lg-border);
    border-radius: 8px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    color: var(--lg-muted);
    flex: 0 0 auto;
}

.icon-btn.danger:hover[b-2ekkq693gs] {
    border-color: #dc2626;
    color: #dc2626;
}
/* /Pages/Home.razor.rz.scp.css */
.hero[b-4yzxquh1c4] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: center;
    padding: 2rem 0 3rem;
}

.hero-badge[b-4yzxquh1c4] {
    display: inline-block;
    background: var(--lg-chip-bg);
    color: var(--lg-chip-text);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.hero-text h1[b-4yzxquh1c4] {
    font-size: 2.6rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.hero-text p[b-4yzxquh1c4] {
    color: var(--lg-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 34rem;
    margin-bottom: 1.75rem;
}

.hero-actions[b-4yzxquh1c4] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-lg[b-4yzxquh1c4] {
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none;
}

.btn-ghost[b-4yzxquh1c4] {
    background: var(--lg-surface);
    color: var(--lg-primary);
    border: 1px solid var(--lg-border);
    font-weight: 600;
}

.btn-ghost:hover[b-4yzxquh1c4] {
    background: var(--lg-bg);
}

.hero-art[b-4yzxquh1c4] {
    position: relative;
    min-height: 280px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(79, 70, 229, 0.25);
    overflow: hidden;
    animation: floatSoft 7s ease-in-out infinite;
}

.hero-art[b-4yzxquh1c4]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(199, 210, 254, 0.25), transparent 45%);
    pointer-events: none;
}

.hero-card[b-4yzxquh1c4] {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 0.8rem 1.1rem;
    font-weight: 600;
    font-size: 0.92rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    animation: iconFloat 5s ease-in-out infinite;
}

.hero-card-1[b-4yzxquh1c4] { top: 2rem; left: 2rem; animation-delay: 0s; }
.hero-card-2[b-4yzxquh1c4] { top: 7.5rem; right: 1.5rem; animation-delay: 0.6s; }
.hero-card-3[b-4yzxquh1c4] { bottom: 2rem; left: 3rem; animation-delay: 1.2s; }

.features[b-4yzxquh1c4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding-bottom: 1rem;
}

.feature-icon-wrap[b-4yzxquh1c4] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    color: #fff;
    background: linear-gradient(135deg, var(--lg-primary), var(--lg-accent));
}

.feature-icon-wrap.tone-instructor[b-4yzxquh1c4] {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.feature-icon-wrap.tone-student[b-4yzxquh1c4] {
    background: linear-gradient(135deg, #0891b2, #2563eb);
}

.feature-icon-wrap .page-icon-svg[b-4yzxquh1c4] {
    width: 22px;
    height: 22px;
}

.feature h3[b-4yzxquh1c4] {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
}

.feature p[b-4yzxquh1c4] {
    color: var(--lg-muted);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 820px) {
    .hero[b-4yzxquh1c4] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem 0 2rem;
    }

    .hero-text h1[b-4yzxquh1c4] {
        font-size: 2rem;
    }

    .hero-art[b-4yzxquh1c4] {
        min-height: 220px;
    }

    .features[b-4yzxquh1c4] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Learn.razor.rz.scp.css */
.offline-banner[b-hv2sf2npbt] {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.muted[b-hv2sf2npbt] { color: var(--lg-muted); }
.small[b-hv2sf2npbt] { font-size: 0.8rem; }
.back[b-hv2sf2npbt] { font-size: 0.85rem; font-weight: 600; text-decoration: none; }

.learn-layout[b-hv2sf2npbt] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    align-items: start;
}

.sidebar[b-hv2sf2npbt] {
    position: sticky;
    top: 1rem;
    background: var(--lg-surface);
    border: 1px solid var(--lg-border);
    border-radius: 14px;
    padding: 1.1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
}
.sidebar h2[b-hv2sf2npbt] { font-size: 1.05rem; margin: 0.5rem 0; }

.progress[b-hv2sf2npbt] { height: 8px; background: var(--lg-border); border-radius: 999px; overflow: hidden; margin-bottom: 0.3rem; }
.progress .bar[b-hv2sf2npbt] { height: 100%; background: var(--lg-primary); border-radius: 999px; transition: width 0.2s ease; }

.lesson-nav[b-hv2sf2npbt] { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
.nav-module-title[b-hv2sf2npbt] { font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--lg-muted); margin-bottom: 0.3rem; }
.nav-lesson[b-hv2sf2npbt] {
    display: flex; align-items: center; gap: 0.5rem; width: 100%;
    background: transparent; border: none; text-align: left; cursor: pointer;
    padding: 0.4rem 0.5rem; border-radius: 8px; color: var(--lg-text); font-size: 0.9rem;
}
.nav-lesson:hover[b-hv2sf2npbt] { background: var(--lg-bg); }
.nav-lesson.active[b-hv2sf2npbt] { background: var(--lg-chip-bg); color: var(--lg-chip-text); font-weight: 600; }
.nav-lesson-title[b-hv2sf2npbt] { flex: 1; }
.check[b-hv2sf2npbt] {
    width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--lg-border);
    display: inline-flex; align-items: center; justify-content: center; font-size: 0.7rem; flex: 0 0 auto;
}
.check.done[b-hv2sf2npbt] { background: #16a34a; border-color: #16a34a; color: #fff; }
.quiz-dot[b-hv2sf2npbt] { font-size: 0.8rem; }

.content-pane[b-hv2sf2npbt] { min-width: 0; }
.empty[b-hv2sf2npbt] { text-align: center; padding: 3rem 1.5rem; background: var(--lg-surface); border: 1px solid var(--lg-border); border-radius: 14px; }

.lesson-head[b-hv2sf2npbt] { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1rem; }
.lesson-head h1[b-hv2sf2npbt] { margin: 0; font-size: 1.6rem; }
.lesson-type[b-hv2sf2npbt] {
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em;
    padding: 0.2rem 0.55rem; border-radius: 999px; background: var(--lg-chip-bg); color: var(--lg-chip-text);
}

.video-wrap[b-hv2sf2npbt] { position: relative; padding-top: 56.25%; border-radius: 12px; overflow: hidden; margin-bottom: 1.25rem; background: #000; }
.video-wrap iframe[b-hv2sf2npbt] { position: absolute; inset: 0; width: 100%; height: 100%; }

.lesson-content[b-hv2sf2npbt] {
    background: var(--lg-surface); border: 1px solid var(--lg-border); border-radius: 14px;
    padding: 1.5rem; line-height: 1.7;
}
.lesson-content :deep(h3)[b-hv2sf2npbt] { margin-top: 1.25rem; }
.lesson-content :deep(p)[b-hv2sf2npbt] { margin: 0.75rem 0; }
.lesson-content :deep(ul)[b-hv2sf2npbt], .lesson-content :deep(ol)[b-hv2sf2npbt] { padding-left: 1.5rem; }
.lesson-content :deep(pre)[b-hv2sf2npbt] { background: var(--lg-bg); padding: 0.75rem; border-radius: 8px; overflow-x: auto; }

.lesson-quiz[b-hv2sf2npbt] {
    margin: 1.25rem 0 0;
    padding: 1.1rem 1.25rem;
    background: var(--lg-surface);
    border: 1px solid var(--lg-border);
    border-radius: 14px;
}
.lesson-quiz-head[b-hv2sf2npbt] { display: flex; gap: 0.85rem; align-items: flex-start; }
.lesson-quiz-icon[b-hv2sf2npbt] { font-size: 1.5rem; line-height: 1; }
.lesson-quiz-title[b-hv2sf2npbt] { margin: 0 0 0.2rem; font-size: 1.05rem; }
.lesson-quiz-actions[b-hv2sf2npbt] { margin-top: 0.9rem; }

.lesson-actions[b-hv2sf2npbt] { display: flex; align-items: center; gap: 0.6rem; margin: 1.5rem 0 2rem; flex-wrap: wrap; }
.lesson-actions .btn-primary[b-hv2sf2npbt] { margin-left: auto; }

.btn-ghost[b-hv2sf2npbt] {
    background: transparent; border: 1px solid var(--lg-border); color: var(--lg-text);
    font-weight: 600; padding: 0.55rem 1.1rem; border-radius: 8px; cursor: pointer;
}
.btn-ghost:hover:not(:disabled)[b-hv2sf2npbt] { border-color: var(--lg-primary); color: var(--lg-primary); }
.btn-ghost:disabled[b-hv2sf2npbt] { opacity: 0.5; cursor: default; }

.btn-toggle[b-hv2sf2npbt] {
    background: transparent; border: 1px solid #16a34a; color: #15803d;
    font-weight: 600; padding: 0.55rem 1.1rem; border-radius: 8px; cursor: pointer;
}
.btn-toggle.done[b-hv2sf2npbt] { background: #16a34a; color: #fff; }

@media (max-width: 800px) {
    .learn-layout[b-hv2sf2npbt] { grid-template-columns: 1fr; }
    .sidebar[b-hv2sf2npbt] { position: static; max-height: none; }
}
/* /Pages/MyLearning.razor.rz.scp.css */
.learning-head[b-blyxh43buc] { margin-bottom: 1.25rem; }
.learning-head h1[b-blyxh43buc] { margin: 0; }
.muted[b-blyxh43buc] { color: var(--lg-muted); }
.small[b-blyxh43buc] { font-size: 0.8rem; }

.empty[b-blyxh43buc] { text-align: center; padding: 3rem 1.5rem; }

.learning-grid[b-blyxh43buc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.learn-card[b-blyxh43buc] { cursor: pointer; transition: transform 0.12s ease, box-shadow 0.12s ease; }
.learn-card:hover[b-blyxh43buc] { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(31,36,48,0.12); }
.learn-card h3[b-blyxh43buc] { margin: 0 0 0.6rem; font-size: 1.1rem; }

.progress[b-blyxh43buc] { height: 8px; background: var(--lg-border); border-radius: 999px; overflow: hidden; margin-bottom: 0.4rem; }
.progress .bar[b-blyxh43buc] { height: 100%; background: var(--lg-primary); border-radius: 999px; transition: width 0.2s ease; }

.offline-tag[b-blyxh43buc] {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #92400e;
    background: #fef3c7;
    border-radius: 999px;
    padding: 0.15rem 0.5rem;
}
/* /Pages/Pricing.razor.rz.scp.css */
.pricing-head[b-szgmh3l5k2] { margin-bottom: 1.5rem; }
.pricing-head h1[b-szgmh3l5k2] { margin: 0; }
.muted[b-szgmh3l5k2] { color: var(--lg-muted); }

.plan-grid[b-szgmh3l5k2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    max-width: 960px;
}

.plan-card[b-szgmh3l5k2] { display: flex; flex-direction: column; gap: 0.75rem; }
.plan-card.current[b-szgmh3l5k2] { border-color: var(--lg-primary); box-shadow: 0 0 0 1px var(--lg-primary); }
.plan-card h2[b-szgmh3l5k2] { margin: 0; font-size: 1.25rem; }

.price .amount[b-szgmh3l5k2] { font-size: 2rem; font-weight: 800; }
.price .period[b-szgmh3l5k2] { color: var(--lg-muted); font-size: 0.85rem; display: block; margin-top: 0.15rem; }

.features[b-szgmh3l5k2] { list-style: none; padding: 0; margin: 0; flex: 1; }
.features li[b-szgmh3l5k2] { padding: 0.35rem 0; border-bottom: 1px solid var(--lg-border); font-size: 0.9rem; }
.features li:last-child[b-szgmh3l5k2] { border-bottom: none; }

.plan-card .btn-primary[b-szgmh3l5k2] { width: 100%; margin-top: auto; }

.error[b-szgmh3l5k2] {
    color: #dc2626; background: #fef2f2; border: 1px solid #fecaca;
    border-radius: 8px; padding: 0.5rem 0.75rem; font-size: 0.85rem;
}
/* /Pages/PricingSuccess.razor.rz.scp.css */
.success-card[b-koyjdks3vi] { max-width: 520px; margin: 2rem auto; text-align: center; padding: 2.5rem; }
.success-card h1[b-koyjdks3vi] { margin-top: 0; }
.actions[b-koyjdks3vi] { display: flex; gap: 0.75rem; justify-content: center; margin-top: 1.5rem; flex-wrap: wrap; }
.muted[b-koyjdks3vi] { color: var(--lg-muted); }

.btn-ghost[b-koyjdks3vi] {
    display: inline-block; background: transparent; border: 1px solid var(--lg-border); color: var(--lg-text);
    font-weight: 600; padding: 0.55rem 1.1rem; border-radius: 8px; text-decoration: none;
}
/* /Pages/QuizBuilder.razor.rz.scp.css */
.quiz-head[b-39w6t9ihxy] {
    margin-bottom: 1.25rem;
}

.quiz-head h1[b-39w6t9ihxy] { margin: 0.35rem 0 0; }

.back[b-39w6t9ihxy] {
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.muted[b-39w6t9ihxy] { color: var(--lg-muted); }
.small[b-39w6t9ihxy] { font-size: 0.8rem; }

.empty[b-39w6t9ihxy] { text-align: center; padding: 2.5rem 1.5rem; }
.empty .btn-primary[b-39w6t9ihxy] { margin-top: 0.75rem; }

.card[b-39w6t9ihxy] { margin-bottom: 1rem; }

.form-row[b-39w6t9ihxy] { display: flex; gap: 1rem; flex-wrap: wrap; align-items: flex-end; }
.form-group[b-39w6t9ihxy] { display: flex; flex-direction: column; margin-bottom: 0.5rem; }
.form-group.grow[b-39w6t9ihxy] { flex: 1 1 240px; }
.form-group label[b-39w6t9ihxy] { font-weight: 600; margin-bottom: 0.3rem; font-size: 0.9rem; }

.head-actions[b-39w6t9ihxy] { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.5rem; }
.spacer[b-39w6t9ihxy] { flex: 1; }

.btn-ghost[b-39w6t9ihxy] {
    background: transparent;
    border: 1px solid var(--lg-border);
    color: var(--lg-text);
    font-weight: 600;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    cursor: pointer;
}
.btn-ghost:hover[b-39w6t9ihxy] { border-color: var(--lg-primary); color: var(--lg-primary); }
.btn-ghost.small[b-39w6t9ihxy] { padding: 0.35rem 0.7rem; font-size: 0.85rem; }
.danger-text[b-39w6t9ihxy] { color: #dc2626; }
.danger-text:hover[b-39w6t9ihxy] { border-color: #dc2626; color: #dc2626; }

.error[b-39w6t9ihxy] {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.ai-panel[b-39w6t9ihxy] { background: var(--lg-chip-bg); border-color: var(--lg-primary); }
.ai-panel-row[b-39w6t9ihxy] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ai-controls[b-39w6t9ihxy] { display: flex; align-items: center; gap: 0.5rem; }
.ai-controls label[b-39w6t9ihxy] { font-size: 0.85rem; font-weight: 600; }
.form-control.mini[b-39w6t9ihxy] { width: auto; min-width: 70px; padding: 0.35rem 0.5rem; }

.question .question-head[b-39w6t9ihxy] { display: flex; align-items: center; gap: 0.6rem; }
.q-num[b-39w6t9ihxy] { font-weight: 700; color: var(--lg-primary); }
.q-type[b-39w6t9ihxy] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--lg-chip-bg);
    color: var(--lg-chip-text);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}
.q-text[b-39w6t9ihxy] { margin: 0.6rem 0; font-weight: 500; }
.answers[b-39w6t9ihxy] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.25rem; }
.answers li[b-39w6t9ihxy] { padding: 0.3rem 0.6rem; border: 1px solid var(--lg-border); border-radius: 8px; font-size: 0.9rem; }
.answers li.correct[b-39w6t9ihxy] { border-color: #16a34a; background: rgba(22, 163, 74, 0.08); color: #15803d; font-weight: 600; }
.explanation[b-39w6t9ihxy] { margin-top: 0.5rem; }

.add-q[b-39w6t9ihxy] { margin-top: 0.5rem; }

.icon-btn[b-39w6t9ihxy] {
    background: transparent;
    border: 1px solid var(--lg-border);
    border-radius: 8px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    color: var(--lg-muted);
}
.icon-btn.danger:hover[b-39w6t9ihxy] { border-color: #dc2626; color: #dc2626; }

.answer-row[b-39w6t9ihxy] { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.4rem; }
.answer-row .form-control[b-39w6t9ihxy] { flex: 1; }

/* modal (mirror CourseBuilder) */
.lg-modal-backdrop[b-39w6t9ihxy] {
    position: fixed; inset: 0; background: rgba(15, 17, 23, 0.5);
    display: flex; align-items: flex-start; justify-content: center;
    padding: 4vh 1rem; z-index: 1000; overflow-y: auto;
}
.lg-modal[b-39w6t9ihxy] {
    background: var(--lg-surface); border: 1px solid var(--lg-border);
    border-radius: 14px; width: 100%; max-width: 640px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.lg-modal-head[b-39w6t9ihxy], .lg-modal-foot[b-39w6t9ihxy] {
    display: flex; align-items: center; gap: 0.6rem; padding: 1rem 1.25rem;
}
.lg-modal-head[b-39w6t9ihxy] { border-bottom: 1px solid var(--lg-border); justify-content: space-between; }
.lg-modal-head h2[b-39w6t9ihxy] { margin: 0; font-size: 1.2rem; }
.lg-modal-foot[b-39w6t9ihxy] { border-top: 1px solid var(--lg-border); justify-content: flex-end; }
.lg-modal-body[b-39w6t9ihxy] { padding: 1.25rem; }
/* /Pages/Reports.razor.rz.scp.css */
.report-section[b-oej8uqo2o9] {
    margin-bottom: 2rem;
}

.report-section h2[b-oej8uqo2o9] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.report-panels[b-oej8uqo2o9],
.trend-grid[b-oej8uqo2o9] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.trend-grid[b-oej8uqo2o9] {
    grid-template-columns: repeat(3, 1fr);
}

.report-table h3[b-oej8uqo2o9],
.trend-card h3[b-oej8uqo2o9] {
    font-size: 1rem;
    margin: 0 0 0.85rem;
}

.report-table[b-oej8uqo2o9] {
    padding: 0;
    overflow: hidden;
}

.report-table table[b-oej8uqo2o9] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.report-table th[b-oej8uqo2o9],
.report-table td[b-oej8uqo2o9] {
    padding: 0.85rem 1.1rem;
    text-align: left;
    border-bottom: 1px solid var(--lg-border);
}

.report-table th[b-oej8uqo2o9] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--lg-muted);
    background: var(--lg-bg);
}

.report-table tr:last-child td[b-oej8uqo2o9] {
    border-bottom: none;
}

.trend-card[b-oej8uqo2o9] {
    padding: 1.1rem 1.25rem;
}

.trend-row[b-oej8uqo2o9] {
    display: grid;
    grid-template-columns: 5.5rem 1fr auto;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.55rem;
}

.trend-label[b-oej8uqo2o9] {
    font-size: 0.82rem;
    color: var(--lg-muted);
}

.trend-value[b-oej8uqo2o9] {
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 2.5rem;
    text-align: right;
}

.progress[b-oej8uqo2o9] {
    height: 8px;
    background: var(--lg-border);
    border-radius: 999px;
    overflow: hidden;
}

.progress .bar[b-oej8uqo2o9] {
    height: 100%;
    background: var(--lg-primary);
    border-radius: 999px;
}

.stat-row[b-oej8uqo2o9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.stat[b-oej8uqo2o9] {
    text-align: center;
    padding: 1.1rem 1rem;
}

.stat-value[b-oej8uqo2o9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lg-primary);
}

.stat-label[b-oej8uqo2o9] {
    font-size: 0.85rem;
    color: var(--lg-muted);
    margin-top: 0.25rem;
}

.panel-empty[b-oej8uqo2o9] {
    padding: 0.5rem 1.1rem 1rem;
}

.nowrap[b-oej8uqo2o9] {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .trend-grid[b-oej8uqo2o9],
    .report-panels[b-oej8uqo2o9] {
        grid-template-columns: 1fr;
    }

    .stat-row[b-oej8uqo2o9] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/TakeQuiz.razor.rz.scp.css */
.take-head[b-b4fbzwqtmy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.back[b-b4fbzwqtmy] { font-size: 0.85rem; font-weight: 600; text-decoration: none; }
.muted[b-b4fbzwqtmy] { color: var(--lg-muted); }
.small[b-b4fbzwqtmy] { font-size: 0.8rem; }

.timer[b-b4fbzwqtmy] {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    background: var(--lg-chip-bg);
    color: var(--lg-chip-text);
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
}
.timer.low[b-b4fbzwqtmy] { background: #fee2e2; color: #b91c1c; }

.quiz-title[b-b4fbzwqtmy] { margin-bottom: 0.25rem; }
.card[b-b4fbzwqtmy] { margin-bottom: 1rem; }
.empty[b-b4fbzwqtmy] { text-align: center; padding: 2.5rem 1.5rem; }

.q-num[b-b4fbzwqtmy] { font-weight: 700; color: var(--lg-primary); }
.q-text[b-b4fbzwqtmy] { margin: 0.5rem 0 0.75rem; font-weight: 500; }

.opt[b-b4fbzwqtmy] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--lg-border);
    border-radius: 10px;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.opt:hover[b-b4fbzwqtmy] { border-color: var(--lg-primary); }

.submit[b-b4fbzwqtmy] { margin: 0.5rem 0 2rem; padding: 0.7rem 1.5rem; }

.error[b-b4fbzwqtmy] {
    color: #dc2626; background: #fef2f2; border: 1px solid #fecaca;
    border-radius: 8px; padding: 0.5rem 0.75rem; margin: 0.5rem 0; font-size: 0.9rem;
}

/* result */
.result[b-b4fbzwqtmy] { text-align: center; }
.result h1[b-b4fbzwqtmy] { margin: 0; }
.result .score[b-b4fbzwqtmy] { font-size: 2rem; font-weight: 800; margin: 0.25rem 0 1rem; }
.result.pass[b-b4fbzwqtmy] { border-color: #16a34a; }
.result.fail[b-b4fbzwqtmy] { border-color: #dc2626; }
.result-actions[b-b4fbzwqtmy] { display: flex; gap: 0.6rem; justify-content: center; }

.btn-ghost[b-b4fbzwqtmy] {
    background: transparent; border: 1px solid var(--lg-border); color: var(--lg-text);
    font-weight: 600; padding: 0.55rem 1.1rem; border-radius: 8px; cursor: pointer;
}
.btn-ghost:hover[b-b4fbzwqtmy] { border-color: var(--lg-primary); color: var(--lg-primary); }

.q-status[b-b4fbzwqtmy] { display: flex; align-items: center; gap: 0.6rem; }
.badge[b-b4fbzwqtmy] {
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
    padding: 0.15rem 0.5rem; border-radius: 999px;
}
.badge.ok[b-b4fbzwqtmy] { background: #dcfce7; color: #166534; }
.badge.bad[b-b4fbzwqtmy] { background: #fee2e2; color: #b91c1c; }
.badge.review[b-b4fbzwqtmy] { background: #fef3c7; color: #92400e; }

.question.pass[b-b4fbzwqtmy] { border-left: 3px solid #16a34a; }
.question.fail[b-b4fbzwqtmy] { border-left: 3px solid #dc2626; }
.question.review[b-b4fbzwqtmy] { border-left: 3px solid #f59e0b; }

.answers[b-b4fbzwqtmy] { list-style: none; padding: 0; margin: 0.5rem 0 0; display: flex; flex-direction: column; gap: 0.25rem; }
.answers li[b-b4fbzwqtmy] { padding: 0.3rem 0.6rem; border: 1px solid var(--lg-border); border-radius: 8px; font-size: 0.9rem; }
.answers li.correct[b-b4fbzwqtmy] { border-color: #16a34a; background: rgba(22,163,74,0.08); color: #15803d; font-weight: 600; }
.answers li.wrong-pick[b-b4fbzwqtmy] { border-color: #dc2626; background: rgba(220,38,38,0.06); color: #b91c1c; }
.explanation[b-b4fbzwqtmy] { margin-top: 0.5rem; }
/* /Pages/Videos.razor.rz.scp.css */
.video-tabs[b-l954ipapfp] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.video-tab[b-l954ipapfp] {
    padding: 0.4rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--border-subtle, #e2e8f0);
    background: var(--surface-elevated, #fff);
    cursor: pointer;
    font-size: 0.9rem;
}

.video-tab.active[b-l954ipapfp] {
    background: var(--primary, #4f46e5);
    color: #fff;
    border-color: var(--primary, #4f46e5);
}

.video-grid[b-l954ipapfp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}

.video-card[b-l954ipapfp] {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0;
    overflow: hidden;
}

.video-card h3[b-l954ipapfp] {
    padding: 0 1rem;
    margin: 0.75rem 0 0.25rem;
    font-size: 1rem;
}

.video-card .desc[b-l954ipapfp] {
    padding: 0 1rem 1rem;
    margin: 0;
    font-size: 0.875rem;
}

.video-thumb-wrap[b-l954ipapfp] {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0f172a;
}

.video-thumb-wrap img[b-l954ipapfp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-kind-badge[b-l954ipapfp] {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
}

.video-pager[b-l954ipapfp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}
/* /Pages/VideoWatch.razor.rz.scp.css */
.video-watch h1[b-2r58bybfqn] {
    margin: 0.5rem 0 0.75rem;
}

.video-back[b-2r58bybfqn] {
    display: inline-block;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.video-player-wrap[b-2r58bybfqn] {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    margin: 1rem 0;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-player-wrap.short[b-2r58bybfqn] {
    max-width: 420px;
    aspect-ratio: 9 / 16;
}

.video-player-wrap iframe[b-2r58bybfqn] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-kind-badge-inline[b-2r58bybfqn] {
    font-size: 0.8rem;
    color: var(--text-muted, #64748b);
}
