/* _content/Curriculum.Website/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-i6w4k9e2i4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i6w4k9e2i4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Curriculum.Website/Components/Pages/Private/DashboardCampusLevelDialog.razor.rz.scp.css */
.home-campus-level-dialog-title[b-ykpmzt0g9f] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.home-campus-level-dialog-title p[b-ykpmzt0g9f] {
    color: #6b7f94;
}

.home-campus-level-dialog-total[b-ykpmzt0g9f] {
    display: inline-grid;
    min-width: 118px;
    padding: 10px 14px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #dce8f2;
    background: #f4f9fd;
}

.home-campus-level-dialog-total span[b-ykpmzt0g9f] {
    color: #6b7f94;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.1;
}

.home-campus-level-dialog-total strong[b-ykpmzt0g9f] {
    color: #123657;
    font-size: 1.55rem;
    font-weight: 950;
    line-height: 1;
}

.home-campus-level-dialog-table[b-ykpmzt0g9f] {
    overflow-x: auto;
    border-radius: 18px;
    border: 1px solid #e2ebf3;
}

.home-campus-level-dialog-table table[b-ykpmzt0g9f] {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}

.home-campus-level-dialog-table th[b-ykpmzt0g9f] {
    padding: 12px 14px;
    color: #5c7188;
    font-size: 0.78rem;
    font-weight: 900;
    text-align: left;
    background: #f5f9fd;
    border-bottom: 1px solid #e2ebf3;
}

.home-campus-level-dialog-table td[b-ykpmzt0g9f] {
    padding: 13px 14px;
    color: #17324d;
    font-size: 0.9rem;
    font-weight: 850;
    border-bottom: 1px solid #edf3f8;
}

.home-campus-level-dialog-table tbody tr:last-child td[b-ykpmzt0g9f] {
    border-bottom: 0;
}

.home-campus-level-dialog-table th:nth-child(2)[b-ykpmzt0g9f],
.home-campus-level-dialog-table td:nth-child(2)[b-ykpmzt0g9f] {
    width: 140px;
    text-align: center;
}

.home-campus-level-dialog-table th:nth-child(3)[b-ykpmzt0g9f],
.home-campus-level-dialog-table td:nth-child(3)[b-ykpmzt0g9f] {
    width: 260px;
}

.home-campus-level-dialog-progress[b-ykpmzt0g9f] {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.home-campus-level-dialog-progress span[b-ykpmzt0g9f] {
    color: var(--level-color);
    font-size: 0.78rem;
    font-weight: 950;
    text-align: right;
}

.home-campus-level-dialog-progress div[b-ykpmzt0g9f] {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf3f8;
}

.home-campus-level-dialog-progress i[b-ykpmzt0g9f] {
    display: block;
    width: var(--level-width);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, color-mix(in srgb, var(--level-color) 72%, white), var(--level-color));
}

.home-campus-level-dialog-empty[b-ykpmzt0g9f] {
    padding: 28px;
    color: #6b7f94;
    font-weight: 850;
    text-align: center;
    border-radius: 18px;
    background: #f8fbff;
}

@media (max-width: 720px) {
    .home-campus-level-dialog-title[b-ykpmzt0g9f] {
        flex-direction: column;
    }

    .home-campus-level-dialog-total[b-ykpmzt0g9f] {
        width: 100%;
    }
}
/* _content/Curriculum.Website/Components/Pages/Private/DashboardFacultyPendingDialog.razor.rz.scp.css */
.home-faculty-pending-dialog-title[b-gumr3r36gy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-faculty-pending-dialog-title p[b-gumr3r36gy] {
    color: #718096;
}

.home-faculty-pending-dialog-total[b-gumr3r36gy] {
    min-width: 128px;
    padding: 10px 14px;
    border-radius: 16px;
    background: #eef6ff;
    color: #184f78;
    text-align: center;
}

.home-faculty-pending-dialog-total span[b-gumr3r36gy] {
    display: block;
    font-size: .78rem;
    font-weight: 700;
}

.home-faculty-pending-dialog-total strong[b-gumr3r36gy] {
    display: block;
    font-size: 1.35rem;
    line-height: 1.2;
}

.home-faculty-pending-dialog-table[b-gumr3r36gy] {
    max-height: 64vh;
    overflow: auto;
    border: 1px solid #e5edf5;
    border-radius: 18px;
}

.home-faculty-pending-dialog-table table[b-gumr3r36gy] {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

.home-faculty-pending-dialog-table th[b-gumr3r36gy] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 12px 14px;
    background: #f6f9fc;
    color: #526277;
    font-size: .82rem;
    text-align: left;
}

.home-faculty-pending-dialog-table td[b-gumr3r36gy] {
    padding: 14px;
    border-top: 1px solid #edf2f7;
    color: #243447;
    vertical-align: middle;
}

.home-faculty-pending-rank[b-gumr3r36gy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #edf6ff;
    color: #1f5e8c;
    font-weight: 800;
}

.home-faculty-pending-progress[b-gumr3r36gy] {
    display: grid;
    grid-template-columns: 48px minmax(120px, 1fr);
    align-items: center;
    gap: 10px;
}

.home-faculty-pending-progress span[b-gumr3r36gy] {
    color: #53677f;
    font-weight: 800;
}

.home-faculty-pending-progress div[b-gumr3r36gy] {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf2f7;
}

.home-faculty-pending-progress i[b-gumr3r36gy] {
    display: block;
    width: var(--pending-width);
    height: 100%;
    border-radius: inherit;
    background: var(--pending-color);
}

.home-faculty-pending-dialog-empty[b-gumr3r36gy] {
    padding: 28px;
    border-radius: 18px;
    background: #f8fafc;
    color: #718096;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 640px) {
    .home-faculty-pending-dialog-title[b-gumr3r36gy] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Curriculum.Website/Components/Pages/Private/HomeDashboard.razor.rz.scp.css */
[b-obmicohduw] .home-dashboard {
        padding-top: 18px;
        color: #17324d;
    }

    [b-obmicohduw] .home-dashboard.home-dashboard-dark {
        color: #e8f1f8;
        background:
            radial-gradient(circle at 8% 0%, rgba(47, 111, 159, 0.22), transparent 28%),
            radial-gradient(circle at 95% 18%, rgba(208, 138, 31, 0.12), transparent 26%),
            #08111f;
        box-shadow: 0 0 0 100vmax #08111f;
        clip-path: inset(0 -100vmax);
    }

    [b-obmicohduw] .home-muted {
        color: #6b7f94;
        line-height: 1.65;
    }

    [b-obmicohduw] .home-dashboard-dark .home-muted {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-loading-card {
        min-height: 260px;
        border-radius: 28px;
        padding: 48px;
        background: linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
        border: 1px solid #dce8f2;
    }

    [b-obmicohduw] .home-loading-title {
        color: #17324d;
        font-weight: 800;
    }

    [b-obmicohduw] .home-dashboard-dark .home-loading-card {
        background: linear-gradient(135deg, #101e31 0%, #0d1727 100%);
        border-color: #22344b;
    }

    [b-obmicohduw] .home-dashboard-dark .home-loading-title {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-hero {
        position: relative;
        overflow: hidden;
        border-radius: 32px;
        padding: clamp(20px, 3vw, 30px);
        background:
            radial-gradient(circle at 12% 0%, rgba(65, 129, 171, 0.36), transparent 30%),
            radial-gradient(circle at 92% 12%, rgba(231, 168, 77, 0.28), transparent 28%),
            linear-gradient(135deg, #0f2f4c 0%, #164a70 52%, #f7fafc 52%, #ffffff 100%);
        border: 1px solid rgba(38, 86, 123, 0.18);
        box-shadow: 0 26px 58px rgba(15, 47, 76, 0.16);
    }

    [b-obmicohduw] .home-dashboard-dark .home-hero {
        background:
            radial-gradient(circle at 12% 0%, rgba(67, 151, 211, 0.24), transparent 30%),
            radial-gradient(circle at 92% 12%, rgba(231, 168, 77, 0.16), transparent 28%),
            linear-gradient(135deg, #08111f 0%, #11283f 52%, #0d1727 52%, #0a1220 100%);
        border-color: #22344b;
        box-shadow: 0 26px 58px rgba(0, 0, 0, 0.36);
    }

    [b-obmicohduw] .home-orb {
        position: absolute;
        border-radius: 999px;
        pointer-events: none;
        opacity: 0.55;
        filter: blur(1px);
    }

    [b-obmicohduw] .home-orb-one {
        width: 170px;
        height: 170px;
        right: 26%;
        top: -68px;
        background: rgba(255, 255, 255, 0.22);
    }

    [b-obmicohduw] .home-orb-two {
        width: 110px;
        height: 110px;
        left: 42%;
        bottom: -34px;
        background: rgba(231, 168, 77, 0.22);
    }

    [b-obmicohduw] .home-hero-content {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
        gap: 22px;
        align-items: stretch;
    }

    [b-obmicohduw] .home-hero-copy {
        max-width: 780px;
        color: #ffffff;
    }

    [b-obmicohduw] .home-eyebrow {
        width: fit-content;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.22);
        font-size: 0.86rem;
        font-weight: 800;
        letter-spacing: 0.2px;
        margin-bottom: 12px;
    }

    [b-obmicohduw] .home-hero-title {
        max-width: 820px;
        color: #ffffff;
        font-weight: 900;
        line-height: 1.16;
        letter-spacing: -0.6px;
        margin-bottom: 10px;
    }

    [b-obmicohduw] .home-hero-subtitle {
        max-width: 680px;
        color: rgba(255, 255, 255, 0.84);
        line-height: 1.8;
        margin-bottom: 18px;
    }

    [b-obmicohduw] .home-hero-panel {
        align-self: stretch;
        padding: 18px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(255, 255, 255, 0.72);
        box-shadow: 0 18px 34px rgba(15, 47, 76, 0.14);
        backdrop-filter: blur(12px);
    }

    [b-obmicohduw] .home-dashboard-dark .home-hero-panel {
        background: rgba(10, 18, 32, 0.82);
        border-color: rgba(116, 150, 184, 0.22);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
    }

    [b-obmicohduw] .home-hero-panel-header,
    [b-obmicohduw] .home-mini-metrics,
    [b-obmicohduw] .home-last-update {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    [b-obmicohduw] .home-hero-panel-header {
        color: #52697d;
        margin-bottom: 18px;
    }

    [b-obmicohduw] .home-hero-date {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-hero-panel-header {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-hero-panel-header .mud-typography {
        color: #17324d;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-hero-panel-header .mud-typography {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-hero-kpi {
        padding: 14px 16px;
        border-radius: 22px;
        background: linear-gradient(135deg, #f4f9fd 0%, #ffffff 100%);
        border: 1px solid #dbe8f3;
    }

    [b-obmicohduw] .home-dashboard-dark .home-hero-kpi {
        background: linear-gradient(135deg, #122136 0%, #0c1727 100%);
        border-color: #253a51;
    }

    [b-obmicohduw] .home-hero-kpi-number {
        display: block;
        color: #123657;
        font-size: clamp(2.2rem, 4.6vw, 3.45rem);
        font-weight: 950;
        line-height: 0.95;
        letter-spacing: -2px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-hero-kpi-number {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-hero-kpi-label {
        display: block;
        color: #61778a;
        font-weight: 700;
        margin-top: 8px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-hero-kpi-label {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-mini-metrics {
        margin-top: 10px;
    }

    [b-obmicohduw] .home-mini-metrics div {
        flex: 1;
        padding: 10px 12px;
        border-radius: 18px;
        background: #ffffff;
        border: 1px solid #e0eaf3;
    }

    [b-obmicohduw] .home-dashboard-dark .home-mini-metrics div {
        background: #0e1a2b;
        border-color: #253a51;
    }

    [b-obmicohduw] .home-mini-metrics strong {
        display: block;
        color: #17324d;
        font-size: 1.35rem;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-mini-metrics strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-mini-metrics span,
    [b-obmicohduw] .home-last-update {
        color: #6b7f94;
        font-size: 0.86rem;
    }

    [b-obmicohduw] .home-dashboard-dark .home-mini-metrics span,
    [b-obmicohduw] .home-dashboard-dark .home-last-update {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-last-update {
        margin-top: 12px;
        justify-content: flex-start;
    }

    [b-obmicohduw] .home-stat-card,
    [b-obmicohduw] .home-section-card,
    [b-obmicohduw] .home-filter-card {
        border: 1px solid #dce8f2;
        background: #ffffff;
        box-shadow: 0 16px 36px rgba(15, 47, 76, 0.065);
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-card,
    [b-obmicohduw] .home-dashboard-dark .home-section-card,
    [b-obmicohduw] .home-dashboard-dark .home-filter-card {
        background: #0d1727;
        border-color: #22344b;
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
    }

    [b-obmicohduw] .home-stat-card {
        height: 100%;
        min-height: 176px;
        padding: 20px;
        border-radius: 26px;
        transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }

    [b-obmicohduw] .home-stat-card:hover {
        transform: translateY(-2px);
        border-color: rgba(48, 105, 146, 0.28);
        box-shadow: 0 20px 38px rgba(15, 47, 76, 0.10);
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-card:hover {
        border-color: #3c5e7d;
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.32);
    }

    [b-obmicohduw] .home-stat-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 18px;
    }

    [b-obmicohduw] .home-stat-icon {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: #123657;
        background: #eef6fb;
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-icon {
        color: #a8d8ff;
        background: #132943;
    }

    [b-obmicohduw] .home-stat-card.tone-gold .home-stat-icon {
        color: #7a4c00;
        background: #fff2d8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-card.tone-gold .home-stat-icon {
        color: #ffd58d;
        background: #3b2a11;
    }

    [b-obmicohduw] .home-stat-card.tone-green .home-stat-icon {
        color: #106046;
        background: #ddf7ee;
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-card.tone-green .home-stat-icon {
        color: #91f0ce;
        background: #123528;
    }

    [b-obmicohduw] .home-stat-card.tone-red .home-stat-icon {
        color: #8a2d2d;
        background: #ffe7e3;
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-card.tone-red .home-stat-icon {
        color: #ffaca4;
        background: #3d1f22;
    }

    [b-obmicohduw] .home-stat-value {
        color: #123657;
        font-weight: 950;
        line-height: 1;
        margin-bottom: 8px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-value {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-stat-title {
        color: #1b3853;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-title {
        color: #dceaf6;
    }

    [b-obmicohduw] .home-stat-caption {
        color: #6b7f94;
        display: block;
        margin-top: 6px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-stat-caption {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-section-card {
        height: 100%;
        border-radius: 28px;
        padding: 22px;
    }

    [b-obmicohduw] .home-filter-card {
        border-radius: 26px;
        padding: 18px;
    }

    [b-obmicohduw] .home-filter-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 14px;
    }

    [b-obmicohduw] .home-filter-title {
        color: #17324d;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-filter-title {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-change-section {
        background:
            radial-gradient(circle at 8% 0%, rgba(61, 134, 198, 0.14), transparent 28%),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-section {
        background:
            radial-gradient(circle at 8% 0%, rgba(96, 165, 250, 0.18), transparent 30%),
            linear-gradient(180deg, #0d1727 0%, #0a1422 100%);
    }

    [b-obmicohduw] .home-change-header {
        align-items: center;
    }

    [b-obmicohduw] .home-change-period-pill {
        min-width: 220px;
        border: 1px solid #cfe0ee;
        border-radius: 20px;
        padding: 12px 16px;
        text-align: center;
        background: #ffffff;
        box-shadow: 0 12px 28px rgba(15, 47, 76, 0.08);
    }

    [b-obmicohduw] .home-change-period-pill span {
        display: block;
        color: #6f879d;
        font-size: 0.78rem;
        font-weight: 800;
        margin-bottom: 4px;
    }

    [b-obmicohduw] .home-change-period-pill strong {
        display: block;
        color: #17324d;
        font-size: 1.04rem;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-period-pill {
        background: #101d2f;
        border-color: #25384f;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-period-pill span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-period-pill strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-change-filter-grid {
        margin-top: 10px;
    }

    [b-obmicohduw] .home-change-filter-actions {
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    [b-obmicohduw] .home-change-placeholder {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 18px;
        border: 1px dashed #bdd2e5;
        border-radius: 22px;
        padding: 16px;
        background: rgba(239, 247, 252, 0.82);
    }

    [b-obmicohduw] .home-change-placeholder-icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #1f6ea8;
        background: #dceefa;
        flex: 0 0 auto;
    }

    [b-obmicohduw] .home-change-placeholder strong {
        display: block;
        color: #17324d;
        font-weight: 900;
        margin-bottom: 3px;
    }

    [b-obmicohduw] .home-change-placeholder span {
        display: block;
        color: #6f879d;
        line-height: 1.55;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-placeholder {
        background: rgba(16, 29, 47, 0.82);
        border-color: #2c435d;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-placeholder-icon {
        color: #a8d8ff;
        background: #132943;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-placeholder strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-placeholder span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-change-results {
        margin-top: 18px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #dce8f2;
        background: #ffffff;
    }

    [b-obmicohduw] .home-change-results-grid {
        margin-top: 0;
    }

    [b-obmicohduw] .home-change-results.close {
        border-color: #f0d4d4;
        background:
            radial-gradient(circle at 100% 0%, rgba(217, 71, 71, 0.08), transparent 30%),
            #ffffff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-results {
        border-color: #25384f;
        background: #0d1727;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-results.close {
        border-color: #3d2932;
        background:
            radial-gradient(circle at 100% 0%, rgba(217, 71, 71, 0.12), transparent 30%),
            #0d1727;
    }

    [b-obmicohduw] .home-change-count-pill {
        min-width: 118px;
        border-radius: 18px;
        padding: 10px 14px;
        text-align: center;
        background: #edf6fc;
        border: 1px solid #d2e5f3;
    }

    [b-obmicohduw] .home-change-count-pill span {
        display: block;
        color: #6f879d;
        font-size: 0.76rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-change-count-pill strong {
        display: block;
        color: #17324d;
        font-size: 1.55rem;
        font-weight: 950;
        line-height: 1.05;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-count-pill {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-count-pill span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-count-pill strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-change-count-pill.close {
        background: #fff0f0;
        border-color: #f2d0d0;
    }

    [b-obmicohduw] .home-change-count-pill.close strong {
        color: #9f2f2f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-count-pill.close {
        background: rgba(217, 71, 71, 0.12);
        border-color: #4a2b32;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-count-pill.close strong {
        color: #ffc9c9;
    }

    [b-obmicohduw] .home-change-card-list {
        display: grid;
        gap: 12px;
        margin-top: 14px;
        max-height: 620px;
        overflow-y: auto;
        padding-right: 4px;
    }

    [b-obmicohduw] .home-change-info-card {
        border: 1px solid #dce8f2;
        border-radius: 22px;
        padding: 15px;
        background:
            radial-gradient(circle at 98% 0%, rgba(44, 137, 97, 0.12), transparent 26%),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        cursor: pointer;
        transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
    }

    [b-obmicohduw] .home-change-info-card:hover {
        transform: translateY(-2px);
        border-color: #b9d5e8;
        box-shadow: 0 14px 28px rgba(15, 47, 76, 0.10);
    }

    [b-obmicohduw] .home-change-info-card.close {
        background:
            radial-gradient(circle at 98% 0%, rgba(217, 71, 71, 0.12), transparent 26%),
            linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
    }

    [b-obmicohduw] .home-change-info-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }

    [b-obmicohduw] .home-change-level,
    [b-obmicohduw] .home-change-code {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        padding: 5px 10px;
        font-size: 0.74rem;
        font-weight: 950;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-change-level {
        color: #176046;
        background: #ddf7ec;
    }

    [b-obmicohduw] .home-change-code {
        color: #466176;
        background: #eef5fa;
    }

    [b-obmicohduw] .home-change-info-title {
        display: block;
        color: #17324d;
        font-size: 0.98rem;
        font-weight: 950;
        line-height: 1.42;
        margin-bottom: 10px;
    }

    [b-obmicohduw] .home-change-info-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
    }

    [b-obmicohduw] .home-change-info-meta span {
        border-radius: 999px;
        padding: 5px 10px;
        color: #35506a;
        font-size: 0.75rem;
        font-weight: 900;
        background: #f1f6fa;
    }

    [b-obmicohduw] .home-change-info-foot {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    [b-obmicohduw] .home-change-info-foot span {
        display: grid;
        gap: 2px;
        color: #35506a;
        font-size: 0.78rem;
        font-weight: 850;
        line-height: 1.35;
    }

    [b-obmicohduw] .home-change-info-foot b {
        color: #6f879d;
        font-size: 0.7rem;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-info-card {
        border-color: #25384f;
        background:
            radial-gradient(circle at 98% 0%, rgba(39, 174, 119, 0.14), transparent 26%),
            linear-gradient(180deg, #101d2f 0%, #0d1727 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-info-card:hover {
        border-color: #416281;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-info-card.close {
        background:
            radial-gradient(circle at 98% 0%, rgba(217, 71, 71, 0.14), transparent 26%),
            linear-gradient(180deg, #101d2f 0%, #0d1727 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-level {
        color: #8df0c6;
        background: rgba(39, 174, 119, 0.20);
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-code,
    [b-obmicohduw] .home-dashboard-dark .home-change-info-meta span {
        color: #c7d7e6;
        background: #17283c;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-info-title {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-info-foot span {
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-info-foot b {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-change-table {
        margin-top: 14px;
        overflow-x: auto;
    }

    [b-obmicohduw] .home-change-table table {
        width: 100%;
        min-width: 1060px;
        border-collapse: collapse;
    }

    [b-obmicohduw] .home-change-table th,
    [b-obmicohduw] .home-change-table td {
        padding: 12px;
        border-bottom: 1px solid #e7eef5;
        color: #35506a;
        font-size: 0.82rem;
        font-weight: 800;
        text-align: left;
        vertical-align: top;
    }

    [b-obmicohduw] .home-change-table th {
        color: #6b7f94;
        font-size: 0.76rem;
        font-weight: 950;
        background: #f4f9fd;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-change-table tbody tr {
        cursor: pointer;
        transition: background 0.16s ease, transform 0.16s ease;
    }

    [b-obmicohduw] .home-change-table tbody tr:hover {
        background: #f8fbff;
        transform: translateY(-1px);
    }

    [b-obmicohduw] .home-change-curriculum-name {
        display: grid;
        gap: 3px;
        min-width: 280px;
    }

    [b-obmicohduw] .home-change-curriculum-name strong {
        color: #17324d;
        font-weight: 950;
        line-height: 1.35;
    }

    [b-obmicohduw] .home-change-curriculum-name span {
        color: #6b7f94;
        font-size: 0.76rem;
        font-weight: 800;
    }

    [b-obmicohduw] .home-change-type-chip {
        display: inline-flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 999px;
        color: #176046;
        font-size: 0.76rem;
        font-weight: 950;
        background: #ddf7ec;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-change-empty {
        margin-top: 14px;
        padding: 18px;
        border-radius: 18px;
        color: #6b7f94;
        font-size: 0.9rem;
        font-weight: 850;
        text-align: center;
        background: #f6f9fc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-table th,
    [b-obmicohduw] .home-dashboard-dark .home-change-table td {
        border-bottom-color: #25384f;
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-table th {
        color: #93a8bc;
        background: #101d2f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-table tbody tr:hover {
        background: #101d2f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-curriculum-name strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-curriculum-name span,
    [b-obmicohduw] .home-dashboard-dark .home-change-empty {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-change-type-chip {
        color: #8df0c6;
        background: rgba(39, 174, 119, 0.20);
    }

    [b-obmicohduw] .home-tabs-card {
        border-radius: 30px;
        padding: 14px;
        border: 1px solid #dce8f2;
        background: #f7fbff;
        box-shadow: 0 16px 36px rgba(15, 47, 76, 0.065);
    }

    [b-obmicohduw] .home-dashboard-dark .home-tabs-card {
        background: #0b1424;
        border-color: #22344b;
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
    }

    [b-obmicohduw] .home-dashboard-tabs .mud-tabs-toolbar {
        border-radius: 22px;
        padding: 6px;
        background: #eaf3fa;
        min-height: 58px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-tabs .mud-tabs-toolbar {
        background: #101e31;
    }

    [b-obmicohduw] .home-dashboard-tabs .mud-tab {
        min-height: 46px;
        border-radius: 16px;
        color: #49647c;
        font-weight: 800;
        text-transform: none;
    }

    [b-obmicohduw] .home-dashboard-tabs .mud-tab.mud-tab-active {
        color: #123657;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 47, 76, 0.10);
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-tabs .mud-tab {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-tabs .mud-tab.mud-tab-active {
        color: #e8f1f8;
        background: #16263b;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    }

    [b-obmicohduw] .home-dashboard-tabs .mud-tabs-panels {
        background: transparent;
    }

    [b-obmicohduw] .home-tab-panel {
        padding: 18px 0 0;
    }

    [b-obmicohduw] .home-section-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 18px;
    }

    [b-obmicohduw] .home-section-header.compact {
        margin-bottom: 16px;
    }

    [b-obmicohduw] .home-section-title {
        color: #17324d;
        font-weight: 900;
        letter-spacing: -0.2px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-section-title {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-workflow-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    [b-obmicohduw] .home-workflow-card {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        padding: 14px;
        border-radius: 20px;
        border: 1px solid #e1ebf3;
        background: linear-gradient(135deg, #fbfdff 0%, #ffffff 100%);
        cursor: default;
        transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-card {
        background: linear-gradient(135deg, #111e30 0%, #0b1524 100%);
        border-color: #22344b;
    }

    [b-obmicohduw] .home-workflow-card:hover {
        transform: translateY(-2px);
        border-color: #bdd5e8;
        box-shadow: 0 14px 26px rgba(15, 47, 76, 0.09);
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-card:hover {
        border-color: #3c5e7d;
        box-shadow: 0 14px 26px rgba(0, 0, 0, 0.30);
    }

    [b-obmicohduw] .home-workflow-icon {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: #17466b;
        background: #eef6fb;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-icon {
        color: #a8d8ff;
        background: #132943;
    }

    [b-obmicohduw] .home-workflow-card.tone-amber .home-workflow-icon {
        color: #865d00;
        background: #fff3d6;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-card.tone-amber .home-workflow-icon {
        color: #ffd58d;
        background: #3b2a11;
    }

    [b-obmicohduw] .home-workflow-card.tone-green .home-workflow-icon {
        color: #0f694b;
        background: #ddf7ee;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-card.tone-green .home-workflow-icon {
        color: #91f0ce;
        background: #123528;
    }

    [b-obmicohduw] .home-workflow-card.tone-rose .home-workflow-icon {
        color: #933633;
        background: #ffe7e3;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-card.tone-rose .home-workflow-icon {
        color: #ffaca4;
        background: #3d1f22;
    }

    [b-obmicohduw] .home-workflow-card.tone-slate .home-workflow-icon {
        color: #334155;
        background: #eef2f7;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-card.tone-slate .home-workflow-icon {
        color: #c5d3e0;
        background: #1b293a;
    }

    [b-obmicohduw] .home-workflow-body {
        min-width: 0;
    }

    [b-obmicohduw] .home-workflow-title {
        display: block;
        color: #1b3853;
        font-weight: 850;
        line-height: 1.35;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-title {
        color: #dceaf6;
    }

    [b-obmicohduw] .home-workflow-caption {
        display: block;
        color: #6b7f94;
        font-size: 0.82rem;
        line-height: 1.45;
        margin-top: 3px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-caption {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-workflow-count {
        color: #123657;
        font-size: 1.65rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-workflow-count {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-level-section {
        overflow: hidden;
        background:
            radial-gradient(circle at 4% 0%, rgba(47, 111, 159, 0.10), transparent 30%),
            #ffffff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-section {
        background:
            radial-gradient(circle at 4% 0%, rgba(80, 154, 209, 0.14), transparent 32%),
            #0d1727;
    }

    [b-obmicohduw] .home-level-total {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 0;
        padding: 8px 12px;
        border-radius: 999px;
        text-align: center;
        background: #f4f9fd;
        border: 1px solid #dce8f2;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-total {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-level-total span {
        display: inline;
        color: #6b7f94;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-total span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-level-total strong {
        display: inline;
        color: #123657;
        font-size: 1rem;
        font-weight: 950;
        line-height: 1;
        margin-top: 0;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-total strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-development-type-section {
        overflow: hidden;
        background:
            radial-gradient(circle at 94% 0%, rgba(208, 138, 31, 0.10), transparent 30%),
            #ffffff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-development-type-section {
        background:
            radial-gradient(circle at 94% 0%, rgba(208, 138, 31, 0.14), transparent 32%),
            #0d1727;
    }

    [b-obmicohduw] .home-development-type-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 12px;
    }

    [b-obmicohduw] .home-development-type-card {
        padding: 16px;
        border-radius: 20px;
        border: 1px solid color-mix(in srgb, var(--dev-color) 20%, #dce8f2);
        background: linear-gradient(135deg, color-mix(in srgb, var(--dev-color) 9%, white), #ffffff 72%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-development-type-card {
        border-color: color-mix(in srgb, var(--dev-color) 28%, #22344b);
        background: linear-gradient(135deg, color-mix(in srgb, var(--dev-color) 18%, #101d2f), #0b1524 78%);
    }

    [b-obmicohduw] .home-development-type-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 12px;
    }

    [b-obmicohduw] .home-development-type-top div {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    [b-obmicohduw] .home-development-type-top span {
        color: #3d5368;
        font-size: 0.86rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-development-type-top span {
        color: #d5e2ef;
    }

    [b-obmicohduw] .home-development-type-top strong {
        color: #123657;
        font-size: 1.65rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-development-type-top strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-development-type-top em {
        padding: 6px 10px;
        border-radius: 999px;
        color: var(--dev-color);
        font-size: 0.82rem;
        font-style: normal;
        font-weight: 950;
        background: color-mix(in srgb, var(--dev-color) 12%, white);
    }

    [b-obmicohduw] .home-development-type-track {
        height: 8px;
        overflow: hidden;
        border-radius: 999px;
        background: #e8f0f7;
    }

    [b-obmicohduw] .home-dashboard-dark .home-development-type-track {
        background: #192a3d;
    }

    [b-obmicohduw] .home-development-type-track div {
        width: var(--dev-width);
        height: 100%;
        border-radius: inherit;
        background: var(--dev-color);
    }

    [b-obmicohduw] .home-level-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 12px;
    }

    [b-obmicohduw] .home-level-card {
        position: relative;
        overflow: hidden;
        min-height: 170px;
        padding: 16px;
        border-radius: 22px;
        border: 1px solid color-mix(in srgb, var(--level-color) 20%, #dce8f2);
        background:
            linear-gradient(135deg, color-mix(in srgb, var(--level-color) 10%, white) 0%, #ffffff 72%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-card {
        border-color: color-mix(in srgb, var(--level-color) 28%, #22344b);
        background:
            linear-gradient(135deg, color-mix(in srgb, var(--level-color) 18%, #101d2f) 0%, #0b1524 78%);
    }

    [b-obmicohduw] .home-level-card::after {
        content: "";
        position: absolute;
        width: 98px;
        height: 98px;
        right: -34px;
        top: -34px;
        border-radius: 999px;
        background: color-mix(in srgb, var(--level-color) 16%, transparent);
    }

    [b-obmicohduw] .home-level-card-top,
    [b-obmicohduw] .home-level-count {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    [b-obmicohduw] .home-level-icon {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        color: var(--level-color);
        background: color-mix(in srgb, var(--level-color) 12%, white);
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-icon {
        background: color-mix(in srgb, var(--level-color) 22%, #0b1524);
    }

    [b-obmicohduw] .home-level-card-top span {
        color: var(--level-color);
        font-size: 0.82rem;
        font-weight: 900;
    }

    [b-obmicohduw] .home-level-name {
        min-height: 42px;
        margin-top: 14px;
        color: #17324d;
        font-weight: 900;
        line-height: 1.38;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-name {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-level-count {
        margin-top: 12px;
        align-items: flex-end;
    }

    [b-obmicohduw] .home-level-count strong {
        color: #123657;
        font-size: 2rem;
        font-weight: 950;
        line-height: 0.95;
        letter-spacing: -0.8px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-count strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-level-count span {
        color: #6b7f94;
        font-size: 0.84rem;
        font-weight: 750;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-count span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-level-track {
        height: 8px;
        overflow: hidden;
        margin-top: 14px;
        border-radius: 999px;
        background: #edf3f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-level-track {
        background: #18283c;
    }

    [b-obmicohduw] .home-level-fill {
        width: var(--level-width);
        height: 100%;
        border-radius: inherit;
        background: var(--level-color);
    }

    [b-obmicohduw] .home-faculty-development-panel {
        margin-top: 18px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #dce8f2;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-panel {
        border-color: #22344b;
        background: linear-gradient(180deg, #0d1727 0%, #0b1424 100%);
    }

    [b-obmicohduw] .home-faculty-development-summary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 8px 12px;
        border-radius: 999px;
        background: #f4f9fd;
        border: 1px solid #dce8f2;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-summary {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-faculty-development-summary span {
        color: #6b7f94;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-summary span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-faculty-development-summary strong {
        color: #123657;
        font-size: 1rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-summary strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-faculty-development-toolbar {
        display: grid;
        grid-template-columns: minmax(260px, 1fr) auto;
        gap: 12px;
        align-items: center;
        margin-bottom: 14px;
    }

    [b-obmicohduw] .home-faculty-development-page-status {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 8px 12px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid #e2ebf3;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-page-status {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-faculty-development-page-status span {
        color: #6b7f94;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-page-status span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-faculty-development-page-status strong {
        color: #123657;
        font-size: 0.95rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-page-status strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-faculty-development-table-wrap {
        overflow-x: auto;
        border-radius: 18px;
        border: 1px solid #e2ebf3;
        background: #ffffff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-table-wrap {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-faculty-development-table {
        width: 100%;
        min-width: 720px;
        border-collapse: collapse;
    }

    [b-obmicohduw] .home-faculty-development-table th,
    [b-obmicohduw] .home-faculty-development-table td {
        padding: 13px 16px;
        border-bottom: 1px solid #edf3f8;
        text-align: left;
        vertical-align: middle;
    }

    [b-obmicohduw] .home-faculty-development-table th:not(:first-child),
    [b-obmicohduw] .home-faculty-development-table td:not(:first-child) {
        text-align: center;
        width: 150px;
    }

    [b-obmicohduw] .home-faculty-development-table tbody tr:last-child td {
        border-bottom: 0;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-table th,
    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-table td {
        border-bottom-color: #25384f;
    }

    [b-obmicohduw] .home-faculty-development-table th {
        color: #5c7188;
        font-size: 0.78rem;
        font-weight: 900;
        background: #f5f9fd;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-table th {
        color: #a9bbce;
        background: #0f1b2c;
    }

    [b-obmicohduw] .home-faculty-development-sort {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        padding: 0;
        color: inherit;
        font: inherit;
        font-weight: 900;
        text-align: inherit;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    [b-obmicohduw] .home-faculty-development-table th:first-child .home-faculty-development-sort {
        justify-content: flex-start;
    }

    [b-obmicohduw] .home-faculty-development-sort .mud-icon-root {
        width: 18px;
        height: 18px;
        color: #8aa0b4;
        opacity: 0.72;
    }

    [b-obmicohduw] .home-faculty-development-sort.active {
        color: #123657;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-sort.active {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-faculty-development-sort.active .mud-icon-root {
        color: #2f7dbd;
        opacity: 1;
    }

    [b-obmicohduw] .home-faculty-development-table td:first-child strong {
        color: #123657;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-table td:first-child strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-faculty-development-pill {
        display: inline-flex;
        min-width: 46px;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 999px;
        font-size: 0.86rem;
        font-weight: 950;
    }

    [b-obmicohduw] .home-faculty-development-pill.new {
        color: #135f4c;
        background: #dff7ec;
    }

    [b-obmicohduw] .home-faculty-development-pill.revised {
        color: #8a580d;
        background: #fff0cc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pill.new {
        color: #8ee6c4;
        background: #123b32;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pill.revised {
        color: #ffd88a;
        background: #3b2b10;
    }

    [b-obmicohduw] .home-faculty-development-total {
        color: #123657;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-total {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-faculty-development-pagination {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid #e2ebf3;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pagination {
        border-top-color: #25384f;
    }

    [b-obmicohduw] .home-faculty-development-pagination-status {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-width: max-content;
        color: #53677f;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pagination-status {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-faculty-development-pagination-status strong {
        color: #123657;
        font-size: 0.92rem;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pagination-status strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-faculty-development-pager {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        min-width: 0;
    }

    [b-obmicohduw] .home-faculty-development-pager-pages {
        display: flex;
        align-items: center;
        gap: 2px;
        min-width: 0;
    }

    [b-obmicohduw] .home-faculty-development-pager-edge,
    [b-obmicohduw] .home-faculty-development-page-button {
        border: 0;
        background: transparent;
        box-shadow: none;
        cursor: pointer;
        transition: color 0.16s ease, background 0.16s ease, transform 0.16s ease;
    }

    [b-obmicohduw] .home-faculty-development-pager-edge {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 8px 10px;
        border-radius: 10px;
        color: #2f6f9f;
        font-size: 0.8rem;
        font-weight: 900;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-faculty-development-pager-edge .mud-icon-root {
        font-size: 1.05rem;
    }

    [b-obmicohduw] .home-faculty-development-pager-edge:hover:not(:disabled) {
        color: #123657;
        background: #edf6fc;
        transform: translateY(-1px);
    }

    [b-obmicohduw] .home-faculty-development-pager-edge:disabled {
        cursor: default;
        color: #a4b4c2;
        opacity: 0.58;
    }

    [b-obmicohduw] .home-faculty-development-page-button {
        position: relative;
        min-width: 34px;
        height: 36px;
        padding: 0 8px;
        color: #53677f;
        font-weight: 900;
    }

    [b-obmicohduw] .home-faculty-development-page-button::after {
        content: "";
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: 3px;
        height: 3px;
        border-radius: 999px;
        background: transparent;
        transition: background 0.16s ease, left 0.16s ease, right 0.16s ease;
    }

    [b-obmicohduw] .home-faculty-development-page-button:hover {
        color: #123657;
        background: #f3f8fc;
    }

    [b-obmicohduw] .home-faculty-development-page-button.active {
        color: #123657;
        background: transparent;
    }

    [b-obmicohduw] .home-faculty-development-page-button.active::after {
        left: 4px;
        right: 4px;
        background: #2f6f9f;
    }

    [b-obmicohduw] .home-faculty-development-pager-ellipsis {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 24px;
        height: 36px;
        color: #8da0b1;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pager-edge {
        color: #8ec9f2;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pager-edge:hover:not(:disabled) {
        color: #f2f7fb;
        background: rgba(90, 164, 216, 0.12);
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pager-edge:disabled {
        color: #60768a;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-page-button {
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-page-button:hover {
        color: #f2f7fb;
        background: rgba(90, 164, 216, 0.10);
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-page-button.active {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-page-button.active::after {
        background: #8ec9f2;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-development-pager-ellipsis {
        color: #60768a;
    }

    [b-obmicohduw] .home-urgent-section {
        background:
            radial-gradient(circle at 96% 8%, rgba(196, 91, 77, 0.12), transparent 28%),
            #ffffff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-section {
        background:
            radial-gradient(circle at 96% 8%, rgba(196, 91, 77, 0.16), transparent 30%),
            #0d1727;
    }

    [b-obmicohduw] .home-urgent-summary {
        min-width: 126px;
        padding: 10px 14px;
        border-radius: 18px;
        text-align: center;
        border: 1px solid #f0d6d2;
        background: #fff5f3;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-summary {
        border-color: #52312d;
        background: #241513;
    }

    [b-obmicohduw] .home-urgent-summary span {
        display: block;
        color: #9b4d43;
        font-size: 0.74rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-urgent-summary strong {
        display: block;
        color: #8d3329;
        font-size: 1.45rem;
        font-weight: 950;
        line-height: 1.1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-summary span {
        color: #e9a29a;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-summary strong {
        color: #ffd0ca;
    }

    [b-obmicohduw] .home-urgent-table {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        overflow-x: auto;
    }

    [b-obmicohduw] .home-urgent-row {
        display: grid;
        grid-template-columns: 120px minmax(280px, 1.45fr) 170px minmax(140px, 0.7fr) minmax(180px, 0.85fr) minmax(120px, 0.55fr) 100px;
        gap: 14px;
        align-items: center;
        min-width: 1260px;
        padding: 12px 14px;
        border-radius: 18px;
        border: 1px solid #e8eef4;
        background: #f8fbff;
        cursor: pointer;
        transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    [b-obmicohduw] .home-urgent-row:not(.home-urgent-head):hover {
        transform: translateY(-2px);
        border-color: #e2aaa2;
        box-shadow: 0 14px 28px rgba(55, 74, 94, 0.1);
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-row {
        border-color: #25384f;
        background: #0d1727;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-row:not(.home-urgent-head):hover {
        border-color: #71423b;
    }

    [b-obmicohduw] .home-urgent-head {
        color: #6b7f94;
        font-size: 0.78rem;
        font-weight: 900;
        background: #eef5fb;
        cursor: default;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-head {
        color: #93a8bc;
        background: #16263a;
    }

    [b-obmicohduw] .home-urgent-row span {
        min-width: 0;
        color: #35506a;
        font-size: 0.88rem;
        font-weight: 800;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-row span {
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-urgent-code {
        color: #17324d !important;
        font-weight: 950 !important;
    }

    [b-obmicohduw] .home-urgent-code,
    [b-obmicohduw] .home-urgent-cell {
        display: grid;
        gap: 3px;
    }

    [b-obmicohduw] .home-urgent-code small,
    [b-obmicohduw] .home-urgent-cell small,
    [b-obmicohduw] .home-urgent-title small,
    [b-obmicohduw] .home-urgent-due small {
        color: #7c8fa3;
        font-size: 0.68rem;
        font-weight: 850;
        line-height: 1.1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-code small,
    [b-obmicohduw] .home-dashboard-dark .home-urgent-cell small,
    [b-obmicohduw] .home-dashboard-dark .home-urgent-title small,
    [b-obmicohduw] .home-dashboard-dark .home-urgent-due small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-urgent-code strong,
    [b-obmicohduw] .home-urgent-cell strong {
        overflow: hidden;
        color: #17324d;
        font-size: 0.88rem;
        font-weight: 950;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-code strong,
    [b-obmicohduw] .home-dashboard-dark .home-urgent-cell strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-code {
        color: #e8f1f8 !important;
    }

    [b-obmicohduw] .home-urgent-title {
        display: grid;
        gap: 3px;
    }

    [b-obmicohduw] .home-urgent-title strong {
        overflow: hidden;
        color: #17324d;
        font-size: 0.94rem;
        font-weight: 950;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-title strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-urgent-title em {
        overflow: hidden;
        color: #6b7f94;
        font-size: 0.78rem;
        font-style: normal;
        font-weight: 750;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-title em {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-urgent-due {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        padding: 7px 10px;
        border-radius: 14px;
        background: #fff0d5;
        color: #7b4f12 !important;
    }

    [b-obmicohduw] .home-urgent-due strong {
        font-size: 1rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-urgent-due em {
        margin-top: 3px;
        font-size: 0.72rem;
        font-style: normal;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-urgent-due {
        background: #3a2a16;
        color: #ffe0a7 !important;
    }

    [b-obmicohduw] .home-campus-bar-panel {
        margin-top: 18px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #dce8f2;
        background:
            radial-gradient(circle at 94% 12%, rgba(39, 163, 122, 0.10), transparent 30%),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-bar-panel {
        border-color: #25384f;
        background:
            radial-gradient(circle at 94% 12%, rgba(39, 163, 122, 0.13), transparent 32%),
            linear-gradient(180deg, #101d2f 0%, #0d1727 100%);
    }

    [b-obmicohduw] .home-campus-level-legend {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
        margin-bottom: 14px;
    }

    [b-obmicohduw] .home-campus-level-legend span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #53677f;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-legend span {
        color: #b5c5d5;
    }

    [b-obmicohduw] .home-campus-level-legend span::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: var(--legend-color);
    }

    [b-obmicohduw] .home-campus-level-legend .bachelor {
        --legend-color: #2f6f9f;
    }

    [b-obmicohduw] .home-campus-level-legend .master {
        --legend-color: #27a37a;
    }

    [b-obmicohduw] .home-campus-level-legend .doctor {
        --legend-color: #d08a1f;
    }

    [b-obmicohduw] .home-campus-level-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 14px;
        align-items: stretch;
    }

    [b-obmicohduw] .home-campus-level-card {
        display: grid;
        gap: 16px;
        padding: 16px;
        border-radius: 22px;
        border: 1px solid #e2ebf3;
        background:
            linear-gradient(135deg, rgba(47, 111, 159, 0.08), transparent 48%),
            #ffffff;
        box-shadow: 0 16px 34px rgba(42, 67, 92, 0.07);
        cursor: pointer;
        transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    [b-obmicohduw] .home-campus-level-card:hover {
        transform: translateY(-2px);
        border-color: #9dc5e4;
        box-shadow: 0 20px 40px rgba(42, 67, 92, 0.12);
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-card {
        border-color: #25384f;
        background:
            linear-gradient(135deg, rgba(78, 150, 205, 0.12), transparent 50%),
            #0d1727;
        box-shadow: none;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-card:hover {
        border-color: #3f6f99;
    }

    [b-obmicohduw] .home-campus-level-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
    }

    [b-obmicohduw] .home-campus-level-head > div:first-child {
        display: grid;
        min-width: 0;
        gap: 4px;
    }

    [b-obmicohduw] .home-campus-level-head > div:first-child span {
        color: #7a8da1;
        font-size: 0.72rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-head > div:first-child span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-campus-level-head > div:first-child strong {
        color: #17324d;
        font-size: 1rem;
        font-weight: 950;
        line-height: 1.25;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-head > div:first-child strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-campus-level-total {
        flex: 0 0 auto;
        display: inline-grid;
        min-width: 96px;
        padding: 10px 12px;
        border-radius: 18px;
        text-align: center;
        border: 1px solid #dce8f2;
        background: #f4f9fd;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-total {
        border-color: #25384f;
        background: #101d2f;
    }

    [b-obmicohduw] .home-campus-level-total span {
        color: #6b7f94;
        font-size: 0.68rem;
        font-weight: 850;
        line-height: 1.1;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-total span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-campus-level-total strong {
        color: #123657;
        font-size: 1.55rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-total strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-campus-level-bars {
        display: grid;
        gap: 10px;
    }

    [b-obmicohduw] .home-campus-level-row {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr) 44px;
        align-items: center;
        gap: 8px;
        min-width: 0;
        color: var(--campus-level-color);
    }

    [b-obmicohduw] .home-campus-level-row.bachelor {
        --campus-level-color: #2f6f9f;
    }

    [b-obmicohduw] .home-campus-level-row.master {
        --campus-level-color: #27a37a;
    }

    [b-obmicohduw] .home-campus-level-row.doctor {
        --campus-level-color: #d08a1f;
    }

    [b-obmicohduw] .home-campus-level-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        min-width: 0;
    }

    [b-obmicohduw] .home-campus-level-label span {
        color: #52677f;
        font-size: 0.76rem;
        font-weight: 900;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-label span {
        color: #b5c5d5;
    }

    [b-obmicohduw] .home-campus-level-label strong {
        color: #123657;
        font-size: 0.94rem;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-label strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-campus-level-track {
        height: 10px;
        overflow: hidden;
        border-radius: 999px;
        background: #edf3f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-track {
        background: #18283c;
    }

    [b-obmicohduw] .home-campus-level-row i {
        display: block;
        width: var(--level-width);
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, color-mix(in srgb, var(--campus-level-color) 74%, white), var(--campus-level-color));
    }

    [b-obmicohduw] .home-campus-level-row[style*="--level-width:0%"] i {
        width: 0;
    }

    [b-obmicohduw] .home-campus-level-row em {
        color: var(--campus-level-color);
        font-size: 0.74rem;
        font-style: normal;
        font-weight: 950;
        text-align: right;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-row em {
        filter: brightness(1.18);
    }

    [b-obmicohduw] .home-campus-level-action {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        color: #2f6f9f;
        font-size: 0.78rem;
        font-weight: 900;
    }

    [b-obmicohduw] .home-campus-level-action .mud-icon-root {
        width: 17px;
        height: 17px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-campus-level-action {
        color: #8ec9f2;
    }

    [b-obmicohduw] .home-dashboard-split-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        align-items: stretch;
        margin-top: 18px;
    }

    [b-obmicohduw] .home-dashboard-split-row.single {
        grid-template-columns: minmax(0, 1fr);
    }

    [b-obmicohduw] .home-dashboard-left-column {
        display: grid;
        gap: 18px;
        min-width: 0;
    }

    [b-obmicohduw] .home-dashboard-split-row .home-trend-panel,
    [b-obmicohduw] .home-dashboard-split-row .home-council-pending-panel {
        margin-top: 0;
        min-width: 0;
        height: 100%;
    }

    [b-obmicohduw] .home-dashboard-split-row .home-urgent-section {
        margin-top: 0;
        min-width: 0;
    }

    [b-obmicohduw] .home-trend-panel {
        margin-top: 18px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #dce8f2;
        background:
            linear-gradient(135deg, rgba(47, 111, 159, 0.08), transparent 42%),
            rgba(255, 255, 255, 0.88);
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-panel {
        border-color: #25384f;
        background:
            linear-gradient(135deg, rgba(78, 150, 205, 0.12), transparent 44%),
            rgba(16, 29, 47, 0.84);
    }

    [b-obmicohduw] .home-trend-actions {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: wrap;
    }

    [b-obmicohduw] .home-trend-sort-toggle {
        border-radius: 999px !important;
        border-color: #c9d8e5 !important;
        color: #17324d !important;
        background: rgba(255, 255, 255, 0.68) !important;
        font-weight: 850 !important;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-sort-toggle {
        border-color: #37516b !important;
        color: #e8f1f8 !important;
        background: rgba(255, 255, 255, 0.06) !important;
    }

    [b-obmicohduw] .home-trend-summary {
        min-width: 112px;
        padding: 10px 14px;
        border-radius: 18px;
        text-align: center;
        border: 1px solid #dce8f2;
        background: #f8fbff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-summary {
        border-color: #25384f;
        background: #0d1727;
    }

    [b-obmicohduw] .home-trend-summary span {
        display: block;
        color: #6b7f94;
        font-size: 0.74rem;
        font-weight: 800;
    }

    [b-obmicohduw] .home-trend-summary strong {
        display: block;
        color: #123657;
        font-size: 1.45rem;
        font-weight: 950;
        line-height: 1.1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-summary span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-summary strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-trend-plot {
        position: relative;
        margin-top: 18px;
        padding: 12px 2px 0;
        overflow-x: auto;
    }

    [b-obmicohduw] .home-trend-scroll {
        position: relative;
        min-width: max(100%, var(--trend-width));
        padding: 0 4px 6px;
    }

    [b-obmicohduw] .home-trend-chart {
        position: relative;
        height: 260px;
        border-radius: 22px;
        border: 1px solid #dce8f2;
        overflow: hidden;
        background:
            linear-gradient(90deg, rgba(18, 54, 87, 0.06) 1px, transparent 1px) 0 0 / 12.5% 100%,
            repeating-linear-gradient(to top, transparent 0 51px, rgba(18, 54, 87, 0.08) 51px 52px),
            linear-gradient(180deg, #fbfdff 0%, #eef5fb 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-chart {
        border-color: #25384f;
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 12.5% 100%,
            repeating-linear-gradient(to top, transparent 0 51px, rgba(255, 255, 255, 0.07) 51px 52px),
            linear-gradient(180deg, #101d2f 0%, #0d1727 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    [b-obmicohduw] .home-trend-line {
        position: absolute;
        inset: 26px 34px 34px;
        width: calc(100% - 68px);
        height: calc(100% - 60px);
        overflow: visible;
        pointer-events: none;
        z-index: 2;
    }

    [b-obmicohduw] .home-trend-area {
        fill: url(#homeTrendAreaGradient);
    }

    [b-obmicohduw] .home-trend-line polyline {
        fill: none;
        stroke: #2f6f9f;
        stroke-width: 3.6;
        stroke-linecap: round;
        stroke-linejoin: round;
        filter: drop-shadow(0 10px 16px rgba(47, 111, 159, 0.22));
        vector-effect: non-scaling-stroke;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-line polyline {
        stroke: #5aa4d8;
        filter: drop-shadow(0 8px 16px rgba(90, 164, 216, 0.25));
    }

    [b-obmicohduw] .home-trend-points {
        position: absolute;
        inset: 26px 34px 34px;
        z-index: 4;
    }

    [b-obmicohduw] .home-trend-point {
        position: absolute;
        left: var(--point-x);
        top: var(--point-y);
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    [b-obmicohduw] .home-trend-point > span {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 999px;
        border: 3px solid #ffffff;
        background: #2f6f9f;
        box-shadow: 0 8px 18px rgba(47, 111, 159, 0.28);
        transition: transform 0.16s ease, box-shadow 0.16s ease;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-point > span {
        border-color: #0d1727;
        background: #5aa4d8;
    }

    [b-obmicohduw] .home-trend-point:hover > span {
        transform: scale(1.22);
        box-shadow: 0 12px 24px rgba(47, 111, 159, 0.34);
    }

    [b-obmicohduw] .home-trend-tooltip {
        position: absolute;
        left: 50%;
        bottom: 22px;
        display: grid;
        gap: 2px;
        min-width: 118px;
        padding: 10px 12px;
        border-radius: 16px;
        color: #17324d;
        text-align: center;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #dce8f2;
        box-shadow: 0 16px 28px rgba(15, 47, 76, 0.15);
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, 8px);
        transition: opacity 0.16s ease, transform 0.16s ease;
    }

    [b-obmicohduw] .home-trend-point:hover .home-trend-tooltip {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    [b-obmicohduw] .home-trend-tooltip strong {
        color: #123657;
        font-size: 1rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-trend-tooltip em,
    [b-obmicohduw] .home-trend-tooltip small {
        color: #6b7f94;
        font-size: 0.74rem;
        font-style: normal;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-tooltip {
        color: #e8f1f8;
        border-color: #25384f;
        background: rgba(13, 23, 39, 0.96);
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-tooltip strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-tooltip em,
    [b-obmicohduw] .home-dashboard-dark .home-trend-tooltip small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-trend-axis {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(96px, 1fr);
        gap: 10px;
        padding: 12px 0 0;
    }

    [b-obmicohduw] .home-trend-axis-item {
        display: grid;
        gap: 2px;
        justify-items: center;
        min-width: 96px;
        text-align: center;
    }

    [b-obmicohduw] .home-trend-axis-item strong {
        color: #17324d;
        font-size: 0.9rem;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-axis-item strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-trend-axis-item span {
        color: #123657;
        font-size: 0.82rem;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-axis-item span {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-trend-axis-item small {
        font-size: 0.74rem;
        font-weight: 850;
        line-height: 1.2;
    }

    [b-obmicohduw] .home-trend-axis-item small.trend-up {
        color: #207c61;
    }

    [b-obmicohduw] .home-trend-axis-item small.trend-down {
        color: #b94f42;
    }

    [b-obmicohduw] .home-trend-axis-item small.trend-flat {
        color: #6b7f94;
    }

    [b-obmicohduw] .home-dashboard-dark .home-trend-axis-item small.trend-flat {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-final-year-overview {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        margin: 16px 0 18px;
        padding: 18px;
        border-radius: 22px;
        border: 1px solid #f0d7ac;
        background:
            radial-gradient(circle at 92% 12%, rgba(208, 138, 31, 0.16), transparent 30%),
            linear-gradient(135deg, #fff8ea 0%, #ffffff 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-overview {
        border-color: #5d4520;
        background:
            radial-gradient(circle at 92% 12%, rgba(244, 200, 119, 0.14), transparent 30%),
            linear-gradient(135deg, #332713 0%, #0d1727 100%);
    }

    [b-obmicohduw] .home-final-year-overview-copy {
        display: grid;
        gap: 4px;
    }

    [b-obmicohduw] .home-final-year-overview-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(132px, 1fr));
        gap: 10px;
    }

    [b-obmicohduw] .home-final-year-overview-metrics div {
        padding: 14px 16px;
        border-radius: 18px;
        border: 1px solid rgba(208, 138, 31, 0.22);
        background: rgba(255, 255, 255, 0.74);
        text-align: center;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-overview-metrics div {
        border-color: rgba(244, 200, 119, 0.22);
        background: rgba(13, 23, 39, 0.68);
    }

    [b-obmicohduw] .home-final-year-overview-metrics span {
        display: block;
        color: #8a641b;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-final-year-overview-metrics strong {
        display: block;
        color: #7a4c00;
        font-size: 2rem;
        font-weight: 950;
        line-height: 1.05;
        margin-top: 4px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-overview-metrics span {
        color: #f4c877;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-overview-metrics strong {
        color: #ffe0a5;
    }

    [b-obmicohduw] .home-final-year-section {
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-section {
        background: linear-gradient(180deg, #0d1727 0%, #0b1424 100%);
    }

    [b-obmicohduw] .home-final-year-summary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-width: 0;
        padding: 8px 12px;
        border-radius: 999px;
        text-align: center;
        background: #fff7e8;
        border: 1px solid #f4d8a8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-summary {
        background: #2f2413;
        border-color: #5d4520;
    }

    [b-obmicohduw] .home-final-year-summary span {
        display: inline;
        color: #8a641b;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-summary span {
        color: #f4c877;
    }

    [b-obmicohduw] .home-final-year-summary strong {
        color: #7a4c00;
        font-size: 0.95rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-summary strong {
        color: #ffe0a5;
    }

    [b-obmicohduw] .home-lecturer-filter-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        margin: 12px 0 16px;
    }

    [b-obmicohduw] .home-final-year-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    [b-obmicohduw] .home-final-year-card {
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #dce8f2;
        background: #ffffff;
        cursor: pointer;
        transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-card {
        background: #101e31;
        border-color: #22344b;
    }

    [b-obmicohduw] .home-final-year-card:hover {
        transform: translateY(-2px);
        border-color: rgba(208, 138, 31, 0.36);
        box-shadow: 0 18px 34px rgba(15, 47, 76, 0.10);
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-card:hover {
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.30);
    }

    [b-obmicohduw] .home-final-year-card-top {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    [b-obmicohduw] .home-final-year-code {
        color: #6b7f94;
        font-weight: 800;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-code {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-final-year-range {
        color: #123657;
        font-weight: 950;
        line-height: 1.1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-range {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-final-year-badge {
        flex: 0 0 auto;
        padding: 7px 10px;
        border-radius: 999px;
        color: #7a4c00;
        background: #fff2d8;
        border: 1px solid #f4d8a8;
        font-size: 0.78rem;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-badge {
        color: #ffd58d;
        background: #3b2a11;
        border-color: #5d4520;
    }

    [b-obmicohduw] .home-final-year-title {
        color: #17324d;
        font-weight: 900;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-title {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-final-year-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 14px;
    }

    [b-obmicohduw] .home-final-year-tags span {
        padding: 6px 10px;
        border-radius: 999px;
        color: #2f6f9f;
        background: #eef6fb;
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-tags span {
        color: #a8d8ff;
        background: #132943;
    }

    [b-obmicohduw] .home-final-year-meta-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    [b-obmicohduw] .home-final-year-meta-grid div {
        padding: 10px 12px;
        border-radius: 16px;
        background: #f6f9fc;
        border: 1px solid #e5eef6;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-meta-grid div {
        background: #0d1727;
        border-color: #22344b;
    }

    [b-obmicohduw] .home-final-year-meta-grid span {
        display: block;
        color: #6b7f94;
        font-size: 0.76rem;
        font-weight: 800;
        margin-bottom: 3px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-meta-grid span {
        color: #9fb2c7;
    }

    [b-obmicohduw] .home-final-year-meta-grid strong {
        color: #17324d;
        font-size: 0.9rem;
        font-weight: 900;
        line-height: 1.35;
    }

    [b-obmicohduw] .home-dashboard-dark .home-final-year-meta-grid strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-final-year-pagination {
        display: flex;
        justify-content: center;
        margin-top: 18px;
    }

    [b-obmicohduw] .home-approval-section {
        background:
            radial-gradient(circle at 8% 0%, rgba(47, 111, 159, 0.10), transparent 28%),
            radial-gradient(circle at 92% 8%, rgba(47, 159, 125, 0.10), transparent 26%),
            #ffffff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-section {
        background:
            radial-gradient(circle at 8% 0%, rgba(80, 154, 209, 0.14), transparent 30%),
            radial-gradient(circle at 92% 8%, rgba(47, 159, 125, 0.12), transparent 28%),
            #0d1727;
    }

    [b-obmicohduw] .home-approval-summary {
        min-width: 138px;
        padding: 10px 14px;
        border-radius: 18px;
        text-align: center;
        background: #f4f9fd;
        border: 1px solid #dce8f2;
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-summary {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-council-overview-card {
        display: grid;
        grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.8fr) minmax(220px, 0.9fr);
        gap: 18px;
        align-items: center;
        margin-bottom: 18px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #dbeaf1;
        background:
            linear-gradient(135deg, rgba(244, 249, 253, 0.96), rgba(255, 255, 255, 0.88)),
            radial-gradient(circle at 12% 20%, rgba(47, 111, 159, 0.12), transparent 34%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-overview-card {
        border-color: #25384f;
        background:
            linear-gradient(135deg, rgba(16, 29, 47, 0.96), rgba(13, 23, 39, 0.9)),
            radial-gradient(circle at 12% 20%, rgba(80, 154, 209, 0.16), transparent 34%);
    }

    [b-obmicohduw] .home-council-overview-main {
        display: grid;
        gap: 4px;
    }

    [b-obmicohduw] .home-council-overview-main span,
    [b-obmicohduw] .home-council-overview-stats span {
        color: #6b7f94;
        font-size: 0.82rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-council-overview-main strong {
        color: #17324d;
        font-size: clamp(2rem, 4vw, 3.2rem);
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-council-overview-main small {
        color: #5c7389;
        font-size: 0.86rem;
        font-weight: 750;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-overview-main span,
    [b-obmicohduw] .home-dashboard-dark .home-council-overview-stats span,
    [b-obmicohduw] .home-dashboard-dark .home-council-overview-main small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-overview-main strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-council-overview-progress {
        height: 14px;
        overflow: hidden;
        border-radius: 999px;
        border: 1px solid #d3e3ec;
        background: #edf4f8;
    }

    [b-obmicohduw] .home-council-overview-progress div {
        width: var(--council-approved);
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #2f6f9f, #2f9f7d);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-overview-progress {
        border-color: #25384f;
        background: #0d1727;
    }

    [b-obmicohduw] .home-council-overview-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    [b-obmicohduw] .home-council-overview-stats div {
        padding: 12px;
        border-radius: 18px;
        border: 1px solid #dce8f2;
        background: rgba(255, 255, 255, 0.78);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-overview-stats div {
        border-color: #25384f;
        background: rgba(13, 23, 39, 0.78);
    }

    [b-obmicohduw] .home-council-overview-stats strong {
        display: block;
        margin-top: 2px;
        color: #17324d;
        font-size: 1.35rem;
        font-weight: 950;
        line-height: 1.1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-overview-stats strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-approval-summary span {
        display: block;
        color: #6b7f94;
        font-size: 0.78rem;
        font-weight: 750;
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-summary span {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-approval-summary strong {
        display: block;
        color: #123657;
        font-size: 1.45rem;
        font-weight: 950;
        line-height: 1.05;
        margin-top: 3px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-summary strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-approval-step-grid {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 10px;
    }

    [b-obmicohduw] .home-approval-step-card {
        padding: 13px;
        border-radius: 18px;
        border: 1px solid color-mix(in srgb, var(--approval-color) 24%, #dce8f2);
        background: linear-gradient(135deg, color-mix(in srgb, var(--approval-color) 9%, white) 0%, #ffffff 76%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-step-card {
        border-color: color-mix(in srgb, var(--approval-color) 30%, #22344b);
        background: linear-gradient(135deg, color-mix(in srgb, var(--approval-color) 16%, #101d2f) 0%, #0b1524 76%);
    }

    [b-obmicohduw] .home-council-year-panel {
        margin-top: 18px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #dce8f2;
        background: rgba(255, 255, 255, 0.82);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-panel {
        border-color: #25384f;
        background: rgba(16, 29, 47, 0.82);
    }

    [b-obmicohduw] .home-council-year-grid,
    [b-obmicohduw] .home-council-followup-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        align-items: start;
        margin-top: 18px;
    }

    [b-obmicohduw] .home-council-year-grid .home-council-year-panel,
    [b-obmicohduw] .home-council-followup-grid .home-pending-cover-panel {
        margin-top: 0;
    }

    [b-obmicohduw] .home-council-year-grid .home-council-year-summary-table {
        height: 100%;
    }

    [b-obmicohduw] .home-council-year-list {
        display: grid;
        gap: 12px;
    }

    [b-obmicohduw] .home-council-year-list.vertical {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
        align-items: stretch;
    }

    [b-obmicohduw] .home-council-year-row {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 16px;
        align-items: center;
        padding: 14px;
        border-radius: 20px;
        border: 1px solid #e2ebf3;
        background: #f8fbff;
    }

    [b-obmicohduw] .home-council-year-list.vertical .home-council-year-row {
        grid-template-columns: 1fr;
        align-items: stretch;
        min-height: 320px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-row {
        border-color: #25384f;
        background: #0d1727;
    }

    [b-obmicohduw] .home-council-year-label {
        display: grid;
        gap: 2px;
    }

    [b-obmicohduw] .home-council-year-list.vertical .home-council-year-label {
        text-align: center;
    }

    [b-obmicohduw] .home-council-year-label span {
        color: #6b7f94;
        font-size: 0.76rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-council-year-label strong {
        color: #17324d;
        font-size: 1.3rem;
        font-weight: 950;
        line-height: 1.1;
    }

    [b-obmicohduw] .home-council-year-label em {
        color: #5c7389;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 750;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-label span,
    [b-obmicohduw] .home-dashboard-dark .home-council-year-label em {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-label strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-council-year-bars {
        display: grid;
        gap: 8px;
        min-width: 0;
    }

    [b-obmicohduw] .home-council-year-list.vertical .home-council-year-bars {
        grid-template-rows: 1fr auto;
        min-height: 210px;
    }

    [b-obmicohduw] .home-council-year-track {
        display: flex;
        overflow: hidden;
        height: 18px;
        border-radius: 999px;
        background: #eef4f8;
        border: 1px solid #d7e5ed;
    }

    [b-obmicohduw] .home-council-year-list.vertical .home-council-year-track {
        flex-direction: column-reverse;
        justify-self: center;
        align-self: stretch;
        width: 56px;
        height: 180px;
        border-radius: 18px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-track {
        border-color: #25384f;
        background: #101d2f;
    }

    [b-obmicohduw] .home-council-year-track .approved {
        width: var(--approved-width);
        min-width: 0;
        background: linear-gradient(90deg, #2f6f9f, #2f9f7d);
    }

    [b-obmicohduw] .home-council-year-list.vertical .home-council-year-track .approved {
        width: 100%;
        height: var(--approved-height);
        min-height: 0;
        background: linear-gradient(180deg, #2f6f9f, #2f9f7d);
    }

    [b-obmicohduw] .home-council-year-track .pending {
        width: var(--pending-width);
        min-width: 0;
        background: linear-gradient(90deg, #f0b45d, #e0786f);
    }

    [b-obmicohduw] .home-council-year-list.vertical .home-council-year-track .pending {
        width: 100%;
        height: var(--pending-height);
        min-height: 0;
        background: linear-gradient(180deg, #f0b45d, #e0786f);
    }

    [b-obmicohduw] .home-council-year-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 14px;
    }

    [b-obmicohduw] .home-council-year-list.vertical .home-council-year-meta {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    [b-obmicohduw] .home-council-year-meta span {
        position: relative;
        padding-left: 14px;
        color: #5c7389;
        font-size: 0.8rem;
        font-weight: 800;
    }

    [b-obmicohduw] .home-council-year-meta span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        transform: translateY(-50%);
        background: #7edc9b;
    }

    [b-obmicohduw] .home-council-year-meta span.pending::before {
        background: #d95c5c;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-meta span {
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-council-year-chart-wrap {
        overflow-x: auto;
        padding: 10px 2px 4px;
    }

    [b-obmicohduw] .home-council-year-chart {
        display: flex;
        align-items: end;
        gap: 18px;
        min-width: max-content;
        min-height: 320px;
        padding: 22px 18px 18px;
        border-radius: 24px;
        border: 1px solid #e2ebf3;
        background:
            linear-gradient(to top, rgba(211, 227, 236, 0.55) 1px, transparent 1px) 0 28px / 100% 46px,
            linear-gradient(180deg, #fbfdff 0%, #f4f9fd 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-chart {
        border-color: #25384f;
        background:
            linear-gradient(to top, rgba(54, 76, 104, 0.55) 1px, transparent 1px) 0 28px / 100% 46px,
            linear-gradient(180deg, #101d2f 0%, #0d1727 100%);
    }

    [b-obmicohduw] .home-council-year-stack-chart {
        margin-top: 14px;
        padding: 16px;
        border-radius: 24px;
        border: 1px solid #e2ebf3;
        background:
            radial-gradient(circle at 92% 8%, rgba(47, 159, 125, 0.12), transparent 34%),
            linear-gradient(180deg, #fbfdff 0%, #f4f9fd 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-chart {
        border-color: #25384f;
        background:
            radial-gradient(circle at 92% 8%, rgba(87, 208, 138, 0.14), transparent 34%),
            linear-gradient(180deg, #101d2f 0%, #0d1727 100%);
    }

    [b-obmicohduw] .home-council-year-stack-head {
        display: grid;
        grid-template-columns: 90px minmax(0, 1fr) 70px;
        gap: 12px;
        padding: 0 8px 10px;
        color: #7b8fa2;
        font-size: 0.72rem;
        font-weight: 950;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    [b-obmicohduw] .home-council-year-stack-head span:last-child {
        text-align: right;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-head {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-council-year-stack-list {
        display: grid;
        gap: 10px;
    }

    [b-obmicohduw] .home-council-year-stack-row {
        display: grid;
        grid-template-columns: 90px minmax(0, 1fr) 70px;
        gap: 12px;
        align-items: center;
        padding: 12px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.76);
        box-shadow: 0 10px 24px rgba(30, 69, 102, 0.08);
        transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    [b-obmicohduw] .home-council-year-stack-row:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(30, 69, 102, 0.12);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-row {
        background: rgba(13, 23, 39, 0.82);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
    }

    [b-obmicohduw] .home-council-year-stack-year,
    [b-obmicohduw] .home-council-year-stack-total {
        display: grid;
        gap: 2px;
    }

    [b-obmicohduw] .home-council-year-stack-year strong,
    [b-obmicohduw] .home-council-year-stack-total strong {
        color: #17324d;
        font-size: 1rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-council-year-stack-year small,
    [b-obmicohduw] .home-council-year-stack-total small {
        color: #6b7f94;
        font-size: 0.72rem;
        font-weight: 850;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-council-year-stack-total {
        justify-items: end;
        text-align: right;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-year strong,
    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-total strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-year small,
    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-total small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-council-year-stack-meter {
        display: flex;
        align-items: stretch;
        width: 100%;
        height: 34px;
        overflow: hidden;
        border-radius: 999px;
        background: #e9f1f8;
        box-shadow: inset 0 0 0 1px rgba(47, 111, 159, 0.08);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-stack-meter {
        background: #1a2a3d;
        box-shadow: inset 0 0 0 1px rgba(142, 201, 242, 0.10);
    }

    [b-obmicohduw] .home-council-year-stack-meter div {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        color: #ffffff;
        font-size: 0.76rem;
        font-weight: 950;
        transition: filter 0.16s ease;
    }

    [b-obmicohduw] .home-council-year-stack-meter div:hover {
        filter: brightness(1.05);
    }

    [b-obmicohduw] .home-council-year-stack-meter .approved {
        width: var(--approved-width);
        background: linear-gradient(90deg, #74dd93 0%, #1f9f63 100%);
    }

    [b-obmicohduw] .home-council-year-stack-meter .pending {
        width: var(--pending-width);
        background: linear-gradient(90deg, #f58c8c 0%, #d94747 100%);
    }

    [b-obmicohduw] .home-council-year-stack-meter div:empty,
    [b-obmicohduw] .home-council-year-stack-meter div[style*="0%"] {
        display: none;
    }

    [b-obmicohduw] .home-council-year-stack-meter span {
        padding-inline: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-council-year-column {
        display: grid;
        grid-template-rows: 220px auto auto;
        gap: 8px;
        justify-items: center;
        width: 96px;
        min-width: 96px;
        padding: 0 4px;
    }

    [b-obmicohduw] .home-council-year-column .home-council-year-bars {
        display: flex;
        align-items: end;
        justify-content: center;
        gap: 10px;
        width: 100%;
        min-height: 220px;
        padding-top: 26px;
    }

    [b-obmicohduw] .home-council-bar {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 34px;
        min-height: 2px;
        border-radius: 0;
        transition: filter 0.18s ease, transform 0.18s ease;
    }

    [b-obmicohduw] .home-council-bar:hover {
        filter: brightness(1.04);
        transform: translateY(-2px);
    }

    [b-obmicohduw] .home-council-bar.approved {
        height: var(--approved-height);
        background: linear-gradient(180deg, #a8f0bd 0%, #35b96f 100%);
    }

    [b-obmicohduw] .home-council-bar.pending {
        height: var(--pending-height);
        background: linear-gradient(180deg, #f7a5a5 0%, #d94747 100%);
    }

    [b-obmicohduw] .home-council-bar span {
        position: absolute;
        top: -24px;
        color: #17324d;
        font-size: 0.78rem;
        font-weight: 950;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-bar span {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-council-year-column strong {
        overflow: hidden;
        color: #17324d;
        font-size: 1rem;
        font-weight: 950;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-council-year-column small {
        color: #6b7f94;
        font-size: 0.78rem;
        font-weight: 800;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-column strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-column small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-council-year-legend {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 18px;
        margin-top: 14px;
    }

    [b-obmicohduw] .home-council-year-legend span {
        position: relative;
        padding-left: 16px;
        color: #5c7389;
        font-size: 0.82rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-council-year-legend span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        transform: translateY(-50%);
        background: #7edc9b;
    }

    [b-obmicohduw] .home-council-year-legend span.pending::before {
        background: #d95c5c;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-legend span {
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-council-summary-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 18px;
        margin-top: 18px;
        align-items: start;
    }

    [b-obmicohduw] .home-council-year-summary-table {
        min-width: 0;
        padding: 14px;
        border-radius: 18px;
        border: 1px solid #e2ebf3;
        background: #ffffff;
        overflow-x: auto;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-summary-table {
        border-color: #25384f;
        background: #0d1727;
    }

    [b-obmicohduw] .home-council-year-summary-table table {
        width: 100%;
        margin-top: 10px;
        border-collapse: collapse;
    }

    [b-obmicohduw] .home-council-year-summary-table th,
    [b-obmicohduw] .home-council-year-summary-table td {
        padding: 9px 10px;
        border-bottom: 1px solid #e7eef5;
        color: #35506a;
        font-size: 0.82rem;
        font-weight: 800;
        text-align: right;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-council-year-summary-table th:first-child,
    [b-obmicohduw] .home-council-year-summary-table td:first-child {
        text-align: left;
    }

    [b-obmicohduw] .home-council-year-summary-table th {
        color: #6b7f94;
        font-size: 0.76rem;
        font-weight: 900;
        background: #f4f9fd;
    }

    [b-obmicohduw] .home-dashboard-table-toolbar {
        display: grid;
        grid-template-columns: minmax(180px, 1fr) auto;
        gap: 12px;
        align-items: center;
        margin-top: 12px;
    }

    [b-obmicohduw] .home-dashboard-table-result {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-width: max-content;
        padding: 8px 10px;
        border-radius: 12px;
        color: #53677f;
        font-size: 0.78rem;
        font-weight: 850;
        background: #f4f9fd;
    }

    [b-obmicohduw] .home-dashboard-table-result strong {
        color: #123657;
        font-size: 0.95rem;
        font-weight: 950;
    }

    [b-obmicohduw] .home-dashboard-table-sort {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        width: 100%;
        padding: 0;
        border: 0;
        color: inherit;
        font: inherit;
        text-align: inherit;
        background: transparent;
        cursor: pointer;
    }

    [b-obmicohduw] .home-council-year-summary-table th:first-child .home-dashboard-table-sort {
        justify-content: flex-start;
    }

    [b-obmicohduw] .home-dashboard-table-sort .mud-icon-root {
        width: 16px;
        height: 16px;
        color: #9aacbc;
        font-size: 1rem;
        transition: color 0.16s ease, transform 0.16s ease;
    }

    [b-obmicohduw] .home-dashboard-table-sort:hover,
    [b-obmicohduw] .home-dashboard-table-sort.active {
        color: #123657;
    }

    [b-obmicohduw] .home-dashboard-table-sort.active .mud-icon-root {
        color: #2f6f9f;
    }

    [b-obmicohduw] .home-dashboard-table-pagination {
        margin-top: 12px;
    }

    [b-obmicohduw] .home-council-year-summary-table tbody tr:last-child td {
        border-bottom: none;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-summary-table th,
    [b-obmicohduw] .home-dashboard-dark .home-council-year-summary-table td {
        border-bottom-color: #25384f;
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-year-summary-table th {
        color: #93a8bc;
        background: #101d2f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-table-result {
        color: #93a8bc;
        background: #101d2f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-table-result strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-table-sort:hover,
    [b-obmicohduw] .home-dashboard-dark .home-dashboard-table-sort.active {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-table-sort .mud-icon-root {
        color: #60768a;
    }

    [b-obmicohduw] .home-dashboard-dark .home-dashboard-table-sort.active .mud-icon-root {
        color: #8ec9f2;
    }

    [b-obmicohduw] .home-council-year-pagination {
        display: flex;
        justify-content: flex-end;
        margin-top: 12px;
    }

    [b-obmicohduw] .home-council-campus-percent {
        display: grid;
        grid-template-columns: 48px minmax(70px, 1fr);
        align-items: center;
        gap: 8px;
        min-width: 128px;
    }

    [b-obmicohduw] .home-council-campus-percent span {
        color: #17324d;
        font-weight: 950;
        text-align: right;
    }

    [b-obmicohduw] .home-council-campus-percent div {
        height: 8px;
        border-radius: 999px;
        background: linear-gradient(90deg, #49be79 var(--campus-percent), #e9f0f7 var(--campus-percent));
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-campus-percent span {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-campus-percent div {
        background: linear-gradient(90deg, #57d08a var(--campus-percent), #25384f var(--campus-percent));
    }

    [b-obmicohduw] .home-pending-cover-panel {
        margin-top: 22px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid #e2ebf3;
        background:
            linear-gradient(135deg, rgba(217, 71, 71, 0.08), transparent 42%),
            #ffffff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-panel {
        border-color: #25384f;
        background:
            linear-gradient(135deg, rgba(217, 71, 71, 0.12), transparent 42%),
            #0d1727;
    }

    [b-obmicohduw] .home-pending-cover-search {
        width: min(100%, 560px);
        margin-top: 14px;
    }

    [b-obmicohduw] .home-pending-cover-table {
        margin-top: 14px;
        overflow-x: auto;
    }

    [b-obmicohduw] .home-pending-cover-table table {
        width: 100%;
        min-width: 980px;
        border-collapse: collapse;
    }

    [b-obmicohduw] .home-pending-cover-table th,
    [b-obmicohduw] .home-pending-cover-table td {
        padding: 11px 12px;
        border-bottom: 1px solid #e7eef5;
        color: #35506a;
        font-size: 0.82rem;
        font-weight: 800;
        text-align: left;
        vertical-align: top;
    }

    [b-obmicohduw] .home-pending-cover-table th {
        color: #6b7f94;
        font-size: 0.76rem;
        font-weight: 950;
        background: #f4f9fd;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-pending-cover-table tbody tr {
        cursor: pointer;
        transition: background 0.16s ease, transform 0.16s ease;
    }

    [b-obmicohduw] .home-pending-cover-table tbody tr:hover {
        background: #f8fbff;
        transform: translateY(-1px);
    }

    [b-obmicohduw] .home-pending-cover-name {
        display: grid;
        gap: 3px;
        min-width: 260px;
    }

    [b-obmicohduw] .home-pending-cover-name strong {
        color: #17324d;
        font-weight: 950;
        line-height: 1.35;
    }

    [b-obmicohduw] .home-pending-cover-name span {
        color: #6b7f94;
        font-size: 0.76rem;
        font-weight: 800;
    }

    [b-obmicohduw] .home-pending-cover-status {
        display: inline-flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 999px;
        color: #9f2f2f;
        font-size: 0.76rem;
        font-weight: 950;
        background: #ffe8e8;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-pending-cover-empty {
        margin-top: 14px;
        padding: 18px;
        border-radius: 18px;
        color: #6b7f94;
        font-size: 0.9rem;
        font-weight: 850;
        text-align: center;
        background: #f6f9fc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-table th,
    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-table td {
        border-bottom-color: #25384f;
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-table th {
        color: #93a8bc;
        background: #101d2f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-table tbody tr:hover {
        background: #101d2f;
    }

    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-name strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-name span,
    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-empty {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-dashboard-dark .home-pending-cover-status {
        color: #ffc9c9;
        background: rgba(217, 71, 71, 0.2);
    }

    [b-obmicohduw] .home-approval-step-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;
    }

    [b-obmicohduw] .home-approval-step-top span,
    [b-obmicohduw] .home-approval-step-card small {
        color: #6b7f94;
        font-size: 0.78rem;
        font-weight: 800;
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-step-top span,
    [b-obmicohduw] .home-dashboard-dark .home-approval-step-card small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-approval-step-top strong {
        color: #123657;
        font-size: 1.45rem;
        font-weight: 950;
        line-height: 1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-step-top strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-approval-step-track {
        height: 8px;
        overflow: hidden;
        margin: 12px 0 8px;
        border-radius: 999px;
        background: #edf3f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-approval-step-track {
        background: #18283c;
    }

    [b-obmicohduw] .home-approval-step-fill {
        width: var(--approval-width);
        height: 100%;
        border-radius: inherit;
        background: var(--approval-color);
    }

    [b-obmicohduw] .home-approval-step-card small {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-council-pending-panel {
        position: relative;
        margin-top: 18px;
        padding: 18px 18px 72px;
        border-radius: 24px;
        border: 1px solid #dce8f2;
        background:
            linear-gradient(135deg, rgba(208, 138, 31, 0.1), transparent 42%),
            rgba(255, 255, 255, 0.88);
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-panel {
        border-color: #25384f;
        background:
            linear-gradient(135deg, rgba(208, 138, 31, 0.14), transparent 44%),
            rgba(16, 29, 47, 0.84);
    }

    [b-obmicohduw] .home-council-pending-summary {
        min-width: 118px;
        padding: 10px 14px;
        border-radius: 18px;
        text-align: center;
        border: 1px solid #eadcc7;
        background: #fff8ed;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-summary {
        border-color: #4b3924;
        background: #211a12;
    }

    [b-obmicohduw] .home-council-pending-summary span {
        display: block;
        color: #8b6b39;
        font-size: 0.74rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-council-pending-summary strong {
        display: block;
        color: #7b4f12;
        font-size: 1.45rem;
        font-weight: 950;
        line-height: 1.1;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-summary span {
        color: #d8b16e;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-summary strong {
        color: #ffe0a7;
    }

    [b-obmicohduw] .home-council-pending-list {
        display: grid;
        gap: 12px;
        margin-top: 16px;
    }

    [b-obmicohduw] .home-council-pending-row {
        display: grid;
        grid-template-columns: minmax(240px, 0.55fr) minmax(220px, 1fr);
        gap: 16px;
        align-items: center;
        padding: 12px 14px;
        border-radius: 18px;
        border: 1px solid #e8eef4;
        background: #f8fbff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-row {
        border-color: #25384f;
        background: #0d1727;
    }

    [b-obmicohduw] .home-council-pending-label {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        min-width: 0;
    }

    [b-obmicohduw] .home-council-pending-label span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        color: #7b4f12;
        font-weight: 950;
        background: #fff0d5;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-label span {
        color: #ffe0a7;
        background: #3a2a16;
    }

    [b-obmicohduw] .home-council-pending-label strong {
        overflow: hidden;
        color: #17324d;
        font-size: 0.92rem;
        font-weight: 900;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-label strong {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-council-pending-label em {
        color: #566c82;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 850;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-label em {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-council-pending-track {
        height: 14px;
        overflow: hidden;
        border-radius: 999px;
        background: #edf3f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-council-pending-track {
        background: #18283c;
    }

    [b-obmicohduw] .home-council-pending-fill {
        width: var(--pending-width);
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--pending-color), color-mix(in srgb, var(--pending-color) 72%, #ffffff));
        box-shadow: 0 10px 20px color-mix(in srgb, var(--pending-color) 24%, transparent);
    }

    [b-obmicohduw] .home-council-pending-view-all {
        position: absolute;
        right: 18px;
        bottom: 18px;
    }

    [b-obmicohduw] .home-dashboard-split-row .home-council-pending-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    [b-obmicohduw] .home-dashboard-split-row .home-council-pending-label {
        grid-template-columns: 34px minmax(0, 1fr) auto;
    }

    [b-obmicohduw] .home-actions-card {
        background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    }

    [b-obmicohduw] .home-dashboard-dark .home-actions-card {
        background: linear-gradient(180deg, #0d1727 0%, #0a1422 100%);
    }

    [b-obmicohduw] .home-action-button {
        min-height: 64px;
        justify-content: flex-start !important;
        border-radius: 18px !important;
        border-color: #dce8f2 !important;
        color: #17324d !important;
        background: #ffffff !important;
    }

    [b-obmicohduw] .home-dashboard-dark .home-action-button {
        color: #dceaf6 !important;
        border-color: #263a52 !important;
        background: #101d2f !important;
    }

    [b-obmicohduw] .home-action-button:hover {
        border-color: #a9c6dd !important;
        background: #f6fbff !important;
    }

    [b-obmicohduw] .home-dashboard-dark .home-action-button:hover {
        border-color: #416281 !important;
        background: #14243a !important;
    }

    [b-obmicohduw] .home-action-copy {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        line-height: 1.25;
    }

    [b-obmicohduw] .home-action-copy span {
        font-weight: 850;
    }

    [b-obmicohduw] .home-action-copy small {
        color: #6b7f94;
        font-weight: 600;
        margin-top: 3px;
    }

    [b-obmicohduw] .home-dashboard-dark .home-action-copy small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-recent-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    [b-obmicohduw] .home-recent-item {
        display: grid;
        grid-template-columns: 12px minmax(0, 1fr) auto;
        gap: 14px;
        align-items: center;
        padding: 14px;
        border-radius: 20px;
        border: 1px solid #e2ebf3;
        background: #ffffff;
        cursor: pointer;
        transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
    }

    [b-obmicohduw] .home-dashboard-dark .home-recent-item {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-recent-item:hover {
        transform: translateX(3px);
        border-color: #b8d0e4;
        background: #f8fbff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-recent-item:hover {
        border-color: #416281;
        background: #14243a;
    }

    [b-obmicohduw] .home-recent-dot {
        width: 12px;
        height: 46px;
        border-radius: 999px;
        background: var(--status-color);
    }

    [b-obmicohduw] .home-recent-main {
        min-width: 0;
    }

    [b-obmicohduw] .home-recent-title {
        color: #17324d;
        font-weight: 900;
        line-height: 1.35;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-dashboard-dark .home-recent-title {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-recent-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 6px;
        color: #6b7f94;
        font-size: 0.83rem;
    }

    [b-obmicohduw] .home-dashboard-dark .home-recent-meta {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-recent-meta span {
        padding-right: 8px;
        border-right: 1px solid #d7e4ef;
    }

    [b-obmicohduw] .home-dashboard-dark .home-recent-meta span {
        border-right-color: #2b4057;
    }

    [b-obmicohduw] .home-recent-meta span:last-child {
        border-right: none;
    }

    [b-obmicohduw] .home-recent-side {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-recent-side small {
        color: #7a8ea2;
        font-weight: 650;
    }

    [b-obmicohduw] .home-dashboard-dark .home-recent-side small {
        color: #93a8bc;
    }

    [b-obmicohduw] .home-status-pill {
        display: inline-flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 999px;
        color: var(--status-color);
        background: color-mix(in srgb, var(--status-color) 12%, white);
        border: 1px solid color-mix(in srgb, var(--status-color) 22%, white);
        font-size: 0.78rem;
        font-weight: 850;
    }

    [b-obmicohduw] .home-dashboard-dark .home-status-pill {
        background: color-mix(in srgb, var(--status-color) 22%, #0b1524);
        border-color: color-mix(in srgb, var(--status-color) 36%, #0b1524);
    }

    [b-obmicohduw] .home-chart-block {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    [b-obmicohduw] .home-chart-title {
        color: #17324d;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-chart-title {
        color: #e8f1f8;
    }

    [b-obmicohduw] .home-bar-row {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    [b-obmicohduw] .home-bar-label,
    [b-obmicohduw] .home-faculty-row {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        color: #35506a;
        font-size: 0.92rem;
    }

    [b-obmicohduw] .home-dashboard-dark .home-bar-label,
    [b-obmicohduw] .home-dashboard-dark .home-faculty-row {
        color: #c7d7e6;
    }

    [b-obmicohduw] .home-bar-label span,
    [b-obmicohduw] .home-faculty-row span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-obmicohduw] .home-bar-label strong,
    [b-obmicohduw] .home-faculty-row strong {
        color: #17324d;
        font-weight: 900;
    }

    [b-obmicohduw] .home-dashboard-dark .home-bar-label strong,
    [b-obmicohduw] .home-dashboard-dark .home-faculty-row strong {
        color: #f2f7fb;
    }

    [b-obmicohduw] .home-bar-track {
        height: 10px;
        overflow: hidden;
        border-radius: 999px;
        background: #edf3f8;
    }

    [b-obmicohduw] .home-dashboard-dark .home-bar-track {
        background: #18283c;
    }

    [b-obmicohduw] .home-bar-fill {
        width: var(--bar-width);
        height: 100%;
        border-radius: inherit;
        background: var(--bar-color);
    }

    [b-obmicohduw] .home-faculty-row {
        align-items: center;
        padding: 10px 12px;
        border-radius: 14px;
        background: #f8fbff;
        border: 1px solid #e2ebf3;
    }

    [b-obmicohduw] .home-dashboard-dark .home-faculty-row {
        background: #101d2f;
        border-color: #25384f;
    }

    [b-obmicohduw] .home-empty-state {
        min-height: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #7a8ea2;
        border: 1px dashed #c9d8e5;
        border-radius: 18px;
        background: #f8fbff;
    }

    [b-obmicohduw] .home-dashboard-dark .home-empty-state {
        color: #93a8bc;
        background: #101d2f;
        border-color: #334960;
    }

    @media (max-width: 1120px) {
        [b-obmicohduw] .home-hero {
            background:
                radial-gradient(circle at 12% 0%, rgba(65, 129, 171, 0.34), transparent 30%),
                linear-gradient(135deg, #0f2f4c 0%, #164a70 100%);
        }

        [b-obmicohduw] .home-hero-content {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-hero-panel {
            max-width: 520px;
        }

        [b-obmicohduw] .home-dashboard-split-row {
            grid-template-columns: minmax(0, 1fr);
        }

        [b-obmicohduw] .home-council-year-grid,
        [b-obmicohduw] .home-council-followup-grid {
            grid-template-columns: minmax(0, 1fr);
        }
    }

    @media (max-width: 760px) {
        [b-obmicohduw] .home-dashboard {
            padding-inline: 10px;
        }

        [b-obmicohduw] .home-hero {
            border-radius: 24px;
        }

        [b-obmicohduw] .home-hero-title {
            font-size: 2rem;
        }

        [b-obmicohduw] .home-workflow-grid {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-approval-step-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        [b-obmicohduw] .home-council-overview-card,
        [b-obmicohduw] .home-council-overview-stats,
        [b-obmicohduw] .home-council-year-row {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-council-summary-grid {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-council-year-grid,
        [b-obmicohduw] .home-council-followup-grid {
            gap: 14px;
        }

        [b-obmicohduw] .home-dashboard-table-toolbar {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-dashboard-table-result {
            justify-self: stretch;
        }

        [b-obmicohduw] .home-final-year-overview {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-final-year-overview-metrics {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-lecturer-filter-row {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-faculty-development-toolbar {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-faculty-development-page-status {
            width: 100%;
        }

        [b-obmicohduw] .home-faculty-development-pagination {
            flex-direction: column;
            justify-content: center;
        }

        [b-obmicohduw] .home-faculty-development-pagination-status {
            width: 100%;
            justify-content: center;
        }

        [b-obmicohduw] .home-faculty-development-pager {
            width: 100%;
            justify-content: center;
            flex-wrap: wrap;
        }

        [b-obmicohduw] .home-faculty-development-pager-pages {
            order: 3;
            width: 100%;
            justify-content: center;
            overflow-x: auto;
            padding-bottom: 2px;
        }

        [b-obmicohduw] .home-final-year-list,
        [b-obmicohduw] .home-final-year-meta-grid {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-recent-item {
            grid-template-columns: 10px minmax(0, 1fr);
        }

        [b-obmicohduw] .home-recent-side {
            grid-column: 2;
            align-items: flex-start;
        }

        [b-obmicohduw] .home-section-header {
            flex-direction: column;
        }

        [b-obmicohduw] .home-filter-header {
            flex-direction: column;
        }

        [b-obmicohduw] .home-level-total {
            width: 100%;
            justify-content: center;
            text-align: center;
        }

        [b-obmicohduw] .home-trend-actions {
            width: 100%;
            justify-content: center;
        }

        [b-obmicohduw] .home-approval-summary {
            width: 100%;
            text-align: center;
        }

        [b-obmicohduw] .home-council-pending-summary {
            width: 100%;
            text-align: center;
        }

        [b-obmicohduw] .home-council-pending-row {
            grid-template-columns: 1fr;
        }

        [b-obmicohduw] .home-council-pending-label {
            grid-template-columns: 34px minmax(0, 1fr);
        }

        [b-obmicohduw] .home-council-pending-label em {
            grid-column: 2;
        }

        [b-obmicohduw] .home-final-year-summary {
            width: 100%;
            text-align: center;
        }
    }
/* _content/Curriculum.Website/Components/Shared/LookupMenu.razor.rz.scp.css */
/* Modern Lookup Menu Styling */
.lookup-menu-container[b-tjgg8mmvj8] {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
}

.lookup-menu-header[b-tjgg8mmvj8] {
    background: linear-gradient(135deg, #0e2c47 0%, #153b63 35%, #1d4d89 60%, #2f6aa9 80%, #3f88cc 100%);
    background-size: 200% 200%;
    animation: gradientShift-b-tjgg8mmvj8 8s ease infinite;
    padding: 32px 24px;
    position: relative;
    overflow: hidden;
}

.lookup-menu-header[b-tjgg8mmvj8]::before {
    content: 'PSU CMS';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(45deg, #1976d2, #42a5f5, #64b5f6, #42a5f5, #1976d2);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
    letter-spacing: 0.5rem;
    white-space: nowrap;
    animation: floatText-b-tjgg8mmvj8 8s ease-in-out infinite, shimmer-b-tjgg8mmvj8 3s linear infinite;
    filter: blur(0.5px);
}

.lookup-menu-header[b-tjgg8mmvj8]::after {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: conic-gradient(from 0deg, transparent 0deg 60deg, rgba(255, 255, 255, 0.15) 60deg 120deg, transparent 120deg 360deg);
    border-radius: 50%;
    animation: rotateCircle-b-tjgg8mmvj8 15s linear infinite;
}

/* Decorative elements for lookup menu header */
.lookup-header-decoration-1[b-tjgg8mmvj8] {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, transparent 70%);
    border-radius: 50%;
    animation: float-b-tjgg8mmvj8 5s ease-in-out infinite, pulse-glow-b-tjgg8mmvj8 3s ease-in-out infinite;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.lookup-header-decoration-2[b-tjgg8mmvj8] {
    position: absolute;
    bottom: 15px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 50%, transparent 70%);
    border-radius: 50%;
    animation: float-b-tjgg8mmvj8 6s ease-in-out infinite 1.5s, pulse-glow-b-tjgg8mmvj8 4s ease-in-out infinite 1s;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
}

.lookup-header-decoration-3[b-tjgg8mmvj8] {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.15) 50%, transparent 70%);
    border-radius: 50%;
    animation: float-b-tjgg8mmvj8 4s ease-in-out infinite 0.5s, pulse-glow-b-tjgg8mmvj8 3.5s ease-in-out infinite 0.5s;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.lookup-header-wave[b-tjgg8mmvj8] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.5) 75%, transparent 100%);
    background-size: 200% 100%;
    animation: wave-b-tjgg8mmvj8 3s linear infinite;
}

.lookup-menu-title[b-tjgg8mmvj8] {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

[b-tjgg8mmvj8] .lookup-menu-title .mud-icon-root {
    font-size: 1.75rem;
}

.lookup-search-container[b-tjgg8mmvj8] {
    padding: 20px 20px 16px 20px;
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lookup-search-box[b-tjgg8mmvj8] {
    border-radius: 12px;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.lookup-search-box:focus-within[b-tjgg8mmvj8] {
    box-shadow: 0 4px 16px rgba(26, 35, 126, 0.15);
    transform: translateY(-2px);
}

.lookup-menu-content[b-tjgg8mmvj8] {
    padding: 8px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

/* Modern Nav Group Styling */
.modern-nav-group[b-tjgg8mmvj8] {
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.modern-nav-group:hover[b-tjgg8mmvj8] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Nav Group Colors */
.nav-group-general[b-tjgg8mmvj8] {
    border-left: 4px solid #1976d2;
    background: linear-gradient(to right, #e3f2fd 0%, #ffffff 100%);
}

.nav-group-revision[b-tjgg8mmvj8] {
    border-left: 4px solid #1565c0;
    background: linear-gradient(to right, #e3f2fd 0%, #ffffff 100%);
}

.nav-group-plan[b-tjgg8mmvj8] {
    border-left: 4px solid #64b5f6;
    background: linear-gradient(to right, #e3f2fd 0%, #ffffff 100%);
}

.nav-group-standard[b-tjgg8mmvj8] {
    border-left: 4px solid #42a5f5;
    background: linear-gradient(to right, #e3f2fd 0%, #ffffff 100%);
}

.nav-group-groupsubject[b-tjgg8mmvj8] {
    border-left: 4px solid #90caf9;
    background: linear-gradient(to right, #e3f2fd 0%, #ffffff 100%);
}

.nav-group-other[b-tjgg8mmvj8] {
    border-left: 4px solid #bbdefb;
    background: linear-gradient(to right, #e3f2fd 0%, #ffffff 100%);
}

/* MudBlazor Nav Menu Overrides */
[b-tjgg8mmvj8] .mud-nav-group .mud-nav-group-header {
    padding: 14px 16px;
    font-weight: 600;
    font-size: 0.938rem;
    transition: all 0.2s ease;
    border-radius: 8px;
}

[b-tjgg8mmvj8] .mud-nav-group .mud-nav-group-header:hover {
    background: rgba(25, 118, 210, 0.06);
}

[b-tjgg8mmvj8] .mud-nav-link {
    border-radius: 8px;
    margin: 4px 8px;
    padding: 10px 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.875rem;
}

[b-tjgg8mmvj8] .mud-nav-link:hover {
    background: linear-gradient(to right, rgba(25, 118, 210, 0.08) 0%, rgba(25, 118, 210, 0.04) 100%);
    transform: translateX(6px);
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.12);
}

[b-tjgg8mmvj8] .mud-nav-link-active {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%) !important;
    color: white !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
    transform: translateX(4px);
}

[b-tjgg8mmvj8] .mud-nav-link .mud-nav-link-icon {
    transition: all 0.3s ease;
}

[b-tjgg8mmvj8] .mud-nav-link:hover .mud-nav-link-icon {
    transform: scale(1.1);
}

/* Custom Scrollbar */
.lookup-menu-content[b-tjgg8mmvj8]::-webkit-scrollbar {
    width: 8px;
}

.lookup-menu-content[b-tjgg8mmvj8]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    margin: 8px 0;
}

.lookup-menu-content[b-tjgg8mmvj8]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    border-radius: 10px;
}

.lookup-menu-content[b-tjgg8mmvj8]::-webkit-scrollbar-thumb:hover {
    background: #1565c0;
}

/* Animations */
@keyframes gradientShift-b-tjgg8mmvj8 {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes floatText-b-tjgg8mmvj8 {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0px);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

@keyframes shimmer-b-tjgg8mmvj8 {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

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

@keyframes float-b-tjgg8mmvj8 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-glow-b-tjgg8mmvj8 {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@keyframes wave-b-tjgg8mmvj8 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

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

@keyframes slideIn-b-tjgg8mmvj8 {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 960px) {
    .lookup-menu-header[b-tjgg8mmvj8] {
        padding: 24px 20px;
    }

    .lookup-menu-header[b-tjgg8mmvj8]::before {
        font-size: 2rem;
    }

    .lookup-menu-title[b-tjgg8mmvj8] {
        font-size: 1.25rem;
    }

    .lookup-header-decoration-1[b-tjgg8mmvj8],
    .lookup-header-decoration-2[b-tjgg8mmvj8],
    .lookup-header-decoration-3[b-tjgg8mmvj8] {
        width: 40px;
        height: 40px;
    }

    .lookup-search-container[b-tjgg8mmvj8] {
        padding: 16px;
    }

    .lookup-menu-content[b-tjgg8mmvj8] {
        max-height: 400px;
    }
}
