/* /Pages/EmailTemplates/Index.razor.rz.scp.css */
/* ── Search toolbar ── */

.table-toolbar[b-nrrbunx64c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
}

.table-search-wrap[b-nrrbunx64c] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    max-width: 360px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 6px 10px;
    transition: border-color 0.15s ease;
}

.table-search-wrap:focus-within[b-nrrbunx64c] { border-color: var(--accent); }
.table-search-wrap > i[b-nrrbunx64c] { color: var(--text-secondary); font-size: 0.82rem; flex-shrink: 0; }

.table-search-input[b-nrrbunx64c] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text-primary);
    font-size: 0.875rem;
    min-width: 0;
}

.table-search-input[b-nrrbunx64c]::placeholder { color: var(--text-secondary); }

.table-search-clear[b-nrrbunx64c] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    transition: color 0.12s ease;
}

.table-search-clear:hover[b-nrrbunx64c] { color: var(--text-primary); }

.table-count[b-nrrbunx64c] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 99px;
    padding: 2px 10px;
    white-space: nowrap;
}

/* ── Row elements ── */

.row-avatar[b-nrrbunx64c] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.row-name-cell[b-nrrbunx64c] { display: flex; flex-direction: column; gap: 1px; }
.row-name-primary[b-nrrbunx64c] { font-size: 0.875rem; font-weight: 500; color: var(--text-primary); line-height: 1.3; }
.row-name-secondary[b-nrrbunx64c] { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.3; }

.row-actions[b-nrrbunx64c] {
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.15s ease;
}

/* ── Empty state ── */

.table-empty[b-nrrbunx64c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0;
    gap: 10px;
    color: var(--text-secondary);
}

.table-empty i[b-nrrbunx64c] { font-size: 2rem; opacity: 0.45; }
.table-empty p[b-nrrbunx64c] { margin: 0; font-size: 0.9rem; }

/* ═══════════════════════════════════════════════════════
   Modern table deep overrides
   ═══════════════════════════════════════════════════════ */

[b-nrrbunx64c] .mud-table-root { background: var(--surface) !important; box-shadow: none !important; border-radius: 0 !important; }

[b-nrrbunx64c] .mud-table-head .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-secondary) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 40px !important;
    white-space: nowrap;
}

[b-nrrbunx64c] .mud-table-head .mud-table-cell .mud-button-root,
[b-nrrbunx64c] .mud-table-head .mud-table-cell .mud-icon-button {
    opacity: 0 !important;
    transition: opacity 0.15s ease !important;
}

[b-nrrbunx64c] .mud-table-head .mud-table-cell:hover .mud-button-root,
[b-nrrbunx64c] .mud-table-head .mud-table-cell:hover .mud-icon-button {
    opacity: 0.7 !important;
    color: var(--accent) !important;
}

[b-nrrbunx64c] .mud-table-body .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 56px !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
    cursor: pointer;
}

[b-nrrbunx64c] .mud-table-body .mud-table-row:last-child .mud-table-cell { border-bottom: none !important; }

[b-nrrbunx64c] .mud-table-body .mud-table-row:hover .mud-table-cell { background: var(--accent-muted) !important; }

[b-nrrbunx64c] .mud-table-body .mud-table-row:hover .row-actions { opacity: 1; }

[b-nrrbunx64c] .mud-table-body .mud-table-row .sticky-column { background: var(--surface) !important; cursor: default; }
[b-nrrbunx64c] .mud-table-body .mud-table-row:hover .sticky-column { background: var(--accent-muted) !important; }
[b-nrrbunx64c] .mud-table-head .sticky-column { background: var(--surface) !important; }

[b-nrrbunx64c] .mud-table-foot td,
[b-nrrbunx64c] .mud-table-foot .mud-table-cell {
    background: var(--surface) !important;
    border-top: 1px solid var(--border) !important;
    border-bottom: none !important;
    color: var(--text-secondary) !important;
    font-size: 0.82rem !important;
    cursor: default;
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
/* ── Auth background ──────────────────────────────── */

.auth-bg[b-exptbgnmx3] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.auth-bg[b-exptbgnmx3]::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.18) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Auth card ────────────────────────────────────── */

.auth-card[b-exptbgnmx3] {
    background: var(--surface);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

/* ── Header ───────────────────────────────────────── */

.auth-header[b-exptbgnmx3] {
    text-align: center;
    margin-bottom: 28px;
}

.auth-brand-icon[b-exptbgnmx3] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--accent);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.auth-brand-name[b-exptbgnmx3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.auth-subtitle[b-exptbgnmx3] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Field spacing ────────────────────────────────── */

.auth-field-gap[b-exptbgnmx3] {
    height: 14px;
}

/* ── Submit button ────────────────────────────────── */

.auth-submit-btn[b-exptbgnmx3] {
    background-color: var(--accent) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    height: 46px;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-transform: none !important;
    margin-top: 4px;
}

.auth-submit-btn:hover[b-exptbgnmx3] {
    background-color: var(--accent-hover) !important;
}

/* ── Links ────────────────────────────────────────── */

.auth-links[b-exptbgnmx3] {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 4px;
}

.auth-link[b-exptbgnmx3] {
    font-size: 0.85rem;
    color: var(--accent);
    text-decoration: none;
}

.auth-link:hover[b-exptbgnmx3] {
    text-decoration: underline;
}

/* ── Divider ──────────────────────────────────────── */

.auth-divider[b-exptbgnmx3] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.auth-divider[b-exptbgnmx3]::before,
.auth-divider[b-exptbgnmx3]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

/* ── Copyright ────────────────────────────────────── */

.auth-copyright[b-exptbgnmx3] {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 24px;
    margin-bottom: 0;
}

/* ── Error styles ─────────────────────────────────── */

.error-container[b-exptbgnmx3] {
    position: relative;
    background-color: var(--danger-muted);
    border: 1px solid rgba(239,68,68,0.3);
    height: 60px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.error-message[b-exptbgnmx3] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--danger);
    width: 80%;
}

/* ── Success styles ───────────────────────────────── */

.success-container[b-exptbgnmx3] {
    background-color: var(--success-muted);
    border: 1px solid rgba(34,197,94,0.3);
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
    margin-bottom: 10px;
}

.success-message[b-exptbgnmx3] {
    color: var(--success);
    margin: 0;
    font-size: 0.875rem;
}
/* /Pages/Index.razor.rz.scp.css */
.dash-header[b-1gz43gckcj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.dash-header-skeleton[b-1gz43gckcj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.dash-heading[b-1gz43gckcj] {
    margin: 0 0 4px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
}

.dash-date[b-1gz43gckcj] {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.dash-create-btn[b-1gz43gckcj] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 22px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 99px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.15s ease;
}

.dash-create-btn:hover[b-1gz43gckcj] {
    opacity: 0.88;
}

/* Welcome empty state */
.dash-welcome[b-1gz43gckcj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 24px;
    background: var(--surface);
    border: 2px dashed var(--border);
    border-radius: var(--radius-card);
    gap: 12px;
    text-align: center;
    margin-bottom: 24px;
}

.dash-welcome-icon[b-1gz43gckcj] {
    font-size: 3rem;
    color: var(--border);
}

.dash-welcome-title[b-1gz43gckcj] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.dash-welcome-sub[b-1gz43gckcj] {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-secondary);
    max-width: 480px;
}

/* KPI grid */
.kpi-grid[b-1gz43gckcj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .kpi-grid[b-1gz43gckcj] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .kpi-grid[b-1gz43gckcj] { grid-template-columns: 1fr; }
}

.kpi-card[b-1gz43gckcj] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.kpi-icon[b-1gz43gckcj] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.8rem;
    color: var(--accent);
    opacity: 0.15;
}

.kpi-value[b-1gz43gckcj] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 6px;
}

.kpi-label[b-1gz43gckcj] {
    font-size: 0.83rem;
    color: var(--text-secondary);
}

/* Charts */
.charts-grid[b-1gz43gckcj] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .charts-grid[b-1gz43gckcj] { grid-template-columns: 1fr; }
}

.chart-card[b-1gz43gckcj] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    padding: 24px;
}

.chart-title[b-1gz43gckcj] {
    margin: 0 0 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Data sections */
.dash-section[b-1gz43gckcj] {
    margin-bottom: 24px;
}

.dash-section-title[b-1gz43gckcj] {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
}

.dash-table-card[b-1gz43gckcj] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    overflow: hidden;
}
/* /Pages/Login.razor.rz.scp.css */
/* ── Dark mode toggle ─────────────────────────────── */

.auth-theme-toggle[b-4ube7vv3o1] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

.auth-theme-toggle[b-4ube7vv3o1]  button {
    color: var(--text-primary) !important;
    background: rgba(128, 128, 128, 0.15) !important;
    border-radius: 50% !important;
}

.auth-theme-toggle[b-4ube7vv3o1]  button:hover {
    background: rgba(128, 128, 128, 0.28) !important;
}

/* ── Auth background ──────────────────────────────── */

.auth-bg[b-4ube7vv3o1] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.auth-bg[b-4ube7vv3o1]::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.18) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Auth card ────────────────────────────────────── */

.auth-card[b-4ube7vv3o1] {
    background: var(--surface);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

/* ── Header ───────────────────────────────────────── */

.auth-header[b-4ube7vv3o1] {
    text-align: center;
    margin-bottom: 28px;
}

.auth-brand-icon[b-4ube7vv3o1] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--accent);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.auth-brand-name[b-4ube7vv3o1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.auth-subtitle[b-4ube7vv3o1] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Field spacing ────────────────────────────────── */

.auth-field-gap[b-4ube7vv3o1] {
    height: 14px;
}

/* ── Submit button ────────────────────────────────── */

.auth-submit-btn[b-4ube7vv3o1] {
    background-color: var(--accent) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    height: 46px;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-transform: none !important;
    margin-top: 4px;
}

.auth-submit-btn:hover[b-4ube7vv3o1] {
    background-color: var(--accent-hover) !important;
}

/* ── Links ────────────────────────────────────────── */

.auth-links[b-4ube7vv3o1] {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 4px;
}

.auth-link[b-4ube7vv3o1] {
    font-size: 0.85rem;
    color: var(--accent);
    text-decoration: none;
}

.auth-link:hover[b-4ube7vv3o1] {
    text-decoration: underline;
}

/* ── Forgot password row ──────────────────────────── */

.auth-forgot-row[b-4ube7vv3o1] {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
    margin-bottom: 14px;
}

/* ── Divider ──────────────────────────────────────── */

.auth-divider[b-4ube7vv3o1] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.auth-divider[b-4ube7vv3o1]::before,
.auth-divider[b-4ube7vv3o1]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

/* ── Social buttons ───────────────────────────────── */

.auth-social-btn[b-4ube7vv3o1] {
    border-color: var(--border) !important;
    color: var(--text-primary) !important;
    border-radius: 10px !important;
    height: 44px;
    font-weight: 500 !important;
    text-transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.auth-social-btn:hover[b-4ube7vv3o1] {
    background-color: var(--surface-hover) !important;
}

/* ── Copyright ────────────────────────────────────── */

.auth-copyright[b-4ube7vv3o1] {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 24px;
    margin-bottom: 0;
}

/* ── Error / shake (preserved) ───────────────────── */

.error-container[b-4ube7vv3o1] {
    position: relative;
    background-color: var(--danger-muted);
    border: 1px solid rgba(239,68,68,0.3);
    height: 60px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.error-message[b-4ube7vv3o1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--danger);
    width: 80%;
}

@keyframes shake-b-4ube7vv3o1 {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-1px); }
    20%, 40%, 60%, 80% { transform: translateX(1px); }
}

.shake[b-4ube7vv3o1] {
    animation: shake-b-4ube7vv3o1 0.5s;
}

/* ── License upgrade ─────────────────────────────── */

.license-upgrade-container[b-4ube7vv3o1] {
    margin-bottom: 16px;
}
/* /Pages/Migration/MigrationWizard.razor.rz.scp.css */
.migration-progress-inner[b-iw5akmskn7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
}
/* /Pages/Participants/Answers.razor.rz.scp.css */
.answers-wrapper[b-0v6lzqkvvl] {
    width: 100%;
    border: 5px solid var(--border);
    background: var(--surface);
    padding: 0px 20px;
}

.search-field[b-0v6lzqkvvl] {
    width: 40%;
}

.info[b-0v6lzqkvvl] {
    align-items: center;
    padding: 10px;
    margin: 15px 0;
    flex-direction: row;
    display: flex;
    border-radius: 6px;
    justify-content: space-around;
    border: 1px solid var(--border);
}

.row-wrapper[b-0v6lzqkvvl] {
    flex-direction: row;
    display: flex;
    justify-content: center;
    font-weight: 500;
    color: var(--accent);
}

.summary-title[b-0v6lzqkvvl] {
    font-size: 14px;
    color: var(--text-secondary);
}

.mud-elevation-1[b-0v6lzqkvvl] {
    box-shadow: none !important
}

.shimmer-header[b-0v6lzqkvvl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.shimmer-title[b-0v6lzqkvvl] {
    margin: 20px 0 0 0;
    width: 100%;
    height: 70px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, rgba(255,255,255,0.18) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-answers-b-0v6lzqkvvl 1.5s infinite linear;
    border-radius: 10px;
}

.shimmer-overview[b-0v6lzqkvvl] {
    margin-bottom: 16px;
}

.shimmer-overview-row[b-0v6lzqkvvl] {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, rgba(255,255,255,0.18) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-answers-b-0v6lzqkvvl 1.5s infinite linear;
    border-radius: 10px;
}

@keyframes shimmer-answers-b-0v6lzqkvvl {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.passed[b-0v6lzqkvvl] {
    color: #10b981;
}

.failed[b-0v6lzqkvvl] {
    color: #ef4444;
}
/* /Pages/Participants/Index.razor.rz.scp.css */
/* ── Two-panel layout ── */

.participants-layout[b-h4wjo9iqit] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

/* ── Left: session selector panel ── */

.session-panel[b-h4wjo9iqit] {
    width: 220px;
    flex-shrink: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: sticky;
    top: 80px;
}

.session-panel-header[b-h4wjo9iqit] {
    padding: 12px 16px 10px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border);
}

.session-panel-list[b-h4wjo9iqit] {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

.session-item[b-h4wjo9iqit] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: none;
    border-left: 3px solid transparent;
    background: none;
    color: var(--text-primary);
    font-size: 0.85rem;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.session-item i[b-h4wjo9iqit] {
    width: 14px;
    flex-shrink: 0;
    color: var(--text-secondary);
    font-size: 0.82rem;
}

.session-item:hover[b-h4wjo9iqit] { background: var(--accent-muted); }

.session-item--active[b-h4wjo9iqit] {
    background: var(--accent-muted);
    border-left-color: var(--accent);
    color: var(--accent);
    font-weight: 600;
}

.session-item--active i[b-h4wjo9iqit] { color: var(--accent); }

/* ── Right panel ── */

.participants-panel[b-h4wjo9iqit] {
    flex: 1;
    min-width: 0;
}

/* ── Search toolbar ── */

.table-toolbar[b-h4wjo9iqit] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
}

.table-search-wrap[b-h4wjo9iqit] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    max-width: 360px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 6px 10px;
    transition: border-color 0.15s ease;
}

.table-search-wrap:focus-within[b-h4wjo9iqit] { border-color: var(--accent); }

.table-search-wrap > i[b-h4wjo9iqit] {
    color: var(--text-secondary);
    font-size: 0.82rem;
    flex-shrink: 0;
}

.table-search-input[b-h4wjo9iqit] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text-primary);
    font-size: 0.875rem;
    min-width: 0;
}

.table-search-input[b-h4wjo9iqit]::placeholder { color: var(--text-secondary); }

.table-search-clear[b-h4wjo9iqit] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    transition: color 0.12s ease;
}

.table-search-clear:hover[b-h4wjo9iqit] { color: var(--text-primary); }

.table-count[b-h4wjo9iqit] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 99px;
    padding: 2px 10px;
    white-space: nowrap;
}

/* ── Participant avatar (unique color set per person via inline style) ── */

.participant-avatar[b-h4wjo9iqit] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

/* ── Name + email stacked cell ── */

.participant-name-cell[b-h4wjo9iqit] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.participant-fullname[b-h4wjo9iqit] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
    line-height: 1.3;
}

.participant-email[b-h4wjo9iqit] {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.3;
}

/* ── Session chips ── */

.row-sessions[b-h4wjo9iqit] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.row-session-chip[b-h4wjo9iqit] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 99px;
    font-size: 0.72rem;
    font-weight: 500;
    background: var(--accent-muted);
    color: var(--accent);
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-session-chip--more[b-h4wjo9iqit] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.participant-no-session[b-h4wjo9iqit] {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

/* ── Row actions: hidden until row hover ── */

.row-actions[b-h4wjo9iqit] {
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.15s ease;
}

/* ── Empty state ── */

.participants-empty[b-h4wjo9iqit] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0;
    gap: 10px;
    color: var(--text-secondary);
}

.participants-empty i[b-h4wjo9iqit] { font-size: 2rem; opacity: 0.45; }
.participants-empty p[b-h4wjo9iqit] { margin: 0; font-size: 0.9rem; }

/* ── Disabled icon button ── */

.page-icon-btn:disabled[b-h4wjo9iqit] { opacity: 0.35; cursor: not-allowed; }

/* ── Floating bulk-action bar ── */

.bulk-bar[b-h4wjo9iqit] {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 15, 22, 0.93);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 14px;
    padding: 10px 10px 10px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.32);
    z-index: 300;
    white-space: nowrap;
    animation: bulkBarIn-b-h4wjo9iqit 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes bulkBarIn-b-h4wjo9iqit {
    from { opacity: 0; transform: translateX(-50%) translateY(10px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.bulk-bar-count[b-h4wjo9iqit] {
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.75;
}

.bulk-bar-sep[b-h4wjo9iqit] {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.18);
    flex-shrink: 0;
}

.bulk-bar-btn[b-h4wjo9iqit] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 9px;
    border: none;
    background: var(--accent);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.bulk-bar-btn:hover[b-h4wjo9iqit] { opacity: 0.88; }
.bulk-bar-btn:disabled[b-h4wjo9iqit] { opacity: 0.4; cursor: not-allowed; }

.bulk-bar-clear[b-h4wjo9iqit] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.bulk-bar-clear:hover[b-h4wjo9iqit] {
    background: rgba(255,255,255,0.18);
    color: #fff;
}

/* ═══════════════════════════════════════════════════════
   Modern table — deep MudBlazor overrides
   ═══════════════════════════════════════════════════════ */

[b-h4wjo9iqit] .mud-table-root {
    background: var(--surface) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Header: tiny uppercase labels, ghost bg, sort icons hidden until hover */
[b-h4wjo9iqit] .mud-table-head .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-secondary) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 40px !important;
    white-space: nowrap;
}

/* Sort button: invisible by default, appears on header cell hover */
[b-h4wjo9iqit] .mud-table-head .mud-table-cell .mud-button-root,
[b-h4wjo9iqit] .mud-table-head .mud-table-cell .mud-icon-button {
    opacity: 0 !important;
    transition: opacity 0.15s ease !important;
}

[b-h4wjo9iqit] .mud-table-head .mud-table-cell:hover .mud-button-root,
[b-h4wjo9iqit] .mud-table-head .mud-table-cell:hover .mud-icon-button {
    opacity: 0.7 !important;
    color: var(--accent) !important;
}

/* Body cells: full click cursor, no vertical lines, hairline row separator */
[b-h4wjo9iqit] .mud-table-body .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 56px !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
    cursor: pointer;
}

/* Last body row: drop bottom border */
[b-h4wjo9iqit] .mud-table-body .mud-table-row:last-child .mud-table-cell {
    border-bottom: none !important;
}

/* Row hover: accent-muted wash + reveal actions */
[b-h4wjo9iqit] .mud-table-body .mud-table-row:hover .mud-table-cell {
    background: var(--accent-muted) !important;
}

[b-h4wjo9iqit] .mud-table-body .mud-table-row:hover .row-actions {
    opacity: 1;
}

/* Sticky action column syncs bg with rest of row on hover */
[b-h4wjo9iqit] .mud-table-body .mud-table-row .sticky-column {
    background: var(--surface) !important;
    cursor: default;
}

[b-h4wjo9iqit] .mud-table-body .mud-table-row:hover .sticky-column {
    background: var(--accent-muted) !important;
}

[b-h4wjo9iqit] .mud-table-head .sticky-column {
    background: var(--surface) !important;
}

/* Pager strip */
[b-h4wjo9iqit] .mud-table-foot td,
[b-h4wjo9iqit] .mud-table-foot .mud-table-cell {
    background: var(--surface) !important;
    border-top: 1px solid var(--border) !important;
    border-bottom: none !important;
    color: var(--text-secondary) !important;
    font-size: 0.82rem !important;
    cursor: default;
}

/* Checkbox */
[b-h4wjo9iqit] .mud-checkbox .mud-icon-root { color: var(--text-secondary) !important; }
[b-h4wjo9iqit] .mud-checkbox.mud-checked .mud-icon-root { color: var(--accent) !important; }
/* /Pages/Participants/Info.razor.rz.scp.css */
.quiz-result-page[b-5llda7d3d1] {
    color: var(--text-primary);
}

.quiz-header[b-5llda7d3d1] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid var(--border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .quiz-header h1[b-5llda7d3d1] {
        font-size: 24px;
        font-weight: 600;
        color: var(--text-primary);
        margin: 0;
    }

.quiz-score[b-5llda7d3d1] {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-primary);
}

    .quiz-score span:first-child[b-5llda7d3d1] {
        margin-right: 10px;
    }

.status[b-5llda7d3d1] {
    font-size: 18px;
    color: #10b981;
    font-weight: 600;
}

.overview-card[b-5llda7d3d1] {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 20px;
    background: var(--surface);
}

.overview-header h2[b-5llda7d3d1] {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    margin-bottom: 16px;
}

.overview-body[b-5llda7d3d1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    font-size: 16px;
    color: var(--text-primary);
}

.overview-row[b-5llda7d3d1] {
    margin-bottom: 10px;
}

.overview-label[b-5llda7d3d1] {
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.overview-value[b-5llda7d3d1] {
    color: var(--text-primary);
}

.shimmer-wrapper[b-5llda7d3d1] {
    width: 100%;
    padding: 16px;
}

.shimmer-header[b-5llda7d3d1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.shimmer-title[b-5llda7d3d1] {
    width: 50%;
    height: 50px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, rgba(255,255,255,0.18) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-info-b-5llda7d3d1 1.5s infinite linear;
    border-radius: 10px;
}

.shimmer-score[b-5llda7d3d1] {
    width: 15%;
    height: 50px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, rgba(255,255,255,0.18) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-info-b-5llda7d3d1 1.5s infinite linear;
    border-radius: 10px;
}

.shimmer-overview[b-5llda7d3d1] {
    margin-bottom: 16px;
}

.shimmer-overview-row[b-5llda7d3d1] {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, rgba(255,255,255,0.18) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-info-b-5llda7d3d1 1.5s infinite linear;
    border-radius: 10px;
}

@keyframes shimmer-info-b-5llda7d3d1 {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.passed[b-5llda7d3d1] {
    color: #10b981;
}

.failed[b-5llda7d3d1] {
    color: #ef4444;
}

[b-5llda7d3d1] .mud-table-root .mud-table-head .mud-table-cell {
    background: var(--surface) !important;
    font-weight: 600;
}
/* /Pages/Participants/ParticipantDetail.razor.rz.scp.css */
.pass-badge[b-gfz649azoz] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 99px;
    font-size: 0.78rem;
    font-weight: 600;
}

.pass-badge--pass[b-gfz649azoz] {
    background: rgba(16,185,129,0.12);
    color: var(--success);
}

.pass-badge--fail[b-gfz649azoz] {
    background: rgba(239,68,68,0.08);
    color: var(--danger);
}

/* ═══════════════════════════════════════════════════════
   Modern table deep overrides
   ═══════════════════════════════════════════════════════ */

[b-gfz649azoz] .mud-table-root { background: var(--surface) !important; box-shadow: none !important; border-radius: 0 !important; }

[b-gfz649azoz] .mud-table-head .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-secondary) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 40px !important;
    white-space: nowrap;
}

[b-gfz649azoz] .mud-table-head .mud-table-cell .mud-button-root,
[b-gfz649azoz] .mud-table-head .mud-table-cell .mud-icon-button {
    opacity: 0 !important;
    transition: opacity 0.15s ease !important;
}

[b-gfz649azoz] .mud-table-head .mud-table-cell:hover .mud-button-root,
[b-gfz649azoz] .mud-table-head .mud-table-cell:hover .mud-icon-button {
    opacity: 0.7 !important;
    color: var(--accent) !important;
}

[b-gfz649azoz] .mud-table-body .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 52px !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
}

[b-gfz649azoz] .mud-table-body .mud-table-row:last-child .mud-table-cell { border-bottom: none !important; }

[b-gfz649azoz] .mud-table-body .mud-table-row:hover .mud-table-cell { background: var(--accent-muted) !important; }

[b-gfz649azoz] .mud-table-foot td,
[b-gfz649azoz] .mud-table-foot .mud-table-cell {
    background: var(--surface) !important;
    border-top: 1px solid var(--border) !important;
    border-bottom: none !important;
    color: var(--text-secondary) !important;
    font-size: 0.82rem !important;
}
/* /Pages/ProductAdmin/Index.razor.rz.scp.css */
[b-mqmxykb154] .extend-panel {
    border-left: 4px solid var(--accent);
}

[b-mqmxykb154] .reset-panel {
    border-left: 4px solid #f59e0b;
}
/* /Pages/Questions/CreateQuestion.razor.rz.scp.css */
.page-container[b-b21ftmjiid] {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: flex-start;
}

.main-content[b-b21ftmjiid] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-b21ftmjiid] {
    flex: 0 0 300px;
    max-width: 300px;
}

.custom-flex-container[b-b21ftmjiid] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 20px;
    margin-bottom: 12px;
}

.custom-sidebar-flex-container[b-b21ftmjiid] {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 20px;
    max-height: calc(100vh - 140px);
    overflow: hidden;
}

.row-header[b-b21ftmjiid] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.answers-container[b-b21ftmjiid] {
    flex: 1;
    overflow-y: auto;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px;
}

.no-questions-container[b-b21ftmjiid] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.sortable-item-container[b-b21ftmjiid] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    transition: background 0.12s ease;
}

.sortable-item-container:hover[b-b21ftmjiid] {
    background: var(--accent-muted);
}

.index-container[b-b21ftmjiid] {
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--accent);
    flex-shrink: 0;
}

.truncate-text[b-b21ftmjiid] {
    white-space: nowrap;
    padding: 4px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    font-size: 0.83rem;
    color: var(--text-primary);
}

.button-container[b-b21ftmjiid] {
    margin-left: 8px;
    flex-shrink: 0;
}

.edit-button[b-b21ftmjiid] {
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.fab-bottom-right[b-b21ftmjiid] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1050;
}

@media (min-width: 768px) {
    .custom-flex-item[b-b21ftmjiid] {
        padding: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .page-container[b-b21ftmjiid] {
        flex-direction: column;
    }
    .sidebar[b-b21ftmjiid] {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }
    .custom-flex-item[b-b21ftmjiid] {
        padding: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ══════════════════════════════════════════════════════════
   CreateQuestion form improvements
   ══════════════════════════════════════════════════════════ */

.cq-form-body[b-b21ftmjiid] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.cq-section-label[b-b21ftmjiid] {
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: var(--text-primary);
    margin: 16px 0 6px 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.cq-section-label[b-b21ftmjiid]::before {
    content: '';
    width: 3px;
    height: 14px;
    background: var(--accent);
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
}

.cq-editor-wrap[b-b21ftmjiid] {
    margin-bottom: 4px;
}

.cq-error[b-b21ftmjiid] {
    color: var(--danger);
    font-size: 0.8rem;
    font-weight: 500;
    min-height: 20px;
    display: block;
}

.cq-form-actions[b-b21ftmjiid] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    margin-top: 8px;
}

.cq-save-btn[b-b21ftmjiid] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 22px;
    height: 38px;
    border-radius: 9px;
    border: none;
    background: var(--accent);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: filter 0.15s ease;
    font-family: inherit;
    white-space: nowrap;
    flex-shrink: 0;
}

.cq-save-btn:disabled[b-b21ftmjiid] { opacity: 0.45; cursor: not-allowed; }
.cq-save-btn:not(:disabled):hover[b-b21ftmjiid] { filter: brightness(1.1); }

/* ── Description collapsible ────────────────────── */

.cq-desc-toggle[b-b21ftmjiid] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 8px;
    border: 1.5px dashed var(--border);
    background: transparent;
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    margin-top: 8px;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.cq-desc-toggle:hover[b-b21ftmjiid] {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-muted);
}

.cq-desc-toggle--open[b-b21ftmjiid] {
    border-style: solid;
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-muted);
}

.cq-desc-collapsible[b-b21ftmjiid] {
    display: none;
}

.cq-desc-collapsible--open[b-b21ftmjiid] {
    display: block;
    padding-top: 8px;
}

/* ── Answers divider (in-card separator) ────────── */

.cq-answers-divider[b-b21ftmjiid] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0 10px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

/* ── Answers inner container ────────────────────── */

.cq-answers-inner[b-b21ftmjiid] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 4px;
}

/* Sidebar row header */
.row-header h3[b-b21ftmjiid] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

/* ── Question type pills ────────────────────────── */

.cq-type-pills[b-b21ftmjiid] {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.cq-type-pill[b-b21ftmjiid] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    border-radius: 99px;
    border: 1.5px solid var(--border);
    background: var(--surface);
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
}

.cq-type-pill:hover[b-b21ftmjiid] {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-muted);
}

.cq-type-pill--active[b-b21ftmjiid] {
    background: var(--accent-muted);
    border-color: var(--accent);
    color: var(--accent);
    font-weight: 600;
}

/* ── Score chip ─────────────────────────────────── */

.cq-score-chip[b-b21ftmjiid] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: var(--accent-muted);
    border: 1.5px solid rgba(99, 102, 241, 0.2);
    border-radius: 10px;
    color: var(--accent);
    flex-shrink: 0;
}

.cq-score-chip > i[b-b21ftmjiid] { font-size: 0.9rem; }

.cq-score-val[b-b21ftmjiid] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--accent);
    display: block;
    line-height: 1.1;
}

.cq-score-label[b-b21ftmjiid] {
    font-size: 0.68rem;
    color: var(--text-secondary);
    display: block;
    line-height: 1;
    white-space: nowrap;
}

/* ── Add answer row ─────────────────────────────── */

.cq-add-answer-row[b-b21ftmjiid] {
    display: flex;
    justify-content: flex-end;
}

.cq-add-answer-btn[b-b21ftmjiid] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 8px;
    border: 1.5px solid var(--accent);
    background: transparent;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s ease;
}

.cq-add-answer-btn:hover[b-b21ftmjiid] { background: var(--accent-muted); }

/* ── Answers title (shared between divider and sidebar) */

.cq-answers-title[b-b21ftmjiid] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cq-answers-title i[b-b21ftmjiid] { color: var(--success); }
/* /Pages/Quiz/Associate.razor.rz.scp.css */
.associate-button[b-yrg95bbug4] {
    position: relative;
    float: right;
    min-width: 100px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 0 18px;
    height: 36px;
    font-weight: 500;
    cursor: pointer;
}

.associate-button:disabled[b-yrg95bbug4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.container-footer[b-yrg95bbug4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
}

.container-footer p[b-yrg95bbug4] {
    margin: 0;
    padding-right: 10px; /* optional, adds some space between the text and the button */
}

.container-footer button[b-yrg95bbug4] {
    margin-left: auto;
}

.invite-container[b-yrg95bbug4] {
    width: 100%;
    height: 100vh;
    background-color: var(--surface);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.invite-header[b-yrg95bbug4] {
    padding: 10px;
}

.invite-header h4[b-yrg95bbug4] {
    font-weight: 600;
}

.invite-content[b-yrg95bbug4] {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 10px 0;
}

.skeleton-table[b-yrg95bbug4] {
    overflow-x: auto;
    background-color: var(--bg);
}

.search-field[b-yrg95bbug4] {
    width: 40%;
}

.radio-btn-select[b-yrg95bbug4] {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* /Pages/Quiz/Attempt.razor.rz.scp.css */
.attempt-shell[b-vypgwbt05g] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
}

.attempt-card[b-vypgwbt05g] {
    background: var(--surface);
    border-radius: 20px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    padding: 40px;
    max-width: 560px;
    width: 100%;
}

.attempt-title[b-vypgwbt05g] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-primary);
    text-align: center;
    margin: 0 0 24px;
    line-height: 1.3;
}

.attempt-description[b-vypgwbt05g] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 20px;
    max-height: 100px;
    overflow-y: auto;
    line-height: 1.6;
}

.attempt-stats[b-vypgwbt05g] {
    display: flex;
    align-items: center;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.stat-item[b-vypgwbt05g] {
    flex: 1;
    text-align: center;
}

.stat-label[b-vypgwbt05g] {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.stat-value[b-vypgwbt05g] {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
}

.stat-divider[b-vypgwbt05g] {
    width: 1px;
    height: 44px;
    background: var(--border);
    flex-shrink: 0;
}

.attempt-deadline[b-vypgwbt05g] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(239, 68, 68, 0.07);
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: 0.85rem;
    color: #ef4444;
    line-height: 1.4;
}

.attempt-notes[b-vypgwbt05g] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 24px;
}

.attempt-note-item[b-vypgwbt05g] {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.5;
    padding-left: 12px;
    position: relative;
}

.attempt-note-item[b-vypgwbt05g]::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 700;
}

.attempt-fields[b-vypgwbt05g] {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

.attempt-error[b-vypgwbt05g] {
    font-size: 0.85rem;
    color: #ef4444;
    margin-bottom: 8px;
    padding: 8px 12px;
    background: rgba(239, 68, 68, 0.07);
    border-radius: 8px;
}

.attempt-start-btn[b-vypgwbt05g] {
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: opacity 0.15s ease;
    margin-top: 12px;
}

.attempt-start-btn:hover[b-vypgwbt05g] {
    opacity: 0.88;
}

.attempt-start-btn:disabled[b-vypgwbt05g] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Pages/Quiz/ConnectCS.razor.rz.scp.css */
@keyframes spin-b-cawiz4xgqu {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spinning[b-cawiz4xgqu] {
    animation: spin-b-cawiz4xgqu 1s linear infinite;
}

.btn-outline-primary[b-cawiz4xgqu] {
    color: #0b5ed7;
    border-color: #0b5ed7;
    border-radius: 5px;
}

.btn-outline-primary:hover[b-cawiz4xgqu] {
    background-color: #3f8dff3d
}


.associate-container[b-cawiz4xgqu] {
    background-color: var(--surface);
    height: 100%;
    padding: 20px;
}

.explication[b-cawiz4xgqu] {
    display: inline-block;
}

.associate-flex-row[b-cawiz4xgqu] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.associate-inline-block[b-cawiz4xgqu] {
    display: inline-block;
}

.bold-text[b-cawiz4xgqu] {
    font-weight: 600;
}

.sync-button[b-cawiz4xgqu] {
}

.flex-column[b-cawiz4xgqu] {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    /*text-align: center;*/
    flex-direction: column;
}

.associate-button[b-cawiz4xgqu] {
    position: relative;
    left: 395px;
    width: 100px;
}
/*///////////*/


@keyframes shimmer-b-cawiz4xgqu {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}


.search-placeholder.shimmer[b-cawiz4xgqu],
.list-items-placeholder[b-cawiz4xgqu] {
    background: linear-gradient(to right, var(--bg) 4%, var(--border) 25%, var(--bg) 36%);
    background-size: 1000px 10%;
    position: relative;
    animation: shimmer-b-cawiz4xgqu 1.5s infinite linear;
}

.list-items-placeholder[b-cawiz4xgqu] {
    width: 100%;
    height: 30px;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 5px;
    height: 42px;
}

.dual-list-selector[b-cawiz4xgqu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.list-title[b-cawiz4xgqu] {
    display: flex;
    justify-content: space-between;
}

.list[b-cawiz4xgqu] {
    flex-grow: 1;
    border: 1px solid var(--border);
    padding: 10px;
    width: 400px;
    border-radius: 5px;
}

.items[b-cawiz4xgqu] {
    height: 300px;
    overflow-y: auto;
    border-top: 1px solid var(--border);
    margin-top: 10px;
}

.actions[b-cawiz4xgqu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

    .actions > div[b-cawiz4xgqu] {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: linear-gradient(to right, var(--bg) 4%, var(--border) 25%, var(--bg) 36%);
        background-size: 1000px 10%;
        position: relative;
        animation: shimmer-b-cawiz4xgqu 1.5s infinite linear;
    }
/* /Pages/Quiz/Create.razor.rz.scp.css */
.form-shell[b-tkmnfvt37z] {
    padding: 8px 0 32px;
}

.form-card[b-tkmnfvt37z] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    padding: 32px;
    max-width: 860px;
}

.form-card-title[b-tkmnfvt37z] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 28px;
}

.form-section[b-tkmnfvt37z] {
    padding: 0;
}

.form-section-header[b-tkmnfvt37z] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.form-divider[b-tkmnfvt37z] {
    height: 1px;
    background: var(--border);
    margin: 24px 0;
}

.form-actions[b-tkmnfvt37z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.form-cancel-btn[b-tkmnfvt37z] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 8px;
    transition: color 0.15s ease;
}

.form-cancel-btn:hover[b-tkmnfvt37z] {
    color: var(--text-primary);
}

.form-save-btn[b-tkmnfvt37z] {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 32px;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    min-width: 140px;
    transition: opacity 0.15s ease;
}

.form-save-btn:hover[b-tkmnfvt37z] {
    opacity: 0.88;
}

.form-save-btn:disabled[b-tkmnfvt37z] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Pages/Quiz/Details.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Page header
   ══════════════════════════════════════════════════════════ */

.details-header[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.details-header-left[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.details-back-btn[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-secondary);
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease;
}

.details-back-btn:hover[b-hiatamxbpe] { background: var(--accent-muted); color: var(--accent); }

.details-title[b-hiatamxbpe] {
    margin: 0 0 6px;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.2;
}

.details-subtitle-row[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Status badge */
.status-badge[b-hiatamxbpe] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 99px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-badge--draft[b-hiatamxbpe] { background: var(--bg); color: var(--text-secondary); border: 1px solid var(--border); }
.status-badge--published[b-hiatamxbpe] { background: var(--accent-muted); color: var(--accent); }

/* Action buttons */
.details-actions[b-hiatamxbpe] { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

.details-action-btn[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    font-family: inherit;
}

.details-action-btn:hover[b-hiatamxbpe] { background: var(--accent-muted); border-color: var(--accent); color: var(--accent); }

.details-action-btn--primary[b-hiatamxbpe] { background: var(--accent); color: #fff; border-color: var(--accent); }
.details-action-btn--primary:hover[b-hiatamxbpe] { filter: brightness(1.08); color: #fff; }

.details-icon-btn[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    font-family: inherit;
}

.details-icon-btn:hover[b-hiatamxbpe] { background: var(--accent-muted); color: var(--accent); border-color: var(--accent); }
.details-icon-btn--danger:hover[b-hiatamxbpe] { background: var(--danger-muted); color: var(--danger); border-color: rgba(239,68,68,0.3); }

/* ══════════════════════════════════════════════════════════
   MudTabs overrides
   ══════════════════════════════════════════════════════════ */

[b-hiatamxbpe] .mud-tabs-toolbar {
    background: var(--surface) !important;
    border-bottom: 1px solid var(--border) !important;
    padding: 0 4px !important;
    min-height: 46px !important;
}

[b-hiatamxbpe] .mud-tab {
    color: var(--text-secondary) !important;
    font-size: 0.84rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    padding: 0 18px !important;
    min-height: 46px !important;
    opacity: 1 !important;
    transition: color 0.15s ease !important;
}

[b-hiatamxbpe] .mud-tab:hover { color: var(--text-primary) !important; }
[b-hiatamxbpe] .mud-tab.mud-tab-active { color: var(--accent) !important; font-weight: 600 !important; }

[b-hiatamxbpe] .mud-tabs-toolbar .mud-tab-slider {
    background-color: var(--accent) !important;
    height: 2px !important;
}

[b-hiatamxbpe] .mud-tabs-panels { background: transparent !important; }

.details-tab-panel[b-hiatamxbpe] { padding-top: 20px; }

/* Loading skeleton */
.details-loading[b-hiatamxbpe] { display: flex; gap: 24px; padding: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card); }
.details-loading-col[b-hiatamxbpe] { flex: 1; }

/* ══════════════════════════════════════════════════════════
   Assign Participants tab — two-panel layout
   ══════════════════════════════════════════════════════════ */

.assign-layout[b-hiatamxbpe] {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 16px;
    align-items: start;
}

.assign-panel[b-hiatamxbpe] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Panel header */
.assign-panel-head[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--border);
}

.assign-panel-title[b-hiatamxbpe] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.assign-sel-badge[b-hiatamxbpe] {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 99px;
    background: var(--accent-muted);
    color: var(--accent);
}

.assign-sel-badge--neutral[b-hiatamxbpe] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

/* Toolbar: session filter + search */
.assign-toolbar[b-hiatamxbpe] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
}

.assign-search-wrap[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 6px 10px;
    transition: border-color 0.15s ease;
}

.assign-search-wrap:focus-within[b-hiatamxbpe] { border-color: var(--accent); }
.assign-search-wrap > i[b-hiatamxbpe] { color: var(--text-secondary); font-size: 0.78rem; flex-shrink: 0; }

.assign-search-input[b-hiatamxbpe] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text-primary);
    font-size: 0.875rem;
    font-family: inherit;
}

.assign-search-input[b-hiatamxbpe]::placeholder { color: var(--text-secondary); }

/* Participant list */
.assign-list[b-hiatamxbpe] {
    flex: 1;
    overflow-y: auto;
    max-height: 400px;
}

.assign-item[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid var(--border);
    transition: background 0.12s ease;
    user-select: none;
}

.assign-item:last-child[b-hiatamxbpe] { border-bottom: none; }
.assign-item:hover[b-hiatamxbpe] { background: var(--accent-muted); }
.assign-item--selected[b-hiatamxbpe] { background: var(--accent-muted); }

.assign-item-check[b-hiatamxbpe] {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    flex-shrink: 0;
    transition: all 0.12s ease;
}

.assign-item--selected .assign-item-check[b-hiatamxbpe] {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
}

.assign-item-avatar[b-hiatamxbpe] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent-muted);
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.assign-item--selected .assign-item-avatar[b-hiatamxbpe] { background: var(--accent); color: #fff; }

.assign-item-info[b-hiatamxbpe] { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.assign-item-name[b-hiatamxbpe] { font-size: 0.84rem; font-weight: 500; color: var(--text-primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.assign-item-email[b-hiatamxbpe] { font-size: 0.75rem; color: var(--text-secondary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Empty state */
.assign-empty[b-hiatamxbpe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    gap: 8px;
    color: var(--text-secondary);
}

.assign-empty i[b-hiatamxbpe] { font-size: 1.5rem; opacity: 0.4; }
.assign-empty p[b-hiatamxbpe] { margin: 0; font-size: 0.85rem; }
.assign-empty--tall[b-hiatamxbpe] { padding: 60px 16px; }

/* Pagination */
.assign-pager[b-hiatamxbpe] { padding: 10px 14px; border-top: 1px solid var(--border); }

/* Footer: feedback + assign button */
.assign-footer[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid var(--border);
    background: var(--bg);
    flex-wrap: wrap;
}

.assign-feedback[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}

.assign-feedback--ok[b-hiatamxbpe] { color: var(--success); }
.assign-feedback--err[b-hiatamxbpe] { color: var(--danger); }

.assign-btn[b-hiatamxbpe] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    height: 34px;
    border-radius: 8px;
    border: none;
    background: var(--accent);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: filter 0.15s ease;
    font-family: inherit;
    margin-left: auto;
}

.assign-btn:disabled[b-hiatamxbpe] { opacity: 0.45; cursor: not-allowed; }
.assign-btn:not(:disabled):hover[b-hiatamxbpe] { filter: brightness(1.1); }

.assign-btn-count[b-hiatamxbpe] {
    background: rgba(255,255,255,0.25);
    border-radius: 99px;
    padding: 0 6px;
    font-size: 0.72rem;
    font-weight: 700;
}

/* ── DataGrid for assigned participants ── */

.assign-status[b-hiatamxbpe] {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 99px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.assign-status--notstarted[b-hiatamxbpe] { background: var(--bg); color: var(--text-secondary); border: 1px solid var(--border); }
.assign-status--inprogress[b-hiatamxbpe] { background: var(--warning-muted); color: var(--warning); }
.assign-status--completed[b-hiatamxbpe] { background: var(--success-muted); color: var(--success); }

[b-hiatamxbpe] .mud-table-root { background: var(--surface) !important; box-shadow: none !important; border-radius: 0 !important; }

[b-hiatamxbpe] .mud-table-head .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-secondary) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 40px !important;
}

[b-hiatamxbpe] .mud-table-body .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 52px !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
}

[b-hiatamxbpe] .mud-table-body .mud-table-row:last-child .mud-table-cell { border-bottom: none !important; }
[b-hiatamxbpe] .mud-table-body .mud-table-row:hover .mud-table-cell { background: var(--accent-muted) !important; }

[b-hiatamxbpe] .mud-table-foot td,
[b-hiatamxbpe] .mud-table-foot .mud-table-cell {
    background: var(--surface) !important;
    border-top: 1px solid var(--border) !important;
    border-bottom: none !important;
    color: var(--text-secondary) !important;
    font-size: 0.82rem !important;
}

/* MudSelect in toolbar */
[b-hiatamxbpe] .mud-input-outlined .mud-input-outlined-border { border-color: var(--border) !important; border-radius: 8px !important; }
[b-hiatamxbpe] .mud-input-outlined.mud-input-focused .mud-input-outlined-border { border-color: var(--accent) !important; }
[b-hiatamxbpe] .mud-input-label { display: none !important; }

@media (max-width: 700px) {
    .assign-layout[b-hiatamxbpe] { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   Live indicator in header
   ══════════════════════════════════════════════════════════ */

.live-indicator[b-hiatamxbpe] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 9px;
    border-radius: 99px;
    background: var(--success-muted);
    border: 1px solid rgba(16,185,129,0.3);
    color: var(--success);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.live-dot[b-hiatamxbpe] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
    display: inline-block;
    animation: livePulse 1.8s ease-in-out infinite;
}

@@keyframes livePulse {
    0%[b-hiatamxbpe], 100%[b-hiatamxbpe] { opacity: 1; transform: scale(1); }
    50%[b-hiatamxbpe] { opacity: 0.4; transform: scale(0.7); }
}

/* ══════════════════════════════════════════════════════════
   Live stats bar
   ══════════════════════════════════════════════════════════ */

.live-stats-bar[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 0 4px;
    margin-bottom: 16px;
    overflow-x: auto;
}

.lstat[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    min-width: 0;
    flex-shrink: 0;
}

.lstat-sep[b-hiatamxbpe] {
    width: 1px;
    height: 32px;
    background: var(--border);
    flex-shrink: 0;
}

.lstat-icon[b-hiatamxbpe] {
    font-size: 0.9rem;
    color: var(--accent);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--accent-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lstat-icon--blue[b-hiatamxbpe]  { color: var(--info); background: var(--info-muted); }
.lstat-icon--green[b-hiatamxbpe] { color: var(--success); background: var(--success-muted); }
.lstat-icon--amber[b-hiatamxbpe] { color: var(--warning); background: var(--warning-muted); }

.lstat-body[b-hiatamxbpe] { display: flex; flex-direction: column; gap: 1px; }

.lstat-val[b-hiatamxbpe] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
}

.lstat-val--sm[b-hiatamxbpe] {
    font-size: 0.75rem;
    font-family: monospace;
    color: var(--accent);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.lstat-lbl[b-hiatamxbpe] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text-secondary);
    white-space: nowrap;
}

/* Mini ring chart */
.lstat--rate[b-hiatamxbpe] { gap: 14px; }

.lstat-ring[b-hiatamxbpe] {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.lstat-ring svg[b-hiatamxbpe] {
    width: 44px;
    height: 44px;
    transform: rotate(-90deg);
}

.lstat-ring-val[b-hiatamxbpe] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--accent);
}

/* ══════════════════════════════════════════════════════════
   Readiness checklist bar
   ══════════════════════════════════════════════════════════ */

.readiness-bar[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 12px 20px;
    margin-bottom: 16px;
}

.readiness-bar--ready[b-hiatamxbpe] {
    border-color: rgba(16,185,129,0.35);
    background: rgba(16,185,129,0.04);
}

.readiness-label[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
    white-space: nowrap;
}

.readiness-bar--ready .readiness-label[b-hiatamxbpe] { color: var(--success); }

.readiness-checks[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}

.readiness-item[b-hiatamxbpe] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 99px;
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--text-secondary);
    transition: all 0.2s ease;
}

.readiness-item.ok[b-hiatamxbpe] {
    background: var(--success-muted);
    border-color: rgba(16,185,129,0.25);
    color: var(--success);
}

.readiness-publish-btn[b-hiatamxbpe] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 8px;
    border: none;
    background: var(--success);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: filter 0.15s ease;
    font-family: inherit;
    flex-shrink: 0;
}

.readiness-publish-btn:hover[b-hiatamxbpe] { filter: brightness(1.1); }

/* ══════════════════════════════════════════════════════════
   Custom tab nav
   ══════════════════════════════════════════════════════════ */

.tab-nav[b-hiatamxbpe] {
    display: flex;
    align-items: center;
    gap: 2px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 6px;
    margin-bottom: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
}

.tab-nav[b-hiatamxbpe]::-webkit-scrollbar { display: none; }

.tab-btn[b-hiatamxbpe] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: var(--text-secondary);
    font-size: 0.84rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.12s ease, color 0.12s ease;
    font-family: inherit;
    flex-shrink: 0;
}

.tab-btn i[b-hiatamxbpe] { font-size: 0.8rem; }

.tab-btn:hover[b-hiatamxbpe] {
    background: var(--accent-muted);
    color: var(--text-primary);
}

.tab-btn.active[b-hiatamxbpe] {
    background: var(--accent);
    color: #fff;
    font-weight: 600;
}

.tab-count[b-hiatamxbpe] {
    background: rgba(255,255,255,0.25);
    color: inherit;
    border-radius: 99px;
    padding: 0 6px;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 18px;
    text-align: center;
}

.tab-btn:not(.active) .tab-count[b-hiatamxbpe] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.tab-body[b-hiatamxbpe] { min-height: 200px; }

/* ── Popup copy button ── */
.popup-copy-btn[b-hiatamxbpe] {
    background: var(--border);
    color: var(--text-primary);
    height: 45px;
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
    padding: 0 14px;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: inherit;
    transition: background 0.15s ease;
}
.popup-copy-btn:hover[b-hiatamxbpe] { background: var(--surface-hover); }

/* ── Mobile responsive ──────────────────────────── */

@media (max-width: 640px) {
    .live-stats-bar[b-hiatamxbpe] {
        flex-wrap: wrap;
        gap: 8px;
    }

    .lstat[b-hiatamxbpe] {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
    }

    .lstat-ring[b-hiatamxbpe] {
        flex: 1 1 100%;
    }

    .details-header[b-hiatamxbpe] {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-actions[b-hiatamxbpe] {
        width: 100%;
        flex-wrap: wrap;
    }

    .tab-nav[b-hiatamxbpe] {
        padding-bottom: 2px;
    }
}
/* /Pages/Quiz/Edit.razor.rz.scp.css */
.form-shell[b-3cyo3120te] {
    padding: 8px 0 32px;
}

.form-card[b-3cyo3120te] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    padding: 32px;
    max-width: 860px;
}

.form-card-title[b-3cyo3120te] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 28px;
}

.form-section[b-3cyo3120te] {
    padding: 0;
}

.form-section-header[b-3cyo3120te] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.form-divider[b-3cyo3120te] {
    height: 1px;
    background: var(--border);
    margin: 24px 0;
}

.form-actions[b-3cyo3120te] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.form-cancel-btn[b-3cyo3120te] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 8px;
    transition: color 0.15s ease;
}

.form-cancel-btn:hover[b-3cyo3120te] {
    color: var(--text-primary);
}

.form-save-btn[b-3cyo3120te] {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 32px;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    min-width: 140px;
    transition: opacity 0.15s ease;
}

.form-save-btn:hover[b-3cyo3120te] {
    opacity: 0.88;
}

.form-save-btn:disabled[b-3cyo3120te] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Pages/Quiz/Index.razor.rz.scp.css */
.ql-header[b-mvmia4c7xm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.ql-heading[b-mvmia4c7xm] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    flex-shrink: 0;
}

.ql-controls[b-mvmia4c7xm] {
    flex: 1;
    max-width: 400px;
}

[b-mvmia4c7xm] .ql-search .mud-input-outlined {
    background: var(--surface);
}

.ql-tab-toolbar[b-mvmia4c7xm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.ql-filter-chips[b-mvmia4c7xm] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-chip[b-mvmia4c7xm] {
    padding: 5px 14px;
    border-radius: 99px;
    border: 1px solid var(--border);
    background: var(--bg);
    color: var(--text-secondary);
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.filter-chip:hover[b-mvmia4c7xm] {
    border-color: var(--accent);
    color: var(--accent);
}

.filter-chip--active[b-mvmia4c7xm] {
    background: var(--accent-muted);
    border-color: var(--accent);
    color: var(--accent);
}

.ql-new-btn[b-mvmia4c7xm] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 99px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.15s ease;
    flex-shrink: 0;
}

.ql-new-btn:hover[b-mvmia4c7xm] {
    opacity: 0.88;
}

.ql-new-btn--template[b-mvmia4c7xm] {
    background: #8b5cf6;
}

/* Card grid */
.quiz-grid[b-mvmia4c7xm] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .quiz-grid[b-mvmia4c7xm] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .quiz-grid[b-mvmia4c7xm] { grid-template-columns: 1fr; }
}

.quiz-card[b-mvmia4c7xm] {
    background: var(--surface);
    border-radius: var(--radius-card);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.quiz-card:hover[b-mvmia4c7xm] {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.quiz-card-head[b-mvmia4c7xm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.status-badge[b-mvmia4c7xm] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 99px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.status-badge--draft[b-mvmia4c7xm] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.status-badge--published[b-mvmia4c7xm] {
    background: rgba(99,102,241,0.12);
    color: #6366f1;
}

.status-badge--template[b-mvmia4c7xm] {
    background: rgba(139,92,246,0.12);
    color: #8b5cf6;
}

.quiz-card-qcount[b-mvmia4c7xm] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    color: var(--text-secondary);
}

.quiz-card-title[b-mvmia4c7xm] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
}

.quiz-card-desc[b-mvmia4c7xm] {
    margin: 0;
    font-size: 0.83rem;
    color: var(--text-secondary);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quiz-card-meta[b-mvmia4c7xm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 2px;
}

.quiz-card-date[b-mvmia4c7xm] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    color: var(--text-secondary);
}

.quiz-card-date--close[b-mvmia4c7xm] {
    color: #ef4444;
    opacity: 0.8;
}

.quiz-card-actions[b-mvmia4c7xm] {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid var(--border);
}

.quiz-card-btn[b-mvmia4c7xm] {
    flex: 1;
    padding: 7px 12px;
    border-radius: 8px;
    border: none;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s ease;
    text-align: center;
}

.quiz-card-btn:hover[b-mvmia4c7xm] {
    opacity: 0.85;
}

.quiz-card-btn--primary[b-mvmia4c7xm] {
    background: var(--accent);
    color: #fff;
}

.quiz-card-btn--secondary[b-mvmia4c7xm] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

/* Empty state */
.ql-empty[b-mvmia4c7xm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    gap: 16px;
    text-align: center;
}

.ql-empty-icon[b-mvmia4c7xm] {
    font-size: 3rem;
    color: var(--border);
}

.ql-empty-label[b-mvmia4c7xm] {
    margin: 0;
    font-size: 1rem;
    color: var(--text-secondary);
}
/* /Pages/Quiz/Overview.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Stats bar
   ══════════════════════════════════════════════════════════ */

.ov-stats[b-jy4axyy7us] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.ov-stat[b-jy4axyy7us] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: box-shadow 0.15s ease;
}

.ov-stat:hover[b-jy4axyy7us] { box-shadow: var(--shadow); }

.ov-stat-icon[b-jy4axyy7us] {
    font-size: 1.15rem;
    color: var(--accent);
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--accent-muted);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ov-stat-icon--green[b-jy4axyy7us] { color: var(--success); background: var(--success-muted); }
.ov-stat-icon--amber[b-jy4axyy7us] { color: #f59e0b; background: rgba(245,158,11,0.10); }
.ov-stat-icon--purple[b-jy4axyy7us] { color: #8b5cf6; background: rgba(139,92,246,0.10); }

.ov-stat-body[b-jy4axyy7us] { display: flex; flex-direction: column; gap: 1px; min-width: 0; }

.ov-stat-value[b-jy4axyy7us] {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
}

.ov-stat-value--sm[b-jy4axyy7us] { font-size: 0.9rem; font-weight: 700; line-height: 1.3; }

.ov-stat-label[b-jy4axyy7us] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ══════════════════════════════════════════════════════════
   Main card grid
   ══════════════════════════════════════════════════════════ */

.ov-grid[b-jy4axyy7us] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.ov-card[b-jy4axyy7us] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 20px;
}

.ov-card--full[b-jy4axyy7us] { grid-column: 1 / -1; }

.ov-card-heading[b-jy4axyy7us] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-secondary);
    margin: 0 0 14px 0;
}

/* ── Property rows ── */

.ov-prop[b-jy4axyy7us] {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.ov-prop:last-child[b-jy4axyy7us] { border-bottom: none; }

.ov-prop--stacked[b-jy4axyy7us] { align-items: flex-start; flex-direction: column; gap: 8px; }

.ov-prop-key[b-jy4axyy7us] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    flex-shrink: 0;
    min-width: 110px;
}

.ov-prop--stacked .ov-prop-key[b-jy4axyy7us] { min-width: 0; }

.ov-prop-val[b-jy4axyy7us] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
    word-break: break-word;
}

.ov-desc-box[b-jy4axyy7us] {
    width: 100%;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.875rem;
    color: var(--text-primary);
    line-height: 1.6;
    min-height: 60px;
    max-height: 140px;
    overflow-y: auto;
}

/* ══════════════════════════════════════════════════════════
   Date timeline rows
   ══════════════════════════════════════════════════════════ */

.ov-date-row[b-jy4axyy7us] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    position: relative;
}

.ov-date-row:last-child[b-jy4axyy7us] { border-bottom: none; }

/* Vertical connector line between dots */
.ov-date-row:not(:last-child)[b-jy4axyy7us]::after {
    content: '';
    position: absolute;
    left: 7px;
    top: calc(50% + 8px);
    width: 2px;
    height: calc(100% - 4px);
    background: var(--border);
}

.ov-date-dot[b-jy4axyy7us] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.ov-date-dot--open[b-jy4axyy7us] { border-color: var(--success); background: var(--success-muted); }
.ov-date-dot--close[b-jy4axyy7us] { border-color: var(--danger); background: var(--danger-muted); }
.ov-date-dot--publish[b-jy4axyy7us] { border-color: var(--accent); background: var(--accent-muted); }

.ov-date-info[b-jy4axyy7us] { display: flex; flex-direction: column; gap: 1px; }

.ov-date-label[b-jy4axyy7us] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
}

.ov-date-val[b-jy4axyy7us] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.ov-date-time[b-jy4axyy7us] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 1px 6px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}

/* ══════════════════════════════════════════════════════════
   Status & access badges
   ══════════════════════════════════════════════════════════ */

.ov-badge[b-jy4axyy7us] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ov-badge--draft[b-jy4axyy7us] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.ov-badge--published[b-jy4axyy7us] {
    background: var(--accent-muted);
    color: var(--accent);
    border: 1px solid transparent;
}

.ov-badge--access[b-jy4axyy7us] {
    background: var(--success-muted);
    color: var(--success);
}

/* ══════════════════════════════════════════════════════════
   Quiz link bar
   ══════════════════════════════════════════════════════════ */

.ov-link-card[b-jy4axyy7us] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 16px 20px;
    margin-top: 0;
}

.ov-link-left[b-jy4axyy7us] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.ov-link-icon[b-jy4axyy7us] {
    font-size: 0.85rem;
    color: var(--accent);
    background: var(--accent-muted);
    border-radius: 8px;
    padding: 8px;
    flex-shrink: 0;
}

.ov-link-body[b-jy4axyy7us] { display: flex; flex-direction: column; gap: 2px; min-width: 0; }

.ov-link-label[b-jy4axyy7us] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-secondary);
}

.ov-link-url[b-jy4axyy7us] {
    font-size: 0.82rem;
    color: var(--accent);
    font-family: 'Courier New', monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 520px;
}

.ov-copy-btn[b-jy4axyy7us] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    font-family: inherit;
    flex-shrink: 0;
}

.ov-copy-btn:hover[b-jy4axyy7us] {
    background: var(--accent-muted);
    border-color: var(--accent);
    color: var(--accent);
}

/* ══════════════════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════════════════ */

@media (max-width: 700px) {
    .ov-stats[b-jy4axyy7us] { grid-template-columns: 1fr 1fr; }
    .ov-grid[b-jy4axyy7us] { grid-template-columns: 1fr; }
    .ov-card--full[b-jy4axyy7us] { grid-column: 1; }
    .ov-link-card[b-jy4axyy7us] { flex-direction: column; align-items: flex-start; }
    .ov-link-url[b-jy4axyy7us] { max-width: 100%; }
}
/* /Pages/Quiz/ParticipantQuizzes.razor.rz.scp.css */
body[b-qh09hm2fkr] {
}
/* /Pages/Quiz/QuizResult.razor.rz.scp.css */
body[b-azb3ima3cz] {
    background-color: var(--bg);
}

.header[b-azb3ima3cz] {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--surface);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
}

.header-content[b-azb3ima3cz] {
    display: flex;
    align-items: center;
}

.logo[b-azb3ima3cz] {
    height: 50px;
    margin-right: 20px;
}

.header-text h2[b-azb3ima3cz] {
    margin: 0;
    font-size: 1.5em;
}

.quiz-title[b-azb3ima3cz] {
    color: var(--accent);
}

.participant-info[b-azb3ima3cz] {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-between;
}

.info-wrapper[b-azb3ima3cz] {
    display: flex;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: center;
    gap: 50px;
}

.info-item[b-azb3ima3cz] {
    text-align: center;
}

.info-item .label[b-azb3ima3cz] {
    font-weight: bold;
    margin: 0;
}

.info-item .value[b-azb3ima3cz] {
    margin: 0;
}

.status[b-azb3ima3cz] {
    font-weight: bold;
}

.passed[b-azb3ima3cz] {
    color: var(--success);
}

.failed[b-azb3ima3cz] {
    color: var(--danger);
}

.quiz-container[b-azb3ima3cz] {
    margin: 20px auto;
    padding: 20px;
}

.quiz-question[b-azb3ima3cz] {
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--bg);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.question-header[b-azb3ima3cz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.question-text[b-azb3ima3cz] {
    font-size: 1.2em;
}

.question-image[b-azb3ima3cz] {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
}

.options-list[b-azb3ima3cz] {
    list-style-type: none;
    padding: 0;
}

.option-item[b-azb3ima3cz] {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background-color: var(--bg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.option-item.correct[b-azb3ima3cz] {
    background-color: var(--success-muted);
    border-color: var(--success);
    color: #065f46;
}

.option-item.incorrect[b-azb3ima3cz] {
    background-color: var(--danger-muted);
    border-color: var(--danger);
    color: #7f1d1d;
}

.option-item.user-answer[b-azb3ima3cz] {
    font-weight: bold;
}

.correct-answer-icon[b-azb3ima3cz] {
    margin-left: auto;
    color: var(--success);
}

.score[b-azb3ima3cz] {
    background-color: var(--bg);
    padding: 6px 15px;
    border-radius: 5px;
}

.loader-wrapper[b-azb3ima3cz] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.divider[b-azb3ima3cz] {
    height: 1px;
    border: 1px solid var(--border);
    margin-bottom: 10px;
}

.correct-answer-value[b-azb3ima3cz] {
    font-weight: bold;
    color: var(--success);
}

.quiz-score-container[b-azb3ima3cz] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--bg);
}

.content[b-azb3ima3cz] {
    background-color: var(--surface);
    border-radius: 8px;
    box-shadow: var(--shadow);
    text-align: center;
    padding: 2rem;
    max-width: 65%;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result-icon[b-azb3ima3cz] {
    height: 150px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0px;
}
/* /Pages/Quiz/SessionParticipants.razor.rz.scp.css */
body[b-bbxnf0gauy] {
}
/* /Pages/Register.razor.rz.scp.css */
/* ── Dark mode toggle ─────────────────────────────── */

.auth-theme-toggle[b-2q23dokx0h] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

.auth-theme-toggle[b-2q23dokx0h]  button {
    color: var(--text-primary) !important;
    background: rgba(128, 128, 128, 0.15) !important;
    border-radius: 50% !important;
}

.auth-theme-toggle[b-2q23dokx0h]  button:hover {
    background: rgba(128, 128, 128, 0.28) !important;
}

/* ── Auth background ──────────────────────────────── */

.auth-bg[b-2q23dokx0h] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.auth-bg[b-2q23dokx0h]::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.18) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Auth card ────────────────────────────────────── */

.auth-card[b-2q23dokx0h] {
    background: var(--surface);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

/* ── Header ───────────────────────────────────────── */

.auth-header[b-2q23dokx0h] {
    text-align: center;
    margin-bottom: 28px;
}

.auth-brand-icon[b-2q23dokx0h] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--accent);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.auth-brand-name[b-2q23dokx0h] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.auth-subtitle[b-2q23dokx0h] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Field spacing ────────────────────────────────── */

.auth-field-gap[b-2q23dokx0h] {
    height: 14px;
}

/* ── Submit button ────────────────────────────────── */

.auth-submit-btn[b-2q23dokx0h] {
    background-color: var(--accent) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    height: 46px;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-transform: none !important;
    margin-top: 4px;
}

.auth-submit-btn:hover[b-2q23dokx0h] {
    background-color: var(--accent-hover) !important;
}

/* ── Links ────────────────────────────────────────── */

.auth-links[b-2q23dokx0h] {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 4px;
}

.auth-link[b-2q23dokx0h] {
    font-size: 0.85rem;
    color: var(--accent);
    text-decoration: none;
}

.auth-link:hover[b-2q23dokx0h] {
    text-decoration: underline;
}

/* ── Copyright ────────────────────────────────────── */

.auth-copyright[b-2q23dokx0h] {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 24px;
    margin-bottom: 0;
}

/* ── Error / shake (preserved) ───────────────────── */

.error-container[b-2q23dokx0h] {
    position: relative;
    background-color: var(--danger-muted);
    border: 1px solid rgba(239,68,68,0.3);
    height: 60px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.error-message[b-2q23dokx0h] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--danger);
    width: 80%;
}
/* /Pages/ResetPassword.razor.rz.scp.css */
/* ── Auth background ──────────────────────────────── */

.auth-bg[b-ynwp50viwg] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.auth-bg[b-ynwp50viwg]::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.18) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Auth card ────────────────────────────────────── */

.auth-card[b-ynwp50viwg] {
    background: var(--surface);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

/* ── Header ───────────────────────────────────────── */

.auth-header[b-ynwp50viwg] {
    text-align: center;
    margin-bottom: 28px;
}

.auth-brand-icon[b-ynwp50viwg] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--accent);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.auth-brand-name[b-ynwp50viwg] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.auth-subtitle[b-ynwp50viwg] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Field spacing ────────────────────────────────── */

.auth-field-gap[b-ynwp50viwg] {
    height: 14px;
}

/* ── Submit button ────────────────────────────────── */

.auth-submit-btn[b-ynwp50viwg] {
    background-color: var(--accent) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    height: 46px;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-transform: none !important;
    margin-top: 4px;
}

.auth-submit-btn:hover[b-ynwp50viwg] {
    background-color: var(--accent-hover) !important;
}

/* ── Links ────────────────────────────────────────── */

.auth-links[b-ynwp50viwg] {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 4px;
}

.auth-link[b-ynwp50viwg] {
    font-size: 0.85rem;
    color: var(--accent);
    text-decoration: none;
}

.auth-link:hover[b-ynwp50viwg] {
    text-decoration: underline;
}

/* ── Divider ──────────────────────────────────────── */

.auth-divider[b-ynwp50viwg] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.auth-divider[b-ynwp50viwg]::before,
.auth-divider[b-ynwp50viwg]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

/* ── Copyright ────────────────────────────────────── */

.auth-copyright[b-ynwp50viwg] {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 24px;
    margin-bottom: 0;
}

/* ── Error styles ─────────────────────────────────── */

.error-container[b-ynwp50viwg] {
    position: relative;
    background-color: var(--danger-muted);
    border: 1px solid rgba(239,68,68,0.3);
    height: 60px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.error-message[b-ynwp50viwg] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--danger);
    width: 80%;
}

@keyframes shake-b-ynwp50viwg {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-1px); }
    20%, 40%, 60%, 80% { transform: translateX(1px); }
}

.shake[b-ynwp50viwg] {
    animation: shake-b-ynwp50viwg 0.5s;
}

/* ── Success styles ───────────────────────────────── */

.success-container[b-ynwp50viwg] {
    background-color: var(--success-muted);
    border: 1px solid rgba(34,197,94,0.3);
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
    margin-bottom: 10px;
}

.success-message[b-ynwp50viwg] {
    color: var(--success);
    margin: 0;
    font-size: 0.875rem;
}
/* /Pages/Sessions/Index.razor.rz.scp.css */
/* ── Search toolbar ── */

.table-toolbar[b-7yl86jayme] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
}

.table-search-wrap[b-7yl86jayme] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    max-width: 360px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 6px 10px;
    transition: border-color 0.15s ease;
}

.table-search-wrap:focus-within[b-7yl86jayme] { border-color: var(--accent); }

.table-search-wrap > i[b-7yl86jayme] { color: var(--text-secondary); font-size: 0.82rem; flex-shrink: 0; }

.table-search-input[b-7yl86jayme] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text-primary);
    font-size: 0.875rem;
    min-width: 0;
}

.table-search-input[b-7yl86jayme]::placeholder { color: var(--text-secondary); }

.table-search-clear[b-7yl86jayme] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    transition: color 0.12s ease;
}

.table-search-clear:hover[b-7yl86jayme] { color: var(--text-primary); }

.table-count[b-7yl86jayme] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 99px;
    padding: 2px 10px;
    white-space: nowrap;
}

/* ── Row elements ── */

.row-avatar[b-7yl86jayme] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.row-name-cell[b-7yl86jayme] { display: flex; flex-direction: column; gap: 1px; }
.row-name-primary[b-7yl86jayme] { font-size: 0.875rem; font-weight: 500; color: var(--text-primary); line-height: 1.3; }
.row-name-secondary[b-7yl86jayme] { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.3; }

.row-actions[b-7yl86jayme] {
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.15s ease;
}

/* ── Empty state ── */

.table-empty[b-7yl86jayme] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0;
    gap: 10px;
    color: var(--text-secondary);
}

.table-empty i[b-7yl86jayme] { font-size: 2rem; opacity: 0.45; }
.table-empty p[b-7yl86jayme] { margin: 0; font-size: 0.9rem; }

/* ═══════════════════════════════════════════════════════
   Modern table deep overrides
   ═══════════════════════════════════════════════════════ */

[b-7yl86jayme] .mud-table-root { background: var(--surface) !important; box-shadow: none !important; border-radius: 0 !important; }

[b-7yl86jayme] .mud-table-head .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-secondary) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 40px !important;
    white-space: nowrap;
}

[b-7yl86jayme] .mud-table-head .mud-table-cell .mud-button-root,
[b-7yl86jayme] .mud-table-head .mud-table-cell .mud-icon-button {
    opacity: 0 !important;
    transition: opacity 0.15s ease !important;
}

[b-7yl86jayme] .mud-table-head .mud-table-cell:hover .mud-button-root,
[b-7yl86jayme] .mud-table-head .mud-table-cell:hover .mud-icon-button {
    opacity: 0.7 !important;
    color: var(--accent) !important;
}

[b-7yl86jayme] .mud-table-body .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 56px !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
    cursor: pointer;
}

[b-7yl86jayme] .mud-table-body .mud-table-row:last-child .mud-table-cell { border-bottom: none !important; }

[b-7yl86jayme] .mud-table-body .mud-table-row:hover .mud-table-cell { background: var(--accent-muted) !important; }

[b-7yl86jayme] .mud-table-body .mud-table-row:hover .row-actions { opacity: 1; }

[b-7yl86jayme] .mud-table-body .mud-table-row .sticky-column { background: var(--surface) !important; cursor: default; }
[b-7yl86jayme] .mud-table-body .mud-table-row:hover .sticky-column { background: var(--accent-muted) !important; }
[b-7yl86jayme] .mud-table-head .sticky-column { background: var(--surface) !important; }

[b-7yl86jayme] .mud-table-foot td,
[b-7yl86jayme] .mud-table-foot .mud-table-cell {
    background: var(--surface) !important;
    border-top: 1px solid var(--border) !important;
    border-bottom: none !important;
    color: var(--text-secondary) !important;
    font-size: 0.82rem !important;
    cursor: default;
}
/* /Pages/Sessions/SessionDetail.razor.rz.scp.css */
.session-subtitle[b-yeaousjqjd] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

/* Section card header with padding (card itself has padding:0) */
.sd-section-header[b-yeaousjqjd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
}

/* ── Row elements ── */

.row-avatar[b-yeaousjqjd] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    flex-shrink: 0;
}

.row-name-cell[b-yeaousjqjd] { display: flex; flex-direction: column; gap: 1px; }
.row-name-primary[b-yeaousjqjd] { font-size: 0.875rem; font-weight: 500; color: var(--text-primary); line-height: 1.3; }
.row-name-secondary[b-yeaousjqjd] { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.3; }

.row-actions[b-yeaousjqjd] {
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.15s ease;
}

/* Pass rate badge */
.pass-rate[b-yeaousjqjd] { font-weight: 600; font-size: 0.85rem; }
.pass-rate--good[b-yeaousjqjd] { color: var(--success); }
.pass-rate--low[b-yeaousjqjd]  { color: var(--warning); }

/* ── Empty state ── */

.table-empty[b-yeaousjqjd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 10px;
    color: var(--text-secondary);
}

.table-empty i[b-yeaousjqjd] { font-size: 1.8rem; opacity: 0.45; }
.table-empty p[b-yeaousjqjd] { margin: 0; font-size: 0.88rem; }

/* ═══════════════════════════════════════════════════════
   Modern table deep overrides
   ═══════════════════════════════════════════════════════ */

[b-yeaousjqjd] .mud-table-root { background: var(--surface) !important; box-shadow: none !important; border-radius: 0 !important; }

[b-yeaousjqjd] .mud-table-head .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-secondary) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 40px !important;
    white-space: nowrap;
}

[b-yeaousjqjd] .mud-table-head .mud-table-cell .mud-button-root,
[b-yeaousjqjd] .mud-table-head .mud-table-cell .mud-icon-button {
    opacity: 0 !important;
    transition: opacity 0.15s ease !important;
}

[b-yeaousjqjd] .mud-table-head .mud-table-cell:hover .mud-button-root,
[b-yeaousjqjd] .mud-table-head .mud-table-cell:hover .mud-icon-button {
    opacity: 0.7 !important;
    color: var(--accent) !important;
}

[b-yeaousjqjd] .mud-table-body .mud-table-cell {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-bottom: 1px solid var(--border) !important;
    border-right: none !important;
    padding: 0 16px !important;
    height: 52px !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
}

[b-yeaousjqjd] .mud-table-body .mud-table-row:last-child .mud-table-cell { border-bottom: none !important; }

[b-yeaousjqjd] .mud-table-body .mud-table-row:hover .mud-table-cell { background: var(--accent-muted) !important; }

[b-yeaousjqjd] .mud-table-body .mud-table-row:hover .row-actions { opacity: 1; }

[b-yeaousjqjd] .mud-table-body .mud-table-row .sticky-column { background: var(--surface) !important; }
[b-yeaousjqjd] .mud-table-body .mud-table-row:hover .sticky-column { background: var(--accent-muted) !important; }
[b-yeaousjqjd] .mud-table-head .sticky-column { background: var(--surface) !important; }

[b-yeaousjqjd] .mud-table-foot td,
[b-yeaousjqjd] .mud-table-foot .mud-table-cell {
    background: var(--surface) !important;
    border-top: 1px solid var(--border) !important;
    border-bottom: none !important;
    color: var(--text-secondary) !important;
    font-size: 0.82rem !important;
}
/* /Pages/Settings/Index.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Two-column layout
   ══════════════════════════════════════════════════════════ */

.settings-layout[b-jco9i8nmp7] {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: start;
    max-width: 900px;
}

/* ══════════════════════════════════════════════════════════
   Left sidebar nav
   ══════════════════════════════════════════════════════════ */

.settings-nav[b-jco9i8nmp7] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: sticky;
    top: 24px;
}

.settings-nav-group[b-jco9i8nmp7] {
    display: block;
    padding: 8px 10px 4px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-secondary);
}

.settings-nav-item[b-jco9i8nmp7] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: background 0.12s ease, color 0.12s ease;
    width: 100%;
}

.settings-nav-item i[b-jco9i8nmp7] { width: 16px; text-align: center; font-size: 0.85rem; }

.settings-nav-item:hover[b-jco9i8nmp7] {
    background: var(--accent-muted);
    color: var(--text-primary);
}

.settings-nav-item.active[b-jco9i8nmp7] {
    background: var(--accent-muted);
    color: var(--accent);
    font-weight: 600;
}

/* ══════════════════════════════════════════════════════════
   Right content column
   ══════════════════════════════════════════════════════════ */

.settings-content[b-jco9i8nmp7] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Section head (title + description above the blocks) ── */

.settings-section-head[b-jco9i8nmp7] {
    margin-bottom: 20px;
}

.settings-section-title[b-jco9i8nmp7] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 4px 0;
}

.settings-section-desc[b-jco9i8nmp7] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.5;
}

/* ── Block: a bordered card inside the content area ── */

.settings-block[b-jco9i8nmp7] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 20px 24px;
    margin-bottom: 12px;
}

.settings-block-divider[b-jco9i8nmp7] {
    height: 1px;
    background: var(--border);
    margin: 0 0 12px 0;
    display: none; /* blocks have their own borders now */
}

/* ── Block header: icon + title + subtitle ── */

.settings-block-header[b-jco9i8nmp7] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.settings-block-icon[b-jco9i8nmp7] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--accent-muted);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    padding: 9px;
    box-sizing: border-box;
}

.settings-block-title[b-jco9i8nmp7] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 2px 0;
}

.settings-block-subtitle[b-jco9i8nmp7] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Loading spinner ── */

.settings-spinner[b-jco9i8nmp7] {
    display: flex;
    padding: 40px 0;
    align-items: center;
}

/* ══════════════════════════════════════════════════════════
   Form fields — label-above pattern
   ══════════════════════════════════════════════════════════ */

.form-row[b-jco9i8nmp7] {
    margin-bottom: 14px;
}

.form-row:last-of-type[b-jco9i8nmp7] { margin-bottom: 0; }

.form-label[b-jco9i8nmp7] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

/* Two-column form grid */
.form-grid-2[b-jco9i8nmp7] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.form-col-wide[b-jco9i8nmp7] { grid-column: 1; }

/* ══════════════════════════════════════════════════════════
   MudTextField / MudSelect / MudNumericField — outlined
   ══════════════════════════════════════════════════════════ */

[b-jco9i8nmp7] .mud-input-outlined .mud-input-outlined-border {
    border-color: var(--border) !important;
    border-radius: 8px !important;
    transition: border-color 0.15s ease !important;
}

[b-jco9i8nmp7] .mud-input-outlined:hover:not(.mud-disabled) .mud-input-outlined-border {
    border-color: var(--text-secondary) !important;
}

[b-jco9i8nmp7] .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: var(--accent) !important;
    border-width: 1.5px !important;
}

[b-jco9i8nmp7] .mud-input-outlined .mud-input,
[b-jco9i8nmp7] .mud-input-outlined .mud-input-slot {
    color: var(--text-primary) !important;
    background: transparent !important;
    font-size: 0.875rem !important;
}

[b-jco9i8nmp7] .mud-input-outlined.mud-disabled { opacity: 0.5; }

/* Hide floating label since we use native labels */
[b-jco9i8nmp7] .mud-input-label { display: none !important; }

/* Helper text */
[b-jco9i8nmp7] .mud-helper-text { color: var(--text-secondary) !important; font-size: 0.75rem !important; }

/* MudSelect popover */
[b-jco9i8nmp7] .mud-popover-paper {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 10px !important;
    box-shadow: var(--shadow) !important;
}

[b-jco9i8nmp7] .mud-list-item { color: var(--text-primary) !important; font-size: 0.875rem !important; }
[b-jco9i8nmp7] .mud-list-item:hover { background: var(--accent-muted) !important; }
[b-jco9i8nmp7] .mud-selected-item { background: var(--accent-muted) !important; color: var(--accent) !important; font-weight: 600 !important; }

/* ══════════════════════════════════════════════════════════
   Toggle row (MudSwitch)
   ══════════════════════════════════════════════════════════ */

.settings-toggle-row[b-jco9i8nmp7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-top: 1px solid var(--border);
    margin-top: 4px;
    gap: 16px;
}

.settings-toggle-info[b-jco9i8nmp7] { display: flex; flex-direction: column; gap: 2px; }

.settings-toggle-label[b-jco9i8nmp7] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.settings-toggle-hint[b-jco9i8nmp7] {
    font-size: 0.78rem;
    color: var(--text-secondary);
}

[b-jco9i8nmp7] .mud-switch-track-primary-true { background-color: var(--accent) !important; }

/* ══════════════════════════════════════════════════════════
   Status badges
   ══════════════════════════════════════════════════════════ */

.status-badge[b-jco9i8nmp7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.83rem;
    font-weight: 500;
}

.status-badge--green[b-jco9i8nmp7] {
    background: var(--success-muted);
    border: 1px solid rgba(16,185,129,0.25);
    color: var(--success);
}

.status-badge--gray[b-jco9i8nmp7] {
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--text-secondary);
}

/* ══════════════════════════════════════════════════════════
   Buttons
   ══════════════════════════════════════════════════════════ */

.settings-footer[b-jco9i8nmp7] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    margin-top: 20px;
}

.settings-btn[b-jco9i8nmp7] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 18px;
    height: 36px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    border: 1.5px solid transparent;
    white-space: nowrap;
    font-family: inherit;
}

.settings-btn:disabled[b-jco9i8nmp7] { opacity: 0.45; cursor: not-allowed; pointer-events: none; }

.settings-btn--primary[b-jco9i8nmp7] {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.settings-btn--primary:hover[b-jco9i8nmp7] { filter: brightness(1.08); }

.settings-btn--ghost[b-jco9i8nmp7] {
    background: transparent;
    color: var(--text-primary);
    border-color: var(--border);
}

.settings-btn--ghost:hover[b-jco9i8nmp7] {
    background: var(--accent-muted);
    border-color: var(--accent);
    color: var(--accent);
}

.settings-btn--danger[b-jco9i8nmp7] {
    background: transparent;
    color: var(--danger);
    border-color: rgba(239,68,68,0.35);
}

.settings-btn--danger:hover[b-jco9i8nmp7] {
    background: var(--danger-muted);
    border-color: var(--danger);
}

/* ══════════════════════════════════════════════════════════
   Danger zone block
   ══════════════════════════════════════════════════════════ */

.settings-danger-zone[b-jco9i8nmp7] {
    border-color: rgba(239,68,68,0.30) !important;
    background: rgba(239,68,68,0.03) !important;
}

.danger-zone-title[b-jco9i8nmp7] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--danger);
    margin: 0 0 14px 0;
}

.danger-zone-row[b-jco9i8nmp7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.danger-zone-label[b-jco9i8nmp7] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 2px 0;
}

.danger-zone-hint[b-jco9i8nmp7] {
    font-size: 0.78rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ══════════════════════════════════════════════════════════
   Sync objects chips + inline add
   ══════════════════════════════════════════════════════════ */

.settings-chips[b-jco9i8nmp7] { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }

.settings-inline-add[b-jco9i8nmp7] { display: flex; align-items: center; gap: 4px; }

[b-jco9i8nmp7] .mud-chip {
    border-radius: 6px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    height: 26px !important;
}

[b-jco9i8nmp7] .mud-chip-color-info { background: rgba(59,130,246,0.12) !important; color: #3b82f6 !important; }
[b-jco9i8nmp7] .mud-chip-color-success { background: var(--success-muted) !important; color: var(--success) !important; }

[b-jco9i8nmp7] .mud-icon-button-color-primary { color: var(--accent) !important; }
[b-jco9i8nmp7] .mud-icon-button-color-primary:hover { background: var(--accent-muted) !important; }

/* ══════════════════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════════════════ */

@media (max-width: 700px) {
    .settings-layout[b-jco9i8nmp7] { grid-template-columns: 1fr; }
    .settings-nav[b-jco9i8nmp7] { position: static; flex-direction: row; flex-wrap: wrap; }
    .settings-nav-group[b-jco9i8nmp7] { display: none; }
    .form-grid-2[b-jco9i8nmp7] { grid-template-columns: 1fr; }
}
/* /Pages/VerifyEmail.razor.rz.scp.css */
/* ── Auth background ──────────────────────────────── */

.auth-bg[b-lksfx2o6l7] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.auth-bg[b-lksfx2o6l7]::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.18) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Auth card ────────────────────────────────────── */

.auth-card[b-lksfx2o6l7] {
    background: var(--surface);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

/* ── Header ───────────────────────────────────────── */

.auth-header[b-lksfx2o6l7] {
    text-align: center;
    margin-bottom: 28px;
}

.auth-brand-icon[b-lksfx2o6l7] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--accent);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.auth-brand-name[b-lksfx2o6l7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.auth-subtitle[b-lksfx2o6l7] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Field spacing ────────────────────────────────── */

.auth-field-gap[b-lksfx2o6l7] {
    height: 14px;
}

/* ── Submit button ────────────────────────────────── */

.auth-submit-btn[b-lksfx2o6l7] {
    background-color: var(--accent) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    height: 46px;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-transform: none !important;
    margin-top: 4px;
}

.auth-submit-btn:hover[b-lksfx2o6l7] {
    background-color: var(--accent-hover) !important;
}

/* ── Outlined link button ─────────────────────────── */

.auth-link-btn[b-lksfx2o6l7] {
    border-color: var(--border) !important;
    color: var(--text-primary) !important;
    border-radius: 50px !important;
    height: 46px;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    text-transform: none !important;
    margin-top: 4px;
}

/* ── Links ────────────────────────────────────────── */

.auth-links[b-lksfx2o6l7] {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 4px;
}

.auth-link[b-lksfx2o6l7] {
    font-size: 0.85rem;
    color: var(--accent);
    text-decoration: none;
}

.auth-link:hover[b-lksfx2o6l7] {
    text-decoration: underline;
}

/* ── Divider ──────────────────────────────────────── */

.auth-divider[b-lksfx2o6l7] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.auth-divider[b-lksfx2o6l7]::before,
.auth-divider[b-lksfx2o6l7]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

/* ── Copyright ────────────────────────────────────── */

.auth-copyright[b-lksfx2o6l7] {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 24px;
    margin-bottom: 0;
}

/* ── Error styles ─────────────────────────────────── */

.error-container[b-lksfx2o6l7] {
    position: relative;
    background-color: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.3);
    height: 60px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.error-message[b-lksfx2o6l7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dc2626;
    width: 80%;
}

/* ── Success styles ───────────────────────────────── */

.success-container[b-lksfx2o6l7] {
    background-color: rgba(34,197,94,0.12);
    border: 1px solid rgba(34,197,94,0.3);
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
    margin-bottom: 10px;
}

.success-message[b-lksfx2o6l7] {
    color: #16a34a;
    margin: 0;
    font-size: 0.875rem;
}
/* /Shared/Components/AnswersChoices.razor.rz.scp.css */
.response-section[b-shbcgorckd] {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    width: 100%;
    background-color: white;
}

.response-row[b-shbcgorckd] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem; /* Add space between the inputs and the checkbox */
    
}

.move-buttons-container[b-shbcgorckd] {
    width: 100%; /* Ensure it spans the full width */
    margin-bottom: 20px; /* Adjust the vertical space as needed */
}

.response-input[b-shbcgorckd] {
    flex-grow: 1; /* Takes up the remaining space */
    margin-right: 1rem; /* Space between the response input and the note input */
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.note-input[b-shbcgorckd] {
    width: 10%; /* Fixed width for the note input */
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    margin-left: 10px;
}

.checkbox-row[b-shbcgorckd] {
    display: flex;
    justify-content: space-between; /* Align the checkbox to the right */
    padding-bottom: 16px;
    align-items: center;
}

.checkbox-container[b-shbcgorckd] {
    display: flex;
    align-items: center; /* Center the label and checkbox vertically */
    cursor: pointer;
}

    .checkbox-container input[b-shbcgorckd] {
        margin-left: 0.5rem; /* Space between the label and the checkbox */
    }

.checkmark[b-shbcgorckd] {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #eee;
    margin-left: 0.5rem; /* Space between the checkbox and the checkmark */
    border-radius: 4px;
}
/* /Shared/Components/AttemptQuiz.razor.rz.scp.css */
.layout[b-p9h0cxbel4] {
    display: flex;
    gap: 16px;
    padding: 76px 16px 24px;
    align-items: flex-start;
    min-height: 100vh;
    background: var(--bg);
}

.sidebar[b-p9h0cxbel4] {
    width: 280px;
    flex-shrink: 0;
    background: var(--surface);
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    position: sticky;
    top: 76px;
    max-height: calc(100vh - 92px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sidebar h3[b-p9h0cxbel4] {
    text-align: center;
    margin-bottom: 12px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.questions-list[b-p9h0cxbel4] {
    flex: 1;
    overflow-y: auto;
    background: var(--bg);
    border-radius: 10px;
    border: 1px solid var(--border);
}

.question-item[b-p9h0cxbel4] {
    padding: 10px 12px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: var(--text-primary);
    transition: background 0.12s ease;
    line-height: 1.4;
}

.question-item:last-child[b-p9h0cxbel4] {
    border-bottom: none;
}

.question-item:hover[b-p9h0cxbel4] {
    background: var(--accent-muted);
}

.current-question[b-p9h0cxbel4] {
    background: var(--accent-muted);
    color: var(--accent);
}

.question-instructions[b-p9h0cxbel4] {
    margin: 0 10px 16px 10px;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.containerwrapper[b-p9h0cxbel4] {
    flex: 1;
    min-width: 0;
    padding: 16px;
    background: var(--surface);
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    position: relative;
}

.title[b-p9h0cxbel4] {
    color: var(--accent);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 4px;
    flex-shrink: 0;
}

.question-text[b-p9h0cxbel4] {
    font-size: 0.95rem;
    margin: 0 10px 16px 10px;
    padding: 16px 20px;
    background: var(--bg);
    border-radius: 10px;
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.answer-list[b-p9h0cxbel4] {
    margin: 0 10px 16px 10px;
}

.answer-card[b-p9h0cxbel4] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border: 2px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
    margin-bottom: 10px;
    user-select: none;
    color: var(--text-primary);
}

.answer-card:hover[b-p9h0cxbel4] {
    border-color: rgba(99, 102, 241, 0.5);
    background: var(--accent-muted);
}

.answer-card--selected[b-p9h0cxbel4] {
    border-color: var(--accent);
    background: var(--accent-muted);
    color: var(--accent);
}

.answer-letter[b-p9h0cxbel4] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    color: var(--text-secondary);
}

.answer-card--selected .answer-letter[b-p9h0cxbel4] {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
}

.answer-text[b-p9h0cxbel4] {
    flex: 1;
    min-width: 0;
    font-weight: 500;
}

.answer-check[b-p9h0cxbel4] {
    margin-left: auto;
    color: var(--accent);
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.button-group[b-p9h0cxbel4] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 10px;
    margin-top: 4px;
}

.btn[b-p9h0cxbel4] {
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.btn:hover[b-p9h0cxbel4] {
    opacity: 0.88;
}

.btn-primary[b-p9h0cxbel4] {
    background: var(--accent);
    color: #fff;
}

.btn-secondary[b-p9h0cxbel4] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.test[b-p9h0cxbel4] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    border-radius: 12px;
    margin: 0 10px 20px 10px;
    background: var(--bg);
    border: 1px solid var(--border);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--text-primary);
    line-height: 1.5;
}

.question-answers-wrapper[b-p9h0cxbel4] {
    height: calc(100vh - 200px);
    overflow-y: auto;
    margin-bottom: 16px;
    overflow-x: hidden;
}

@keyframes slideInRight-b-p9h0cxbel4 {
    from { transform: translateX(40px); opacity: 0; }
    to   { transform: translateX(0);    opacity: 1; }
}

@keyframes slideOutLeft-b-p9h0cxbel4 {
    from { transform: translateX(0);     opacity: 1; }
    to   { transform: translateX(-40px); opacity: 0; }
}

.question-card[b-p9h0cxbel4] {
    animation: slideInRight-b-p9h0cxbel4 0.28s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.question-card.exiting[b-p9h0cxbel4] {
    animation: slideOutLeft-b-p9h0cxbel4 0.28s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    pointer-events: none;
}

.btn-transitioning[b-p9h0cxbel4] {
    opacity: 0.6;
}

.keyboard-hint[b-p9h0cxbel4] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 10px 16px 10px;
    padding: 8px 14px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.keyboard-hint kbd[b-p9h0cxbel4] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 0.78rem;
    font-family: monospace;
    color: var(--text-primary);
}

.keyboard-hint-dismiss[b-p9h0cxbel4] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    margin-left: auto;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
}
/* /Shared/Components/Carousel.razor.rz.scp.css */
.carousel[b-n4ziixb7mc] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .carousel img[b-n4ziixb7mc] {
        cursor: pointer;
        width: 30%;
        height: 250px;
        margin: 20px;
    }

button[disabled][b-n4ziixb7mc] {
    opacity: 0.5;
    cursor: not-allowed;
}

.preview-overlay[b-n4ziixb7mc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.preview-content img[b-n4ziixb7mc] {
    max-width: 100%;
    height: auto;
}

.preview-content[b-n4ziixb7mc] {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Shared/Components/CircularCountdownTimer.razor.rz.scp.css */
.timer-shell[b-uqgcgn2exy] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.timer-svg[b-uqgcgn2exy] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timer-arc[b-uqgcgn2exy] {
    transition: stroke-dashoffset 0.9s linear, stroke 0.4s ease;
}

.timer-label[b-uqgcgn2exy] {
    position: relative;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    z-index: 1;
    transition: color 0.4s ease;
    line-height: 1;
}
/* /Shared/Components/CKEditorField.razor.rz.scp.css */
.cke[b-h3encboyk6] {
    width: 100%;
    border: none;
    border-radius: 10px;
}

/* Remove the border and border-radius for CKEditor toolbar */
.cke_top[b-h3encboyk6] {
    background-color: var(--bg);
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}

.cke_bottom[b-h3encboyk6] {
    background-color: var(--bg);
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}

/* Remove the border and border-radius for CKEditor content area */
.cke_contents[b-h3encboyk6] {
    border: none;
    border-top: none;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--bg);
}

/* Adjust the CKEditor toolbar buttons styles */
.cke_button[b-h3encboyk6] {
    margin: 0 2px;
    padding: 6px 10px;
    background-color: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text-primary);
}

/* Style the CKEditor toolbar button on hover */
.cke_button:hover[b-h3encboyk6] {
    background-color: var(--accent-muted);
    border-color: var(--border);
    color: var(--text-primary);
}

/* Style the CKEditor toolbar button on active/focus */
.cke_button:focus[b-h3encboyk6],
.cke_button:active[b-h3encboyk6] {
    background-color: var(--border);
    border-color: var(--border);
    color: var(--text-primary);
}

/* Remove the border-radius for CKEditor textarea */
.cke_source[b-h3encboyk6] {
    border-radius: 10px;
}

/* Style the CKEditor placeholder text */
.cke_placeholder[b-h3encboyk6] {
    color: var(--text-secondary);
}
/* /Shared/Components/CultureDropDown.razor.rz.scp.css */
.custom-dropdown[b-ywpe0hn7ev] {
    position: relative;
    width: 40px;
    cursor: pointer;
}

.selected-option[b-ywpe0hn7ev] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 10px;
    padding: 8px;
    transition: background 0.15s ease;
}

.selected-option:hover[b-ywpe0hn7ev] {
    background-color: var(--surface-hover);
}

.selected-option img.flag-icon[b-ywpe0hn7ev] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
}

.dropdown-arrow[b-ywpe0hn7ev] {
    margin-left: 10px;
    font-size: 0.75em;
}

.dropdown-options[b-ywpe0hn7ev] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--surface);
    border: 1px solid var(--border);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    padding-left: 0;
    transform: translateX(-20px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: var(--shadow);
}

.dropdown-item[b-ywpe0hn7ev] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: var(--text-primary);
}

    .dropdown-item img.flag-icon[b-ywpe0hn7ev] {
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

    .dropdown-item:hover[b-ywpe0hn7ev] {
        background-color: var(--surface-hover);
    }

/* /Shared/Components/DualListSelector.razor.rz.scp.css */
.dual-list-selector[b-3etzznlngv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.list-title[b-3etzznlngv] {
    display: flex;
    justify-content: space-between;
}

.list[b-3etzznlngv] {
    flex-grow: 1;
    border: 1px solid var(--border);
    padding: 10px;
    width: 400px;
    border-radius: 5px;
}

.items[b-3etzznlngv] {
    height: 300px;
    overflow-y: auto;
    border-top: 1px solid var(--border);
    margin-top: 10px;
}

.item[b-3etzznlngv] {
    display: flex;
    margin-top: 4px;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--surface);
    margin-bottom: 4px;
    text-align: left;
    overflow-wrap: anywhere;
}

    .item.selected[b-3etzznlngv] {
        background-color: var(--accent);
        color: #ffffff;
    }

        .item.selected:hover[b-3etzznlngv] {
            background-color: var(--accent-hover);
        }

    .item:hover[b-3etzznlngv] {
        background-color: var(--accent-muted);
    }

.actions[b-3etzznlngv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.clearBtn[b-3etzznlngv] {
    color: #ef4444;
    margin-bottom: .5rem;
}

input[type="text"][b-3etzznlngv] {
    padding: 10px;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    border: 1px solid var(--border);
    border-radius: 5px;
}

.searchField[b-3etzznlngv] {
    border: 1px solid var(--border);
    padding: 7px;
    border-radius: 4px;
    width: 100%;
    outline: none;
}
/* /Shared/Components/EmailSettings.razor.rz.scp.css */
.tab-container[b-095vxg07za] {
    display: flex;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bg); /* Light background */
    width: 100%;
    /*max-width: 95%;*/
    margin: 0 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.associate-container[b-095vxg07za] {
    background-color: var(--surface);
    height: 100%;
    padding: 20px;
}

/* Tab Header Section */
.tab-header[b-095vxg07za] {
    display: flex;
    flex-direction: column;
    width: 25%;
    background-color: var(--surface); /* Light background for tabs */
}

.tab-item[b-095vxg07za] {
    padding: 15px;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid var(--border); /* Light border */
    color: var(--text-primary); /* Darker text color */
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    /* Style for active and hover states */
    .tab-item.active[b-095vxg07za],
    .tab-item:hover[b-095vxg07za] {
        background-color: var(--accent-muted); /* Light blue background for active state */
        color: var(--accent); /* Blue color for active text */
    }

    .tab-item.error[b-095vxg07za] {
        color: #d32f2f;
        border-left: 3px solid #d32f2f;
    }

    .tab-item.error.active[b-095vxg07za] {
        background-color: #ffebee;
        color: #d32f2f;
    }

/* Tab Content Section */
.tab-content[b-095vxg07za] {
    width: 75%;
    /* padding: 20px; */
    background-color: var(--surface); /* White background for content */
}

.tab-panel[b-095vxg07za] {
    background-color: var(--bg); /* Light background for panels */
    padding: 20px;
    border-radius: 4px;
    border: 1px solid var(--border);
}

.shimmer-container[b-095vxg07za] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 20px;
}

/* Shimmer Header */
.shimmer-header[b-095vxg07za] {
    width: 50%;
    height: 24px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--bg) 25%, var(--border) 50%, var(--bg) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

/* Shimmer Row for Fields */
.shimmer-row[b-095vxg07za] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* Shimmer Field for Form Fields */
.shimmer-field[b-095vxg07za] {
    flex: 1;
    height: 50px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--bg) 25%, var(--border) 50%, var(--bg) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

/* Shimmer for Save Button */
.shimmer-button[b-095vxg07za] {
    width: 150px;
    height: 40px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--bg) 25%, var(--border) 50%, var(--bg) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}
/* /Shared/Components/IconButton.razor.rz.scp.css */
.icon-button[b-57go2gj1po] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.button-primary:hover[b-57go2gj1po] {
    background-color: rgba(0, 123, 255, 0.1); /* Light blue for primary on hover */
}

.button-secondary:hover[b-57go2gj1po] {
    background-color: rgba(108, 117, 125, 0.1); /* Light gray for secondary on hover */
}

.icon[b-57go2gj1po] {
    width: 25px;
    height: 25px;
}

/* Primary Color (e.g., #007bff) */
.icon-primary[b-57go2gj1po] {
    filter: invert(34%) sepia(88%) saturate(2446%) hue-rotate(183deg) brightness(97%) contrast(101%);
}

/* Secondary Color (e.g., #6c757d - a shade of gray) */
.icon-secondary[b-57go2gj1po] {
    filter: invert(20%) sepia(7%) saturate(541%) hue-rotate(172deg) brightness(91%) contrast(86%);
}
/* /Shared/Components/InputField.razor.rz.scp.css */
.form-group[b-atsrtvg1fg] {
    margin-bottom: 35px;
}

.custom-input[b-atsrtvg1fg] {
    display: flex;
    align-items: center;
    width: 100%;
}

.readonly[b-atsrtvg1fg] {
    background-color: #dde1ed !important;
}

.inputfield[b-atsrtvg1fg] {
    flex: 1;
    height: 44px;
    padding: 10px;
    box-sizing: border-box;
    background: var(--surface);
    outline: none;
    border-radius: 10px; /* Rounded corners */
    transition: border-color 0.3s;
    border: 1px solid var(--border); /* Default border */
}

    /* Apply specific styles when Border is enabled and it's a password input */
    .inputfield.password.bordered[b-atsrtvg1fg] {
        border-right: none; /* Remove the right border */
        border-radius: 10px 0 0 10px; /* Rounded corners only on left side */
    }

.input-group-text[b-atsrtvg1fg] {
    cursor: pointer;
    background-color: var(--surface);
    padding: 10px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px; /* Align with input field to remove gap */
    transition: border-color 0.3s;
}

    /* Bordered icon style for seamless integration with the input */
    .input-group-text.bordered[b-atsrtvg1fg] {
        border: 1px solid var(--border); /* Border for icon */
        border-left: none; /* Remove left border to blend with input */
        border-radius: 0 10px 10px 0; /* Rounded corners on right side */
    }
/* /Shared/Components/NavBar.razor.rz.scp.css */
.navbar[b-8c6fzzqj5s] {
    background-color: white;
    padding: 10px 30px;
    display: flex;
    align-items: center;
}

.company-icon[b-8c6fzzqj5s] {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
    display: flex;
    align-items: center
}

.tabs[b-8c6fzzqj5s] {
    display: flex;
    padding: 0 20px;
}

.tab[b-8c6fzzqj5s] {
    color: black;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    transition: background-color 0.3s;
    font-size: 18px;
}

.tab:hover[b-8c6fzzqj5s] {
    background-color: lightgray;
}

.tab.active[b-8c6fzzqj5s] {
    border-bottom: solid 2px #0d6efd;
    color: #0d6efd;
}

.dropdown[b-8c6fzzqj5s], .dropend[b-8c6fzzqj5s], .dropstart[b-8c6fzzqj5s], .dropup[b-8c6fzzqj5s] {
    position: relative;
    border-left: 1px solid #e3e3e3;
    padding-left: 30px;
}
/* /Shared/Components/NotificationDialog.razor.rz.scp.css */
.popup-overlay[b-kp8d7qny10] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content[b-kp8d7qny10] {
    background: var(--surface);
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    max-width: 600px;
    width: 100%;
}

.popup-header[b-kp8d7qny10] {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--text-primary);
}

    .popup-header i[b-kp8d7qny10] {
        font-size: 24px;
        margin-right: 10px;
    }

.popup-footer[b-kp8d7qny10] {
    margin-top: 20px;
}

    .popup-footer .btn[b-kp8d7qny10] {
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        color: var(--surface);
        cursor: pointer;
    }

.popup-body[b-kp8d7qny10] {
    color: var(--text-primary);
}

.popup-body ul[b-kp8d7qny10] {
    list-style-type: none;
    padding: 0;
}

    .popup-body ul li[b-kp8d7qny10] {
        margin-bottom: 10px;
    }
/* /Shared/Components/OfflineComponent.razor.rz.scp.css */
.offline-banner[b-c26a5orc8x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(245, 158, 11, 0.12);
    border-bottom: 1px solid rgba(245, 158, 11, 0.30);
    color: #f59e0b;
    font-size: 0.875rem;
    font-weight: 500;
}
/* /Shared/Components/PageNotFound.razor.rz.scp.css */
.state-page[b-v8xiuln723] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.state-card[b-v8xiuln723] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: var(--shadow);
}

.state-icon[b-v8xiuln723] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.state-icon--gray[b-v8xiuln723] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.state-title[b-v8xiuln723] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.state-body[b-v8xiuln723] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 4px;
}

.state-actions[b-v8xiuln723] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.state-action-btn[b-v8xiuln723] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.15s ease, transform 0.1s ease;
    border: none;
}

.state-action-btn:active[b-v8xiuln723] {
    transform: scale(0.97);
}

.state-action-btn--primary[b-v8xiuln723] {
    background: var(--accent);
    color: #fff;
}

.state-action-btn--primary:hover[b-v8xiuln723] {
    opacity: 0.88;
}

.state-action-btn--ghost[b-v8xiuln723] {
    background: var(--bg);
    color: var(--text-primary);
    border: 1px solid var(--border);
}

.state-action-btn--ghost:hover[b-v8xiuln723] {
    opacity: 0.75;
}
/* /Shared/Components/ParticipantAnswers.razor.rz.scp.css */
.quiz-result-page[b-6ojok04wbw] {
    color: var(--text-primary);
    padding: 16px;
}

/* Header section */
.quiz-header[b-6ojok04wbw] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid var(--border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.quiz-header h1[b-6ojok04wbw] {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.quiz-score[b-6ojok04wbw] {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-primary);
}

.quiz-score span:first-child[b-6ojok04wbw] {
    margin-right: 10px;
}

.status[b-6ojok04wbw] {
    font-size: 18px;
    color: var(--success);
    font-weight: 600;
}

/* Overview card container */
.overview-card[b-6ojok04wbw] {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 20px;
    background-color: var(--bg);
}

/* Overview section header */
.overview-header h2[b-6ojok04wbw] {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    margin-bottom: 16px;
}

/* Layout of the overview content */
.overview-body[b-6ojok04wbw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    font-size: 16px;
    color: var(--text-primary);
}

/* Styling for each row within the overview */
.overview-row[b-6ojok04wbw] {
    margin-bottom: 10px;
}

/* Label in each row */
.overview-label[b-6ojok04wbw] {
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

/* Value in each row */
.overview-value[b-6ojok04wbw] {
    color: var(--text-primary);
}

.shimmer-wrapper[b-6ojok04wbw] {
    width: 100%;
    padding: 16px;
}

.shimmer-header[b-6ojok04wbw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.shimmer-title[b-6ojok04wbw] {
    width: 50%;
    height: 50px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, var(--bg) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-6ojok04wbw 1.5s infinite linear;
    border-radius: 10px;
}

.shimmer-score[b-6ojok04wbw] {
    width: 15%;
    height: 50px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, var(--bg) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-6ojok04wbw 1.5s infinite linear;
    border-radius: 10px;
}

.shimmer-overview[b-6ojok04wbw] {
    margin-bottom: 16px;
}

.shimmer-overview-row[b-6ojok04wbw] {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    background: var(--border);
    background-image: linear-gradient(90deg, var(--border) 25%, var(--bg) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-6ojok04wbw 1.5s infinite linear;
    border-radius: 10px;
}

@keyframes shimmer-b-6ojok04wbw {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.passed[b-6ojok04wbw] {
    color: var(--success);
}

.failed[b-6ojok04wbw] {
    color: var(--danger);
}
/* /Shared/Components/PublishQuizDialog.razor.rz.scp.css */
/* Overlay */
.custom-popup-overlay[b-vxd0imouyi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Popup Container */
.custom-popup[b-vxd0imouyi] {
    background-color: var(--surface);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 20px;
    width: 600px;
    max-width: 90%;
    box-sizing: border-box;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

/* Header */
.custom-popup-header h3[b-vxd0imouyi] {
    margin: 0;
    font-size: 1.5rem;
    color: var(--text-primary);
}

/* Body */
.custom-popup-body[b-vxd0imouyi] {
    margin-top: 20px;
    color: var(--text-primary);
}

.custom-popup-field[b-vxd0imouyi] {
    margin-bottom: 15px;
}

    .custom-popup-field label[b-vxd0imouyi] {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        color: var(--text-primary);
    }

    .custom-popup-field input[b-vxd0imouyi] {
        width: 100%;
        padding: 8px;
        border: 1px solid var(--border);
        border-radius: 5px;
        background-color: var(--surface);
        color: var(--text-primary);
    }

        .custom-popup-field input[readonly][b-vxd0imouyi] {
            background-color: var(--bg);
        }

.custom-popup-error[b-vxd0imouyi] {
    color: var(--danger);
    font-size: 0.9rem;
}

/* Footer */
.custom-popup-footer[b-vxd0imouyi] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.custom-popup-button[b-vxd0imouyi] {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.custom-popup-cancel[b-vxd0imouyi] {
    background-color: var(--danger);
    color: var(--surface);
}

.custom-popup-confirm[b-vxd0imouyi] {
    background-color: var(--accent);
    color: var(--surface);
}

.custom-popup-button:hover[b-vxd0imouyi] {
    opacity: 0.9;
}

.custom-popup-field input:focus-visible[b-vxd0imouyi] {
    border-color: var(--accent);
    outline: none;
}
/* /Shared/Components/QuillTextEditor.razor.rz.scp.css */
body[b-rnphxtzp3r] {
}
/* /Shared/Components/QuizAccessDenied.razor.rz.scp.css */
.state-page[b-jivlgvdx5b] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.state-card[b-jivlgvdx5b] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: var(--shadow);
}

.state-icon[b-jivlgvdx5b] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.state-icon--red[b-jivlgvdx5b] {
    background: var(--danger-muted);
    color: var(--danger);
}

.state-title[b-jivlgvdx5b] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.state-body[b-jivlgvdx5b] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

@keyframes fadeIn-b-jivlgvdx5b {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}
.state-card[b-jivlgvdx5b] { animation: fadeIn-b-jivlgvdx5b 0.3s ease both; }
/* /Shared/Components/QuizClosed.razor.rz.scp.css */
.state-page[b-64flgewbst] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.state-card[b-64flgewbst] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: var(--shadow);
    animation: fadeIn-b-64flgewbst 0.5s ease-in-out;
}

@keyframes fadeIn-b-64flgewbst {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.state-icon[b-64flgewbst] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.state-icon--amber[b-64flgewbst] {
    background: var(--warning-muted);
    color: var(--warning);
}

.state-title[b-64flgewbst] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.state-body[b-64flgewbst] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 6px;
}

.quiz-description[b-64flgewbst] {
    margin-bottom: 20px;
    font-size: 0.85rem;
}
/* /Shared/Components/QuizNoAttempts.razor.rz.scp.css */
.state-page[b-y13lc1o8ut] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.state-card[b-y13lc1o8ut] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: var(--shadow);
}

.state-icon[b-y13lc1o8ut] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.state-icon--red[b-y13lc1o8ut] {
    background: var(--danger-muted);
    color: var(--danger);
}

.state-title[b-y13lc1o8ut] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.state-body[b-y13lc1o8ut] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

@keyframes fadeIn-b-y13lc1o8ut {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}
.state-card[b-y13lc1o8ut] { animation: fadeIn-b-y13lc1o8ut 0.3s ease both; }
/* /Shared/Components/QuizNotYetAvailable.razor.rz.scp.css */
.state-page[b-9ftn3i8b3p] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.state-card[b-9ftn3i8b3p] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: var(--shadow);
}

.state-icon[b-9ftn3i8b3p] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.state-icon--amber[b-9ftn3i8b3p] {
    background: var(--warning-muted);
    color: var(--warning);
}

.state-title[b-9ftn3i8b3p] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.state-body[b-9ftn3i8b3p] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 6px;
}

.quiz-description[b-9ftn3i8b3p] {
    margin-bottom: 20px;
    font-size: 0.85rem;
}

.countdown[b-9ftn3i8b3p] {
    margin-top: 20px;
    padding: 12px 24px;
    background: var(--warning-muted);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: var(--radius-card, 12px);
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: var(--warning);
    letter-spacing: 0.04em;
}
/* /Shared/Components/QuizRecap.razor.rz.scp.css */
.recap-shell[b-qu160xc5cv] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.recap-card[b-qu160xc5cv] {
    background: var(--surface);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 40px;
    max-width: 600px;
    width: 100%;
}

.recap-header[b-qu160xc5cv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}

.recap-header-text[b-qu160xc5cv] {
    flex: 1;
    min-width: 0;
}

.recap-title[b-qu160xc5cv] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recap-timer[b-qu160xc5cv] {
    flex-shrink: 0;
}

.recap-stats[b-qu160xc5cv] {
    display: flex;
    align-items: center;
    background: var(--bg);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
}

.recap-stat[b-qu160xc5cv] {
    text-align: center;
    flex: 1;
}

.recap-stat-number[b-qu160xc5cv] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.recap-stat-number--ok[b-qu160xc5cv] {
    color: var(--success);
}

.recap-stat-number--warn[b-qu160xc5cv] {
    color: #ef4444;
}

.recap-stat-label[b-qu160xc5cv] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.recap-stat-divider[b-qu160xc5cv] {
    width: 1px;
    height: 48px;
    background: var(--border);
    flex-shrink: 0;
}

.recap-actions[b-qu160xc5cv] {
    display: flex;
    gap: 12px;
}

.recap-btn[b-qu160xc5cv] {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.recap-btn:hover[b-qu160xc5cv] {
    opacity: 0.85;
}

.recap-btn--secondary[b-qu160xc5cv] {
    background: var(--bg);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.recap-btn--primary[b-qu160xc5cv] {
    background: var(--accent);
    color: white;
}
/* /Shared/Components/QuizSubmitted.razor.rz.scp.css */
.submitted-shell[b-zfxsncvdwg] {
    position: relative;
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.confetti-wrapper[b-zfxsncvdwg] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

@keyframes confettiFall-b-zfxsncvdwg {
    0% { transform: translateY(-20px) rotate(0deg); opacity: 1; }
    100% { transform: translateY(220px) rotate(360deg); opacity: 0; }
}

.confetti-particle[b-zfxsncvdwg] {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    animation: confettiFall-b-zfxsncvdwg 2s ease-out forwards;
    top: 5%;
}

.submitted-card[b-zfxsncvdwg] {
    position: relative;
    z-index: 1;
    background: var(--surface);
    border-radius: 20px;
    padding: 48px;
    max-width: 520px;
    width: 90%;
    text-align: center;
    box-shadow: var(--shadow);
}

.score-circle[b-zfxsncvdwg] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid var(--success);
    background: rgba(16, 185, 129, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}

.score-circle--fail[b-zfxsncvdwg] {
    border-color: var(--accent);
    background: var(--accent-muted);
}

.score-value[b-zfxsncvdwg] {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--success);
    line-height: 1;
}

.score-value--fail[b-zfxsncvdwg] {
    color: var(--accent);
}

.score-check[b-zfxsncvdwg] {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--success);
}

.submitted-headline[b-zfxsncvdwg] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 12px;
}

.headline--pass[b-zfxsncvdwg] {
    color: var(--success);
}

.submitted-sub[b-zfxsncvdwg] {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 32px;
}

.submitted-cta[b-zfxsncvdwg] {
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.submitted-cta:hover[b-zfxsncvdwg] {
    opacity: 0.88;
}

.submitted-cta--pass[b-zfxsncvdwg] {
    background: var(--success);
}
/* /Shared/Components/SearchableDropdownRows.razor.rz.scp.css */
.mud-add-row-container[b-hpzwd5q76r] {
    padding: 20px;
    margin: 20px;
}

.mud-add-row-item[b-hpzwd5q76r] {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mud-item-center[b-hpzwd5q76r] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-row-container[b-hpzwd5q76r] {
    padding: 20px;
    margin: 20px;
    background-color: var(--surface);
    border-radius: 10px;
    border: 1px solid var(--border);
}

.add-row-item[b-hpzwd5q76r] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.add-row-select[b-hpzwd5q76r] {
    width: 100%;
    margin-right: 20px;
}

.add-row-icons[b-hpzwd5q76r] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-buttons-container[b-hpzwd5q76r] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.remove-icon[b-hpzwd5q76r] {
    background-color: #ef4444;
}

.add-icon[b-hpzwd5q76r] {
    background-color: #10b981;
}

.SaveConnectionBtnWrapper[b-hpzwd5q76r]{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
/* /Shared/Components/SearchFilterField.razor.rz.scp.css */
#inputSearch[b-eq5c57p37p] {
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 4px;
    width: 100%;
    outline: none;
}
/* /Shared/Components/SideNav.razor.rz.scp.css */
/* Dark mode sidebar colors are handled via html.dark CSS variables in app.css */
/* /Shared/Components/SkeletonTable.razor.rz.scp.css */
/* /Shared/Components/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-2qplgrslk8] .sortable-ghost {
  visibility: hidden;
}

[b-2qplgrslk8] .sortable-fallback {
  opacity: 1 !important
}
/* /Shared/Components/TakerTopBar.razor.rz.scp.css */
.taker-topbar[b-lt9x17rdhm] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    z-index: 200;
}

.progress-strip[b-lt9x17rdhm] {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: var(--accent);
    transition: width 0.4s ease;
}

.taker-quiz-title[b-lt9x17rdhm] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
}

.taker-topbar-right[b-lt9x17rdhm] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.taker-timer[b-lt9x17rdhm] {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
    font-variant-numeric: tabular-nums;
    transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}

.taker-timer--warning[b-lt9x17rdhm] {
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.06);
}

.taker-timer--urgent[b-lt9x17rdhm] {
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.4);
    background: rgba(239, 68, 68, 0.06);
    animation: timerPulse-b-lt9x17rdhm 1s ease-in-out infinite;
}

@keyframes timerPulse-b-lt9x17rdhm {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.65; }
}

.taker-timer-icon[b-lt9x17rdhm] {
    font-size: 0.78rem;
    line-height: 1;
}

.taker-question-counter[b-lt9x17rdhm] {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-secondary);
    white-space: nowrap;
}
/* /Shared/Components/TestInputField.razor.rz.scp.css */
.input-container[b-so8jgcmth8] {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 4px;
}

.input-wrapper[b-so8jgcmth8] {
    display: flex; /* Use flexbox to layout input field and button */
    align-items: center; /* Vertically center items */
    position: relative;
    width: 100%; /* Ensure the input wrapper takes the full width of the container */
}

.input-field[b-so8jgcmth8] {
    flex: 1; /* Let the input field take remaining space */
    padding: 10px;
    /*font-size: 16px;*/
    border: 0;
    border-radius: 5px;
}

.input-title[b-so8jgcmth8] {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    color: var(--text-secondary);
}

.input-field:focus[b-so8jgcmth8],
.input-field:focus-visible[b-so8jgcmth8] {
    border: 0;
    outline: none;
}

    /*.*//*input-field:focus-visible +*/ .input-title[b-so8jgcmth8] {
        top: -5px;
        left: 5px;
        font-size: 12px;
        color: var(--text-secondary);
        background-color: var(--surface);
        padding: 0 5px;
    }

    /*.input-field:focus + .input-title*//*,*/
    .input-field:valid + .input-title[b-so8jgcmth8] {
        top: -5px;
        left: 5px;
        font-size: 12px;
        color: var(--text-secondary);
        background-color: var(--surface);
        padding: 0 5px;
    }

.validation-message[b-so8jgcmth8] {
    color: #D8000C;
    background-color: #FFD2D2;
    padding: 8px;
    margin-top: 4px;
    border-radius: 4px;
    border: 1px solid #D8000C;
    font-size: 0.875rem;
    width: fit-content;
}

.password-toggle-button[b-so8jgcmth8] {
    border: none;
    background: none;
    cursor: pointer;
    color: var(--text-secondary);
    font-size: 1rem;
    margin-right: 10px;
}
 
/* /Shared/Components/TimeUpPopup.razor.rz.scp.css */
.times-up-container[b-wxcqcprz7h] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--bg);
}

.content[b-wxcqcprz7h] {
    text-align: center;
    background-color: var(--surface);
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    max-width: 50%;
    width: 100%;
}

.clock-image[b-wxcqcprz7h] {
    width: 250px;
    height: auto;
}

.title[b-wxcqcprz7h] {
    font-size: 2em;
    color: var(--text-primary);
    margin-top: 20px;
}

.message[b-wxcqcprz7h] {
    font-size: 1.2em;
    color: var(--text-secondary);
    margin: 20px 0;
}

.end-quiz-button[b-wxcqcprz7h] {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.end-quiz-button:hover[b-wxcqcprz7h] {
    filter: brightness(1.08);
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i3amsc2jq0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i3amsc2jq0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i3amsc2jq0] {
    font-size: 1.1rem;
}

.oi[b-i3amsc2jq0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i3amsc2jq0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i3amsc2jq0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i3amsc2jq0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i3amsc2jq0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-i3amsc2jq0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-i3amsc2jq0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
