@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/AptisWeb/Components/IntroduceTest.razor.rz.scp.css */

.welcome-container[b-46epmy4sxh] {
    min-height: 100vh;
    background: var(--primary-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.welcome-container[b-46epmy4sxh]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: pulse-b-46epmy4sxh 15s ease-in-out infinite;
}

@keyframes pulse-b-46epmy4sxh {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

.welcome-card[b-46epmy4sxh] {
    background: white;
    border-radius: 24px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
    max-width: 700px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    animation: slideUp-b-46epmy4sxh 0.6s ease-out;
}

@keyframes slideUp-b-46epmy4sxh {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-header-section[b-46epmy4sxh] {
    padding: 40px 40px 30px;
    text-align: center;
    position: relative;
}

.exam-icon[b-46epmy4sxh] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.icon-listening[b-46epmy4sxh] {
    background: linear-gradient(135deg, #f72585 0%, #ff758f 100%);
}

.icon-speaking[b-46epmy4sxh] {
    background: linear-gradient(135deg, #4361ee 0%, #738bff 100%);
}

.icon-writing[b-46epmy4sxh] {
    background: linear-gradient(135deg, #3a86ff 0%, #63b3ff 100%);
}

.icon-grammar[b-46epmy4sxh] {
    background: linear-gradient(135deg, #7209b7 0%, #9d4edd 100%);
}

.icon-reading[b-46epmy4sxh] {
    background: linear-gradient(135deg, #f77f00 0%, #fcbf49 100%);
}

.icon-default[b-46epmy4sxh] {
    background: var(--primary-gradient);
}

.welcome-title[b-46epmy4sxh] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.welcome-subtitle[b-46epmy4sxh] {
    font-size: 1rem;
    color: var(--text-secondary);
}

.card-body-section[b-46epmy4sxh] {
    padding: 0 40px 40px;
}

.info-list[b-46epmy4sxh] {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.info-item[b-46epmy4sxh] {
    display: flex;
    align-items: flex-start;
    padding: 18px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.info-item:hover[b-46epmy4sxh] {
    background: #f0f4ff;
    transform: translateX(5px);
}

.info-icon[b-46epmy4sxh] {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.info-icon.play[b-46epmy4sxh] {
    background: linear-gradient(135deg, #48bb78 0%, #68d391 100%);
    color: white;
}

.info-icon.time[b-46epmy4sxh] {
    background: linear-gradient(135deg, #ed8936 0%, #f6ad55 100%);
    color: white;
}

.info-icon.questions[b-46epmy4sxh] {
    background: linear-gradient(135deg, #4299e1 0%, #63b3ed 100%);
    color: white;
}

.info-icon.tip[b-46epmy4sxh] {
    background: linear-gradient(135deg, #9f7aea 0%, #b794f4 100%);
    color: white;
}

.info-content[b-46epmy4sxh] {
    flex: 1;
}

.info-title[b-46epmy4sxh] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 4px;
    font-size: 1rem;
}

.info-desc[b-46epmy4sxh] {
    color: #718096;
    font-size: 0.9rem;
    margin: 0;
}

.highlight[b-46epmy4sxh] {
    color: #667eea;
    font-weight: 600;
}

.tips-section[b-46epmy4sxh] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
}

.tips-title[b-46epmy4sxh] {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tips-list[b-46epmy4sxh] {
    margin: 0;
    padding-left: 20px;
    color: #4a5568;
}

.tips-list li[b-46epmy4sxh] {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.tips-list li:last-child[b-46epmy4sxh] {
    margin-bottom: 0;
}

.action-section[b-46epmy4sxh] {
    display: flex;
    gap: 15px;
}

.btn-start[b-46epmy4sxh] {
    flex: 1;
    background: var(--primary-gradient);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: var(--radius-lg);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.btn-start[b-46epmy4sxh]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-start:hover[b-46epmy4sxh]::before {
    left: 100%;
}

.btn-start:hover[b-46epmy4sxh] {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.btn-start:active[b-46epmy4sxh] {
    transform: translateY(-1px);
}

.btn-back[b-46epmy4sxh] {
    background: white;
    color: #667eea;
    border: 2px solid #e2e8f0;
    padding: 18px 25px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-back:hover[b-46epmy4sxh] {
    border-color: #667eea;
    background: #f0f4ff;
}

.start-icon[b-46epmy4sxh] {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.decorative-circles[b-46epmy4sxh] {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    opacity: 0.05;
    pointer-events: none;
}

.decorative-circles[b-46epmy4sxh]::before,
.decorative-circles[b-46epmy4sxh]::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid #667eea;
}

.decorative-circles[b-46epmy4sxh]::before {
    width: 150px;
    height: 150px;
    top: -30px;
    right: -30px;
}

.decorative-circles[b-46epmy4sxh]::after {
    width: 100px;
    height: 100px;
    top: 20px;
    right: 20px;
}

@media (max-width: 576px) {
    .welcome-container[b-46epmy4sxh] {
        padding: 20px 15px;
    }

    .card-header-section[b-46epmy4sxh],
    .card-body-section[b-46epmy4sxh] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .welcome-title[b-46epmy4sxh] {
        font-size: 1.5rem;
    }

    .info-item[b-46epmy4sxh] {
        padding: 15px;
    }

    .info-icon[b-46epmy4sxh] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .action-section[b-46epmy4sxh] {
        flex-direction: column;
    }

    .btn-back[b-46epmy4sxh] {
        order: 2;
    }
}
/* _content/AptisWeb/Components/Layout/AdminLayout.razor.rz.scp.css */
/* Admin Layout Styles */

.admin-container[b-uhv3y6zxn6] {
    display: flex;
    min-height: 100vh;
    background: var(--surface-2);
    font-family: "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
}

/* ========== SIDEBAR ========== */
.admin-sidebar[b-uhv3y6zxn6] {
    width: 260px;
    background:
        radial-gradient(220px 160px at 20% 0%, rgba(34, 211, 175, 0.18), transparent 70%),
        linear-gradient(180deg, #064e4a 0%, #043f3c 45%, #03312f 100%);
    color: #f8fafc;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 6px 0 26px rgba(3, 20, 18, 0.35);
    border-right: 1px solid rgba(148, 163, 184, 0.18);
}

.admin-sidebar.collapsed[b-uhv3y6zxn6] {
    width: 70px;
}

.sidebar-header[b-uhv3y6zxn6] {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(226, 232, 240, 0.12);
    background: rgba(2, 44, 40, 0.35);
    backdrop-filter: blur(4px);
}

.logo[b-uhv3y6zxn6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo img[b-uhv3y6zxn6] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.logo-text[b-uhv3y6zxn6] {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    white-space: nowrap;
}

.logo-title[b-uhv3y6zxn6] {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.logo-subtitle[b-uhv3y6zxn6] {
    font-size: 0.78rem;
    color: rgba(226, 232, 240, 0.78);
    margin-top: 2px;
}

.sidebar-toggle[b-uhv3y6zxn6] {
    background: rgba(226, 232, 240, 0.12);
    border: none;
    color: #f8fafc;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.sidebar-toggle:hover[b-uhv3y6zxn6] {
    background: rgba(34, 211, 175, 0.18);
    color: #ecfeff;
}

.sidebar-nav[b-uhv3y6zxn6] {
    flex: 1;
    padding: 1.1rem 0.85rem 1.25rem;
    overflow-y: auto;
}

.sidebar-section[b-uhv3y6zxn6] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.15rem 0.25rem;
}

.sidebar-section--support[b-uhv3y6zxn6] {
    margin-top: 0.25rem;
}

.sidebar-section-title[b-uhv3y6zxn6] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: rgba(226, 232, 240, 0.72);
    padding: 0.65rem 0.85rem 0.45rem;
}

.sidebar-section-divider[b-uhv3y6zxn6] {
    height: 1px;
    margin: 0.85rem 0.6rem 0.9rem;
    background: linear-gradient(90deg, transparent, rgba(226, 232, 240, 0.22), transparent);
}

.nav-item[b-uhv3y6zxn6] {
    --icon-color: #60a5fa;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.82rem 0.95rem;
    color: rgba(241, 245, 249, 0.92);
    text-decoration: none;
    transition: all 0.22s ease;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    width: 100%;
    text-align: left;
    font-size: 0.98rem;
    font-weight: 600;
    border-radius: 14px;
}

.nav-item:visited[b-uhv3y6zxn6] {
    color: rgba(241, 245, 249, 0.92);
}

.nav-item:focus-visible[b-uhv3y6zxn6] {
    outline: 2px solid rgba(94, 234, 212, 0.65);
    outline-offset: 2px;
}

.nav-item:hover[b-uhv3y6zxn6] {
    background: rgba(148, 163, 184, 0.12);
    border-color: rgba(226, 232, 240, 0.16);
    transform: translateY(-1px);
    color: #ffffff;
}

.nav-item.active[b-uhv3y6zxn6] {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.32), rgba(34, 211, 175, 0.18));
    border-color: rgba(45, 212, 191, 0.42);
    color: #ffffff;
    box-shadow: 0 16px 26px rgba(6, 24, 22, 0.35);
}

.nav-item i[b-uhv3y6zxn6] {
    font-size: 1.15rem;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-color);
    background: rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(226, 232, 240, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: all 0.22s ease;
}

.nav-item.active i[b-uhv3y6zxn6],
.nav-item:hover i[b-uhv3y6zxn6] {
    background: rgba(15, 23, 42, 0.32);
    border-color: rgba(226, 232, 240, 0.18);
    transform: translateY(-1px);
}

.nav-item--dashboard[b-uhv3y6zxn6] { --icon-color: #60a5fa; }
.nav-item--students[b-uhv3y6zxn6] { --icon-color: #34d399; }
.nav-item--courses[b-uhv3y6zxn6] { --icon-color: #fbbf24; }
.nav-item--audit[b-uhv3y6zxn6] { --icon-color: #f87171; }
.nav-item--questions[b-uhv3y6zxn6] { --icon-color: #22d3ee; }
.nav-item--tips[b-uhv3y6zxn6] { --icon-color: #f59e0b; }
.nav-item--settings[b-uhv3y6zxn6] { --icon-color: #fb7185; }
.nav-item--help[b-uhv3y6zxn6] { --icon-color: #38bdf8; }
.nav-item--prefs[b-uhv3y6zxn6] { --icon-color: #f97316; }

.admin-sidebar.collapsed .nav-item span[b-uhv3y6zxn6] {
    display: none;
}

.admin-sidebar.collapsed .sidebar-section-title[b-uhv3y6zxn6],
.admin-sidebar.collapsed .sidebar-section-divider[b-uhv3y6zxn6] {
    display: none;
}

.admin-sidebar.collapsed .sidebar-nav[b-uhv3y6zxn6] {
    padding: 1rem 0.55rem 1.1rem;
}

.admin-sidebar.collapsed .nav-item[b-uhv3y6zxn6] {
    justify-content: center;
    padding: 0.7rem 0;
}

.admin-sidebar.collapsed .nav-item i[b-uhv3y6zxn6] {
    min-width: 46px;
}

.sidebar-footer[b-uhv3y6zxn6] {
    padding: 1rem;
    border-top: 1px solid rgba(226, 232, 240, 0.12);
    background: rgba(2, 44, 40, 0.35);
}

.btn-logout[b-uhv3y6zxn6] {
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.26), rgba(239, 68, 68, 0.28));
    border: 1px solid rgba(252, 211, 77, 0.18);
    color: #fff7ed;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    transition: all 0.2s;
    font-size: 0.98rem;
    font-weight: 700;
}

.btn-logout:hover[b-uhv3y6zxn6] {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.34), rgba(239, 68, 68, 0.38));
    border-color: rgba(252, 211, 77, 0.32);
    transform: translateY(-1px);
}

.admin-sidebar.collapsed .btn-logout span[b-uhv3y6zxn6] {
    display: none;
}

/* ========== MAIN CONTENT ========== */
.admin-main[b-uhv3y6zxn6] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;transition: margin-left 0.3s ease;
}

.admin-sidebar.collapsed ~ .admin-main[b-uhv3y6zxn6] {
    margin-left: 70px;
}

/* ========== HEADER ========== */
.admin-header[b-uhv3y6zxn6] {
    background: var(--bg);
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-left h1[b-uhv3y6zxn6] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-900);
    margin: 0 0 0.5rem 0;
}

.breadcrumb[b-uhv3y6zxn6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--text-500);
}

.breadcrumb a[b-uhv3y6zxn6] {
    color: var(--primary-600);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover[b-uhv3y6zxn6] {
    color: var(--primary-500);
}

.header-right[b-uhv3y6zxn6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.btn-icon[b-uhv3y6zxn6] {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--surface-2);
    color: var(--text-700);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-icon:hover[b-uhv3y6zxn6] {
    background: var(--primary-50);
    color: var(--primary-600);
}

.btn-icon .badge[b-uhv3y6zxn6] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--danger);
    color: white;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    border-radius: 10px;
    font-weight: 600;
}

.user-menu[b-uhv3y6zxn6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.user-menu:hover[b-uhv3y6zxn6] {
    background: var(--primary-50);
}

.avatar[b-uhv3y6zxn6] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.user-menu span[b-uhv3y6zxn6] {
    font-weight: 500;
    color: var(--text-900);
}

.user-dropdown[b-uhv3y6zxn6] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background: var(--bg);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    padding: 0.5rem;
    z-index: 1000;
}

.dropdown-item[b-uhv3y6zxn6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--text-700);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.dropdown-item:hover[b-uhv3y6zxn6] {
    background: var(--primary-50);
    color: var(--text-900);
}

.dropdown-divider[b-uhv3y6zxn6] {
    height: 1px;
    background: var(--divider);
    margin: 0.5rem 0;
}

/* ========== CONTENT AREA ========== */
.admin-content[b-uhv3y6zxn6] {
    flex: 1;
    padding: 2rem;
}

/* ========== FOOTER ========== */
.admin-footer[b-uhv3y6zxn6] {
    background: var(--bg);
    padding: 1.5rem 2rem;
    border-top: 1px solid var(--border);
    margin-top: auto;
}

.footer-content[b-uhv3y6zxn6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-500);
    font-size: 0.875rem;
}

/* ========== NOTIFICATIONS PANEL ========== */
.notifications-overlay[b-uhv3y6zxn6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2000;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem;
}

.notifications-panel[b-uhv3y6zxn6] {
    background: var(--bg);
    width: 400px;
    max-height: 600px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-right: 1rem;
}

.notifications-header[b-uhv3y6zxn6] {
    padding: 1.5rem;
    border-bottom: 1px solid var(--divider);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notifications-header h3[b-uhv3y6zxn6] {
    margin: 0;
    font-size: 1.25rem;
    color: var(--text-900);
}

.btn-close[b-uhv3y6zxn6] {
    background: none;
    border: none;
    color: var(--text-500);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-close:hover[b-uhv3y6zxn6] {
    background: var(--primary-50);
    color: var(--text-900);
}

.notifications-body[b-uhv3y6zxn6] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.notification-item[b-uhv3y6zxn6] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    transition: all 0.2s;
    cursor: pointer;
}

.notification-item.unread[b-uhv3y6zxn6] {
    background: var(--primary-50);
}

.notification-item:hover[b-uhv3y6zxn6] {
    background: var(--surface-2);
}

.notification-icon[b-uhv3y6zxn6] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-100);
    color: var(--primary-600);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-content[b-uhv3y6zxn6] {
    flex: 1;
}

.notification-title[b-uhv3y6zxn6] {
    font-weight: 600;
    color: var(--text-900);
    margin: 0 0 0.25rem 0;
}

.notification-message[b-uhv3y6zxn6] {
    color: var(--text-500);
    font-size: 0.875rem;
    margin: 0 0 0.5rem 0;
}

.notification-time[b-uhv3y6zxn6] {
    color: var(--text-500);
    font-size: 0.75rem;
}

.empty-notifications[b-uhv3y6zxn6] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-500);
}

.empty-notifications i[b-uhv3y6zxn6] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.notifications-footer[b-uhv3y6zxn6] {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--divider);
    text-align: center;
}

.btn-link[b-uhv3y6zxn6] {
    background: none;
    border: none;
    color: var(--primary-600);
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-link:hover[b-uhv3y6zxn6] {
    background: var(--primary-50);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .admin-sidebar[b-uhv3y6zxn6] {
        transform: translateX(-100%);}
    
    .admin-sidebar.collapsed[b-uhv3y6zxn6] {
        transform: translateX(0);
    }
    
    .admin-main[b-uhv3y6zxn6] {
        margin-left: 0;
    }
    
    .notifications-panel[b-uhv3y6zxn6] {
        width: 100%;
        max-width: 400px;
    }
}

/* ========== SCROLLBAR ========== */
.sidebar-nav[b-uhv3y6zxn6]::-webkit-scrollbar,
.notifications-body[b-uhv3y6zxn6]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-nav[b-uhv3y6zxn6]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.sidebar-nav[b-uhv3y6zxn6]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.notifications-body[b-uhv3y6zxn6]::-webkit-scrollbar-track {
    background: var(--surface-2);
}

.notifications-body[b-uhv3y6zxn6]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
/* _content/AptisWeb/Components/Layout/TeacherLayout.razor.rz.scp.css */
.teacher-container[b-631ttuc7tz] {
    display: flex;
    min-height: 100vh;
    background: var(--surface-2);
    font-family: "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
}

.teacher-sidebar[b-631ttuc7tz] {
    width: 270px;
    color: #f8fafc;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
    z-index: 1000;
    border-right: 1px solid rgba(226, 232, 240, 0.15);
    box-shadow: 10px 0 30px rgba(3, 18, 26, 0.35);
    background:
        radial-gradient(220px 180px at 18% -10%, rgba(56, 189, 248, 0.25), transparent 70%),
        radial-gradient(260px 180px at 120% 10%, rgba(52, 211, 153, 0.22), transparent 72%),
        linear-gradient(180deg, #0b3d5c 0%, #0b4f6c 48%, #0a3c52 100%);
}

.teacher-sidebar.collapsed[b-631ttuc7tz] {
    width: 78px;
}

.sidebar-header[b-631ttuc7tz] {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(226, 232, 240, 0.12);
    background: rgba(10, 39, 64, 0.42);
    backdrop-filter: blur(6px);
}

.logo[b-631ttuc7tz] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.logo img[b-631ttuc7tz] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.35);
}

.logo-text[b-631ttuc7tz] {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    white-space: nowrap;
}

.logo-title[b-631ttuc7tz] {
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.logo-subtitle[b-631ttuc7tz] {
    font-size: 0.8rem;
    color: rgba(226, 232, 240, 0.78);
    margin-top: 2px;
}

.sidebar-toggle[b-631ttuc7tz] {
    background: rgba(226, 232, 240, 0.12);
    border: none;
    color: #f8fafc;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.sidebar-toggle:hover[b-631ttuc7tz] {
    background: rgba(56, 189, 248, 0.22);
    color: #e0f2fe;
}

.sidebar-nav[b-631ttuc7tz] {
    flex: 1;
    padding: 1.15rem 0.9rem 1.25rem;
    overflow-y: auto;
}

.sidebar-section[b-631ttuc7tz] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.15rem 0.25rem;
}

.sidebar-section-title[b-631ttuc7tz] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: rgba(226, 232, 240, 0.76);
    padding: 0.65rem 0.85rem 0.45rem;
}

.sidebar-section-divider[b-631ttuc7tz] {
    height: 1px;
    margin: 0.9rem 0.6rem 1rem;
    background: linear-gradient(90deg, transparent, rgba(226, 232, 240, 0.24), transparent);
}

.nav-item[b-631ttuc7tz] {
    --icon-color: #38bdf8;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 1rem;
    color: rgba(241, 245, 249, 0.94);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.22s ease;
}

.nav-item:visited[b-631ttuc7tz] {
    color: rgba(241, 245, 249, 0.94);
}

.nav-item:hover[b-631ttuc7tz] {
    background: rgba(148, 163, 184, 0.14);
    border-color: rgba(226, 232, 240, 0.18);
    transform: translateY(-1px);
    color: #ffffff;
}

.nav-item.active[b-631ttuc7tz] {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.32), rgba(52, 211, 153, 0.24));
    border-color: rgba(125, 211, 252, 0.55);
    color: #ffffff;
    box-shadow: 0 18px 28px rgba(6, 24, 40, 0.35);
}

.nav-item i[b-631ttuc7tz] {
    font-size: 1.18rem;
    min-width: 42px;
    height: 42px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-color);
    background: rgba(15, 23, 42, 0.2);
    border: 1px solid rgba(226, 232, 240, 0.08);
    transition: all 0.22s ease;
}

.nav-item:hover i[b-631ttuc7tz],
.nav-item.active i[b-631ttuc7tz] {
    background: rgba(15, 23, 42, 0.34);
    border-color: rgba(226, 232, 240, 0.18);
    transform: translateY(-1px);
}

.nav-item--dashboard[b-631ttuc7tz] { --icon-color: #38bdf8; }
.nav-item--students[b-631ttuc7tz] { --icon-color: #34d399; }
.nav-item--tests[b-631ttuc7tz] { --icon-color: #fbbf24; }
.nav-item--questions[b-631ttuc7tz] { --icon-color: #22d3ee; }
.nav-item--grades[b-631ttuc7tz] { --icon-color: #f97316; }
.nav-item--reports[b-631ttuc7tz] { --icon-color: #fb7185; }
.nav-item--help[b-631ttuc7tz] { --icon-color: #60a5fa; }
.nav-item--profile[b-631ttuc7tz] { --icon-color: #f59e0b; }

.teacher-sidebar.collapsed .nav-item span[b-631ttuc7tz],
.teacher-sidebar.collapsed .sidebar-section-title[b-631ttuc7tz],
.teacher-sidebar.collapsed .sidebar-section-divider[b-631ttuc7tz] {
    display: none;
}

.teacher-sidebar.collapsed .sidebar-nav[b-631ttuc7tz] {
    padding: 1rem 0.55rem 1.1rem;
}

.teacher-sidebar.collapsed .nav-item[b-631ttuc7tz] {
    justify-content: center;
    padding: 0.75rem 0;
}

.teacher-sidebar.collapsed .nav-item i[b-631ttuc7tz] {
    min-width: 48px;
}

.sidebar-footer[b-631ttuc7tz] {
    padding: 1.05rem;
    border-top: 1px solid rgba(226, 232, 240, 0.12);
    background: rgba(10, 39, 64, 0.45);
}

.btn-logout[b-631ttuc7tz] {
    width: 100%;
    padding: 0.92rem;
    border-radius: 13px;
    border: 1px solid rgba(251, 191, 36, 0.24);
    color: #fff7ed;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.32), rgba(239, 68, 68, 0.34));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-logout:hover[b-631ttuc7tz] {
    transform: translateY(-1px);
    border-color: rgba(253, 224, 71, 0.4);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.4), rgba(239, 68, 68, 0.42));
}

.teacher-sidebar.collapsed .btn-logout span[b-631ttuc7tz] {
    display: none;
}

.teacher-main[b-631ttuc7tz] {
    flex: 1;
    margin-left: 270px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.teacher-sidebar.collapsed ~ .teacher-main[b-631ttuc7tz] {
    margin-left: 78px;
}

.teacher-header[b-631ttuc7tz] {
    background: var(--bg);
    padding: 1.35rem 2.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-left h1[b-631ttuc7tz] {
    font-size: 1.82rem;
    font-weight: 800;
    color: var(--text-900);
    margin: 0 0 0.5rem 0;
}

.breadcrumb[b-631ttuc7tz] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    color: var(--text-500);
}

.breadcrumb a[b-631ttuc7tz] {
    color: var(--primary-600);
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb a:hover[b-631ttuc7tz] {
    color: var(--primary-500);
}

.header-right[b-631ttuc7tz] {
    display: flex;
    align-items: center;
}

.user-chip[b-631ttuc7tz] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.16), rgba(52, 211, 153, 0.16));
    border: 1px solid rgba(125, 211, 252, 0.45);
    color: var(--text-800);
    font-weight: 700;
}

.user-chip i[b-631ttuc7tz] {
    color: #0ea5e9;
}

.teacher-content[b-631ttuc7tz] {
    padding: 2rem;
    flex: 1;
}

@media (max-width: 1100px) {
    .teacher-sidebar[b-631ttuc7tz] {
        width: 240px;
    }

    .teacher-main[b-631ttuc7tz] {
        margin-left: 240px;
    }
}

@media (max-width: 900px) {
    .teacher-sidebar[b-631ttuc7tz] {
        transform: translateX(-100%);
        position: fixed;
        width: 270px;
    }

    .teacher-sidebar.collapsed[b-631ttuc7tz] {
        transform: translateX(-100%);
        width: 270px;
    }

    .teacher-main[b-631ttuc7tz],
    .teacher-sidebar.collapsed ~ .teacher-main[b-631ttuc7tz] {
        margin-left: 0;
    }
}

/* _content/AptisWeb/Components/Layout/TopBar.razor.rz.scp.css */
.top-navbar[b-rl1u8xuub6] {
    min-height: 72px;
    height: auto;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(14, 116, 112, 0.12);
    box-shadow: 0 10px 24px rgba(11, 31, 29, 0.08);
    backdrop-filter: blur(10px);
    font-family: "Sora", sans-serif;
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-navbar .left[b-rl1u8xuub6] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 auto;
    min-width: 0;
}

.top-navbar .right[b-rl1u8xuub6] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 0;
}

.upgrade-plan[b-rl1u8xuub6] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(14, 116, 112, 0.18));
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: #1a2b29;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(11, 31, 29, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.upgrade-plan:hover[b-rl1u8xuub6] {
    transform: translateY(-1px);
    box-shadow: 0 14px 20px rgba(11, 31, 29, 0.18);
}

.upgrade-text[b-rl1u8xuub6] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

.upgrade-title[b-rl1u8xuub6] {
    font-weight: 700;
    font-size: 0.8rem;
}

.upgrade-subtitle[b-rl1u8xuub6] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #5b6f6a;
}

.upgrade-icon[b-rl1u8xuub6] {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(11, 31, 29, 0.12);
    display: grid;
    place-items: center;
    color: #0f766e;
}

.menu-toggle[b-rl1u8xuub6] {
    font-size: 1.4rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 12px;
    background: rgba(14, 116, 112, 0.08);
    border: 1px solid rgba(14, 116, 112, 0.16);
    color: #0b3b39;
}

.menu-toggle:hover[b-rl1u8xuub6] {
    background: rgba(14, 116, 112, 0.16);
}

.topbar-notice[b-rl1u8xuub6] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(14, 116, 112, 0.12), rgba(245, 159, 11, 0.12));
    border: 1px solid rgba(11, 31, 29, 0.12);
    color: #0b1f1d;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    max-width: 560px;
    flex: 1 1 560px;
}

.notice-badge[b-rl1u8xuub6] {
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 999px;
    background: #0f766e;
    color: white;
}

.notice-items[b-rl1u8xuub6] {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    min-width: 0;
}

.notice-separator[b-rl1u8xuub6] {
    color: #8b9f98;
    font-size: 0.7rem;
}

.notice-item[b-rl1u8xuub6] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(11, 31, 29, 0.1);
    color: #1a2b29;
    text-decoration: none;
    font-size: 0.75rem;
    max-width: 260px;
}

.notice-tag[b-rl1u8xuub6] {
    background: rgba(14, 116, 112, 0.12);
    color: #0b5f57;
    font-weight: 700;
    font-size: 0.6rem;
    padding: 2px 6px;
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.notice-copy[b-rl1u8xuub6] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-time[b-rl1u8xuub6] {
    color: #6b7f7a;
    font-size: 0.65rem;
}

.notice-link[b-rl1u8xuub6] {
    text-decoration: none;
    font-weight: 600;
    color: #0b5f57;
    padding: 4px 6px;
    border-radius: 8px;
}

.notice-link:hover[b-rl1u8xuub6] {
    background: rgba(14, 116, 112, 0.12);
}

.pill-dropdown[b-rl1u8xuub6] {
    position: relative;
}

.pill-dropdown summary[b-rl1u8xuub6] {
    list-style: none;
}

.pill-dropdown summary[b-rl1u8xuub6]::-webkit-details-marker {
    display: none;
}

.pill-trigger[b-rl1u8xuub6] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5f9f8;
    border: 1px solid rgba(11, 31, 29, 0.12);
    color: #1a2b29;
    font-size: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.pill-trigger i[b-rl1u8xuub6] {
    color: #0f766e;
}

.pill-menu[b-rl1u8xuub6] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #ffffff;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 18px 30px rgba(11, 31, 29, 0.18);
    border: 1px solid rgba(11, 31, 29, 0.12);
    display: grid;
    gap: 8px;
    min-width: 160px;
    z-index: 50;
}

.topbar-pill[b-rl1u8xuub6] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5f9f8;
    border: 1px solid rgba(11, 31, 29, 0.08);
    color: #1a2b29;
    font-size: 0.75rem;
}

.topbar-pill i[b-rl1u8xuub6] {
    color: #0f766e;
}

.pill-value[b-rl1u8xuub6] {
    font-weight: 700;
}

.pill-label[b-rl1u8xuub6] {
    color: #5b6f6a;
    font-weight: 600;
}

.topbar-message[b-rl1u8xuub6] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(11, 31, 29, 0.1);
    min-width: 260px;
    box-shadow: 0 8px 16px rgba(11, 31, 29, 0.06);
    flex: 0 0 260px;
}

.topbar-message i[b-rl1u8xuub6] {
    color: #5f6f6a;
}

.message-input[b-rl1u8xuub6] {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 0.85rem;
    color: #1a2b29;
}

.message-input[b-rl1u8xuub6]::placeholder {
    color: #7c8c87;
}

.message-send[b-rl1u8xuub6] {
    border: none;
    background: linear-gradient(135deg, #0f766e, #0b5f57);
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.message-send:hover[b-rl1u8xuub6] {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(15, 118, 110, 0.3);
}

.topbar-shortcuts[b-rl1u8xuub6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shortcut[b-rl1u8xuub6] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #f3f7f6;
    border: 1px solid rgba(11, 31, 29, 0.12);
    display: grid;
    place-items: center;
    color: #0f766e;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shortcut:hover[b-rl1u8xuub6] {
    transform: translateY(-1px);
    box-shadow: 0 8px 14px rgba(11, 31, 29, 0.12);
}

.user-profile[b-rl1u8xuub6] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(11, 31, 29, 0.12);
    box-shadow: 0 8px 16px rgba(11, 31, 29, 0.06);
}

.user-avatar[b-rl1u8xuub6] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f766e, #0b5f57);
    color: white;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.user-avatar img[b-rl1u8xuub6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info[b-rl1u8xuub6] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-name[b-rl1u8xuub6] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1a2b29;
}

.user-role[b-rl1u8xuub6] {
    font-size: 0.7rem;
    color: #6b7f7a;
}

.user-dropdown[b-rl1u8xuub6] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 220px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 30px rgba(11, 31, 29, 0.18);
    padding: 8px;
}

.user-dropdown a[b-rl1u8xuub6] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.user-dropdown a:hover[b-rl1u8xuub6] {
    background: rgba(14, 116, 112, 0.12);
}

.dropdown-divider[b-rl1u8xuub6] {
    height: 1px;
    background: rgba(11, 31, 29, 0.08);
    margin: 6px 0;
}

.dropdown-item.danger[b-rl1u8xuub6] {
    color: #b91c1c;
}

.topbar-actions[b-rl1u8xuub6] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-link[b-rl1u8xuub6] {
    font-weight: 600;
    color: #1a2b29;
    text-decoration: none;
}

.topbar-link:hover[b-rl1u8xuub6] {
    color: #0f766e;
}

.topbar-button[b-rl1u8xuub6] {
    border-radius: 999px;
    padding: 8px 16px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    background: linear-gradient(135deg, #0f766e, #0b5f57);
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.topbar-button:hover[b-rl1u8xuub6] {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(15, 118, 110, 0.25);
}

.topbar-button.ghost[b-rl1u8xuub6] {
    background: transparent;
    color: #0f766e;
    border-color: rgba(11, 31, 29, 0.2);
    box-shadow: none;
}

.topbar-button.ghost:hover[b-rl1u8xuub6] {
    background: rgba(14, 116, 112, 0.08);
}

@media (max-width: 1200px) {
    .topbar-pills[b-rl1u8xuub6] {
        display: none;
    }

    .notice-item:last-child[b-rl1u8xuub6] {
        display: none;
    }

    .upgrade-subtitle[b-rl1u8xuub6] {
        display: none;
    }
}

@media (max-width: 980px) {
    .topbar-message[b-rl1u8xuub6] {
        display: none;
    }

    .upgrade-plan[b-rl1u8xuub6] {
        display: none;
    }
}

@media (max-width: 820px) {
    .topbar-shortcuts[b-rl1u8xuub6] {
        display: none;
    }
}

@media (max-width: 720px) {
    .topbar-notice[b-rl1u8xuub6] {
        display: none;
    }
}
/* _content/AptisWeb/Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* Admin Dashboard Styles */

/* Main Container */
.admin-container[b-h24shwtyl7] {
    display: flex;
    min-height: 100vh;
    background: #f5f7fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Sidebar Styles */
.admin-sidebar[b-h24shwtyl7] {
    width: 260px;
    background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
    color: white;
    transition: width 0.3s ease;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.admin-sidebar.collapsed[b-h24shwtyl7] {
    width: 70px;
}

.sidebar-header[b-h24shwtyl7] {
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo[b-h24shwtyl7] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img[b-h24shwtyl7] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.logo-text[b-h24shwtyl7] {
    font-size: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}

.sidebar-toggle[b-h24shwtyl7] {
    background: rgba(255,255,255,0.1);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.sidebar-toggle:hover[b-h24shwtyl7] {
    background: rgba(255,255,255,0.2);
}

.sidebar-nav[b-h24shwtyl7] {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
}

.nav-item[b-h24shwtyl7] {
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.8);
    text-align: left;
    border-radius: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}

.nav-item i[b-h24shwtyl7] {
    font-size: 1.2rem;
    min-width: 24px;
}

.nav-item:hover[b-h24shwtyl7] {
    background: rgba(255,255,255,0.1);
    color: white;
}

.nav-item.active[b-h24shwtyl7] {
    background: rgba(52, 152, 219, 0.3);
    color: white;font-weight: 500;
}

.sidebar-footer[b-h24shwtyl7] {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.btn-logout[b-h24shwtyl7] {
    width: 100%;
    padding: 12px;
    background: rgba(231, 76, 60, 0.2);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.btn-logout:hover[b-h24shwtyl7] {
    background: rgba(231, 76, 60, 0.4);
}

/* Main Content */
.admin-main[b-h24shwtyl7] {
    flex: 1;
    margin-left: 260px;
    transition: margin-left 0.3s ease;
    display: flex;
    flex-direction: column;
}

.admin-sidebar.collapsed ~ .admin-main[b-h24shwtyl7] {
    margin-left: 70px;
}

/* Header */
.admin-header[b-h24shwtyl7] {
    background: white;
    padding: 20px 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;position: sticky;
    top: 0;
    z-index: 100;
}

.header-left h1[b-h24shwtyl7] {
    font-size: 1.8rem;
    color: #2c3e50;margin: 0 0 8px 0;
    font-weight: 600;
}

.breadcrumb[b-h24shwtyl7] {
    display: flex;
    gap: 8px;
    font-size: 0.9rem;
    color: #7f8c8d;
}

.breadcrumb a[b-h24shwtyl7] {
    color: #3498db;
    text-decoration: none;
}

.breadcrumb a:hover[b-h24shwtyl7] {
    text-decoration: underline;
}

.header-right[b-h24shwtyl7] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-icon[b-h24shwtyl7] {
    position: relative;
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.btn-icon:hover[b-h24shwtyl7] {
    background: #e9ecef;
}

.btn-icon .badge[b-h24shwtyl7] {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 0.7rem;
    font-weight: 600;
}

.user-menu[b-h24shwtyl7] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 20px;
    cursor: pointer;
}

.avatar[b-h24shwtyl7] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

/* Content Area */
.admin-content[b-h24shwtyl7] {
    flex: 1;
    padding: 30px;
}

/* Dashboard Overview */
.dashboard-overview[b-h24shwtyl7] {
    animation: fadeIn-b-h24shwtyl7 0.5s;
}

.stats-grid[b-h24shwtyl7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card[b-h24shwtyl7] {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover[b-h24shwtyl7] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.stat-icon[b-h24shwtyl7] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.stat-icon.students[b-h24shwtyl7] {
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-500) 100%);
    color: white;
}

.stat-icon.courses[b-h24shwtyl7] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.stat-icon.active[b-h24shwtyl7] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.stat-icon.inactive[b-h24shwtyl7] {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.stat-info h3[b-h24shwtyl7] {
    font-size: 2rem;
    margin: 0;
    color: #2c3e50;
    font-weight: 700;
}

.stat-info p[b-h24shwtyl7] {
    margin: 5px 0 0 0;
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* Quick Actions */
.quick-actions[b-h24shwtyl7] {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.quick-actions h2[b-h24shwtyl7] {
    font-size: 1.3rem;
    margin: 0 0 20px 0;
    color: #2c3e50;
}

.action-buttons[b-h24shwtyl7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.action-btn[b-h24shwtyl7] {
    padding: 15px 20px;
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-500) 100%);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: transform 0.3s, box-shadow 0.3s;font-size: 0.95rem;
    font-weight: 500;
}

.action-btn:hover[b-h24shwtyl7] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Students Section */
.students-section[b-h24shwtyl7],
.courses-section[b-h24shwtyl7] {
    animation: fadeIn-b-h24shwtyl7 0.5s;
}

.section-header[b-h24shwtyl7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.section-header h2[b-h24shwtyl7] {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0;
}

.header-actions[b-h24shwtyl7] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.search-box[b-h24shwtyl7] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box i[b-h24shwtyl7] {
    position: absolute;
    left: 15px;
    color: #95a5a6;
}

.search-box input[b-h24shwtyl7] {
    padding: 10px 15px 10px 45px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    width: 300px;
    transition: border-color 0.3s;
}

.search-box input:focus[b-h24shwtyl7] {
    outline: none;
    border-color: #3498db;
}

/* Table Styles */
.table-container[b-h24shwtyl7] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.data-table[b-h24shwtyl7] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-h24shwtyl7] {
    background: #f8f9fa;
}

.data-table th[b-h24shwtyl7] {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.data-table td[b-h24shwtyl7] {
    padding: 15px;
    border-top: 1px solid #e9ecef;
    color: #34495e;
}

.data-table tbody tr[b-h24shwtyl7] {
    transition: background 0.3s;
}

.data-table tbody tr:hover[b-h24shwtyl7] {
    background: #f8f9fa;
}

.badge-role[b-h24shwtyl7] {
    padding: 5px 12px;
    background: #3498db;
    color: white;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
}

.table-footer[b-h24shwtyl7] {
    padding: 15px;
    background: white;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* Courses Grid */
.courses-grid[b-h24shwtyl7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.course-card[b-h24shwtyl7] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 4px solid #3498db;
}

.course-card.inactive[b-h24shwtyl7] {
    border-left-color: #95a5a6;
    opacity: 0.8;
}

.course-card:hover[b-h24shwtyl7] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.course-header[b-h24shwtyl7] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 15px;
}

.course-header h3[b-h24shwtyl7] {
    font-size: 1.2rem;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.status-badge[b-h24shwtyl7] {
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-badge.active[b-h24shwtyl7] {
    background: #d4edda;
    color: #155724;
}

.status-badge.inactive[b-h24shwtyl7] {
    background: #f8d7da;
    color: #721c24;
}

.course-description[b-h24shwtyl7] {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.course-info[b-h24shwtyl7] {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;flex-wrap: wrap;
}

.info-item[b-h24shwtyl7] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #34495e;
    font-size: 0.85rem;
}

.info-item i[b-h24shwtyl7] {
    color: #3498db;
}

.course-stats[b-h24shwtyl7] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.course-stats span[b-h24shwtyl7] {
    font-size: 0.8rem;
    color: #7f8c8d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-actions[b-h24shwtyl7] {
    display: flex;
    gap: 10px;
    padding-top: 15px;border-top: 1px solid #e9ecef;
}

.btn-icon-action[b-h24shwtyl7] {
    flex: 1;
    padding: 8px;
    background: #f8f9fa;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    color: #34495e;
}

.btn-icon-action:hover[b-h24shwtyl7] {
    background: #3498db;
    color: white;
}

.btn-icon-action.danger:hover[b-h24shwtyl7] {
    background: #e74c3c;
    color: white;
}

/* Buttons */
.btn-primary[b-h24shwtyl7] {
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-500) 100%);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover[b-h24shwtyl7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-primary:disabled[b-h24shwtyl7] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-h24shwtyl7] {
    padding: 10px 20px;
    background: #95a5a6;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.3s;
}

.btn-secondary:hover[b-h24shwtyl7] {
    background: #7f8c8d;
}

/* Modal */
.modal-overlay[b-h24shwtyl7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: fadeIn-b-h24shwtyl7 0.3s;
}

.modal-content[b-h24shwtyl7] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    animation: slideUp-b-h24shwtyl7 0.3s;
}

.modal-header[b-h24shwtyl7] {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2[b-h24shwtyl7] {
    margin: 0;
    font-size: 1.5rem;
    color: #2c3e50;
}

.btn-close[b-h24shwtyl7] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #95a5a6;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.btn-close:hover[b-h24shwtyl7] {
    background: #f8f9fa;
}

.modal-body[b-h24shwtyl7] {
    padding: 25px;
}

.form-group[b-h24shwtyl7] {
    margin-bottom: 20px;
}

.form-group label[b-h24shwtyl7] {
    display: block;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.95rem;
}

.required[b-h24shwtyl7] {
    color: #e74c3c;
}

.form-control[b-h24shwtyl7] {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.3s;
    font-family: inherit;
}

.form-control:focus[b-h24shwtyl7] {
    outline: none;
    border-color: #3498db;
}

.form-row[b-h24shwtyl7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.checkbox-label[b-h24shwtyl7] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"][b-h24shwtyl7] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.modal-footer[b-h24shwtyl7] {
    padding: 20px 25px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Loading Spinner */
.loading-spinner[b-h24shwtyl7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #7f8c8d;
}

.loading-spinner i[b-h24shwtyl7] {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #3498db;
}

.spin[b-h24shwtyl7] {
    animation: spin-b-h24shwtyl7 1s linear infinite;
}

/* Empty State */
.empty-state[b-h24shwtyl7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #7f8c8d;
    background: white;
    border-radius: 12px;
}

.empty-state i[b-h24shwtyl7] {
    font-size: 4rem;
    margin-bottom: 15px;
    color: #bdc3c7;
}

.empty-state p[b-h24shwtyl7] {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Animations */
@keyframes fadeIn-b-h24shwtyl7 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-h24shwtyl7 {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes spin-b-h24shwtyl7 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .admin-sidebar[b-h24shwtyl7] {
        width: 70px;
    }
    
    .admin-sidebar .logo-text[b-h24shwtyl7],
    .admin-sidebar .nav-item span[b-h24shwtyl7],
    .admin-sidebar .btn-logout span[b-h24shwtyl7] {
        display: none;
    }
    
    .admin-main[b-h24shwtyl7] {
        margin-left: 70px;
    }
    
    .courses-grid[b-h24shwtyl7] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .admin-sidebar[b-h24shwtyl7] {
        transform: translateX(-100%);
        position: fixed;
    }
    
    .admin-sidebar.show[b-h24shwtyl7] {
        transform: translateX(0);
    }
    
    .admin-main[b-h24shwtyl7] {
        margin-left: 0;
    }
    
    .stats-grid[b-h24shwtyl7] {
        grid-template-columns: 1fr;
    }
    
    .courses-grid[b-h24shwtyl7] {
        grid-template-columns: 1fr;
    }
    
    .search-box input[b-h24shwtyl7] {
        width: 200px;
    }
    
    .form-row[b-h24shwtyl7] {
        grid-template-columns: 1fr;
    }
    
    .section-header[b-h24shwtyl7] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .header-actions[b-h24shwtyl7] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .admin-content[b-h24shwtyl7] {
        padding: 15px;
    }
    
    .admin-header[b-h24shwtyl7] {
        padding: 15px;
    }
    
    .header-left h1[b-h24shwtyl7] {
        font-size: 1.3rem;
    }
    
    .search-box input[b-h24shwtyl7] {
        width: 100%;}
}
/* _content/AptisWeb/Components/Pages/Admin/Tabs/AuditTab.razor.rz.scp.css */
.audit-section[b-y9te1g8dcw] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.section-header[b-y9te1g8dcw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-header h2[b-y9te1g8dcw] {
    margin: 0;
    font-size: 1.5rem;
    color: var(--text-primary);
}

.filter-group[b-y9te1g8dcw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.form-select[b-y9te1g8dcw],
.form-control[b-y9te1g8dcw] {
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    padding: 0.45rem 0.75rem;
    font-size: 0.9rem;
}

.btn-secondary[b-y9te1g8dcw] {
    padding: 0.5rem 0.9rem;
    background: #94a3b8;
    color: #ffffff;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-secondary:hover[b-y9te1g8dcw] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.audit-timeline[b-y9te1g8dcw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.audit-item[b-y9te1g8dcw] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: flex;
    gap: 1rem;
}

.audit-icon[b-y9te1g8dcw] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #475569;
    flex-shrink: 0;
}

.audit-create .audit-icon[b-y9te1g8dcw] {
    background: #dcfce7;
    color: #166534;
}

.audit-update .audit-icon[b-y9te1g8dcw] {
    background: #dbeafe;
    color: #1d4ed8;
}

.audit-delete .audit-icon[b-y9te1g8dcw] {
    background: #fee2e2;
    color: #991b1b;
}

.audit-header[b-y9te1g8dcw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.audit-header h4[b-y9te1g8dcw] {
    margin: 0;
    font-size: 1rem;
    color: var(--text-primary);
}

.audit-time[b-y9te1g8dcw] {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.audit-details[b-y9te1g8dcw] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.audit-changes[b-y9te1g8dcw] {
    margin-top: 0.75rem;
}

.btn-link[b-y9te1g8dcw] {
    background: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}

.changes-detail[b-y9te1g8dcw] {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.75rem;
}

.changes-detail pre[b-y9te1g8dcw] {
    background: #0f172a;
    color: #e2e8f0;
    padding: 0.75rem;
    border-radius: var(--radius-md);
    overflow: auto;
    font-size: 0.85rem;
}

.table-footer[b-y9te1g8dcw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.empty-state[b-y9te1g8dcw] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.empty-state i[b-y9te1g8dcw] {
    font-size: 2.5rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .audit-item[b-y9te1g8dcw] {
        flex-direction: column;
    }

    .audit-header[b-y9te1g8dcw] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AptisWeb/Components/Pages/Admin/Tabs/CoursesTab.razor.rz.scp.css */
.courses-section[b-o51twxfzli] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.section-header[b-o51twxfzli] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1.35rem 1.5rem;
    border-radius: 20px;
    background:
        radial-gradient(220px 150px at 0% 0%, rgba(56, 189, 248, 0.12), transparent 72%),
        #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.section-header h2[b-o51twxfzli] {
    margin: 0 0 0.35rem 0;
    font-size: 1.85rem;
    font-weight: 900;
    color: var(--text-primary);
}

.section-subtitle[b-o51twxfzli] {
    margin: 0;
    color: var(--text-secondary);
    font-weight: 600;
}

.header-actions[b-o51twxfzli] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.search-box[b-o51twxfzli] {
    position: relative;
    min-width: 280px;
}

.search-box i[b-o51twxfzli] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-secondary);
}

.search-box input[b-o51twxfzli] {
    width: 100%;
    padding: 0.68rem 0.95rem 0.68rem 2.45rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #ffffff;
    font-size: 0.98rem;
    font-weight: 600;
}

.search-box input:focus[b-o51twxfzli] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(122, 156, 241, 0.2);
}

.sort-box[b-o51twxfzli] {
    position: relative;
    min-width: 210px;
}

.sort-box i[b-o51twxfzli] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-secondary);
    pointer-events: none;
}

.sort-box select[b-o51twxfzli] {
    width: 100%;
    padding: 0.66rem 2.1rem 0.66rem 2.35rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #ffffff;
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--text-primary);
    appearance: none;
}

.sort-box select:focus[b-o51twxfzli] {
    outline: none;
    border-color: rgba(14, 165, 233, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.18);
}

.btn-primary[b-o51twxfzli] {
    padding: 0.6rem 1rem;
    background: var(--primary-gradient);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-primary:hover[b-o51twxfzli] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.module-filters[b-o51twxfzli] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.filter-chip[b-o51twxfzli] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #ffffff;
    color: var(--text-secondary);
    font-weight: 800;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.filter-chip i[b-o51twxfzli] {
    font-size: 1rem;
}

.filter-chip:hover[b-o51twxfzli] {
    transform: translateY(-1px);
    border-color: rgba(14, 165, 233, 0.45);
    color: var(--text-primary);
}

.filter-chip.active[b-o51twxfzli] {
    background: rgba(14, 165, 233, 0.14);
    border-color: rgba(14, 165, 233, 0.45);
    color: #0c4a6e;
    box-shadow: 0 12px 22px rgba(14, 165, 233, 0.18);
}

.filter-chip.listening.active[b-o51twxfzli] {
    background: rgba(14, 165, 233, 0.16);
}

.filter-chip.speaking.active[b-o51twxfzli] {
    background: rgba(34, 197, 94, 0.16);
    border-color: rgba(34, 197, 94, 0.4);
    color: #166534;
}

.filter-chip.writing.active[b-o51twxfzli] {
    background: rgba(249, 115, 22, 0.16);
    border-color: rgba(249, 115, 22, 0.4);
    color: #9a3412;
}

.filter-chip.reading.active[b-o51twxfzli] {
    background: rgba(59, 130, 246, 0.16);
    border-color: rgba(59, 130, 246, 0.4);
    color: #1d4ed8;
}

.filter-chip.grammar.active[b-o51twxfzli] {
    background: rgba(168, 85, 247, 0.16);
    border-color: rgba(168, 85, 247, 0.4);
    color: #6b21a8;
}

.courses-grid[b-o51twxfzli] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 1.05rem;
}

.course-card[b-o51twxfzli] {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.1rem 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.07);
    display: flex;
    flex-direction: column;
    gap: 0.78rem;
    position: relative;
    overflow: hidden;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.course-card[b-o51twxfzli]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background: radial-gradient(220px 160px at 0% 0%, rgba(14, 165, 233, 0.32), transparent 74%);
}

.course-card:hover[b-o51twxfzli] {
    transform: translateY(-3px);
    border-color: rgba(14, 165, 233, 0.28);
    box-shadow: 0 26px 42px rgba(15, 23, 42, 0.12);
}

.course-card.inactive[b-o51twxfzli] {
    opacity: 0.85;
}

.course-header[b-o51twxfzli] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.course-header h3[b-o51twxfzli] {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 900;
    color: var(--text-primary);
}

.status-badge[b-o51twxfzli] {
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 600;
}

.status-badge.active[b-o51twxfzli] {
    background: #dcfce7;
    color: #166534;
}

.status-badge.inactive[b-o51twxfzli] {
    background: #fee2e2;
    color: #991b1b;
}

.course-description[b-o51twxfzli] {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.45;
}

.course-info[b-o51twxfzli] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.95rem;
    color: var(--text-secondary);
    font-size: 0.88rem;
    font-weight: 700;
}

.course-info i[b-o51twxfzli] {
    color: var(--primary-color);
}

.info-item--modules[b-o51twxfzli] {
    color: var(--text-primary);
}

.course-modules[b-o51twxfzli] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.module[b-o51twxfzli] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.6rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.8rem;
    font-weight: 800;
}

.module.listening[b-o51twxfzli] {
    background: rgba(14, 165, 233, 0.14);
    border-color: rgba(14, 165, 233, 0.32);
    color: #0c4a6e;
}

.module.speaking[b-o51twxfzli] {
    background: rgba(34, 197, 94, 0.14);
    border-color: rgba(34, 197, 94, 0.3);
    color: #166534;
}

.module.writing[b-o51twxfzli] {
    background: rgba(249, 115, 22, 0.14);
    border-color: rgba(249, 115, 22, 0.3);
    color: #9a3412;
}

.module.reading[b-o51twxfzli] {
    background: rgba(59, 130, 246, 0.14);
    border-color: rgba(59, 130, 246, 0.3);
    color: #1d4ed8;
}

.module.grammar[b-o51twxfzli] {
    background: rgba(168, 85, 247, 0.14);
    border-color: rgba(168, 85, 247, 0.3);
    color: #6b21a8;
}

.course-stats[b-o51twxfzli] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.4);
}

.course-actions[b-o51twxfzli] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon-action[b-o51twxfzli] {
    flex: 1;
    padding: 0.45rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #ffffff;
    color: #475569;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.btn-icon-action:hover[b-o51twxfzli] {
    background: #f1f5f9;
    color: #1e293b;
}

.btn-icon-action.danger:hover[b-o51twxfzli] {
    background: #fee2e2;
    color: #b91c1c;
    border-color: #fecaca;
}

.table-footer[b-o51twxfzli] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.25rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
}

.footer-meta[b-o51twxfzli] {
    font-weight: 700;
    color: var(--text-primary);
}

.empty-state[b-o51twxfzli] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.empty-state i[b-o51twxfzli] {
    font-size: 2.5rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .search-box input[b-o51twxfzli] {
        min-width: 100%;
    }

    .header-actions[b-o51twxfzli] {
        width: 100%;
    }

    .sort-box[b-o51twxfzli] {
        flex: 1;
        min-width: 0;
    }

    .courses-grid[b-o51twxfzli] {
        grid-template-columns: 1fr;
    }
}
/* _content/AptisWeb/Components/Pages/Admin/Tabs/DashboardTab.razor.rz.scp.css */
.dashboard-overview[b-2qtsruyavs] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stats-grid[b-2qtsruyavs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.stat-card[b-2qtsruyavs] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid var(--border-color);
}

.stat-icon[b-2qtsruyavs] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
}

.stat-icon.students[b-2qtsruyavs] {
    background: var(--primary-gradient);
}

.stat-icon.courses[b-2qtsruyavs] {
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
}

.stat-icon.active[b-2qtsruyavs] {
    background: var(--success-gradient);
}

.stat-icon.inactive[b-2qtsruyavs] {
    background: var(--danger-gradient);
}

.stat-info h3[b-2qtsruyavs] {
    margin: 0;
    font-size: 1.6rem;
    color: var(--text-primary);
}

.stat-info p[b-2qtsruyavs] {
    margin: 0.25rem 0 0 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.quick-actions[b-2qtsruyavs] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 1.5rem;
    border: 1px solid var(--border-color);
}

.quick-actions h2[b-2qtsruyavs] {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    color: var(--text-primary);
}

.action-buttons[b-2qtsruyavs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.875rem;
}

.action-btn[b-2qtsruyavs] {
    padding: 0.9rem 1rem;
    background: var(--primary-gradient);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.action-btn:hover[b-2qtsruyavs] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.recent-activity[b-2qtsruyavs] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 1.5rem;
    border: 1px solid var(--border-color);
}

.recent-activity h2[b-2qtsruyavs] {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    color: var(--text-primary);
}

.activity-list[b-2qtsruyavs] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.activity-item[b-2qtsruyavs] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    background: var(--bg-light);
}

.activity-icon[b-2qtsruyavs] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e2e8f0;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.activity-text[b-2qtsruyavs] {
    margin: 0;
    color: var(--text-primary);
    font-weight: 500;
}

.activity-time[b-2qtsruyavs] {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .stats-grid[b-2qtsruyavs] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-2qtsruyavs] {
        grid-template-columns: 1fr;
    }
}
/* _content/AptisWeb/Components/Pages/Admin/Tabs/QuestionsTab.razor.rz.scp.css */
.questions-section[b-bm5wwrhq9i] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
}
/* _content/AptisWeb/Components/Pages/Admin/Tabs/SettingsTab.razor.rz.scp.css */
.settings-section[b-msyo30th0n] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.settings-section h2[b-msyo30th0n] {
    margin: 0;
    font-size: 1.5rem;
    color: var(--text-primary);
}

.settings-grid[b-msyo30th0n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.settings-card[b-msyo30th0n] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}

.settings-header[b-msyo30th0n] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef2f7;
    color: var(--text-primary);
    font-weight: 600;
}

.settings-body[b-msyo30th0n] {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-group label[b-msyo30th0n] {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.35rem;
    display: block;
}

.form-control[b-msyo30th0n] {
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
}

.form-control:focus[b-msyo30th0n] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(122, 156, 241, 0.2);
}

.checkbox-label[b-msyo30th0n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.btn-primary[b-msyo30th0n],
.btn-secondary[b-msyo30th0n],
.btn-danger[b-msyo30th0n] {
    border: none;
    border-radius: var(--radius-md);
    padding: 0.6rem 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-primary[b-msyo30th0n] {
    background: var(--primary-gradient);
    color: #ffffff;
}

.btn-secondary[b-msyo30th0n] {
    background: #94a3b8;
    color: #ffffff;
}

.btn-danger[b-msyo30th0n] {
    background: var(--danger-gradient);
    color: #ffffff;
}

.btn-primary:hover[b-msyo30th0n],
.btn-secondary:hover[b-msyo30th0n],
.btn-danger:hover[b-msyo30th0n] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.maintenance-actions .btn-secondary[b-msyo30th0n],
.maintenance-actions .btn-danger[b-msyo30th0n] {
    justify-content: center;
}

.info-list[b-msyo30th0n] {
    display: grid;
    gap: 0.5rem;
}

.info-item[b-msyo30th0n] {
    display: flex;
    justify-content: space-between;
    color: var(--text-secondary);
    font-size: 0.92rem;
}

.info-label[b-msyo30th0n] {
    font-weight: 600;
    color: var(--text-primary);
}

@media (max-width: 768px) {
    .settings-grid[b-msyo30th0n] {
        grid-template-columns: 1fr;
    }
}
/* _content/AptisWeb/Components/Pages/Admin/Tabs/StudentsTab.razor.rz.scp.css */
.students-section[b-rbc95g3qx9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.section-header[b-rbc95g3qx9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.header-actions[b-rbc95g3qx9] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.section-header h2[b-rbc95g3qx9] {
    margin: 0;
    font-size: 1.5rem;
    color: var(--text-primary);
}

.search-box[b-rbc95g3qx9] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box i[b-rbc95g3qx9] {
    position: absolute;
    left: 12px;
    color: var(--text-secondary);
}

.search-box input[b-rbc95g3qx9] {
    padding: 0.6rem 0.9rem 0.6rem 2.25rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    font-size: 0.95rem;
    min-width: 240px;
}

.search-box input:focus[b-rbc95g3qx9] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(122, 156, 241, 0.2);
}

.table-container[b-rbc95g3qx9] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.data-table[b-rbc95g3qx9] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead th[b-rbc95g3qx9] {
    background: var(--primary-gradient);
    color: #ffffff;
    text-align: left;
    padding: 0.9rem 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.data-table tbody td[b-rbc95g3qx9] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #eef2f7;
    color: var(--text-primary);
    font-size: 0.92rem;
}

.data-table tbody tr:hover[b-rbc95g3qx9] {
    background: #f8fafc;
}

.badge-role[b-rbc95g3qx9] {
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-full);
    background: #e2e8f0;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 600;
}

.action-buttons-inline[b-rbc95g3qx9] {
    display: flex;
    gap: 0.4rem;
}

.btn-icon-sm[b-rbc95g3qx9] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #ffffff;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.btn-icon-sm:hover[b-rbc95g3qx9] {
    background: #f1f5f9;
    color: #1e293b;
}

.btn-icon-sm.danger:hover[b-rbc95g3qx9] {
    background: #fee2e2;
    color: #b91c1c;
    border-color: #fecaca;
}

.table-footer[b-rbc95g3qx9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.table-footer .btn-link[b-rbc95g3qx9] {
    background: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 600;
}

.empty-state[b-rbc95g3qx9] {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.empty-state i[b-rbc95g3qx9] {
    font-size: 2.5rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}

.btn-icon-sm.warning:hover[b-rbc95g3qx9] {
    background: #fef9c3;
    color: #854d0e;
    border-color: #fde68a;
}

.modal-overlay[b-rbc95g3qx9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: modal-fade-b-rbc95g3qx9 160ms ease-out;
}

.modal-content[b-rbc95g3qx9] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
    width: 90%;
    max-width: 480px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    animation: modal-rise-b-rbc95g3qx9 180ms ease-out;
}

.modal-header[b-rbc95g3qx9],
.modal-footer[b-rbc95g3qx9] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.modal-header h3[b-rbc95g3qx9] {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-close[b-rbc95g3qx9] {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    border-radius: 50%;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--transition-fast), color var(--transition-fast);
}

.btn-close:hover[b-rbc95g3qx9] {
    background: #f1f5f9;
    color: #0f172a;
}

.modal-footer[b-rbc95g3qx9] {
    border-bottom: none;
    border-top: 1px solid #eef2f7;
    justify-content: flex-end;
    background: #f8fafc;
}

.modal-body[b-rbc95g3qx9] {
    padding: 1.1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: var(--text-secondary);
}

.modal-body p[b-rbc95g3qx9] {
    margin: 0;
}

.required[b-rbc95g3qx9] {
    color: #ef4444;
}

.form-group[b-rbc95g3qx9] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-group label[b-rbc95g3qx9] {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 600;
}

.form-control[b-rbc95g3qx9] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    background: #f8fafc;
    color: #0f172a;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-control:focus[b-rbc95g3qx9] {
    outline: none;
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.25);
    background: #ffffff;
}

.btn-primary[b-rbc95g3qx9],
.btn-secondary[b-rbc95g3qx9],
.btn-danger[b-rbc95g3qx9] {
    border-radius: 10px;
    padding: 0.55rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.btn-primary[b-rbc95g3qx9] {
    background: var(--primary-gradient);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(30, 64, 175, 0.18);
}

.btn-primary:hover[b-rbc95g3qx9] {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(30, 64, 175, 0.25);
}

.btn-secondary[b-rbc95g3qx9] {
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #e2e8f0;
}

.btn-secondary:hover[b-rbc95g3qx9] {
    background: #f1f5f9;
}

.btn-danger[b-rbc95g3qx9] {
    background: #ef4444;
    color: #ffffff;
}

.btn-danger:hover[b-rbc95g3qx9] {
    background: #dc2626;
}

.btn-primary:disabled[b-rbc95g3qx9],
.btn-secondary:disabled[b-rbc95g3qx9],
.btn-danger:disabled[b-rbc95g3qx9] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.alert[b-rbc95g3qx9] {
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
}

.alert-danger[b-rbc95g3qx9] {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

@keyframes modal-fade-b-rbc95g3qx9 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modal-rise-b-rbc95g3qx9 {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 768px) {
    .section-header[b-rbc95g3qx9] {
        align-items: stretch;
    }

    .search-box input[b-rbc95g3qx9] {
        min-width: 100%;
    }

    .table-footer[b-rbc95g3qx9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
/* _content/AptisWeb/Components/Pages/AIGrading/AIGrading.razor.rz.scp.css */
.ai-grading-container[b-d0bhhcmcq4] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-tabs .nav-link[b-d0bhhcmcq4] {
    cursor: pointer;
}
/* _content/AptisWeb/Components/Pages/AIGrading/SpeakingGradingComponent.razor.rz.scp.css */
/* _content/AptisWeb/Components/Pages/AuditContent.razor.rz.scp.css */
/* _content/AptisWeb/Components/Pages/Error.razor.rz.scp.css */
.error-container[b-hmtwtybtf9] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-500) 100%);
}

.error-content[b-hmtwtybtf9] {
    background: var(--bg);
    border-radius: 1rem;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    text-align: center;
}

.error-icon[b-hmtwtybtf9] {
    font-size: 5rem;
    color: var(--danger);
    margin-bottom: 1.5rem;
    animation: pulse-b-hmtwtybtf9 2s infinite;
}

@keyframes pulse-b-hmtwtybtf9 {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.error-title[b-hmtwtybtf9] {
    color: var(--text-900);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.error-subtitle[b-hmtwtybtf9] {
    color: var(--text-700);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.error-details[b-hmtwtybtf9] {
    background: var(--surface-2);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.request-id[b-hmtwtybtf9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.request-id .label[b-hmtwtybtf9] {
    font-weight: 600;
    color: var(--text-700);
}

.request-id code[b-hmtwtybtf9] {
    background: var(--bg);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    color: var(--primary-600);
    font-size: 0.9rem;
    border: 1px solid var(--border);
}

.error-actions[b-hmtwtybtf9] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.error-actions .btn[b-hmtwtybtf9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.error-actions .btn:hover[b-hmtwtybtf9] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.dev-info[b-hmtwtybtf9] {
    text-align: left;
    border-left: 4px solid var(--warning);
}

.dev-info h5[b-hmtwtybtf9] {
    color: #92400e;
    margin-bottom: 1rem;
}

.error-message pre[b-hmtwtybtf9],
.stack-trace[b-hmtwtybtf9] {
    background: var(--surface-2);
    padding: 1rem;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    overflow-x: auto;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.support-info[b-hmtwtybtf9] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.support-info p[b-hmtwtybtf9] {
    margin: 0;
    font-size: 0.9rem;
}

details summary[b-hmtwtybtf9] {
    cursor: pointer;
    color: var(--primary-600);
    font-weight: 500;
    padding: 0.5rem 0;
}

details summary:hover[b-hmtwtybtf9] {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 576px) {
    .error-content[b-hmtwtybtf9] {
        padding: 2rem 1.5rem;
    }

    .error-icon[b-hmtwtybtf9] {
        font-size: 3.5rem;
    }

    .error-title[b-hmtwtybtf9] {
        font-size: 1.5rem;
    }

    .error-actions[b-hmtwtybtf9] {
        flex-direction: column;
    }

    .error-actions .btn[b-hmtwtybtf9] {
        width: 100%;
    }
}
/* _content/AptisWeb/Components/Pages/Login/AdminLogin.razor.rz.scp.css */
.admin-login-container[b-jwpv32rfb1] {
    --admin-primary: #2f5eff;
    --admin-ink: #1f2430;
    --admin-muted: #5a6472;
    --admin-card: rgba(255, 255, 255, 0.92);
    font-family: "Outfit", "Segoe UI", Tahoma, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background:
        radial-gradient(1200px 600px at 15% -10%, rgba(255, 214, 165, 0.35), transparent 60%),
        radial-gradient(900px 500px at 85% 0%, rgba(162, 203, 255, 0.35), transparent 55%),
        linear-gradient(145deg, #f3f4f7 0%, #eef1f5 45%, #f7f2ee 100%);
    padding: 32px 18px;
}

.admin-login-wrapper[b-jwpv32rfb1] {
    width: 100%;
    max-width: 560px;
    display: flex;
    align-items: center;
}

.admin-login-card[b-jwpv32rfb1] {
    width: 100%;
    background: var(--admin-card);
    border-radius: 24px;
    padding: 38px 40px;
    box-shadow: 0 30px 80px rgba(20, 24, 38, 0.16);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(60, 60, 80, 0.08);
    animation: adminCardRise-b-jwpv32rfb1 0.6s ease;
}

@keyframes adminCardRise-b-jwpv32rfb1 {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-login-header[b-jwpv32rfb1] {
    text-align: left;
    margin-bottom: 26px;
}

.admin-login-header img[b-jwpv32rfb1] {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.admin-login-header h2[b-jwpv32rfb1] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--admin-ink);
    margin: 8px 0 6px;
}

.admin-login-header p[b-jwpv32rfb1] {
    margin: 0;
    color: var(--admin-muted);
    font-size: 0.95rem;
}

.login-form .form-group[b-jwpv32rfb1] {
    margin-bottom: 18px;
}

.login-form label[b-jwpv32rfb1] {
    display: block;
    font-weight: 600;
    color: #2a2f3a;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.login-form .form-control[b-jwpv32rfb1] {
    width: 100%;
    background: #f6f7fb;
    border: 1px solid #d9dee8;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.98rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.login-form .form-control:focus[b-jwpv32rfb1] {
    outline: none;
    border-color: var(--admin-primary);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(47, 94, 255, 0.12);
}

.login-form .form-control:disabled[b-jwpv32rfb1] {
    opacity: 0.65;
    cursor: not-allowed;
}

.login-form .btn[b-jwpv32rfb1] {
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.login-form .btn:hover:not(:disabled)[b-jwpv32rfb1] {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(23, 29, 44, 0.18);
}

.login-form .btn:disabled[b-jwpv32rfb1] {
    opacity: 0.75;
    cursor: not-allowed;
}

.login-form .alert[b-jwpv32rfb1] {
    border-radius: 12px;
    border: 1px solid rgba(220, 53, 69, 0.35);
    background: rgba(220, 53, 69, 0.08);
    color: #b21f2d;
    font-size: 0.92rem;
}

.login-form .text-muted[b-jwpv32rfb1] {
    color: #6c7685;
}

.login-form small[b-jwpv32rfb1] {
    font-size: 0.88rem;
}

@media (max-width: 600px) {
    .admin-login-card[b-jwpv32rfb1] {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .admin-login-header h2[b-jwpv32rfb1] {
        font-size: 1.65rem;
    }
}
/* _content/AptisWeb/Components/Pages/Login/Login.razor.rz.scp.css */
.login-container[b-14r8rsgwug] {
    min-height: 100vh;
    background: linear-gradient(160deg, #e8f1ff 0%, #f5f8ff 45%, #eef5ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
}

.login-shell[b-14r8rsgwug] {
    width: 100%;
    max-width: 1080px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.welcome-panel[b-14r8rsgwug] {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 36px;
    background: linear-gradient(160deg, #0f766e 0%, #0b5f5b 50%, #094043 100%);
    color: #e9f8f6;
    box-shadow: 0 30px 60px rgba(5, 30, 32, 0.35);
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 520px;
}

.welcome-panel[b-14r8rsgwug]::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    top: -90px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.welcome-badge[b-14r8rsgwug] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    width: fit-content;
}

.welcome-title[b-14r8rsgwug] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.welcome-subtitle[b-14r8rsgwug] {
    margin: 0;
    color: rgba(233, 248, 246, 0.92);
    font-size: 1rem;
    line-height: 1.6;
}

.welcome-feature-list[b-14r8rsgwug] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
}

.welcome-feature[b-14r8rsgwug] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.feature-icon[b-14r8rsgwug] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #dafaf5;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.feature-title[b-14r8rsgwug] {
    font-weight: 600;
    margin-bottom: 4px;
    color: #f2fffd;
}

.feature-text[b-14r8rsgwug] {
    font-size: 0.92rem;
    color: rgba(233, 248, 246, 0.85);
}

.welcome-footer[b-14r8rsgwug] {
    margin-top: auto;
}

.welcome-pill[b-14r8rsgwug] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 600;
    color: #f4fffd;
}

.login-panel[b-14r8rsgwug] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.login-logo[b-14r8rsgwug] {
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.login-logo img[b-14r8rsgwug] {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.logo-text[b-14r8rsgwug] {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.logo-subtitle[b-14r8rsgwug] {
    font-size: 0.85rem;
    color: #64748b;
}

.login-card[b-14r8rsgwug] {
    background: white;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
    padding: 36px;
    animation: slideUp-b-14r8rsgwug 0.5s ease;
}

@keyframes slideUp-b-14r8rsgwug {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-14r8rsgwug] {
    text-align: left;
    margin-bottom: 24px;
}

.login-header h2[b-14r8rsgwug] {
    color: #0f172a;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-header p[b-14r8rsgwug] {
    color: #64748b;
    font-size: 0.95rem;
}

.form-group[b-14r8rsgwug] {
    margin-bottom: 20px;
}

.form-group label[b-14r8rsgwug] {
    display: block;
    margin-bottom: 8px;
    color: #1f2937;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-group label i[b-14r8rsgwug] {
    margin-right: 5px;
    color: #0f766e;
}

.form-control[b-14r8rsgwug] {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.form-control:focus[b-14r8rsgwug] {
    outline: none;
    border-color: #0f766e;
    background: white;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.form-control:disabled[b-14r8rsgwug] {
    opacity: 0.6;
    cursor: not-allowed;
}

.password-wrapper[b-14r8rsgwug] {
    position: relative;
}

.password-toggle[b-14r8rsgwug] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.password-toggle:hover[b-14r8rsgwug] {
    color: #0f766e;
}

.form-options[b-14r8rsgwug] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-check[b-14r8rsgwug] {
    display: flex;
    align-items: center;
}

.form-check-input[b-14r8rsgwug] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

.form-check-label[b-14r8rsgwug] {
    color: #475569;
    font-size: 0.9rem;
    cursor: pointer;
    user-select: none;
}

.forgot-link[b-14r8rsgwug] {
    color: #0f766e;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-link:hover[b-14r8rsgwug] {
    color: #1d4ed8;
    text-decoration: underline;
}

.btn-login[b-14r8rsgwug] {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #0f766e 0%, #0b5f5b 100%);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-login:hover:not(:disabled)[b-14r8rsgwug] {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(15, 118, 110, 0.3);
}

.btn-login:disabled[b-14r8rsgwug] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border-sm[b-14r8rsgwug] {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.social-login[b-14r8rsgwug] {
    margin-top: 24px;
}

.register-link[b-14r8rsgwug] {
    text-align: center;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.95rem;
}

.register-link a[b-14r8rsgwug] {
    color: #0f766e;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.register-link a:hover[b-14r8rsgwug] {
    color: #1d4ed8;
    text-decoration: underline;
}

.alert[b-14r8rsgwug] {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: slideDown-b-14r8rsgwug 0.3s ease;
}

@keyframes slideDown-b-14r8rsgwug {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-danger[b-14r8rsgwug] {
    background: #fee;
    border: 1px solid #fcc;
    color: #c00;
}

.alert i[b-14r8rsgwug] {
    margin-right: 10px;
}

.btn-close[b-14r8rsgwug] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: inherit;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.btn-close:hover[b-14r8rsgwug] {
    opacity: 1;
}

.text-danger[b-14r8rsgwug] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
}

@media (max-width: 980px) {
    .login-shell[b-14r8rsgwug] {
        grid-template-columns: 1fr;
    }

    .welcome-panel[b-14r8rsgwug] {
        min-height: auto;
        order: 2;
    }

    .login-panel[b-14r8rsgwug] {
        order: 1;
    }
}

@media (max-width: 600px) {
    .login-card[b-14r8rsgwug] {
        padding: 28px 22px;
    }

    .welcome-panel[b-14r8rsgwug] {
        padding: 28px;
    }

    .form-options[b-14r8rsgwug] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/* _content/AptisWeb/Components/Pages/Login/Register.razor.rz.scp.css */
.login-container[b-1samugaevu] {
    min-height: 100vh;
    background: linear-gradient(160deg, #e8f1ff 0%, #f5f8ff 45%, #eef5ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
}

.login-shell[b-1samugaevu] {
    width: 100%;
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.welcome-panel[b-1samugaevu] {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 36px;
    background: linear-gradient(160deg, #0f766e 0%, #0b5f5b 50%, #094043 100%);
    color: #e9f8f6;
    box-shadow: 0 30px 60px rgba(5, 30, 32, 0.35);
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 560px;
}

.welcome-panel[b-1samugaevu]::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    top: -90px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.welcome-badge[b-1samugaevu] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    width: fit-content;
}

.welcome-title[b-1samugaevu] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.welcome-subtitle[b-1samugaevu] {
    margin: 0;
    color: rgba(233, 248, 246, 0.92);
    font-size: 1rem;
    line-height: 1.6;
}

.welcome-feature-list[b-1samugaevu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
}

.welcome-feature[b-1samugaevu] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.feature-icon[b-1samugaevu] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #dafaf5;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.feature-title[b-1samugaevu] {
    font-weight: 600;
    margin-bottom: 4px;
    color: #f2fffd;
}

.feature-text[b-1samugaevu] {
    font-size: 0.92rem;
    color: rgba(233, 248, 246, 0.85);
}

.welcome-footer[b-1samugaevu] {
    margin-top: auto;
}

.welcome-pill[b-1samugaevu] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 600;
    color: #f4fffd;
}

.login-panel[b-1samugaevu] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.login-logo[b-1samugaevu] {
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.login-logo img[b-1samugaevu] {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.logo-text[b-1samugaevu] {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.logo-subtitle[b-1samugaevu] {
    font-size: 0.85rem;
    color: #64748b;
}

.login-card[b-1samugaevu] {
    background: white;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
    padding: 36px;
    animation: slideUp-b-1samugaevu 0.5s ease;
}

@keyframes slideUp-b-1samugaevu {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-1samugaevu] {
    text-align: left;
    margin-bottom: 24px;
}

.login-header h2[b-1samugaevu] {
    color: #0f172a;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-header p[b-1samugaevu] {
    color: #64748b;
    font-size: 0.95rem;
}

.form-group[b-1samugaevu] {
    margin-bottom: 20px;
}

.form-group label[b-1samugaevu] {
    display: block;
    margin-bottom: 8px;
    color: #1f2937;
    font-weight: 500;
    font-size: 0.9rem;
}

.required[b-1samugaevu] {
    color: #dc3545;
    margin-left: 2px;
}

.form-control[b-1samugaevu] {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.form-control:focus[b-1samugaevu] {
    outline: none;
    border-color: #0f766e;
    background: white;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.form-control:disabled[b-1samugaevu] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-check[b-1samugaevu] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.form-check-input[b-1samugaevu] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    cursor: pointer;
}

.form-check-label[b-1samugaevu] {
    color: #475569;
    font-size: 0.9rem;
    cursor: pointer;
    user-select: none;
}

.form-check-label a[b-1samugaevu] {
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
}

.form-check-label a:hover[b-1samugaevu] {
    color: #1d4ed8;
    text-decoration: underline;
}

.btn-login[b-1samugaevu] {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #0f766e 0%, #0b5f5b 100%);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-login:hover:not(:disabled)[b-1samugaevu] {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(15, 118, 110, 0.3);
}

.btn-login:disabled[b-1samugaevu] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border-sm[b-1samugaevu] {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.register-link[b-1samugaevu] {
    text-align: center;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.95rem;
}

.register-link a[b-1samugaevu] {
    color: #0f766e;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.register-link a:hover[b-1samugaevu] {
    color: #1d4ed8;
    text-decoration: underline;
}

.alert[b-1samugaevu] {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: slideDown-b-1samugaevu 0.3s ease;
}

@keyframes slideDown-b-1samugaevu {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-danger[b-1samugaevu] {
    background: #fee;
    border: 1px solid #fcc;
    color: #c00;
}

.text-danger[b-1samugaevu] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
}

@media (max-width: 980px) {
    .login-shell[b-1samugaevu] {
        grid-template-columns: 1fr;
    }

    .welcome-panel[b-1samugaevu] {
        min-height: auto;
        order: 2;
    }

    .login-panel[b-1samugaevu] {
        order: 1;
    }
}

@media (max-width: 600px) {
    .login-card[b-1samugaevu] {
        padding: 28px 22px;
    }

    .welcome-panel[b-1samugaevu] {
        padding: 28px;
    }
}
/* _content/AptisWeb/Components/Pages/Student/Home/ArticleDetail.razor.rz.scp.css */
:root[b-hvaz45xuqe] {
    --speaking-color: #2563eb;
    --writing-color: #0ea5e9;
    --reading-color: #7c3aed;
    --listening-color: #f97316;
    --page-bg: #f6f7fb;
    --card-bg: #ffffff;
    --text-strong: #1f2937;
    --text-muted: #6b7280;
    --border-soft: #e5e7eb;
}

.exam-detail-container[b-hvaz45xuqe] {
    max-width: 1100px;
    margin: 24px auto 60px;
    padding: 0 16px;
    font-family: "Noto Serif", "Times New Roman", serif;
}

.page-header[b-hvaz45xuqe] {
    background: linear-gradient(120deg, #0f766e, #115e59);
    color: #f8fafc;
    border-radius: 18px;
    padding: 24px 28px 20px;
    margin-bottom: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.header-content[b-hvaz45xuqe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}

.page-title[b-hvaz45xuqe] {
    font-size: 2rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 6px;
}

.page-subtitle[b-hvaz45xuqe] {
    font-size: 1.05rem;
    color: rgba(248, 250, 252, 0.85);
    max-width: 640px;
    margin: 0;
}

.header-actions[b-hvaz45xuqe] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.back-btn[b-hvaz45xuqe] {
    border: 1px solid rgba(248, 250, 252, 0.35);
    background: rgba(248, 250, 252, 0.12);
    color: #f8fafc;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 10px 16px;
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.back-btn i[b-hvaz45xuqe] {
    margin-right: 6px;
}

.back-btn:hover[b-hvaz45xuqe],
.back-btn:focus[b-hvaz45xuqe],
.back-btn:active[b-hvaz45xuqe] {
    background: rgba(248, 250, 252, 0.22);
    border-color: rgba(248, 250, 252, 0.55);
    color: #f8fafc;
    transform: translateY(-1px);
    box-shadow: none;
    outline: none;
}

.back-btn:focus-visible[b-hvaz45xuqe] {
    outline: 2px solid rgba(248, 250, 252, 0.75);
    outline-offset: 2px;
}

.user-info-bar[b-hvaz45xuqe] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.user-badge[b-hvaz45xuqe],
.role-badge[b-hvaz45xuqe],
.date-badge[b-hvaz45xuqe] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(248, 250, 252, 0.12);
    color: #f8fafc;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.9rem;
}

.modules-container[b-hvaz45xuqe] {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.section-card[b-hvaz45xuqe] {
    border-radius: 18px;
    overflow: hidden;
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.card-header[b-hvaz45xuqe] {
    padding: 18px 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-speaking[b-hvaz45xuqe] {
    background: linear-gradient(135deg, var(--speaking-color) 0%, #3b82f6 100%);
}

.header-writing[b-hvaz45xuqe] {
    background: linear-gradient(135deg, var(--writing-color) 0%, #38bdf8 100%);
}

.header-reading[b-hvaz45xuqe] {
    background: linear-gradient(135deg, var(--reading-color) 0%, #a855f7 100%);
}

.header-listening[b-hvaz45xuqe] {
    background: linear-gradient(135deg, var(--listening-color) 0%, #fb923c 100%);
}

.section-title[b-hvaz45xuqe] {
    color: #f8fafc;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.section-icon[b-hvaz45xuqe] {
    margin-right: 12px;
    font-size: 1.6rem;
}

.section-count[b-hvaz45xuqe] {
    background: rgba(248, 250, 252, 0.18);
    color: #f8fafc;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
}

.card-body[b-hvaz45xuqe] {
    padding: 24px;
    background: var(--card-bg);
}

.part-section[b-hvaz45xuqe] {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.4rem;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: #f9fafb;
}

.module-listening .part-section[b-hvaz45xuqe] {
    border-left: 4px solid var(--listening-color);
}

.module-reading .part-section[b-hvaz45xuqe] {
    border-left: 4px solid var(--reading-color);
}

.module-speaking .part-section[b-hvaz45xuqe] {
    border-left: 4px solid var(--speaking-color);
}

.module-writing .part-section[b-hvaz45xuqe] {
    border-left: 4px solid var(--writing-color);
}

.part-title[b-hvaz45xuqe] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: var(--text-strong);
    display: flex;
    align-items: center;
    gap: 10px;
}

.topic-section[b-hvaz45xuqe] {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid var(--border-soft);
}

.topic-label[b-hvaz45xuqe] {
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
    margin-bottom: 8px;
    display: block;
}

.topic-content[b-hvaz45xuqe] {
    color: var(--text-strong);
    line-height: 1.6;
}

.solution-header[b-hvaz45xuqe] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.solution-title[b-hvaz45xuqe] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.solution-divider[b-hvaz45xuqe] {
    flex: 1;
    height: 2px;
    background: #e9ecef;
    margin-left: 15px;
}

.solution-list[b-hvaz45xuqe] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-item[b-hvaz45xuqe] {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #495057;
    line-height: 1.6;
}

.solution-item[b-hvaz45xuqe]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.speaking-item[b-hvaz45xuqe]:before {
    background: var(--speaking-color);
    box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.2);
}

.writing-item[b-hvaz45xuqe]:before {
    background: var(--writing-color);
    box-shadow: 0 0 0 2px rgba(58, 134, 255, 0.2);
}

.reading-item[b-hvaz45xuqe]:before {
    background: var(--reading-color);
    box-shadow: 0 0 0 2px rgba(114, 9, 183, 0.2);
}

.listening-item[b-hvaz45xuqe]:before {
    background: var(--listening-color);
    box-shadow: 0 0 0 2px rgba(247, 37, 133, 0.2);
}

.solution-note[b-hvaz45xuqe] {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    border-radius: 0 8px 8px 0;
    color: #856404;
    margin: 20px 0;
    font-style: italic;
}

.solution-text[b-hvaz45xuqe] {
    color: #495057;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .exam-detail-container[b-hvaz45xuqe] {
        padding: 0 12px;
    }

    .header-content[b-hvaz45xuqe] {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-title[b-hvaz45xuqe] {
        font-size: 1.6rem;
    }

    .card-header[b-hvaz45xuqe] {
        padding: 14px 18px;
    }

    .card-body[b-hvaz45xuqe] {
        padding: 18px;
    }

    .section-title[b-hvaz45xuqe] {
        font-size: 1.2rem;
    }

    .section-icon[b-hvaz45xuqe] {
        font-size: 1.3rem;
    }
}

.test-link[b-hvaz45xuqe], .audio-link[b-hvaz45xuqe] {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.test-link:hover[b-hvaz45xuqe], .audio-link:hover[b-hvaz45xuqe] {
    background: var(--primary-dark);
}

.topic-image[b-hvaz45xuqe] {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.additional-content[b-hvaz45xuqe] {
    padding: 0.5rem;
    margin: 0.5rem 0;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.writing-image[b-hvaz45xuqe] {
    text-align: center;
    margin: 1.5rem 0;
}

.speaking-topics[b-hvaz45xuqe] {
    display: grid;
    gap: 10px;
}

.speaking-topics .topic-item[b-hvaz45xuqe] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px dashed var(--border-soft);
}

.speaking-topics .topic-number[b-hvaz45xuqe] {
    font-weight: 600;
    color: var(--text-muted);
}

.speaking-topics .topic-text[b-hvaz45xuqe] {
    color: var(--text-strong);
}

/* _content/AptisWeb/Components/Pages/Student/ViewResult.razor.rz.scp.css */
/* Result View Page Styles */

.result-view-loading[b-qyv72c9ze4],
.result-view-error[b-qyv72c9ze4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    padding: 2rem;
}

.loading-spinner[b-qyv72c9ze4] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0066cc;
    border-radius: 50%;
    animation: spin-b-qyv72c9ze4 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-qyv72c9ze4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Main Result View Container */
.result-view[b-qyv72c9ze4] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Header Section */
.result-header[b-qyv72c9ze4] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-back[b-qyv72c9ze4] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.btn-back:hover[b-qyv72c9ze4] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-4px);
}

.result-header-content h1[b-qyv72c9ze4] {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.result-meta[b-qyv72c9ze4] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.meta-item[b-qyv72c9ze4] {
    font-size: 0.95rem;
}

.result-score-badge[b-qyv72c9ze4] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: #667eea;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.score-label[b-qyv72c9ze4] {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.score-value[b-qyv72c9ze4] {
    font-size: 2rem;
    font-weight: 700;
}

/* Review Status Badge */
.review-status-badge[b-qyv72c9ze4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.review-status-badge.reviewed[b-qyv72c9ze4] {
    background: rgba(40, 167, 69, 0.2);
    border: 1px solid rgba(40, 167, 69, 0.4);
}

.review-status-badge.pending[b-qyv72c9ze4] {
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.4);
}

.review-status-badge.ai-only[b-qyv72c9ze4] {
    background: rgba(23, 162, 184, 0.2);
    border: 1px solid rgba(23, 162, 184, 0.4);
}

.badge-icon[b-qyv72c9ze4] {
    font-size: 1.1rem;
}

.badge-detail[b-qyv72c9ze4] {
    margin-left: 0.5rem;
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Section Styles */
.section[b-qyv72c9ze4] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e8e8;
}

.section-header[b-qyv72c9ze4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.section-header h2[b-qyv72c9ze4] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #2c3e50;
}

.section-header.collapsible[b-qyv72c9ze4] {
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.section-header.collapsible:hover[b-qyv72c9ze4] {
    background: #f8f9fa;
    margin: -0.5rem -1rem 1.5rem -1rem;
    padding: 0.5rem 1rem 1.5rem 1rem;
    border-radius: 8px;
}

.toggle-icon[b-qyv72c9ze4] {
    font-size: 1.2rem;
    color: #6c757d;
    transition: transform 0.3s ease;
}

/* Teacher Overall Feedback */
.teacher-overall[b-qyv72c9ze4] {
    border-left: 4px solid #28a745;
    background: linear-gradient(to right, #f0fdf4, white);
}

.teacher-score-pill[b-qyv72c9ze4] {
    background: #28a745;
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    font-size: 1.25rem;
    font-weight: 600;
}

.feedback-content[b-qyv72c9ze4] {
    margin-bottom: 1.5rem;
}

.feedback-content h3[b-qyv72c9ze4] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
}

.feedback-content p[b-qyv72c9ze4] {
    line-height: 1.7;
    color: #212529;
    white-space: pre-wrap;
}

.review-meta[b-qyv72c9ze4] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

/* Questions Section */
.questions-section[b-qyv72c9ze4] {
    background: #fafbfc;
}

.question-count[b-qyv72c9ze4] {
    font-size: 0.9rem;
    color: #6c757d;
}

.question-card[b-qyv72c9ze4] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.3s ease;
}

.question-card:hover[b-qyv72c9ze4] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.question-card:last-child[b-qyv72c9ze4] {
    margin-bottom: 0;
}

.question-header[b-qyv72c9ze4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.question-label[b-qyv72c9ze4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.question-label span:first-child[b-qyv72c9ze4] {
    font-weight: 600;
    color: #495057;
}

.question-type-badge[b-qyv72c9ze4] {
    display: inline-block;
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.question-scores[b-qyv72c9ze4] {
    display: flex;
    gap: 0.75rem;
}

.score[b-qyv72c9ze4] {
    padding: 0.4rem 0.9rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

.teacher-score[b-qyv72c9ze4] {
    background: #d4edda;
    color: #155724;
}

.ai-score[b-qyv72c9ze4] {
    background: #d1ecf1;
    color: #0c5460;
}

.question-text[b-qyv72c9ze4],
.student-answer[b-qyv72c9ze4] {
    margin-bottom: 1rem;
}

.question-text strong[b-qyv72c9ze4],
.student-answer strong[b-qyv72c9ze4] {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.question-text p[b-qyv72c9ze4],
.student-answer p[b-qyv72c9ze4] {
    color: #212529;
    line-height: 1.6;
    white-space: pre-wrap;
}

.recording-player[b-qyv72c9ze4] {
    margin: 1rem 0;
}

.recording-player audio[b-qyv72c9ze4] {
    width: 100%;
    max-width: 400px;
}

/* Feedback Styles */
.feedback[b-qyv72c9ze4] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid;
}

.feedback.teacher-feedback[b-qyv72c9ze4] {
    background: #f0fdf4;
    border-left-color: #28a745;
}

.feedback.ai-feedback[b-qyv72c9ze4] {
    background: #f0f7ff;
    border-left-color: #0066cc;
}

.feedback-label[b-qyv72c9ze4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #495057;
}

.feedback-label .icon[b-qyv72c9ze4] {
    font-size: 1.2rem;
}

.feedback p[b-qyv72c9ze4] {
    line-height: 1.6;
    color: #212529;
    margin: 0;
    white-space: pre-wrap;
}

/* AI Analysis Section */
.ai-analysis[b-qyv72c9ze4] {
    background: linear-gradient(to right, #f8f9fa, white);
    border-left: 4px solid #17a2b8;
}

.ai-analysis-content[b-qyv72c9ze4] {
    padding-top: 0.5rem;
}

.ai-score[b-qyv72c9ze4],
.cefr-level[b-qyv72c9ze4] {
    padding: 1rem;
    background: #e7f3ff;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.ai-list[b-qyv72c9ze4] {
    margin-bottom: 1.5rem;
}

.ai-list h3[b-qyv72c9ze4] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #495057;
}

.ai-list ul[b-qyv72c9ze4] {
    margin: 0;
    padding-left: 1.5rem;
}

.ai-list li[b-qyv72c9ze4] {
    line-height: 1.7;
    margin-bottom: 0.5rem;
    color: #212529;
}

.ai-list.strengths li[b-qyv72c9ze4]::marker {
    color: #28a745;
}

.ai-list.weaknesses li[b-qyv72c9ze4]::marker {
    color: #dc3545;
}

.ai-list.suggestions li[b-qyv72c9ze4]::marker {
    color: #ffc107;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .result-view[b-qyv72c9ze4] {
        padding: 1rem 0.5rem;
    }

    .result-header[b-qyv72c9ze4] {
        padding: 1.5rem;
    }

    .result-header-content h1[b-qyv72c9ze4] {
        font-size: 1.4rem;
    }

    .result-meta[b-qyv72c9ze4] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .section[b-qyv72c9ze4] {
        padding: 1.5rem;
    }

    .section-header[b-qyv72c9ze4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .question-header[b-qyv72c9ze4] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .question-scores[b-qyv72c9ze4] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* _content/AptisWeb/Components/Pages/Teacher/Tabs/TeacherClassesTab.razor.rz.scp.css */
.teacher-classes[b-c535au28w2] {
    --tc-bg: #f5f7fb;
    --tc-surface: #ffffff;
    --tc-ink: #0f172a;
    --tc-muted: #64748b;
    --tc-border: rgba(148, 163, 184, 0.35);
    --tc-accent: #0ea5e9;
    --tc-accent-strong: #0284c7;
    --tc-accent-2: #22c55e;
    --tc-warn: #ef4444;
    --tc-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    --tc-radius: 18px;

    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border-radius: 24px;
    background:
        radial-gradient(900px 380px at 95% -10%, rgba(34, 197, 94, 0.14), transparent 55%),
        radial-gradient(1200px 420px at 10% -20%, rgba(14, 165, 233, 0.16), transparent 60%),
        var(--tc-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.teacher-classes h2[b-c535au28w2],
.teacher-classes h3[b-c535au28w2],
.teacher-classes h4[b-c535au28w2],
.teacher-classes h5[b-c535au28w2] {
    color: var(--tc-ink);
    letter-spacing: -0.01em;
}

.classes-header[b-c535au28w2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: var(--tc-surface);
    border: 1px solid var(--tc-border);
    box-shadow: var(--tc-shadow);
}

.classes-header h2[b-c535au28w2] {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 700;
}

.classes-header p[b-c535au28w2] {
    margin: 6px 0 0;
    color: var(--tc-muted);
    font-size: 0.95rem;
}

.classes-status[b-c535au28w2] {
    padding: 16px;
    border-radius: 14px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px dashed rgba(148, 163, 184, 0.35);
    color: var(--tc-muted);
}

.classes-status.error[b-c535au28w2] {
    color: #b91c1c;
    background: #fee2e2;
    border-color: rgba(239, 68, 68, 0.35);
}

.class-list[b-c535au28w2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.class-card[b-c535au28w2] {
    position: relative;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 14px 16px;
    text-align: left;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), #ffffff);
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    animation: card-rise-b-c535au28w2 240ms ease-out both;
}

.class-card[b-c535au28w2]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(135deg, var(--tc-accent), var(--tc-accent-2));
    opacity: 0.85;
}

.class-card:hover[b-c535au28w2] {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.14);
    border-color: rgba(14, 165, 233, 0.35);
}

.class-card.active[b-c535au28w2] {
    border-color: rgba(14, 165, 233, 0.55);
    box-shadow: 0 18px 32px rgba(14, 165, 233, 0.2);
    transform: translateY(-2px);
}

.class-card:nth-child(1)[b-c535au28w2] { animation-delay: 40ms; }
.class-card:nth-child(2)[b-c535au28w2] { animation-delay: 80ms; }
.class-card:nth-child(3)[b-c535au28w2] { animation-delay: 120ms; }
.class-card:nth-child(4)[b-c535au28w2] { animation-delay: 160ms; }
.class-card:nth-child(5)[b-c535au28w2] { animation-delay: 200ms; }
.class-card:nth-child(6)[b-c535au28w2] { animation-delay: 240ms; }

.class-title[b-c535au28w2] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--tc-ink);
}

.class-meta[b-c535au28w2] {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: var(--tc-muted);
    margin-top: 6px;
    flex-wrap: wrap;
}

.class-meta span[b-c535au28w2] {
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.1);
    color: #0f172a;
    font-weight: 600;
}

.class-detail[b-c535au28w2] {
    border: 1px solid var(--tc-border);
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), #ffffff);
    box-shadow: var(--tc-shadow);
    animation: panel-rise-b-c535au28w2 240ms ease-out both;
}

.detail-header[b-c535au28w2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.detail-header h3[b-c535au28w2] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.detail-meta[b-c535au28w2] {
    color: var(--tc-muted);
    font-size: 0.9rem;
    margin-top: 4px;
}

.detail-actions[b-c535au28w2] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-grid[b-c535au28w2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 18px;
}

.detail-card[b-c535au28w2] {
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(255, 255, 255, 0.95));
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    animation: card-rise-b-c535au28w2 260ms ease-out both;
}

.detail-card h4[b-c535au28w2] {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 700;
}

.detail-card h5[b-c535au28w2] {
    margin: 0 0 6px;
    font-size: 0.95rem;
    font-weight: 700;
}

.detail-empty[b-c535au28w2] {
    color: var(--tc-muted);
    font-size: 13px;
}

.student-list[b-c535au28w2],
.schedule-list[b-c535au28w2] {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.student-list li[b-c535au28w2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.schedule-list li[b-c535au28w2] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.schedule-list li a[b-c535au28w2] {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: var(--tc-accent-strong);
    text-decoration: none;
    font-weight: 600;
}

.schedule-list li a:hover[b-c535au28w2] {
    text-decoration: underline;
}

.assign-students[b-c535au28w2] {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px dashed rgba(148, 163, 184, 0.35);
}

.student-options[b-c535au28w2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.student-option[b-c535au28w2] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #ffffff;
}

.student-option input[b-c535au28w2] {
    accent-color: var(--tc-accent);
}

.schedule-form[b-c535au28w2] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-row[b-c535au28w2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    align-items: end;
}

.form-row label[b-c535au28w2],
.form-col label[b-c535au28w2],
.repeat-days label[b-c535au28w2],
.form-group label[b-c535au28w2] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.65);
    font-weight: 700;
}

.form-col[b-c535au28w2] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.repeat-days[b-c535au28w2] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.repeat-options[b-c535au28w2] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.repeat-options label[b-c535au28w2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    font-size: 0.85rem;
}

.repeat-options input[b-c535au28w2] {
    accent-color: var(--tc-accent);
}

.repeat-weeks[b-c535au28w2] {
    max-width: 160px;
}

.schedule-time[b-c535au28w2] {
    font-weight: 700;
    color: var(--tc-ink);
}

.schedule-note[b-c535au28w2] {
    font-size: 12px;
    color: var(--tc-muted);
}

.teacher-classes input[b-c535au28w2],
.teacher-classes select[b-c535au28w2],
.teacher-classes textarea[b-c535au28w2] {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 12px;
    padding: 0.55rem 0.7rem;
    background: #ffffff;
    font-size: 0.95rem;
    color: var(--tc-ink);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.teacher-classes input:focus[b-c535au28w2],
.teacher-classes select:focus[b-c535au28w2],
.teacher-classes textarea:focus[b-c535au28w2] {
    outline: none;
    border-color: rgba(14, 165, 233, 0.85);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.btn-primary[b-c535au28w2],
.btn-secondary[b-c535au28w2] {
    border-radius: 12px;
    padding: 0.55rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn-primary[b-c535au28w2] {
    background: linear-gradient(135deg, var(--tc-accent), var(--tc-accent-2));
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(14, 165, 233, 0.2);
}

.btn-primary:hover[b-c535au28w2] {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(14, 165, 233, 0.28);
}

.btn-secondary[b-c535au28w2] {
    background: #ffffff;
    color: #1f2937;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.btn-secondary:hover[b-c535au28w2] {
    background: #f1f5f9;
}

.btn-primary:disabled[b-c535au28w2],
.btn-secondary:disabled[b-c535au28w2] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-link[b-c535au28w2] {
    border: none;
    background: transparent;
    color: var(--tc-accent-strong);
    font-weight: 600;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 8px;
    transition: background 160ms ease, color 160ms ease;
}

.btn-link:hover[b-c535au28w2] {
    background: rgba(14, 165, 233, 0.12);
}

.btn-link.danger[b-c535au28w2] {
    color: var(--tc-warn);
}

.btn-link.danger:hover[b-c535au28w2] {
    background: rgba(239, 68, 68, 0.12);
}

.btn-close[b-c535au28w2] {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    border-radius: 50%;
    color: var(--tc-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease;
}

.btn-close:hover[b-c535au28w2] {
    background: #f1f5f9;
    color: var(--tc-ink);
}

.modal-overlay[b-c535au28w2] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: modal-fade-b-c535au28w2 160ms ease-out;
}

.modal-content[b-c535au28w2] {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
    width: min(560px, 92vw);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    animation: modal-rise-b-c535au28w2 180ms ease-out;
}

.modal-header[b-c535au28w2],
.modal-footer[b-c535au28w2] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.modal-header h3[b-c535au28w2] {
    margin: 0;
    color: var(--tc-ink);
    font-size: 1.1rem;
    font-weight: 700;
}

.modal-body[b-c535au28w2] {
    padding: 1.1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.modal-footer[b-c535au28w2] {
    border-bottom: none;
    border-top: 1px solid #eef2f7;
    justify-content: flex-end;
    background: #f8fafc;
}

.form-group[b-c535au28w2] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

@keyframes modal-fade-b-c535au28w2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modal-rise-b-c535au28w2 {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

@keyframes panel-rise-b-c535au28w2 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .teacher-classes *[b-c535au28w2],
    .teacher-classes *[b-c535au28w2]::before,
    .teacher-classes *[b-c535au28w2]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/AptisWeb/Components/Pages/Teacher/Tabs/TeacherOverviewTab.razor.rz.scp.css */
.teacher-overview[b-s5tnmbd74e] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.overview-hero[b-s5tnmbd74e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.8rem 2rem;
    border-radius: 22px;
    color: #f8fafc;
    background:
        radial-gradient(260px 180px at 0% 0%, rgba(125, 211, 252, 0.28), transparent 70%),
        linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
    box-shadow: 0 26px 50px rgba(14, 165, 233, 0.25);
}

.hero-eyebrow[b-s5tnmbd74e] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    opacity: 0.9;
}

.overview-hero h2[b-s5tnmbd74e] {
    margin: 0.4rem 0 0.35rem;
    font-size: 2rem;
    font-weight: 800;
}

.overview-hero p[b-s5tnmbd74e] {
    margin: 0;
    max-width: 620px;
    font-size: 1rem;
    opacity: 0.96;
}

.hero-actions[b-s5tnmbd74e] {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.hero-btn[b-s5tnmbd74e] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.78rem 1.1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hero-btn:hover[b-s5tnmbd74e] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.24);
}

.hero-btn--students[b-s5tnmbd74e] {
    box-shadow: 0 14px 26px rgba(14, 165, 233, 0.25);
}

.hero-btn--tests[b-s5tnmbd74e] {
    box-shadow: 0 14px 26px rgba(34, 197, 94, 0.25);
}

.overview-grid[b-s5tnmbd74e] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.overview-card[b-s5tnmbd74e] {
    padding: 1.35rem 1.4rem;
    border-radius: 20px;
    background: var(--bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.card-icon[b-s5tnmbd74e] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 0.35rem;
    color: #0f172a;
}

.card-label[b-s5tnmbd74e] {
    font-size: 0.9rem;
    color: var(--text-600);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.card-value[b-s5tnmbd74e] {
    font-size: 2.15rem;
    font-weight: 900;
    color: var(--text-900);
    line-height: 1.05;
}

.overview-card--students .card-icon[b-s5tnmbd74e] {
    background: rgba(56, 189, 248, 0.18);
    color: #0284c7;
}

.overview-card--active .card-icon[b-s5tnmbd74e] {
    background: rgba(34, 197, 94, 0.18);
    color: #16a34a;
}

.overview-card--tests .card-icon[b-s5tnmbd74e] {
    background: rgba(251, 191, 36, 0.2);
    color: #d97706;
}

@media (max-width: 1100px) {
    .overview-grid[b-s5tnmbd74e] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .overview-hero[b-s5tnmbd74e] {
        flex-direction: column;
        align-items: flex-start;
    }

    .overview-grid[b-s5tnmbd74e] {
        grid-template-columns: 1fr;
    }
}

/* _content/AptisWeb/Components/Pages/Teacher/Tabs/TeacherPlaceholderTab.razor.rz.scp.css */
.placeholder-card[b-zjh872ayau] {
    padding: 2.4rem 2.2rem;
    border-radius: 24px;
    background:
        radial-gradient(240px 160px at 0% 0%, rgba(34, 211, 238, 0.16), transparent 72%),
        var(--bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    max-width: 720px;
}

.placeholder-icon[b-zjh872ayau] {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #0ea5e9;
    background: rgba(56, 189, 248, 0.18);
    border: 1px solid rgba(56, 189, 248, 0.38);
    margin-bottom: 0.4rem;
}

.placeholder-card h2[b-zjh872ayau] {
    margin: 0.1rem 0 0.2rem;
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-900);
}

.placeholder-card p[b-zjh872ayau] {
    margin: 0;
    color: var(--text-700);
    font-weight: 600;
    font-size: 1.02rem;
}

/* _content/AptisWeb/Components/Pages/Teacher/Tabs/TeacherReviewsTab.razor.rz.scp.css */
.teacher-reviews[b-y4xs8h77u0] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reviews-header[b-y4xs8h77u0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.reviews-status[b-y4xs8h77u0] {
    padding: 16px;
    border-radius: 12px;
    background: #f8fafc;
}

.reviews-status.error[b-y4xs8h77u0] {
    color: #b91c1c;
    background: #fee2e2;
}

.review-list[b-y4xs8h77u0] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card[b-y4xs8h77u0] {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-header[b-y4xs8h77u0] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.review-title[b-y4xs8h77u0] {
    font-weight: 600;
}

.review-meta[b-y4xs8h77u0] {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #64748b;
}

.review-tags[b-y4xs8h77u0] {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #475569;
}

.review-body[b-y4xs8h77u0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-section[b-y4xs8h77u0] {
    padding: 10px 12px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.section-label[b-y4xs8h77u0] {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
}

.review-feedback[b-y4xs8h77u0] {
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-feedback textarea[b-y4xs8h77u0],
.review-feedback input[b-y4xs8h77u0] {
    width: 100%;
}

.form-row[b-y4xs8h77u0] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
}

.form-wide[b-y4xs8h77u0] {
    grid-column: span 1;
}

.form-actions[b-y4xs8h77u0] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
/* _content/AptisWeb/Components/Pages/Teacher/Tabs/TeacherTestsTab.razor.rz.scp.css */
.teacher-tests[b-jw4nbjbfao] {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.section-header[b-jw4nbjbfao] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 1.7rem;
    border-radius: 20px;
    background:
        radial-gradient(220px 150px at 0% 0%, rgba(56, 189, 248, 0.14), transparent 72%),
        var(--bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.section-header h2[b-jw4nbjbfao] {
    margin: 0 0 0.35rem 0;
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--text-900);
}

.section-header p[b-jw4nbjbfao] {
    margin: 0;
    color: var(--text-600);
    font-weight: 600;
}

.search-box[b-jw4nbjbfao] {
    position: relative;
    min-width: 280px;
}

.search-box i[b-jw4nbjbfao] {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-400);
}

.search-box input[b-jw4nbjbfao] {
    width: 100%;
    padding: 0.75rem 0.9rem 0.75rem 2.5rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #ffffff;
    font-weight: 700;
}

.search-box input:focus[b-jw4nbjbfao] {
    outline: none;
    border-color: rgba(14, 165, 233, 0.6);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15);
}

.loading-state[b-jw4nbjbfao],
.empty-state[b-jw4nbjbfao] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    background: var(--bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    color: var(--text-700);
    font-weight: 700;
}

.tests-grid[b-jw4nbjbfao] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.test-card[b-jw4nbjbfao] {
    padding: 1.25rem 1.3rem;
    border-radius: 18px;
    background: var(--bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    position: relative;
    overflow: hidden;
}

.test-card[b-jw4nbjbfao]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    background: radial-gradient(220px 160px at 0% 0%, rgba(14, 165, 233, 0.35), transparent 72%);
}

.test-card.is-inactive[b-jw4nbjbfao]::before {
    background: radial-gradient(220px 160px at 0% 0%, rgba(148, 163, 184, 0.35), transparent 72%);
}

.card-top[b-jw4nbjbfao] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.6rem;
}

.card-top h3[b-jw4nbjbfao] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-900);
}

.status[b-jw4nbjbfao] {
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid transparent;
}

.status.active[b-jw4nbjbfao] {
    color: #0f766e;
    background: rgba(20, 184, 166, 0.16);
    border-color: rgba(20, 184, 166, 0.35);
}

.status.inactive[b-jw4nbjbfao] {
    color: #64748b;
    background: rgba(148, 163, 184, 0.16);
    border-color: rgba(148, 163, 184, 0.32);
}

.description[b-jw4nbjbfao] {
    margin: 0;
    color: var(--text-700);
    font-weight: 600;
}

.meta[b-jw4nbjbfao] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    color: var(--text-700);
    font-weight: 700;
}

.meta-item[b-jw4nbjbfao] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.meta-item i[b-jw4nbjbfao] {
    color: #0ea5e9;
}

.footer-note[b-jw4nbjbfao] {
    color: var(--text-600);
    font-weight: 700;
    padding-left: 0.3rem;
}

@media (max-width: 1200px) {
    .tests-grid[b-jw4nbjbfao] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .section-header[b-jw4nbjbfao] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box[b-jw4nbjbfao] {
        min-width: 0;
        width: 100%;
    }

    .tests-grid[b-jw4nbjbfao] {
        grid-template-columns: 1fr;
    }
}

/* _content/AptisWeb/Components/Pages/Teacher/TeacherProfile.razor.rz.scp.css */
.teacher-profile[b-uuozwjh3he] {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.profile-hero[b-uuozwjh3he] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.7rem 1.9rem;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(240px 180px at -10% -20%, rgba(56, 189, 248, 0.2), transparent 72%),
        radial-gradient(260px 180px at 120% 10%, rgba(52, 211, 153, 0.18), transparent 74%),
        var(--bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
}

.profile-hero[b-uuozwjh3he]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    background: linear-gradient(120deg, rgba(14, 165, 233, 0.16), transparent 55%);
}

.hero-avatar[b-uuozwjh3he] {
    width: 92px;
    height: 92px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 48%, #34d399 100%);
    color: white;
    font-size: 54px;
    border: 4px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 32px rgba(14, 165, 233, 0.28);
    z-index: 1;
}

.hero-avatar img[b-uuozwjh3he] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.hero-identity[b-uuozwjh3he] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    z-index: 1;
}

.hero-identity h1[b-uuozwjh3he] {
    margin: 0;
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--text-900);
    letter-spacing: -0.01em;
}

.hero-identity p[b-uuozwjh3he] {
    margin: 0;
    color: var(--text-600);
    font-weight: 700;
}

.hero-chips[b-uuozwjh3he] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.2rem;
}

.chip[b-uuozwjh3he] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    border: 1px solid rgba(14, 165, 233, 0.28);
    color: #0c4a6e;
    font-weight: 800;
    font-size: 0.92rem;
}

.chip.muted[b-uuozwjh3he] {
    background: rgba(148, 163, 184, 0.16);
    border-color: rgba(148, 163, 184, 0.32);
    color: #475569;
}

.profile-card[b-uuozwjh3he] {
    padding: 1.7rem 1.9rem 1.85rem;
    border-radius: 22px;
    background: var(--bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.card-header[b-uuozwjh3he] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-header h2[b-uuozwjh3he] {
    margin: 0 0 0.3rem 0;
    font-size: 1.45rem;
    font-weight: 900;
    color: var(--text-900);
}

.card-header p[b-uuozwjh3he] {
    margin: 0;
    color: var(--text-600);
    font-weight: 600;
}

.profile-upload[b-uuozwjh3he] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.05rem;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(52, 211, 153, 0.18));
    border: 1px solid rgba(14, 165, 233, 0.35);
    color: #0c4a6e;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-upload:hover[b-uuozwjh3he] {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(14, 165, 233, 0.18);
}

.profile-upload input[type="file"][b-uuozwjh3he] {
    display: none;
}

.profile-alert[b-uuozwjh3he] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 0.95rem;
    border-radius: 14px;
    font-weight: 800;
    border: 1px solid transparent;
}

.profile-alert.success[b-uuozwjh3he] {
    color: #0f766e;
    background: rgba(20, 184, 166, 0.16);
    border-color: rgba(20, 184, 166, 0.32);
}

.profile-alert.error[b-uuozwjh3he] {
    color: #b91c1c;
    background: rgba(248, 113, 113, 0.16);
    border-color: rgba(248, 113, 113, 0.34);
}

.profile-grid[b-uuozwjh3he] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.profile-item[b-uuozwjh3he] {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 96px;
}

.profile-label[b-uuozwjh3he] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-500);
    font-weight: 800;
}

.profile-value[b-uuozwjh3he] {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-900);
    word-break: break-word;
}

.profile-card.empty[b-uuozwjh3he] {
    align-items: center;
    text-align: center;
}

.profile-login[b-uuozwjh3he] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    color: white;
    background: linear-gradient(135deg, #0ea5e9, #22d3ee);
    border: 1px solid rgba(14, 165, 233, 0.4);
}

.profile-login:hover[b-uuozwjh3he] {
    color: white;
    filter: brightness(0.98);
}

@media (max-width: 960px) {
    .profile-grid[b-uuozwjh3he] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .profile-hero[b-uuozwjh3he] {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-avatar[b-uuozwjh3he] {
        width: 84px;
        height: 84px;
    }
}

/* _content/AptisWeb/Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-oqeio1uy7z] {
    display: inline-block;
}

.language-switcher .btn[b-oqeio1uy7z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.language-switcher .btn:hover[b-oqeio1uy7z] {
    background-color: #f8f9fa;border-color: #6c757d;
}

.language-switcher .bi-globe[b-oqeio1uy7z] {
    font-size: 1.1rem;
}

.language-switcher .dropdown-menu[b-oqeio1uy7z] {
    min-width: 150px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
}

.language-switcher .dropdown-item[b-oqeio1uy7z] {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.language-switcher .dropdown-item:hover[b-oqeio1uy7z] {
    background-color: #f8f9fa;
}

.language-switcher .dropdown-item.active[b-oqeio1uy7z] {
    background-color: #0d6efd;
    color: white;
}

.language-switcher .dropdown-item.active:hover[b-oqeio1uy7z] {
    background-color: #0b5ed7;
}
/* _content/AptisWeb/Components/Shared/ModuleSection.razor.rz.scp.css */
.section-card[b-iusl2zg0da] {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.card-header[b-iusl2zg0da] {
    padding: 18px 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #f8fafc;
}

.section-title[b-iusl2zg0da] {
    color: #f8fafc;
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-icon[b-iusl2zg0da] {
    font-size: 1.55rem;
}

.section-count[b-iusl2zg0da] {
    background: rgba(248, 250, 252, 0.18);
    color: #f8fafc;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

.card-body[b-iusl2zg0da] {
    padding: 24px;
    background: #ffffff;
}

.part-section[b-iusl2zg0da] {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.4rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f9fafb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.part-title[b-iusl2zg0da] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.topic-section[b-iusl2zg0da] {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.topic-label[b-iusl2zg0da] {
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.92rem;
    margin-bottom: 8px;
    display: block;
}

.topic-content[b-iusl2zg0da] {
    color: #0f172a;
    line-height: 1.7;
    font-size: 1.12rem;
}

.topic-content p[b-iusl2zg0da] {
    margin-bottom: 0.6rem;
}

/* Module-specific color systems */
.header-listening[b-iusl2zg0da] {
    background: linear-gradient(135deg, #0ea5a4 0%, #0891b2 100%);
}

.module-listening .part-section[b-iusl2zg0da] {
    border-left: 4px solid #0891b2;
}

.header-reading[b-iusl2zg0da] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.module-reading .part-section[b-iusl2zg0da] {
    border-left: 4px solid #1d4ed8;
}

.header-speaking[b-iusl2zg0da] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.module-speaking .part-section[b-iusl2zg0da] {
    border-left: 4px solid #ea580c;
}

.header-writing[b-iusl2zg0da] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.module-writing .part-section[b-iusl2zg0da] {
    border-left: 4px solid #059669;
}

.header-grammar[b-iusl2zg0da] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

.module-grammar .part-section[b-iusl2zg0da] {
    border-left: 4px solid #4f46e5;
}

.speaking-part3-grid[b-iusl2zg0da] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.speaking-part3-card[b-iusl2zg0da] {
    background: #ffffff;
    border: 1px solid var(--border-soft, #e5e7eb);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.speaking-part3-label[b-iusl2zg0da] {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--speaking-color, #2563eb);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
}

.speaking-part3-text[b-iusl2zg0da] {
    margin: 0;
    color: var(--text-strong, #1f2937);
    line-height: 1.6;
}

@media (max-width: 640px) {
    .speaking-part3-grid[b-iusl2zg0da] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .card-header[b-iusl2zg0da] {
        padding: 16px 18px;
    }

    .card-body[b-iusl2zg0da] {
        padding: 18px;
    }

    .section-title[b-iusl2zg0da] {
        font-size: 1.3rem;
    }
}
