/*
 * Shared authenticated workspace for school teachers, freelance teachers,
 * hybrid teachers, and learners. Kept separate from the public-site theme.
 */

body.role-workspace {
    --role-accent: #087f8c;
    --role-accent-dark: #075963;
    --role-accent-soft: #e7f5f6;
    --role-highlight: #e6a23c;
    --role-danger: #c94c4c;
    --role-success: #2e8b57;
    --role-ink: #182536;
    --role-muted: #607086;
    --role-line: #dce3ea;
    --role-canvas: #f4f6f8;
    --role-surface: #ffffff;
    background: var(--role-canvas);
    color: var(--role-ink);
    letter-spacing: 0;
}

body.role-student {
    --role-accent: #26734d;
    --role-accent-dark: #194f36;
    --role-accent-soft: #eaf5ef;
    --role-highlight: #d66b4f;
}

body.role-workspace .shell-container {
    width: min(100% - 2rem, 1420px);
    max-width: 1420px;
}

body.role-workspace .topband {
    background: #153e4a;
}

body.role-student .topband {
    background: #234d3a;
}

body.role-workspace .topband-inner {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-size: 0.84rem;
}

body.role-workspace .shell-navbar {
    background: #ffffff;
    backdrop-filter: none;
    border-color: var(--role-line);
}

body.role-workspace .shell-nav-links .nav-link,
body.role-workspace .shell-action-link {
    border-radius: 6px;
    color: var(--role-muted);
    letter-spacing: 0;
}

body.role-workspace .shell-nav-links .nav-link:hover,
body.role-workspace .shell-nav-links .nav-link:focus {
    background: var(--role-accent-soft);
    color: var(--role-accent-dark);
}

body.role-workspace .shell-cta,
body.role-workspace .shell-cta-secondary {
    border: 1px solid var(--role-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
    color: var(--role-ink);
}

.role-workspace-bar {
    background: #ffffff;
    border-bottom: 1px solid var(--role-line);
}

.role-workspace-layout {
    display: flex;
    min-width: 0;
    align-items: stretch;
    gap: 1.25rem;
}

.role-workspace-context {
    display: flex;
    flex: 0 0 auto;
    min-width: 190px;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0;
}

.role-workspace-context > span:last-child {
    display: grid;
    min-width: 0;
}

.role-workspace-context strong {
    color: var(--role-ink);
    font-size: 0.92rem;
    line-height: 1.2;
}

.role-workspace-context small {
    margin-top: 0.15rem;
    color: var(--role-muted);
    font-size: 0.75rem;
    line-height: 1.2;
}

.role-workspace-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--role-accent-soft);
    color: var(--role-accent-dark);
}

.role-workspace-nav {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: stretch;
    gap: 0.15rem;
    overflow-x: auto;
    scrollbar-width: thin;
}

body.role-hybrid-teacher .role-workspace-layout {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
}

body.role-hybrid-teacher .role-workspace-nav {
    flex-wrap: wrap;
    align-content: center;
    overflow: visible;
}

body.role-hybrid-teacher .role-workspace-link {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.role-workspace-link {
    position: relative;
    display: inline-flex;
    min-width: max-content;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.75rem 0.68rem;
    border-bottom: 3px solid transparent;
    color: var(--role-muted);
    font-size: 0.8rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

.role-workspace-link i {
    width: 1rem;
    color: #738198;
    text-align: center;
}

.role-workspace-link:hover,
.role-workspace-link:focus {
    background: #f7f9fa;
    color: var(--role-accent-dark);
}

.role-workspace-link.is-active {
    border-bottom-color: var(--role-accent);
    background: var(--role-accent-soft);
    color: var(--role-accent-dark);
}

.role-workspace-link.is-active i {
    color: var(--role-accent);
}

body.role-workspace .role-shell-main {
    padding: 1.25rem 0 2.5rem;
}

body.role-workspace .teacher-workspace,
body.role-workspace .teacher-shell {
    --teacher-bg: var(--role-canvas);
    --teacher-surface: var(--role-surface);
    --teacher-surface-strong: #f8fafb;
    --teacher-surface-soft: #f2f5f7;
    --teacher-line: var(--role-line);
    --teacher-text: var(--role-ink);
    --teacher-muted: var(--role-muted);
    --teacher-blue: var(--role-accent);
    --teacher-green: var(--role-success);
    --teacher-amber: var(--role-highlight);
    --teacher-red: var(--role-danger);
    color: var(--role-ink);
    letter-spacing: 0;
}

body.role-workspace .teacher-workspace,
body.role-workspace .teacher-shell,
body.role-workspace .teacher-grid {
    min-width: 0;
}

body.role-workspace .teacher-shell {
    display: grid;
    gap: 1rem;
}

body.role-workspace :where(
    .teacher-hero,
    .teacher-panel,
    .teacher-card,
    .teacher-stat,
    .teacher-stat-card
) {
    overflow: hidden;
    border: 1px solid var(--role-line);
    border-radius: 8px;
    background: var(--role-surface);
    box-shadow: 0 4px 14px rgba(24, 37, 54, 0.05);
}

body.role-workspace .teacher-hero {
    position: relative;
    display: flex;
    min-height: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 1.35rem;
    border-left: 4px solid var(--role-accent);
}

body.role-workspace .teacher-hero::after {
    display: none;
}

body.role-workspace .teacher-hero-inner {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

body.role-workspace .teacher-hero h1,
body.role-workspace .teacher-title {
    margin: 0.35rem 0 0.35rem;
    color: var(--role-ink);
    font-size: 1.85rem;
    line-height: 1.15;
    letter-spacing: 0;
}

body.role-workspace .teacher-kicker,
body.role-workspace .teacher-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--role-accent-dark);
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.role-workspace .teacher-hero p,
body.role-workspace .teacher-subtitle {
    max-width: 760px;
    margin: 0;
    color: var(--role-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

body.role-workspace .teacher-hero-actions,
body.role-workspace .teacher-inline-actions,
body.role-workspace .teacher-action-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

body.role-workspace .teacher-hero-actions {
    justify-content: flex-end;
}

body.role-workspace .teacher-panel-header,
body.role-workspace .teacher-card-header {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--role-line);
    background: #f8fafb;
}

body.role-workspace .teacher-panel-title,
body.role-workspace .teacher-card-header h2 {
    margin: 0;
    color: var(--role-ink);
    font-size: 1rem;
    font-weight: 720;
    letter-spacing: 0;
}

body.role-workspace .teacher-panel-subtitle,
body.role-workspace .teacher-card-header p {
    margin: 0.2rem 0 0;
    color: var(--role-muted);
    font-size: 0.83rem;
    line-height: 1.4;
}

body.role-workspace .teacher-panel-body {
    min-width: 0;
    padding: 1rem;
    overflow-x: auto;
}

body.role-workspace .teacher-grid {
    display: grid;
    gap: 1rem;
}

body.role-workspace .teacher-grid.teacher-grid-2,
body.role-workspace .teacher-grid.teacher-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.role-workspace .teacher-grid.teacher-grid-3,
body.role-workspace .teacher-grid.teacher-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.role-workspace .teacher-stat-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

body.role-workspace .teacher-stat,
body.role-workspace .teacher-stat-card {
    position: relative;
    min-height: 104px;
    padding: 0.95rem 1rem;
    border-top: 3px solid var(--role-accent);
}

body.role-workspace .teacher-stat:nth-child(2),
body.role-workspace .teacher-stat-card:nth-child(2) {
    border-top-color: var(--role-highlight);
}

body.role-workspace .teacher-stat:nth-child(3),
body.role-workspace .teacher-stat-card:nth-child(3) {
    border-top-color: var(--role-success);
}

body.role-workspace .teacher-stat:nth-child(4),
body.role-workspace .teacher-stat-card:nth-child(4) {
    border-top-color: #bc654b;
}

body.role-workspace .teacher-stat strong,
body.role-workspace .teacher-stat-card strong {
    display: block;
    margin: 0.15rem 0;
    color: var(--role-ink);
    font-size: 1.45rem;
    line-height: 1.2;
}

body.role-workspace .teacher-stat span,
body.role-workspace .teacher-stat-card span,
body.role-workspace .teacher-stat-label,
body.role-workspace .teacher-stat-card small {
    color: var(--role-muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

body.role-workspace .teacher-chip-row,
body.role-workspace .teacher-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

body.role-workspace .teacher-chip,
body.role-workspace .teacher-pill,
body.role-workspace .teacher-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid var(--role-line);
    border-radius: 6px;
    background: #f8fafb;
    color: var(--role-ink);
    font-size: 0.76rem;
    font-weight: 650;
}

body.role-workspace .teacher-details,
body.role-workspace .teacher-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--role-line);
    border-radius: 7px;
    background: #ffffff;
}

body.role-workspace .teacher-details > div,
body.role-workspace .teacher-detail-list > div {
    min-width: 0;
    padding: 0.8rem 0.9rem;
    border-bottom: 1px solid var(--role-line);
}

body.role-workspace .teacher-details > div:nth-child(odd),
body.role-workspace .teacher-detail-list > div:nth-child(odd) {
    border-right: 1px solid var(--role-line);
}

body.role-workspace .teacher-details > div:nth-last-child(-n + 2),
body.role-workspace .teacher-detail-list > div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

body.role-workspace .teacher-detail-label {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--role-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.role-workspace .teacher-detail-value {
    color: var(--role-ink);
    font-size: 0.9rem;
    font-weight: 620;
}

body.role-workspace .teacher-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
}

body.role-workspace .teacher-form-field label,
body.role-workspace .teacher-form-field .form-label {
    margin-bottom: 0.35rem;
    color: #415168;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
}

body.role-workspace :where(
    .form-control,
    .form-select,
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    input[type="number"],
    input[type="month"],
    select,
    textarea
) {
    min-height: 42px;
    border: 1px solid #cbd5df;
    border-radius: 6px;
    background: #ffffff;
    color: var(--role-ink);
    box-shadow: none;
    letter-spacing: 0;
}

body.role-workspace :where(
    .form-control,
    .form-select,
    input,
    select,
    textarea
):focus {
    border-color: var(--role-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--role-accent) 16%, transparent);
}

body.role-workspace :where(
    .btn,
    input[type="submit"],
    input[type="button"],
    button
) {
    min-height: 38px;
    border-radius: 6px;
    box-shadow: none;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0;
    transform: none;
}

body.role-workspace :where(.btn-primary, .btn-info, .btn-success, input[type="submit"]) {
    border-color: var(--role-accent);
    background: var(--role-accent);
    color: #ffffff;
}

body.role-workspace :where(.btn-primary, .btn-info, .btn-success, input[type="submit"]):hover {
    border-color: var(--role-accent-dark);
    background: var(--role-accent-dark);
    color: #ffffff;
    transform: none;
}

body.role-workspace :where(.btn-secondary, .btn-light, .btn-outline-light, .btn-outline-secondary) {
    border-color: #cbd5df;
    background: #ffffff;
    color: var(--role-ink);
}

body.role-workspace .btn-outline-primary {
    border-color: color-mix(in srgb, var(--role-accent) 42%, #cbd5df);
    background: var(--role-accent-soft);
    color: var(--role-accent-dark);
}

body.role-workspace .btn-danger,
body.role-workspace .btn-outline-danger {
    border-color: #e1b5b5;
    background: #fff4f4;
    color: #a73737;
}

body.role-workspace .table,
body.role-workspace .teacher-gridview,
body.role-workspace table[id*="GridView"],
body.role-workspace table[id*="gv"] {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--role-ink);
    font-size: 0.84rem;
}

body.role-workspace .table thead th,
body.role-workspace .teacher-gridview th,
body.role-workspace table[id*="GridView"] th,
body.role-workspace table[id*="gv"] th {
    padding: 0.7rem 0.75rem;
    border-top: 1px solid var(--role-line);
    border-bottom: 1px solid var(--role-line);
    background: #f2f5f7;
    color: #445368;
    font-size: 0.73rem;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

body.role-workspace .table td,
body.role-workspace .teacher-gridview td,
body.role-workspace table[id*="GridView"] td,
body.role-workspace table[id*="gv"] td {
    padding: 0.7rem 0.75rem;
    border-bottom: 1px solid #e7ebef;
    background: #ffffff;
    color: #28384a;
    vertical-align: middle;
}

body.role-workspace .table tbody tr:hover td,
body.role-workspace .teacher-gridview tbody tr:hover td {
    background: #f9fbfb;
}

body.role-workspace .teacher-list-item,
body.role-workspace .teacher-empty-state {
    border: 1px solid var(--role-line);
    border-radius: 7px;
    background: #ffffff;
}

body.role-workspace .teacher-progress-track {
    height: 8px;
    border: 0;
    border-radius: 4px;
    background: #e5e9ed;
}

body.role-workspace .teacher-progress-fill,
body.role-workspace .teacher-progress-fill.teacher-badge-green,
body.role-workspace .teacher-progress-fill.teacher-badge-amber,
body.role-workspace .teacher-progress-fill.teacher-badge-red {
    border-radius: 4px;
    background: var(--role-accent);
}

body.role-workspace .teacher-status-banner,
body.role-workspace .alert {
    border-radius: 7px;
}

body.role-workspace .teacher-status-banner:empty {
    display: none;
}

body.role-workspace .role-dashboard .teacher-inline-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.role-workspace .role-dashboard .teacher-inline-actions > :where(a, input, button) {
    display: inline-flex;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
    white-space: normal;
}

body.role-workspace .signup-steps {
    border-radius: 8px;
    background: #ffffff;
}

body.role-workspace .signup-steps .step span {
    background: #9aa7b5;
}

body.role-workspace .signup-steps .step.active span {
    background: var(--role-accent);
}

body.role-workspace .signup-steps .step.completed span,
body.role-workspace .signup-steps .line.completed {
    background: var(--role-success);
}

body.role-workspace .shell-footer {
    margin-top: 0;
    padding: 1.25rem 0;
    background: #ffffff;
}

body.role-workspace .footer-grid {
    grid-template-columns: 1fr auto;
}

body.role-workspace .footer-grid > div:first-child p,
body.role-workspace .footer-links {
    display: none;
}

@media (max-width: 1199.98px) {
    .role-workspace-layout {
        display: block;
    }

    .role-workspace-context {
        padding-bottom: 0.4rem;
    }

    .role-workspace-nav {
        margin: 0 -0.25rem;
    }

    body.role-hybrid-teacher .role-workspace-layout {
        display: block;
    }

    body.role-hybrid-teacher .role-workspace-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    body.role-workspace .teacher-stat-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.role-workspace .role-dashboard .teacher-inline-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.role-workspace .shell-actions {
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    body.role-workspace .teacher-grid.teacher-grid-2,
    body.role-workspace .teacher-grid.teacher-grid-two,
    body.role-workspace .teacher-grid.teacher-grid-3,
    body.role-workspace .teacher-grid.teacher-grid-three {
        grid-template-columns: 1fr;
    }

    body.role-workspace .role-dashboard .teacher-inline-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.role-workspace .shell-container {
        width: min(100% - 1rem, 1420px);
    }

    .role-workspace-context {
        min-width: 0;
        padding-top: 0.65rem;
    }

    .role-workspace-link {
        flex-direction: column;
        gap: 0.25rem;
        min-width: 78px;
        padding: 0.55rem 0.5rem;
        font-size: 0.7rem;
    }

    body.role-workspace .role-shell-main {
        padding-top: 0.75rem;
    }

    body.role-workspace .teacher-hero,
    body.role-workspace .teacher-hero-inner {
        display: block;
    }

    body.role-workspace .teacher-hero {
        padding: 1rem;
    }

    body.role-workspace .teacher-hero h1,
    body.role-workspace .teacher-title {
        font-size: 1.55rem;
    }

    body.role-workspace .teacher-hero-actions,
    body.role-workspace .teacher-chip-row,
    body.role-workspace .teacher-pill-list {
        margin-top: 0.8rem;
        justify-content: flex-start;
    }

    body.role-workspace .teacher-panel-header,
    body.role-workspace .teacher-card-header {
        display: block;
    }

    body.role-workspace .teacher-panel-header > :last-child,
    body.role-workspace .teacher-card-header > :last-child {
        margin-top: 0.7rem;
    }

    body.role-workspace .teacher-form-grid,
    body.role-workspace .teacher-details,
    body.role-workspace .teacher-detail-list,
    body.role-workspace .role-dashboard .teacher-inline-actions {
        grid-template-columns: 1fr;
    }

    body.role-workspace .teacher-stat-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.role-workspace .teacher-details > div,
    body.role-workspace .teacher-detail-list > div {
        border-right: 0 !important;
        border-bottom: 1px solid var(--role-line) !important;
    }

    body.role-workspace .teacher-details > div:last-child,
    body.role-workspace .teacher-detail-list > div:last-child {
        border-bottom: 0 !important;
    }

    body.role-workspace .teacher-panel-body {
        padding: 0.8rem;
    }

    body.role-workspace .table,
    body.role-workspace .teacher-gridview {
        min-width: 680px;
    }

    body.role-workspace .teacher-inline-actions > .btn,
    body.role-workspace .teacher-action-row > .btn {
        flex: 1 1 auto;
    }

    body.role-workspace .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.role-workspace *,
    body.role-workspace *::before,
    body.role-workspace *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .role-workspace-bar {
        display: none !important;
    }
}

/* Win over the legacy teacher theme without affecting public or admin pages. */
body.role-workspace .teacher-workspace .teacher-hero,
body.role-workspace .teacher-workspace .teacher-panel,
body.role-workspace .teacher-workspace .teacher-stat,
body.role-workspace .teacher-shell > .teacher-hero,
body.role-workspace .teacher-shell > .teacher-card,
body.role-workspace .teacher-shell .teacher-stat-card {
    border: 1px solid var(--role-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(24, 37, 54, 0.05);
}

body.role-workspace .teacher-workspace .teacher-hero,
body.role-workspace .teacher-shell > .teacher-hero {
    border-left: 4px solid var(--role-accent);
}

body.role-workspace .teacher-workspace .teacher-hero::after,
body.role-workspace .teacher-shell > .teacher-hero::after {
    display: none;
    background: none;
}

body.role-workspace .teacher-workspace .teacher-panel-header,
body.role-workspace .teacher-shell .teacher-card-header {
    background: #f8fafb;
}

body.role-workspace .teacher-workspace .teacher-panel-body,
body.role-workspace .teacher-shell .teacher-panel-body {
    background: #ffffff;
}

body.role-workspace .teacher-workspace .teacher-stat,
body.role-workspace .teacher-shell .teacher-stat-card {
    border-top-width: 3px;
    background: #ffffff;
}

body.role-workspace .teacher-workspace .teacher-eyebrow,
body.role-workspace .teacher-shell .teacher-kicker,
body.role-workspace .teacher-shell .teacher-eyebrow {
    padding: 0;
    border-radius: 0;
    background: transparent;
    letter-spacing: 0;
}

body.role-workspace .teacher-workspace .teacher-chip,
body.role-workspace .teacher-workspace .teacher-pill,
body.role-workspace .teacher-workspace .teacher-badge,
body.role-workspace .teacher-shell .teacher-badge {
    border-radius: 6px;
}

body.role-workspace .teacher-workspace .btn,
body.role-workspace .teacher-workspace input[type="submit"],
body.role-workspace .teacher-workspace input[type="button"],
body.role-workspace .teacher-shell .btn,
body.role-workspace .teacher-shell input[type="submit"],
body.role-workspace .teacher-shell input[type="button"] {
    min-height: 38px;
    border-radius: 6px;
    box-shadow: none;
    transform: none;
}

body.role-workspace .teacher-workspace :where(.btn-primary, .btn-info, .btn-success, input[type="submit"]),
body.role-workspace .teacher-shell :where(.btn-primary, .btn-info, .btn-success, input[type="submit"]) {
    border-color: var(--role-accent);
    background: var(--role-accent);
    color: #ffffff;
}

body.role-workspace .teacher-workspace :where(.btn-secondary, .btn-light, .btn-outline-light, .btn-outline-secondary),
body.role-workspace .teacher-shell :where(.btn-secondary, .btn-light, .btn-outline-light, .btn-outline-secondary) {
    border-color: #cbd5df;
    background: #ffffff;
    color: var(--role-ink);
}

body.role-workspace .teacher-workspace .btn-outline-primary,
body.role-workspace .teacher-shell .btn-outline-primary {
    border-color: color-mix(in srgb, var(--role-accent) 42%, #cbd5df);
    background: var(--role-accent-soft);
    color: var(--role-accent-dark);
}

body.role-workspace .teacher-workspace :where(.form-control, .form-select, select, textarea, input),
body.role-workspace .teacher-shell :where(.form-control, .form-select, select, textarea, input) {
    border-radius: 6px;
}
