/* /Components/Breadcrumb.razor.rz.scp.css */
/* L-004: Breadcrumb Navigation Styles */

.breadcrumb-nav[b-pqbnvbw3db] {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.breadcrumb[b-pqbnvbw3db] {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb-item[b-pqbnvbw3db] {
    font-size: 0.875rem;
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item[b-pqbnvbw3db]::before {
    content: "›";
    padding: 0 0.5rem;
    color: #adb5bd;
    font-size: 1.1rem;
}

.breadcrumb-item a[b-pqbnvbw3db] {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover[b-pqbnvbw3db] {
    color: #0a58ca;
    text-decoration: underline;
}

.breadcrumb-item.active[b-pqbnvbw3db] {
    color: #495057;
    font-weight: 500;
}

@media (max-width: 576px) {
    .breadcrumb-nav[b-pqbnvbw3db] {
        padding: 0.5rem 0.75rem;
    }
    
    .breadcrumb-item[b-pqbnvbw3db] {
        font-size: 0.8rem;
    }
}
/* /Components/ExamForm.razor.rz.scp.css */
.exam-form__layout[b-1de4a3k2hk] {
    display: grid;
    gap: 1.5rem;
}

.exam-form__layout fieldset[b-1de4a3k2hk] {
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    display: grid;
    gap: 1rem;
}

.exam-form__layout legend[b-1de4a3k2hk] {
    font-weight: 700;
    padding: 0 0.5rem;
}

.exam-form__actions[b-1de4a3k2hk] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

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

.field-grid .span-2[b-1de4a3k2hk] {
    grid-column: span min(2, var(--grid-columns));
}
/* /Components/QuestionForm.razor.rz.scp.css */
.question-form__sections[b-e0cd600739] {
    display: grid;
    gap: 1.5rem;
}

.question-form__section[b-e0cd600739] {
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    display: grid;
    gap: 1rem;
}

.question-form__section header[b-e0cd600739] {
    display: grid;
    gap: 0.35rem;
}

.question-form__section h4[b-e0cd600739] {
    margin: 0;
}

.question-form__error[b-e0cd600739] {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: rgba(239, 68, 68, 0.12);
    color: #7f1d1d;
    border: 1px solid rgba(239, 68, 68, 0.35);
    font-weight: 600;
}

.question-form__preview[b-e0cd600739] {
    display: grid;
    gap: 0.5rem;
}

.question-form__preview img[b-e0cd600739] {
    max-width: 100%;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.question-form__options[b-e0cd600739] {
    display: grid;
    gap: 1rem;
}

.question-option[b-e0cd600739] {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
    display: grid;
    gap: 0.75rem;
}

.question-option__preview[b-e0cd600739] {
    display: grid;
    gap: 0.5rem;
}

.question-option__preview img[b-e0cd600739] {
    max-width: 100%;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.question-form__actions[b-e0cd600739] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

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

.field-grid .span-2[b-e0cd600739] {
    grid-column: span min(2, var(--grid-columns));
}
/* /Components/StudentForm.razor.rz.scp.css */
.student-form__layout[b-wpkcmvu11z] {
    display: grid;
    gap: 1.75rem;
}

fieldset[b-wpkcmvu11z] {
    border: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

legend[b-wpkcmvu11z] {
    font-weight: 600;
    font-size: 1rem;
}

.field-grid[b-wpkcmvu11z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 1.5rem;
}

.input-field[b-wpkcmvu11z] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.input-field span[b-wpkcmvu11z] {
    font-size: 0.875rem;
    font-weight: 600;
}

.student-form__actions[b-wpkcmvu11z] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (max-width: 640px) {
    .student-form__actions[b-wpkcmvu11z] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
/* /Components/ToastNotification.razor.rz.scp.css */
/* L-006: Toast Notification Styles */

.toast-container[b-uuzw40jua2] {
    z-index: 9999;
}

.toast[b-uuzw40jua2] {
    min-width: 300px;
    max-width: 400px;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideIn-b-uuzw40jua2 0.3s ease-out;
}

@keyframes slideIn-b-uuzw40jua2 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-header[b-uuzw40jua2] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.toast-body[b-uuzw40jua2] {
    padding: 0.75rem;
}

/* Success Toast */
.toast-success .toast-header[b-uuzw40jua2] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.toast-success .bi-check-circle-fill[b-uuzw40jua2] {
    color: #198754;
}

/* Info Toast */
.toast-info .toast-header[b-uuzw40jua2] {
    background-color: #cfe2ff;
    color: #084298;
}

.toast-info .bi-info-circle-fill[b-uuzw40jua2] {
    color: #0d6efd;
}

/* Warning Toast */
.toast-warning .toast-header[b-uuzw40jua2] {
    background-color: #fff3cd;
    color: #664d03;
}

.toast-warning .bi-exclamation-triangle-fill[b-uuzw40jua2] {
    color: #ffc107;
}

/* Error Toast */
.toast-error .toast-header[b-uuzw40jua2] {
    background-color: #f8d7da;
    color: #842029;
}

.toast-error .bi-x-circle-fill[b-uuzw40jua2] {
    color: #dc3545;
}

.btn-close[b-uuzw40jua2] {
    background: transparent;
    border: none;
    opacity: 0.5;
    cursor: pointer;
    font-size: 1.2rem;
}

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

@media (max-width: 576px) {
    .toast[b-uuzw40jua2] {
        min-width: auto;
        max-width: 90vw;
    }
}
/* /Pages/AddQuestion.razor.rz.scp.css */
.page-header[b-s9roffttnk] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.5rem;
}

.page-subtitle[b-s9roffttnk] {
  color: #64748b;
  font-size: .95rem;
  margin-top: .25rem;
}

.form-sections[b-s9roffttnk] {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.form-card[b-s9roffttnk] {
  padding: 1.5rem 1.75rem;
  display: grid;
  gap: 1.25rem;
}

.form-card__header[b-s9roffttnk] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.form-card__title[b-s9roffttnk] {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.form-card__subtitle[b-s9roffttnk] {
  margin: .35rem 0 0;
  color: #64748b;
  font-size: .95rem;
}

.form-grid[b-s9roffttnk] {
  display: grid;
  gap: 1rem 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: start;
}

.form-grid.form-grid--two-columns[b-s9roffttnk] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-control[b-s9roffttnk] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.form-control label[b-s9roffttnk] {
  font-weight: 600;
  color: #0f172a;
}

.form-control span.validation-message[b-s9roffttnk] {
  color: #b91c1c;
}

.form-control.span-2[b-s9roffttnk] {
  grid-column: span 2;
}

@media (max-width: 900px) {
  .form-grid.form-grid--two-columns[b-s9roffttnk] {
    grid-template-columns: 1fr;
  }

  .form-control.span-2[b-s9roffttnk] {
    grid-column: span 1;
  }
}

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

.option-card[b-s9roffttnk] {
  border: 1px solid var(--border, #d1d5db);
  border-radius: 12px;
  padding: 1rem 1.25rem 1.25rem;
  display: grid;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .05);
}

.option-card legend[b-s9roffttnk] {
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0 .5rem;
  color: #1e293b;
}

.option-preview[b-s9roffttnk],
.question-preview[b-s9roffttnk] {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .1);
}

.preview-wrapper[b-s9roffttnk] {
  align-items: flex-start;
}

.actions-card[b-s9roffttnk] {
  padding: 1.25rem 1.75rem;
}

.actions[b-s9roffttnk] {
  display: flex;
  justify-content: flex-end;
}

.actions .btn.primary[b-s9roffttnk] {
  min-width: 160px;
}

.form-error[b-s9roffttnk] {
  color: #b91c1c;
  font-weight: 600;
  margin-bottom: 1rem;
}
/* /Pages/AdminExams.razor.rz.scp.css */
.management-assign-field[b-1wzbm86hfr] {
    min-width: min(280px, 100%);
}

.exam-table__title[b-1wzbm86hfr] {
    font-weight: 700;
    color: #0f172a;
}

.exam-table__window[b-1wzbm86hfr] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: var(--muted);
}

.management-modal-overlay[b-1wzbm86hfr] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: grid;
    place-items: center;
    padding: 1.5rem;
    z-index: 1000;
}

.management-modal[b-1wzbm86hfr] {
    width: min(760px, 100%);
    max-height: min(90vh, 960px);
    overflow-y: auto;
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 20px 45px -20px rgba(15, 23, 42, 0.4);
    display: grid;
    gap: 1.5rem;
}

.management-modal__header[b-1wzbm86hfr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.management-modal__header h3[b-1wzbm86hfr] {
    margin: 0;
    font-size: 1.35rem;
}

.management-modal__error[b-1wzbm86hfr] {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: rgba(239, 68, 68, 0.12);
    color: #7f1d1d;
    border: 1px solid rgba(239, 68, 68, 0.35);
    font-weight: 600;
}

.confirmation-dialog[b-1wzbm86hfr] {
    width: min(480px, 100%);
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    display: grid;
    gap: 1.5rem;
    box-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.45);
}

.confirmation-dialog__actions[b-1wzbm86hfr] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* /Pages/AdminGroups.razor.rz.scp.css */
.groups-table__name[b-2i7wbkituk] {
    font-weight: 600;
}
/* /Pages/AdminQuestionBank.razor.rz.scp.css */
.question-table__text[b-2gl3q8nsd7] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 1.45;
}

.question-status-badge[b-2gl3q8nsd7] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
}

.question-status-badge--positive[b-2gl3q8nsd7] {
    background: rgba(34, 197, 94, 0.14);
    color: #166534;
}

.question-status-badge--warning[b-2gl3q8nsd7] {
    background: rgba(245, 158, 11, 0.16);
    color: #92400e;
}

.question-status-badge--muted[b-2gl3q8nsd7] {
    background: rgba(148, 163, 184, 0.18);
    color: #334155;
}

.management-modal-overlay[b-2gl3q8nsd7] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: grid;
    place-items: center;
    padding: 1.5rem;
    z-index: 2000;
}

.management-modal[b-2gl3q8nsd7] {
    width: min(960px, calc(100vw - 3rem));
    max-height: min(90vh, 960px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 20px 45px -20px rgba(15, 23, 42, 0.4);
    display: grid;
    gap: 1.5rem;
}

.management-modal__header[b-2gl3q8nsd7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.management-modal__header h3[b-2gl3q8nsd7] {
    margin: 0;
    font-size: 1.35rem;
}

.management-modal__error[b-2gl3q8nsd7] {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: rgba(239, 68, 68, 0.12);
    color: #7f1d1d;
    border: 1px solid rgba(239, 68, 68, 0.35);
    font-weight: 600;
}

.confirmation-dialog[b-2gl3q8nsd7] {
    width: min(480px, 100%);
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    display: grid;
    gap: 1.5rem;
    box-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.45);
}

.confirmation-dialog__actions[b-2gl3q8nsd7] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.question-table__section-row td[b-2gl3q8nsd7] {
    padding: 0;
    background: #f8fafc;
}

.question-table__section-header[b-2gl3q8nsd7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.question-table__section-toggle[b-2gl3q8nsd7] {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    text-align: left;
}

.question-table__section-toggle:hover[b-2gl3q8nsd7] {
    background: rgba(148, 163, 184, 0.12);
}

.question-table__section-icon[b-2gl3q8nsd7] {
    font-size: 0.95rem;
    color: #475569;
}

.question-table__section-title[b-2gl3q8nsd7] {
    font-weight: 700;
}

.question-table__section-summary[b-2gl3q8nsd7] {
    color: #475569;
    font-weight: 500;
    font-size: 0.9rem;
}

.question-table__section-meta[b-2gl3q8nsd7] {
    margin-left: auto;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

.question-table__section-actions[b-2gl3q8nsd7] {
    display: flex;
    gap: 0.5rem;
    padding-right: 1rem;
}

.question-table__question-row--nested td:first-child[b-2gl3q8nsd7] {
    position: relative;
    padding-left: 2rem;
}

.question-table__question-row--nested td:first-child[b-2gl3q8nsd7]::before {
    content: "";
    position: absolute;
    left: 0.95rem;
    top: 50%;
    width: 0.6rem;
    height: 1px;
    background: #94a3b8;
}

.question-table__section-cell[b-2gl3q8nsd7] {
    display: grid;
    gap: 0.3rem;
}

.question-table__section-detail[b-2gl3q8nsd7] {
    font-size: 0.82rem;
    color: #475569;
    font-weight: 600;
}

.question-table__section-form[b-2gl3q8nsd7] {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.question-table__section-editor-field[b-2gl3q8nsd7] {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.question-table__section-editor-field .html-editor[b-2gl3q8nsd7] {
    min-width: 0;
    max-width: 100%;
}

.question-table__section-editor-field .html-editor__surface[b-2gl3q8nsd7] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 900px) {
    .management-modal-overlay[b-2gl3q8nsd7] {
        padding: 1rem;
    }

    .management-modal[b-2gl3q8nsd7] {
        width: min(100%, calc(100vw - 2rem));
        padding: 1.25rem;
    }
}
/* /Pages/AdminReports.razor.rz.scp.css */
.reports-page .reports-card[b-npw0tsn4tq] {
  display: block;
  border: 1px solid #d8e2ef;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 24%);
  box-shadow: 0 18px 40px -28px rgba(25, 56, 92, 0.42);
  padding: 1.5rem;
}

.reports-page .reports-hero[b-npw0tsn4tq] {
  border: 1px solid #dbe6f3;
  border-radius: 14px;
  background: linear-gradient(130deg, #f2f8ff 0%, #eef6ff 52%, #f8fcff 100%);
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
}

.reports-page .reports-header[b-npw0tsn4tq] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.reports-page .reports-header-copy h2[b-npw0tsn4tq] {
  margin: 0;
  letter-spacing: 0.01em;
}

.reports-page .reports-header-copy .subtitle[b-npw0tsn4tq] {
  margin: 0.4rem 0 0;
  color: #4b637f;
}

.reports-page .quick-metrics[b-npw0tsn4tq] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.reports-page .metric-chip[b-npw0tsn4tq] {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c9d9ee;
  border-radius: 999px;
  background: #ffffff;
  color: #32506f;
  padding: 0.25rem 0.72rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.reports-page .reports-actions[b-npw0tsn4tq] {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.reports-page .btn.primary[b-npw0tsn4tq] {
  background: linear-gradient(92deg, #2066d0 0%, #2486d6 45%, #1a9f85 100%);
  border: 1px solid #1d66bd;
  color: #fff;
  box-shadow: 0 8px 20px -12px rgba(20, 89, 170, 0.8);
}

.reports-page .btn.primary:disabled[b-npw0tsn4tq] {
  opacity: 0.6;
  box-shadow: none;
}

.reports-page .report-filters[b-npw0tsn4tq] {
  border: 1px solid #e2eaf4;
  border-radius: 14px;
  background: #f9fbfe;
  padding: 1rem;
}

.reports-page .filters-header h3[b-npw0tsn4tq] {
  margin: 0;
}

.reports-page .filters-header p[b-npw0tsn4tq] {
  margin: 0.35rem 0 0.9rem;
  color: #516883;
}

.reports-page .filters-grid[b-npw0tsn4tq] {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: end;
}

.reports-page .filter-field[b-npw0tsn4tq] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  grid-column: span 2;
}

.reports-page .filter-field span[b-npw0tsn4tq] {
  color: #35506f;
  font-size: 0.88rem;
  font-weight: 600;
}

.reports-page .filter-field select[b-npw0tsn4tq] {
  border: 1px solid #c7d6e8;
  border-radius: 10px;
  background: #ffffff;
  min-height: 42px;
  padding: 0.4rem 0.65rem;
}

.reports-page .filter-actions[b-npw0tsn4tq] {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

.reports-page .report-preview[b-npw0tsn4tq] {
  margin-top: 1rem;
  border: 1px solid #e1e9f3;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.9rem;
}

.reports-page .preview-header h3[b-npw0tsn4tq] {
  margin: 0;
}

.reports-page .preview-header p[b-npw0tsn4tq] {
  margin: 0.3rem 0 0.9rem;
  color: #57708d;
}

.reports-page .loading-state[b-npw0tsn4tq],
.reports-page .empty-state[b-npw0tsn4tq] {
  padding: 1rem;
  border: 1px dashed #cddbec;
  border-radius: 10px;
  background: #f6f9fd;
}

.reports-page .pdf-frame[b-npw0tsn4tq] {
  width: 100%;
  height: 72vh;
  border: 1px solid #dce7f2;
  border-radius: 10px;
  background: #fff;
}

@media (max-width: 1280px) {
  .reports-page .filter-field[b-npw0tsn4tq] {
    grid-column: span 3;
  }

  .reports-page .filter-actions[b-npw0tsn4tq] {
    grid-column: span 3;
  }
}

@media (max-width: 992px) {
  .reports-page .reports-header[b-npw0tsn4tq] {
    flex-direction: column;
  }

  .reports-page .reports-actions[b-npw0tsn4tq] {
    width: 100%;
    justify-content: flex-start;
  }

  .reports-page .filter-field[b-npw0tsn4tq] {
    grid-column: span 6;
  }

  .reports-page .filter-actions[b-npw0tsn4tq] {
    grid-column: span 6;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .reports-page .reports-card[b-npw0tsn4tq] {
    padding: 0.9rem;
  }

  .reports-page .reports-hero[b-npw0tsn4tq],
  .reports-page .report-filters[b-npw0tsn4tq],
  .reports-page .report-preview[b-npw0tsn4tq] {
    padding: 0.75rem;
  }

  .reports-page .filter-field[b-npw0tsn4tq],
  .reports-page .filter-actions[b-npw0tsn4tq] {
    grid-column: span 12;
  }

  .reports-page .pdf-frame[b-npw0tsn4tq] {
    height: 58vh;
  }
}

/* /Pages/AdminSchools.razor.rz.scp.css */
.schools-table__name[b-lzfziqdbep] {
    font-weight: 600;
}
/* /Pages/AdminSettings.razor.rz.scp.css */
.settings-card[b-s3epp5e6p0] {
  display: grid;
  gap: 1rem;
  max-width: 900px;
}

.settings-actions[b-s3epp5e6p0] {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

/* ── HTML Editor ── */
.html-editor-toolbar[b-s3epp5e6p0] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.html-editor-tool-btn[b-s3epp5e6p0] {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #f1f5f9;
  color: #1e3a5f;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.12s ease, border-color 0.12s ease;
}

.html-editor-tool-btn:hover[b-s3epp5e6p0] {
  background: #e2e8f0;
  border-color: #94a3b8;
}

.html-editor-tool-btn--clear[b-s3epp5e6p0] {
  background: #fff1f1;
  border-color: #fca5a5;
  color: #b91c1c;
}

.html-editor-tool-btn--clear:hover[b-s3epp5e6p0] {
  background: #fee2e2;
}

.html-editor-pane[b-s3epp5e6p0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  border: 1px solid #dbe3f3;
  border-radius: 10px;
  overflow: hidden;
}

.html-editor-pane__side[b-s3epp5e6p0] {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.html-editor-pane__label[b-s3epp5e6p0] {
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.html-editor-code[b-s3epp5e6p0] {
  flex: 1;
  resize: none;
  border: none;
  outline: none;
  padding: 0.75rem;
  font-family: "Consolas", "Menlo", "Monaco", monospace;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #1e293b;
  background: #fafafa;
  white-space: pre;
  overflow: auto;
}

.html-editor-code:focus[b-s3epp5e6p0] {
  background: #fff;
}

.html-editor-preview[b-s3epp5e6p0] {
  flex: 1;
  padding: 0.85rem 1rem;
  overflow: auto;
  font-size: 0.9rem;
  line-height: 1.75;
  color: #1e2a45;
  background: #fff;
}

.html-editor-preview__empty[b-s3epp5e6p0] {
  color: #94a3b8;
  font-style: italic;
  margin: 0;
}

@media (max-width: 660px) {
  .html-editor-pane[b-s3epp5e6p0] {
    grid-template-columns: 1fr;
  }
}

.settings-help[b-s3epp5e6p0] {
  color: #475467;
}

.success-note[b-s3epp5e6p0] {
  color: #166534;
  font-weight: 600;
  margin: 0;
}

.error[b-s3epp5e6p0] {
  color: #b91c1c;
  font-weight: 600;
  margin: 0;
}
/* /Pages/AdminStudents.razor.rz.scp.css */
.admin-students[b-ij8nidqdmz] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 3rem;
}

.page-hero[b-ij8nidqdmz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem;
}

.page-hero__content[b-ij8nidqdmz] {
  
    display: grid;
    gap: 0.5rem;
}

.page-hero__actions[b-ij8nidqdmz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.upload-trigger[b-ij8nidqdmz] {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.upload-trigger__input[b-ij8nidqdmz] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.alert[b-ij8nidqdmz] {
    margin: 1rem 0;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.alert--success[b-ij8nidqdmz] {
    background: rgba(34, 197, 94, 0.12);
    color: #0f5132;
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.alert--error[b-ij8nidqdmz] {
    background: rgba(239, 68, 68, 0.12);
    color: #7f1d1d;
    border: 1px solid rgba(239, 68, 68, 0.4);
}

.guidance-card[b-ij8nidqdmz] {
    padding: 2rem;
    display: grid;
    gap: 1.25rem;
}

.guidance-list[b-ij8nidqdmz] {
    display: grid;
    gap: 0.75rem;
    padding-left: 1.25rem;
}

.guidance-list li[b-ij8nidqdmz] {
    line-height: 1.5;
}

.support-callout[b-ij8nidqdmz] {
    border-radius: 0.75rem;
    background: rgba(37, 99, 235, 0.08);
    padding: 1rem 1.25rem;
    display: grid;
    gap: 0.35rem;
}

.records-card[b-ij8nidqdmz] {
    display: grid;
    gap: 1.5rem;
    padding: 2rem;
    overflow-x: auto;
}

.records-card__header[b-ij8nidqdmz] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.records-card__controls[b-ij8nidqdmz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.filter-bar[b-ij8nidqdmz] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.filter-bar__item[b-ij8nidqdmz] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 150px;
}

.filter-bar__label[b-ij8nidqdmz] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
}

.filter-bar__clear[b-ij8nidqdmz] {
    align-self: flex-end;
    font-size: 0.82rem;
    padding: 0.35rem 0.75rem;
    color: #6b7280;
    border-color: #d1d5db;
}

.filter-bar__count[b-ij8nidqdmz] {
    align-self: flex-end;
    margin-left: auto;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.search-field[b-ij8nidqdmz] {
    min-width: min(260px, 100%);
}

.empty-state[b-ij8nidqdmz] {
    text-align: center;
    padding: 2.5rem 1rem;
    color: var(--muted, #6c727f);
    border: 1px dashed rgba(82, 85, 96, 0.3);
    border-radius: 1rem;
}

.empty-state .icon[b-ij8nidqdmz] {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.75rem;
}

.sr-only[b-ij8nidqdmz] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.student-table[b-ij8nidqdmz] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.student-table tbody tr[b-ij8nidqdmz] {
    transition: background 0.2s ease;
}

.student-table tbody tr:hover[b-ij8nidqdmz] {
    background: rgba(59, 130, 246, 0.08);
}

.student-table td[b-ij8nidqdmz] {
    vertical-align: middle;
}

.student-table__identity[b-ij8nidqdmz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.student-table__avatar[b-ij8nidqdmz] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(14, 165, 233, 0.9));
    color: #fff;
    font-weight: 700;
    display: grid;
    place-items: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.student-table__details[b-ij8nidqdmz] {
    display: grid;
    gap: 0.2rem;
}

.student-table__name[b-ij8nidqdmz] {
    font-weight: 700;
    color: #0f172a;
}

.student-table__meta[b-ij8nidqdmz] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted, #6c727f);
}

.student-table__badge[b-ij8nidqdmz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(59, 130, 246, 0.15);
    color: #1d4ed8;
}

.student-table__actions[b-ij8nidqdmz] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    white-space: nowrap;
}

.student-table__actions .btn[b-ij8nidqdmz] {
    min-width: 6rem;
}

.icon-button[b-ij8nidqdmz] {
    border: none;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    border-radius: 999px;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.icon-button:hover[b-ij8nidqdmz],
.icon-button:focus-visible[b-ij8nidqdmz] {
    background: rgba(37, 99, 235, 0.22);
    outline: none;
}

.icon-button:active[b-ij8nidqdmz] {
    transform: scale(0.95);
}

.close-button[b-ij8nidqdmz] {
    background: rgba(15, 23, 42, 0.14);
    font-size: 1rem;
}

.student-modal-overlay[b-ij8nidqdmz] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 60;
}

.student-modal[b-ij8nidqdmz] {
    background: #fff;
    border-radius: 1.25rem;
    width: min(720px, 100%);
    max-height: 92vh;
    overflow-y: auto;
    padding: 2rem;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
    display: grid;
    gap: 1.5rem;
}

.student-modal__header[b-ij8nidqdmz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.student-modal__header h3[b-ij8nidqdmz] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.student-modal__error[b-ij8nidqdmz] {
    border-radius: 0.75rem;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #7f1d1d;
    padding: 0.75rem 1rem;
}

.confirmation-dialog[b-ij8nidqdmz] {
    background: #fff;
    border-radius: 1rem;
    width: min(460px, 100%);
    padding: 1.75rem;
    display: grid;
    gap: 1.25rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
}

.confirmation-dialog__actions[b-ij8nidqdmz] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.student-details-overlay[b-ij8nidqdmz] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 50;
}

.student-details[b-ij8nidqdmz] {
    background: #fff;
    border-radius: 1.25rem;
    width: min(640px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
}

.student-details__header[b-ij8nidqdmz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.student-details__header h3[b-ij8nidqdmz] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.student-details__section[b-ij8nidqdmz] {
    display: grid;
    gap: 0.75rem;
}

.student-details__section h4[b-ij8nidqdmz] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
}

.student-details__section dl[b-ij8nidqdmz] {
    margin: 0;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.student-details__section dt[b-ij8nidqdmz] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted, #6c727f);
}

.student-details__section dd[b-ij8nidqdmz] {
    margin: 0;
    font-weight: 600;
    color: #0f172a;
}

.student-details__section div[b-ij8nidqdmz] {
    display: grid;
    gap: 0.35rem;
}

.student-details__actions[b-ij8nidqdmz] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (max-width: 1024px) {
    .records-card__controls[b-ij8nidqdmz] {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 640px) {
    .page-hero[b-ij8nidqdmz],
    .guidance-card[b-ij8nidqdmz],
    .records-card[b-ij8nidqdmz] {
        padding: 1.5rem;
    }

    .page-hero__actions[b-ij8nidqdmz] {
        width: 100%;
    }

    .page-hero__actions .btn[b-ij8nidqdmz] {
        flex: 1 1 auto;
        justify-content: center;
    }

    .records-card__controls[b-ij8nidqdmz] {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .search-field[b-ij8nidqdmz] {
        width: 100%;
    }

    .student-table__actions[b-ij8nidqdmz] {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .student-details[b-ij8nidqdmz],
    .student-modal[b-ij8nidqdmz] {
        padding: 1.5rem;
    }
}
/* /Pages/AdminUsers.razor.rz.scp.css */
.users-table__name[b-mnijz14xc1] {
    font-weight: 600;
}

/* /Pages/ChangePassword.razor.rz.scp.css */
.change-password[b-4l06uf32cm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, rgba(68, 102, 242, 0.12), transparent 55%), var(--page-bg, #f6f7fb);
    padding: 2rem 1rem;
}

.change-password__card[b-4l06uf32cm] {
    width: min(420px, 100%);
    background: var(--surface, #fff);
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
    padding: 2.5rem 2rem;
    border: 1px solid var(--border, #e2e8f0);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.change-password__card .brand[b-4l06uf32cm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
}

.change-password__card h1[b-4l06uf32cm] {
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
    color: var(--text-strong, #0f172a);
}

.change-password__intro[b-4l06uf32cm] {
    margin: 0;
    text-align: center;
    color: var(--muted, #475569);
    font-size: 0.95rem;
}

.field-group[b-4l06uf32cm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.field-group label[b-4l06uf32cm] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.95rem;
    color: var(--text, #1e293b);
}

.field-group .input[b-4l06uf32cm] {
    border-radius: 10px;
    border: 1px solid var(--border, #e2e8f0);
    padding: 0.75rem 0.9rem;
    font-size: 1rem;
}

.btn.primary[b-4l06uf32cm] {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
    padding: 0.85rem 1rem;
}

.alert[b-4l06uf32cm] {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.alert--error[b-4l06uf32cm] {
    background: #fee2e2;
    color: #991b1b;
    border: 2px solid #dc2626;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert--error[b-4l06uf32cm]::before {
    content: "⚠️";
    font-size: 1.25rem;
    flex-shrink: 0;
}

.alert--info[b-4l06uf32cm] {
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.validation-summary[b-4l06uf32cm] {
    margin: 0;
}

@media (max-width: 480px) {
    .change-password__card[b-4l06uf32cm] {
        padding: 2rem 1.5rem;
    }
}
/* /Pages/EditQuestion.razor.rz.scp.css */
.page-header[b-6hl55yorpk] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.5rem;
}

.page-subtitle[b-6hl55yorpk] {
  color: #64748b;
  font-size: .95rem;
  margin-top: .25rem;
}

.form-sections[b-6hl55yorpk] {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.form-card[b-6hl55yorpk] {
  padding: 1.5rem 1.75rem;
  display: grid;
  gap: 1.25rem;
}

.form-card__header[b-6hl55yorpk] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.form-card__title[b-6hl55yorpk] {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.form-card__subtitle[b-6hl55yorpk] {
  margin: .35rem 0 0;
  color: #64748b;
  font-size: .95rem;
}

.form-grid[b-6hl55yorpk] {
  display: grid;
  gap: 1rem 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: start;
}

.form-grid.form-grid--two-columns[b-6hl55yorpk] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-control[b-6hl55yorpk] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.form-control label[b-6hl55yorpk] {
  font-weight: 600;
  color: #0f172a;
}

.form-control span.validation-message[b-6hl55yorpk] {
  color: #b91c1c;
}

.form-control.span-2[b-6hl55yorpk] {
  grid-column: span 2;
}

@media (max-width: 900px) {
  .form-grid.form-grid--two-columns[b-6hl55yorpk] {
    grid-template-columns: 1fr;
  }

  .form-control.span-2[b-6hl55yorpk] {
    grid-column: span 1;
  }
}

.option-cards[b-6hl55yorpk] {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.option-card[b-6hl55yorpk] {
  border: 1px solid var(--border, #d1d5db);
  border-radius: 12px;
  padding: 1rem 1.25rem 1.25rem;
  display: grid;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .05);
}

.option-card legend[b-6hl55yorpk] {
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0 .5rem;
  color: #1e293b;
}

.option-preview[b-6hl55yorpk],
.question-preview[b-6hl55yorpk] {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .1);
}

.preview-wrapper[b-6hl55yorpk] {
  align-items: flex-start;
}

.actions-card[b-6hl55yorpk] {
  padding: 1.25rem 1.75rem;
}

.actions[b-6hl55yorpk] {
  display: flex;
  justify-content: flex-end;
}

.actions .btn.primary[b-6hl55yorpk] {
  min-width: 160px;
}

.form-error[b-6hl55yorpk] {
  color: #b91c1c;
  font-weight: 600;
  margin-bottom: 1rem;
}
/* /Pages/EditUser.razor.rz.scp.css */
.form-card[b-n31jc3iluv] {
    display: grid;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: var(--surface);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

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

.form-card__title[b-n31jc3iluv] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
}

.form-card__subtitle[b-n31jc3iluv] {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.form-grid[b-n31jc3iluv] {
    display: grid;
    gap: 1rem;
}
/* /Pages/ExamBuilder.razor.rz.scp.css */
.exam-builder[b-0gwi7z8405] {
    max-width: 1500px;
    margin: 0 auto;
    padding: 1.5rem;
}

.wizard-header h1[b-0gwi7z8405] {
    margin: 0 0 1rem;
}

.wizard-steps[b-0gwi7z8405] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.step[b-0gwi7z8405] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    border: 1px solid #d7dfeb;
    background: #f6f9fc;
}

.step-number[b-0gwi7z8405] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    background: #d8e3f4;
    color: #35506f;
}

.step-label[b-0gwi7z8405] {
    font-size: 0.86rem;
    font-weight: 600;
    color: #35506f;
}

.step.active[b-0gwi7z8405] {
    border-color: #1f6fe5;
    background: #eef4ff;
}

.step.active .step-number[b-0gwi7z8405] {
    background: #1f6fe5;
    color: #fff;
}

.step.completed[b-0gwi7z8405] {
    border-color: #0c9a61;
    background: #eafaf3;
}

.step.completed .step-number[b-0gwi7z8405] {
    background: #0c9a61;
    color: #fff;
}

.wizard-body[b-0gwi7z8405] {
    margin-top: 1rem;
    padding: 1.25rem;
}

.wizard-step h2[b-0gwi7z8405] {
    margin: 0 0 0.35rem;
}

.section-card[b-0gwi7z8405] {
    border: 1px solid #dbe5f3;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fafcff;
}

.section-card__header[b-0gwi7z8405] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.section-card__header h3[b-0gwi7z8405] {
    margin: 0;
    font-size: 1rem;
}

.section-card__actions[b-0gwi7z8405] {
    display: flex;
    gap: 0.5rem;
}

.section-grid[b-0gwi7z8405] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.section-content-field[b-0gwi7z8405] {
    margin-top: 0.85rem;
}

.section-image-field[b-0gwi7z8405] {
    align-self: start;
}

.section-image-field input[type="file"][b-0gwi7z8405] {
    display: block;
    width: 100%;
}

.section-image-preview[b-0gwi7z8405] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.section-image-preview img[b-0gwi7z8405] {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    border: 1px solid #d6e2f3;
    border-radius: 8px;
    background: #fff;
}

.section-question-tools[b-0gwi7z8405] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: flex-end;
}

.question-toolbar[b-0gwi7z8405],
.student-toolbar[b-0gwi7z8405] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.9rem;
}

.question-toolbar .input[b-0gwi7z8405],
.student-toolbar .input[b-0gwi7z8405] {
    flex: 1;
}

.checkbox-inline[b-0gwi7z8405] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.question-table-wrap[b-0gwi7z8405] {
    border: 1px solid #dce6f4;
    border-radius: 10px;
    overflow: auto;
    max-height: 520px;
}

.question-table[b-0gwi7z8405] {
    margin: 0;
}

.question-table th[b-0gwi7z8405] {
    position: sticky;
    top: 0;
    background: #f2f6fd;
    z-index: 1;
}

.inline-select[b-0gwi7z8405] {
    min-width: 180px;
}

.question-form-shell[b-0gwi7z8405] {
    margin-top: 0.9rem;
    border: 1px dashed #c8d8ee;
    border-radius: 12px;
    padding: 0.75rem;
    background: #fff;
}

.review-summary[b-0gwi7z8405] {
    margin-bottom: 1rem;
}

.student-preview[b-0gwi7z8405] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.preview-section[b-0gwi7z8405] {
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    background: #fff;
    padding: 1rem;
}

.preview-section h4[b-0gwi7z8405] {
    margin: 0 0 0.65rem;
}

.preview-content[b-0gwi7z8405] {
    margin-bottom: 0.65rem;
}

.preview-image-wrap[b-0gwi7z8405] {
    margin-bottom: 0.65rem;
}

.preview-image-wrap img[b-0gwi7z8405] {
    max-width: 100%;
    border: 1px solid #dce6f5;
    border-radius: 8px;
}

.preview-image-wrap--left img[b-0gwi7z8405],
.preview-image-wrap--right img[b-0gwi7z8405] {
    max-height: 320px;
    width: auto;
}

.preview-question[b-0gwi7z8405] {
    border-top: 1px dashed #d5dfef;
    padding-top: 0.6rem;
    margin-top: 0.6rem;
}

.preview-question h5[b-0gwi7z8405] {
    margin: 0 0 0.45rem;
}

.wizard-navigation[b-0gwi7z8405] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.wizard-navigation__right[b-0gwi7z8405] {
    display: flex;
    gap: 0.6rem;
}

.error[b-0gwi7z8405] {
    color: #d03333;
    margin: 0.25rem 0 0.75rem;
}

@media (max-width: 1200px) {
    .wizard-steps[b-0gwi7z8405] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .section-grid[b-0gwi7z8405] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .wizard-steps[b-0gwi7z8405] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-grid[b-0gwi7z8405] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .question-toolbar[b-0gwi7z8405],
    .student-toolbar[b-0gwi7z8405] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .exam-builder[b-0gwi7z8405] {
        padding: 0.75rem;
    }

    .wizard-steps[b-0gwi7z8405] {
        grid-template-columns: 1fr;
    }

    .section-grid[b-0gwi7z8405] {
        grid-template-columns: 1fr;
    }

    .section-card__header[b-0gwi7z8405] {
        flex-direction: column;
        align-items: flex-start;
    }

    .wizard-navigation[b-0gwi7z8405] {
        flex-direction: column;
        align-items: stretch;
    }

    .wizard-navigation__right[b-0gwi7z8405] {
        width: 100%;
        flex-direction: column;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* Suppress browser password-manager UI */
.login-password-input[b-q9h0riba3k]::-ms-reveal,
.login-password-input[b-q9h0riba3k]::-ms-clear {
  display: none;
}

.login-password-input[b-q9h0riba3k]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}

/* Main container - full-screen flex split */
.custom-login-container[b-q9h0riba3k] {
  display: flex;
  min-height: 100vh;
  width: 100%;
  font-family: "Poppins", "Segoe UI", Tahoma, Arial, sans-serif;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 60%, #f0f4ff 100%);
}

/* Left panel - illustration + logo */
.custom-login-left[b-q9h0riba3k] {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  gap: 28px;
  min-height: 100vh;
}

.custom-login-logo[b-q9h0riba3k] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-login-logo img[b-q9h0riba3k] {
  height: 90px;
  width: auto;
  display: block;
}

.custom-login-illustration[b-q9h0riba3k] {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Right panel - login card */
.custom-login-right[b-q9h0riba3k] {
  flex: 0 0 auto;
  width: min(500px, 46%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left: 1px solid rgba(73, 126, 228, 0.15);
}

.custom-login-card[b-q9h0riba3k] {
  background: #ffffff;
  width: 100%;
  max-width: 420px;
  padding: 44px 44px 36px;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(73, 126, 228, 0.14), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.custom-login-card h1[b-q9h0riba3k] {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 28px;
  color: #0f172a;
}

/* Form elements */
.custom-input-group[b-q9h0riba3k] {
  margin-bottom: 18px;
}

.custom-input-group label[b-q9h0riba3k] {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #374151;
}

.custom-input-field[b-q9h0riba3k] {
  display: flex;
  align-items: center;
  background: #f1f5ff;
  border: 1.5px solid #c3d6f7;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  padding: 8px 14px;
  transition: border-color 0.18s, box-shadow 0.18s;
}

.custom-input-field:focus-within[b-q9h0riba3k] {
  border-color: #497EE4;
  box-shadow: 0 0 0 3px rgba(73, 126, 228, 0.15);
  background: #fff;
}

.custom-login-input[b-q9h0riba3k] {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  width: 100%;
  min-height: 36px;
  padding: 0;
  font-size: 14px;
  color: #111827;
}

.custom-login-input:focus[b-q9h0riba3k] {
  box-shadow: none;
}

.input-icon[b-q9h0riba3k] {
  color: #497EE4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  margin-right: 10px;
}

.custom-password-toggle[b-q9h0riba3k] {
  border: none;
  background: transparent;
  color: #6b7280;
  padding: 0 6px;
  min-height: 36px;
  width: auto;
  cursor: pointer;
}

.custom-password-toggle:hover[b-q9h0riba3k],
.custom-password-toggle:focus[b-q9h0riba3k],
.custom-password-toggle:active[b-q9h0riba3k] {
  border: none;
  background: transparent;
  color: #497EE4;
  box-shadow: none;
}

.custom-login-options[b-q9h0riba3k] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}

.custom-login-options input[b-q9h0riba3k] {
  accent-color: #497EE4;
  width: 16px;
  height: 16px;
}

.custom-login-options label[b-q9h0riba3k] {
  margin: 0;
  color: #4b5563;
}

/* Buttons */
.custom-login-btn[b-q9h0riba3k],
.custom-back-btn[b-q9h0riba3k] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  gap: 8px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 24px;
  transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
}

.custom-login-btn[b-q9h0riba3k] {
  margin-bottom: 14px;
  background: linear-gradient(135deg, #497EE4, #2b5cb8);
  color: #fff;
  box-shadow: 0 6px 18px rgba(73, 126, 228, 0.35);
}

.custom-login-btn:hover[b-q9h0riba3k],
.custom-login-btn:focus[b-q9h0riba3k] {
  background: linear-gradient(135deg, #3a6fd6, #1e4494);
  color: #fff;
  box-shadow: 0 8px 22px rgba(73, 126, 228, 0.45);
  transform: translateY(-1px);
}

.custom-login-btn:active[b-q9h0riba3k] {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(73, 126, 228, 0.3);
}

.custom-back-wrap[b-q9h0riba3k] {
  margin-top: 0 !important;
}

.custom-back-btn[b-q9h0riba3k] {
  background: #e9ecef;
  color: #6b7280;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

.custom-back-btn:hover[b-q9h0riba3k],
.custom-back-btn:focus[b-q9h0riba3k],
.custom-back-btn:active[b-q9h0riba3k] {
  background: #d1d5db;
  color: #374151;
  text-decoration: none;
  border: none;
  outline: none;
}

/* Responsive: tablet */
@media (max-width: 900px) {
  .custom-login-container[b-q9h0riba3k] {
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
  }

  .custom-login-left[b-q9h0riba3k] {
    flex: none;
    width: 100%;
    min-height: auto;
    padding: 32px 20px 0;
    gap: 16px;
  }

  .custom-login-illustration[b-q9h0riba3k] {
    max-width: 280px;
  }

  .custom-login-right[b-q9h0riba3k] {
    flex: none;
    width: 100%;
    min-height: auto;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-left: none;
    padding: 20px 20px 40px;
  }

  .custom-login-card[b-q9h0riba3k] {
    max-width: 480px;
    padding: 32px 28px;
    border-radius: 20px;
  }

  .custom-login-card h1[b-q9h0riba3k] {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

/* Responsive: mobile */
@media (max-width: 480px) {
  .custom-login-left[b-q9h0riba3k] {
    padding: 24px 16px 0;
  }

  .custom-login-logo img[b-q9h0riba3k] {
    height: 64px;
  }

  .custom-login-illustration[b-q9h0riba3k] {
    max-width: 200px;
  }

  .custom-login-card[b-q9h0riba3k] {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .custom-login-card h1[b-q9h0riba3k] {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .custom-input-field[b-q9h0riba3k] {
    height: 48px;
  }

  .custom-login-btn[b-q9h0riba3k],
  .custom-back-btn[b-q9h0riba3k] {
    height: 48px;
    font-size: 15px;
  }
}
/* /Pages/Marketing/AssessmentSystem.razor.rz.scp.css */
.assessment-page[b-ylymc4fbmv] {
  background: #fff;
}

.assessment-container[b-ylymc4fbmv] {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.assessment-hero[b-ylymc4fbmv] {
  padding: 56px 0 42px;
  text-align: center;
}

.assessment-hero h1[b-ylymc4fbmv] {
  margin: 0;
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: -1.4px;
  font-weight: 800;
  color: #111827;
}

.assessment-hero h1 span[b-ylymc4fbmv] {
  color: #5b8cff;
}

.assessment-section[b-ylymc4fbmv] {
  border-top: 1px solid #e5e7eb;
  padding: 54px 0;
}

.assessment-two-col[b-ylymc4fbmv] {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 56px;
  align-items: center;
}

.assessment-section h2[b-ylymc4fbmv] {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.assessment-section p[b-ylymc4fbmv] {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  max-width: 620px;
}

.assessment-spaced-paragraph[b-ylymc4fbmv] {
  margin-top: 14px !important;
}

.assessment-image-card[b-ylymc4fbmv] {
  border-radius: 16px;
  overflow: hidden;
  max-width: 420px;
  justify-self: end;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.assessment-image-card img[b-ylymc4fbmv] {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
}

.assessment-bullet-list[b-ylymc4fbmv] {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.assessment-bullet-list li[b-ylymc4fbmv] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: #111827;
  font-weight: 600;
}

.assessment-bullet-list li[b-ylymc4fbmv]::before {
  content: "✓";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #dcfce7;
  color: #16a34a;
  font-size: 13px;
  font-weight: 800;
  margin-top: 1px;
}

.assessment-image-spot[b-ylymc4fbmv] {
  width: 100%;
  max-width: 380px;
  aspect-ratio: auto;
  border-radius: 16px;
  justify-self: end;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.assessment-image-spot img[b-ylymc4fbmv] {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.assessment-image-spot--dark[b-ylymc4fbmv] {
  background: #f0f4ff;
  border-color: #dbe5ff;
}

.assessment-small-note[b-ylymc4fbmv] {
  margin-top: 16px;
  font-size: 13px;
  color: #9ca3af;
}

@media (max-width: 992px) {
  .assessment-hero h1[b-ylymc4fbmv] {
    font-size: 40px;
  }

  .assessment-two-col[b-ylymc4fbmv] {
    grid-template-columns: 1fr;
  }

  .assessment-image-card[b-ylymc4fbmv],
  .assessment-image-spot[b-ylymc4fbmv] {
    justify-self: start;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .assessment-container[b-ylymc4fbmv] {
    width: min(100% - 28px, 1180px);
  }

  .assessment-hero[b-ylymc4fbmv] {
    padding: 44px 0 30px;
  }

  .assessment-hero h1[b-ylymc4fbmv] {
    font-size: 32px;
  }

  .assessment-section[b-ylymc4fbmv] {
    padding: 38px 0;
  }

  .assessment-section h2[b-ylymc4fbmv] {
    font-size: 28px;
  }
}
/* /Pages/Marketing/Contact.razor.rz.scp.css */
.marketing-form__actions .btn[type="submit"][b-yln97lkv7u] {
    background: #4a7bdc;
    border-color: transparent;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}

.marketing-form__actions .btn[type="submit"]:hover[b-yln97lkv7u],
.marketing-form__actions .btn[type="submit"]:focus[b-yln97lkv7u],
.marketing-form__actions .btn[type="submit"]:active[b-yln97lkv7u] {
    background: #3d69be;
    border-color: transparent;
}
/* /Pages/Marketing/Faq.razor.rz.scp.css */
.faq-page[b-knj91cyn3q] {
  background: #f4f5f7;
}

.faq-container[b-knj91cyn3q] {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.faq-hero[b-knj91cyn3q] {
  text-align: center;
  padding: 54px 0 44px;
  background: #f7f8fa;
  border-bottom: 1px solid #eceff4;
}

.faq-hero h1[b-knj91cyn3q] {
  font-size: 58px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: #111b34;
}

.faq-hero p[b-knj91cyn3q] {
  max-width: 700px;
  margin: 0 auto;
  color: #5f6c83;
  font-size: 16px;
  line-height: 1.75;
}

.faq-section[b-knj91cyn3q] {
  padding: 36px 0 58px;
}

.faq-group[b-knj91cyn3q] {
  margin-bottom: 46px;
}

.faq-group:last-child[b-knj91cyn3q] {
  margin-bottom: 0;
}

.faq-group-title[b-knj91cyn3q] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #17233c;
  margin-bottom: 16px;
}

.faq-icon-wrap[b-knj91cyn3q] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
}

.faq-icon[b-knj91cyn3q] {
  width: 18px;
  height: 18px;
}

.faq-list[b-knj91cyn3q] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-card[b-knj91cyn3q] {
  background: #fbfbfc;
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  padding: 20px 22px 18px;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.03);
}

.faq-card h3[b-knj91cyn3q] {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  margin-bottom: 14px;
  color: #17233c;
}

.faq-card p[b-knj91cyn3q] {
  font-size: 13.5px;
  line-height: 1.9;
  color: #516079;
  max-width: 980px;
}

.cta-section[b-knj91cyn3q] {
  padding: 30px 0 70px;
}

.cta-box[b-knj91cyn3q] {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  padding: 42px 30px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 30%, transparent 30%),
    linear-gradient(345deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 25%, transparent 25%),
    linear-gradient(135deg, #5f9aed 0%, #4f86e8 100%);
  box-shadow: 0 18px 40px rgba(79, 134, 232, 0.18);
}

.cta-box h2[b-knj91cyn3q] {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.8px;
}

.cta-box p[b-knj91cyn3q] {
  max-width: 660px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.8;
}

.cta-actions[b-knj91cyn3q] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-actions .btn[b-knj91cyn3q] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 13px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

.cta-actions .btn-light[b-knj91cyn3q] {
  background: #fff;
  color: #2f6fe0;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.cta-actions .btn-outline[b-knj91cyn3q] {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 980px) {
  .faq-hero h1[b-knj91cyn3q] {
    font-size: 44px;
  }

  .cta-box h2[b-knj91cyn3q] {
    font-size: 34px;
  }
}

@media (max-width: 720px) {
  .faq-container[b-knj91cyn3q] {
    width: min(1120px, calc(100% - 28px));
  }

  .faq-hero[b-knj91cyn3q] {
    padding: 36px 0 30px;
  }

  .faq-hero h1[b-knj91cyn3q] {
    font-size: 34px;
  }

  .faq-hero p[b-knj91cyn3q] {
    font-size: 15px;
  }

  .faq-card[b-knj91cyn3q] {
    padding: 16px 14px;
  }

  .cta-box[b-knj91cyn3q] {
    padding: 34px 18px;
  }

  .cta-box h2[b-knj91cyn3q] {
    font-size: 28px;
  }
}
/* /Pages/SchoolDashboard.razor.rz.scp.css */
.school-dashboard[b-rrnoxlnx5f] {
  display: grid;
  gap: 1.4rem;
}

.school-dashboard h1[b-rrnoxlnx5f] {
  margin: 0;
  font-size: 1.6rem;
}

.school-dashboard .muted[b-rrnoxlnx5f] {
  color: var(--muted);
  margin-top: .3rem;
}

.school-dashboard .hero[b-rrnoxlnx5f] {
  display: grid;
  gap: 1.2rem;
}

.school-dashboard .hero.loading-state[b-rrnoxlnx5f],
.school-dashboard .hero.error-state[b-rrnoxlnx5f],
.school-dashboard .hero.empty-state[b-rrnoxlnx5f] {
  align-items: center;
  text-align: center;
  gap: .8rem;
}

.school-dashboard .hero.error-state .btn[b-rrnoxlnx5f] {
  align-self: center;
  width: fit-content;
  margin-inline: auto;
}

.school-dashboard .hero-header[b-rrnoxlnx5f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.school-dashboard .hero-header label[b-rrnoxlnx5f] {
  font-size: .8rem;
  color: var(--muted);
  display: block;
  margin-bottom: .3rem;
}

.school-dashboard .period-select[b-rrnoxlnx5f] {
  min-width: 220px;
}

.school-dashboard .period-select .pill[b-rrnoxlnx5f] {
  display: inline-flex;
  align-items: center;
  padding: .4rem .9rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, .12);
  color: var(--blue);
  font-weight: 600;
}

.school-dashboard .kpi[b-rrnoxlnx5f] {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.school-dashboard .kpi .delta[b-rrnoxlnx5f] {
  margin-top: .5rem;
  font-size: .85rem;
  color: var(--muted);
}

.school-dashboard .analytics .section-header[b-rrnoxlnx5f],
.school-dashboard .reports .section-header[b-rrnoxlnx5f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: 1rem;
}

.school-dashboard .trend-change[b-rrnoxlnx5f] {
  font-size: .85rem;
  font-weight: 600;
  color: var(--green);
  background: rgba(22, 163, 74, .12);
  border-radius: 999px;
  padding: .35rem .8rem;
}

.school-dashboard .trend-grid[b-rrnoxlnx5f] {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .school-dashboard .trend-grid[b-rrnoxlnx5f] {
    grid-template-columns: 1.6fr 1fr;
    align-items: stretch;
  }
}

.school-dashboard .trend-chart[b-rrnoxlnx5f] {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: .5rem 0;
  border-inline-end: 1px solid var(--border);
}

.school-dashboard .trend-chart p[b-rrnoxlnx5f] {
  margin: 0;
  color: var(--muted);
}

.school-dashboard .bar[b-rrnoxlnx5f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
}

.school-dashboard .bar-fill[b-rrnoxlnx5f] {
  width: 100%;
  border-radius: 999px 999px 0 0;
  background: var(--grad);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: .4rem;
  font-weight: 700;
  min-height: 46px;
  transition: transform .2s;
}

.school-dashboard .bar-fill span[b-rrnoxlnx5f] {
  font-size: .85rem;
}

.school-dashboard .bar:hover .bar-fill[b-rrnoxlnx5f] {
  transform: translateY(-4px);
}

.school-dashboard .bar .label[b-rrnoxlnx5f] {
  font-size: .8rem;
  color: var(--muted);
}

.school-dashboard .trend-summary ul[b-rrnoxlnx5f] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .8rem;
}

.school-dashboard .trend-summary li[b-rrnoxlnx5f] {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: start;
}

.school-dashboard .trend-summary .dot[b-rrnoxlnx5f],
.school-dashboard .legend .dot[b-rrnoxlnx5f] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: .2rem;
}

.school-dashboard .trend-summary p[b-rrnoxlnx5f] {
  margin: .15rem 0 0;
  color: var(--muted);
  font-size: .85rem;
}

.school-dashboard .split[b-rrnoxlnx5f] {
  display: grid;
  gap: 1.6rem;
}

@media (min-width: 960px) {
  .school-dashboard .split[b-rrnoxlnx5f] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

.school-dashboard .completion-chart[b-rrnoxlnx5f] {
  width: min(260px, 60vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-inline: auto;
  position: relative;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, .4);
}

.school-dashboard .completion-chart[b-rrnoxlnx5f]::after {
  content: "";
  position: absolute;
  inset: 18%;
  background: var(--surface);
  border-radius: 50%;
}

.school-dashboard .completion-center[b-rrnoxlnx5f] {
  position: relative;
  text-align: center;
}

.school-dashboard .completion-center strong[b-rrnoxlnx5f] {
  font-size: 1.8rem;
}

.school-dashboard .completion-center span[b-rrnoxlnx5f] {
  display: block;
  color: var(--muted);
  font-size: .85rem;
}

.school-dashboard .completion-center span.muted[b-rrnoxlnx5f] {
  margin-top: .25rem;
}

.school-dashboard .legend ul[b-rrnoxlnx5f] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.school-dashboard .legend li[b-rrnoxlnx5f] {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: start;
}

.school-dashboard .legend span[b-rrnoxlnx5f] {
  color: var(--muted);
  font-size: .85rem;
}

.school-dashboard .reports .btn[b-rrnoxlnx5f] {
  background: rgba(37, 99, 235, .1);
  color: var(--blue);
  border-color: transparent;
}

.school-dashboard .status[b-rrnoxlnx5f] {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .25rem .7rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
}

.school-dashboard .status.published[b-rrnoxlnx5f] {
  background: rgba(22, 163, 74, .15);
  color: var(--green);
}

.school-dashboard .status.ready[b-rrnoxlnx5f] {
  background: rgba(37, 99, 235, .15);
  color: var(--blue);
}

.school-dashboard .status.in-progress[b-rrnoxlnx5f] {
  background: rgba(59, 130, 246, .18);
  color: var(--blue);
}

.school-dashboard .status.draft[b-rrnoxlnx5f] {
  background: rgba(249, 158, 11, .15);
  color: #b45309;
}

.school-dashboard .status.default[b-rrnoxlnx5f] {
  background: rgba(107, 114, 128, .18);
  color: var(--muted);
}

@media (max-width: 720px) {
  .school-dashboard .hero-header[b-rrnoxlnx5f] {
    flex-direction: column;
  }

  .school-dashboard .trend-chart[b-rrnoxlnx5f] {
    border-inline-end: none;
  }
}
/* /Pages/Student.razor.rz.scp.css */
:host[b-kvstmw86sm] {
  display: block;
  background: var(--bg);
  padding: 2.5rem 1.5rem 3rem;
}

.student-page[b-kvstmw86sm] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page-header[b-kvstmw86sm] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.6rem 1.8rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.page-header h1[b-kvstmw86sm] {
  margin: 0;
  font-size: 1.9rem;
}

.page-header .muted[b-kvstmw86sm] {
  margin: 0;
  max-width: 580px;
}

.badge-label[b-kvstmw86sm] {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin: 0;
}

.page-actions[b-kvstmw86sm] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.page-grid[b-kvstmw86sm] {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  align-items: start;
  gap: 1.5rem;
}

.stack[b-kvstmw86sm] {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.card-header[b-kvstmw86sm] {
  margin-bottom: 0.8rem;
}

.card-header .muted[b-kvstmw86sm] {
  margin: 0;
}

.student-form[b-kvstmw86sm] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-grid--two[b-kvstmw86sm] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.input-field[b-kvstmw86sm] {
  gap: 0.45rem;
}

.input-field--wide[b-kvstmw86sm] {
  grid-column: span 2;
}

.input-field span[b-kvstmw86sm] {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}

.input-field :global(input)[b-kvstmw86sm],
.input-field :global(select)[b-kvstmw86sm] {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.65rem 0.75rem;
  font-size: 0.95rem;
  color: var(--text);
}

.input-field :global(input:focus)[b-kvstmw86sm],
.input-field :global(select:focus)[b-kvstmw86sm] {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-actions[b-kvstmw86sm] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-actions .muted[b-kvstmw86sm] {
  margin: 0;
}

.import-steps[b-kvstmw86sm] {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  color: var(--text);
  line-height: 1.45;
}

.upload-tile[b-kvstmw86sm] {
  align-items: flex-start;
}

.upload-tile strong[b-kvstmw86sm] {
  display: block;
  margin-bottom: 0.25rem;
}

.upload-tile .selected-file[b-kvstmw86sm] {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  color: var(--blue);
  word-break: break-word;
}

.import-actions[b-kvstmw86sm] {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.import-status[b-kvstmw86sm] {
  margin: 0;
  font-size: 0.85rem;
}

.import-status.success[b-kvstmw86sm] {
  color: #16a34a;
}

.import-status.error[b-kvstmw86sm] {
  color: #dc2626;
}

.roster-card .card-header[b-kvstmw86sm] {
  margin-bottom: 1rem;
}

.table-scroll[b-kvstmw86sm] {
  max-height: 620px;
}

@media (max-width: 1050px) {
  .page-grid[b-kvstmw86sm] {
    grid-template-columns: 1fr;
  }

  .stack[b-kvstmw86sm] {
    order: 2;
  }

  .roster-card[b-kvstmw86sm] {
    order: 1;
  }
}

@media (max-width: 720px) {
  :host[b-kvstmw86sm] {
    padding: 2rem 1rem 2.5rem;
  }

  .page-header[b-kvstmw86sm] {
    padding: 1.3rem 1.4rem;
  }

  .form-grid--two[b-kvstmw86sm] {
    grid-template-columns: 1fr;
  }

  .input-field--wide[b-kvstmw86sm] {
    grid-column: auto;
  }

  .form-actions[b-kvstmw86sm] {
    flex-direction: column;
    align-items: stretch;
  }
}
/* /Pages/StudentExam.razor.rz.scp.css */
.exam-layout[b-jgmjb2njpa] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow: hidden;
}

.exam-shell[b-jgmjb2njpa] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.exam-card[b-jgmjb2njpa] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  background: #fff;
}

.exam-start-card[b-jgmjb2njpa] {
  display: grid;
  gap: 1rem;
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
}

/* ── Header ── */
.exam-start-header[b-jgmjb2njpa] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.exam-start-title[b-jgmjb2njpa] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e2a45;
}

.exam-start-meta[b-jgmjb2njpa] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.exam-meta-badge[b-jgmjb2njpa] {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.exam-meta-badge--time[b-jgmjb2njpa] {
  background: #fff3cd;
  color: #7c5800;
  border: 1px solid #ffe089;
}

.exam-meta-badge--questions[b-jgmjb2njpa] {
  background: #e8f0fe;
  color: #1a4caa;
  border: 1px solid #c5d8fc;
}

/* ── Instructions ── */
.exam-start-instructions[b-jgmjb2njpa] {
  border: 1px solid #dbe3f3;
  border-radius: 10px;
  background: #f8fbff;
  padding: 1rem 1.1rem;
  max-height: min(48dvh, 440px);
  overflow: auto;
}

.exam-start-instructions__heading[b-jgmjb2njpa] {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.exam-start-instructions__heading-en[b-jgmjb2njpa] {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7a99;
}

.exam-start-instructions__body[b-jgmjb2njpa] {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #1e2a45;
}

.exam-start-instructions__body ol[b-jgmjb2njpa] {
  padding-right: 1.4rem;
  padding-left: 0;
  margin: 0;
}

.exam-start-instructions__body li[b-jgmjb2njpa] {
  margin-bottom: 0.35rem;
}

.exam-start-instructions__body :where(img, table, iframe, video, canvas, svg)[b-jgmjb2njpa] {
  max-width: 100%;
}

.exam-start-instructions__body img[b-jgmjb2njpa] {
  display: block;
  height: auto;
  margin-top: 0.65rem;
}

/* ── Footer / Start button ── */
.exam-start-footer[b-jgmjb2njpa] {
  display: flex;
  justify-content: center;
  padding-top: 0.25rem;
}

.exam-start-btn[b-jgmjb2njpa] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.7rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  background: #4a7bdc;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
  letter-spacing: 0.01em;
}

.exam-start-btn:hover[b-jgmjb2njpa] {
  background: #3d69be;
}

.exam-start-btn:active[b-jgmjb2njpa] {
  background: #3d69be;
  transform: scale(0.97);
}

.exam-start-btn__sep[b-jgmjb2njpa] {
  opacity: 0.55;
  font-weight: 400;
}

.exam-topbar[b-jgmjb2njpa] {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem 0.5rem;
  color: #fff;
  background: #497EE4;
  border-bottom: 2px solid #3a6bc9;
}

.exam-topbar-main[b-jgmjb2njpa] {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: start;
  gap: 0.75rem;
}

.exam-title[b-jgmjb2njpa] {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exam-topbar-actions[b-jgmjb2njpa] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
  justify-self: center;
}

.exam-topbar-actions .btn[b-jgmjb2njpa] {
  min-width: 92px;
  padding: 0.35rem 0.65rem;
  font-size: 0.84rem;
}

.exam-topbar-meta[b-jgmjb2njpa] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  justify-self: end;
  white-space: nowrap;
}

.exam-progress[b-jgmjb2njpa] {
  font-size: 0.84rem;
  opacity: 0.95;
}

.exam-timer-enhanced[b-jgmjb2njpa] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.exam-timer-label[b-jgmjb2njpa] {
  font-size: 0.72rem;
  opacity: 0.85;
}

.timer-value[b-jgmjb2njpa] {
  font-size: 0.96rem;
  font-weight: 800;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.timer-value.critical[b-jgmjb2njpa] {
  color: #ffd166;
  animation: pulse-b-jgmjb2njpa 1s infinite;
}

.question-navigator--top[b-jgmjb2njpa] {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.2rem;
  min-height: 1.95rem;
}

.question-navigator--top[b-jgmjb2njpa]::-webkit-scrollbar {
  height: 7px;
}

.question-navigator--top[b-jgmjb2njpa]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 99px;
}

.question-number[b-jgmjb2njpa] {
  position: relative;
  min-width: 1.925rem;
  height: 1.925rem;
  border: 2px solid var(--section-color, #ccc);
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0;
  line-height: 1;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.question-number.answered[b-jgmjb2njpa] {
  /* colors driven by inline style */
}

.question-number.flagged[b-jgmjb2njpa] {
  /* colors driven by inline style */
}

.question-number.active[b-jgmjb2njpa] {
  /* colors driven by inline style */
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.exam-card-body[b-jgmjb2njpa] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0.7rem 0.9rem 0.9rem;
  overflow: hidden;
}

.exam-card-body--passage[b-jgmjb2njpa] {
  overflow: hidden;
}

.question-wrapper[b-jgmjb2njpa] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  min-height: 0;
}

.question-wrapper--passage[b-jgmjb2njpa] {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.exam-question-area[b-jgmjb2njpa] {
  flex: 1;
  min-height: 0;
}

.question-wrapper--passage .exam-question-area--passage[b-jgmjb2njpa] {
  display: grid;
  grid-template-columns: minmax(0, 65%) minmax(0, 35%);
  gap: 0.85rem;
  align-items: stretch;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
}

.question-wrapper--virtual-section .exam-question-area--virtual-section[b-jgmjb2njpa] {
  display: block;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
}

.exam-section[b-jgmjb2njpa] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.95rem;
  border: 1px solid #d7dde9;
  border-radius: 12px;
  background: #fff;
  line-height: 1.58;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.exam-section__content[b-jgmjb2njpa] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 0;
  isolation: isolate;
  order: 1;
  width: 100%;
  flex: 0 0 auto;
}

.exam-section__text[b-jgmjb2njpa] {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.exam-section__text h3[b-jgmjb2njpa] {
  margin: 0 0 0.45rem;
}

.exam-section .section-body[b-jgmjb2njpa] {
  min-width: 0;
  display: flow-root;
}

[b-jgmjb2njpa] .section-body :where(*) {
  position: static !important;
  float: none !important;
  inset: auto !important;
  transform: none !important;
}

.exam-section .section-body :where(img, table, iframe, video, canvas, svg)[b-jgmjb2njpa] {
  max-width: 100%;
}

[b-jgmjb2njpa] .section-body img {
  display: block;
  float: none !important;
  clear: both;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin-top: 0.65rem;
}

[b-jgmjb2njpa] .section-body-images {
  display: block;
  margin-top: 0.65rem;
}

[b-jgmjb2njpa] .section-body-images img {
  display: block !important;
  position: static !important;
  float: none !important;
  clear: both;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin-top: 0.65rem;
}

.exam-section .section-body [style*="position:absolute" i][b-jgmjb2njpa],
.exam-section .section-body [style*="position: absolute" i][b-jgmjb2njpa],
.exam-section .section-body [style*="position:fixed" i][b-jgmjb2njpa],
.exam-section .section-body [style*="position: fixed" i][b-jgmjb2njpa] {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.exam-section .section-body [style*="float:left" i][b-jgmjb2njpa],
.exam-section .section-body [style*="float: left" i][b-jgmjb2njpa],
.exam-section .section-body [style*="float:right" i][b-jgmjb2njpa],
.exam-section .section-body [style*="float: right" i][b-jgmjb2njpa] {
  float: none !important;
  clear: both;
}

.exam-section__image[b-jgmjb2njpa] {
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.exam-section__image img[b-jgmjb2njpa] {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  border: 1px solid #dbe3f3;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.exam-section__image--top[b-jgmjb2njpa],
.exam-section__image--bottom[b-jgmjb2njpa] {
  justify-content: flex-start;
  width: 100%;
  clear: both;
}

.exam-section__image--top[b-jgmjb2njpa] {
  margin-bottom: 0.65rem;
}

.exam-section__image--bottom[b-jgmjb2njpa] {
  order: 2;
  margin-top: 0.65rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.exam-section__image--top img[b-jgmjb2njpa],
.exam-section__image--bottom img[b-jgmjb2njpa] {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.exam-section--image-left .exam-section__image--left[b-jgmjb2njpa],
.exam-section--image-right .exam-section__image--right[b-jgmjb2njpa] {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 45%;
}

.exam-section--image-left .exam-section__image--left img[b-jgmjb2njpa],
.exam-section--image-right .exam-section__image--right img[b-jgmjb2njpa] {
  width: 100%;
  max-width: min(100%, calc((100dvh - 260px) * 0.8));
  max-height: min(100%, calc(100dvh - 280px));
  object-fit: contain;
}

/* Keep long section text readable: stack side images below text and scroll to image naturally. */
.exam-section--image-left .exam-section__content[b-jgmjb2njpa],
.exam-section--image-right .exam-section__content[b-jgmjb2njpa] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.exam-section--image-left .exam-section__image--left[b-jgmjb2njpa],
.exam-section--image-right .exam-section__image--right[b-jgmjb2njpa] {
  order: 2;
  max-width: 100%;
  margin-top: 0.65rem;
}

.exam-section--image-left .exam-section__text[b-jgmjb2njpa],
.exam-section--image-right .exam-section__text[b-jgmjb2njpa] {
  order: 1;
}

.section-questions-box[b-jgmjb2njpa] {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  min-height: 0;
  align-self: stretch;
  overflow-y: auto;
  overflow-x: hidden;
  padding-inline-end: 0.35rem;
}

.section-question-card[b-jgmjb2njpa] {
  border: 1px solid #d5dce8;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  background: #fff;
}

.section-question-card.active[b-jgmjb2njpa] {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.16);
}

.section-question-card__header[b-jgmjb2njpa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
  font-weight: 700;
}

.section-question-card__header-actions[b-jgmjb2njpa] {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.section-flag-button[b-jgmjb2njpa] {
  border: 1px solid #9ec8dd;
  border-radius: 8px;
  padding: 0.2rem 0.55rem;
  font-size: 0.8rem;
  line-height: 1.2;
  background: #f3f9fd;
  color: #0c4a6e;
}

.section-flag-button.flagged[b-jgmjb2njpa] {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #7f1d1d;
}

.section-question-card__flag[b-jgmjb2njpa] {
  font-size: 0.95rem;
}

.section-actions[b-jgmjb2njpa] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-top: 1px dashed #d5dce8;
  padding-top: 0.85rem;
  margin-top: 0.35rem;
}

.classic-question-area[b-jgmjb2njpa] {
  height: 100%;
  overflow-y: auto;
  padding-inline-end: 0.35rem;
}

.question-content[b-jgmjb2njpa] {
  display: grid;
  gap: 0.55rem;
}

.question-prompt[b-jgmjb2njpa] {
  font-size: 1.8rem;
  line-height: 1.6;
}

.question-options[b-jgmjb2njpa] {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.option-item[b-jgmjb2njpa] {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid #d6dbe7;
  background: #fff;
  color: #111827;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  font-size: 1.75rem;
  line-height: 1.5;
}

.option-item input[b-jgmjb2njpa] {
  margin-left: 0.6rem;
}

.option-item.selected[b-jgmjb2njpa] {
  border-color: #0ea5e9;
  background: rgba(14, 165, 233, 0.08);
  color: #0c4a6e;
}

.option-content[b-jgmjb2njpa] {
  flex: 1;
  min-width: 0;
}

.option-image[b-jgmjb2njpa] {
  display: block;
  max-width: 220px;
  max-height: 220px;
  margin-bottom: 0.3rem;
  border-radius: 6px;
}

.question-image[b-jgmjb2njpa] {
  width: 100%;
  margin: 0.25rem auto;
}

.question-image--top[b-jgmjb2njpa] {
  margin-bottom: 0.4rem;
}

.question-image--bottom[b-jgmjb2njpa] {
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}

.question-image--with-section[b-jgmjb2njpa] {
  max-width: 90%;
}

.question-image--without-section[b-jgmjb2njpa] {
  max-width: min(50vw, 100%);
}

.question-image img[b-jgmjb2njpa] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: 8px;
}

.error[b-jgmjb2njpa] {
  color: #b42318;
  font-weight: 600;
}

@keyframes pulse-b-jgmjb2njpa {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

@media (max-width: 980px) {
  .exam-topbar-main[b-jgmjb2njpa] {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .exam-topbar-actions[b-jgmjb2njpa] {
    justify-content: center;
  }

  .exam-topbar-meta[b-jgmjb2njpa] {
    justify-content: center;
    justify-self: center;
  }
}

@media (max-width: 1080px) {
  .question-wrapper--passage .exam-question-area--passage[b-jgmjb2njpa] {
    grid-template-columns: 1fr;
    height: 100%;
    overflow: hidden;
  }

  .exam-section[b-jgmjb2njpa] {
    height: min(60dvh, 680px);
    max-height: min(60dvh, 680px);
  }

  .section-questions-box[b-jgmjb2njpa] {
    height: auto;
    max-height: none;
  }
}
/* /Pages/StudentProfile.razor.rz.scp.css */
/* M-005: Student Profile Page Styles */

.student-profile-page[b-hxqg65l22f] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.profile-header[b-hxqg65l22f] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
}

.profile-avatar[b-hxqg65l22f] {
    flex-shrink: 0;
}

.avatar-circle[b-hxqg65l22f] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.profile-info h1[b-hxqg65l22f] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    color: white;
}

.student-id[b-hxqg65l22f] {
    margin: 0 0 1rem 0;
    opacity: 0.9;
    font-size: 1.1rem;
}

.grade-info[b-hxqg65l22f] {
    display: flex;
    gap: 0.5rem;
}

.grade-info .badge[b-hxqg65l22f] {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
}

.profile-content[b-hxqg65l22f] {
    margin-top: 2rem;
}

.card-header h3[b-hxqg65l22f] {
    margin: 0;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-details[b-hxqg65l22f] {
    display: grid;
    gap: 1rem;
}

.profile-details dt[b-hxqg65l22f] {
    font-weight: 600;
    color: #64748b;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.profile-details dd[b-hxqg65l22f] {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    color: #1e293b;
}

.stats-grid[b-hxqg65l22f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.stat-card[b-hxqg65l22f] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.stat-icon[b-hxqg65l22f] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: #e0e7ff;
    color: #4f46e5;
}

.stat-icon.success[b-hxqg65l22f] {
    background: #d1fae5;
    color: #10b981;
}

.stat-icon.danger[b-hxqg65l22f] {
    background: #ffe4e6;
    color: #ef4444;
}

.stat-icon.warning[b-hxqg65l22f] {
    background: #fef3c7;
    color: #f59e0b;
}

.stat-info[b-hxqg65l22f] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-hxqg65l22f] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1;
}

.stat-label[b-hxqg65l22f] {
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.action-links[b-hxqg65l22f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.action-link[b-hxqg65l22f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.2s;
}

.action-link:hover[b-hxqg65l22f] {
    border-color: #667eea;
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.action-link i[b-hxqg65l22f] {
    font-size: 2rem;
    color: #667eea;
}

.action-link span[b-hxqg65l22f] {
    font-weight: 600;
}

@media (max-width: 768px) {
    .student-profile-page[b-hxqg65l22f] {
        padding: 1rem;
    }

    .profile-header[b-hxqg65l22f] {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .profile-info h1[b-hxqg65l22f] {
        font-size: 1.5rem;
    }

    .stats-grid[b-hxqg65l22f] {
        grid-template-columns: 1fr;
    }

    .action-links[b-hxqg65l22f] {
        grid-template-columns: 1fr;
    }
}
