/* /Component/LoadingComponent.razor.rz.scp.css */
/* ===== DESIGN SYSTEM COLORS (from Home.razor) ===== */
:root[b-a91qn5x7s2] {
    --navy: #0a2233;
    --teal: #0f6b6d;
    --emerald: #1fa89a;
    --green: #7c8f3a;
    --gold: #e6c16e;
    --light: #f4f7f6;
    --dark: #071821;
}

.loading-container[b-a91qn5x7s2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    text-align: center;
}

.loading-text[b-a91qn5x7s2] {
    font-family: Inter, Segoe UI, system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2933;
    margin-top: 24px;
}

/* Target MudBlazor ProgressCircular SVG circles */
.loading-spinner-wrapper[b-a91qn5x7s2]  .mud-progress-circular svg circle {
    stroke: #1fa89a !important;
}

.loading-spinner-wrapper[b-a91qn5x7s2]  svg circle {
    stroke: #1fa89a !important;
}

.loading-spinner-wrapper[b-a91qn5x7s2]  svg circle:last-child {
    stroke: #1fa89a !important;
}

/* Additional selectors for different MudBlazor versions */
.loading-spinner-wrapper[b-a91qn5x7s2]  .mud-progress-circular circle {
    stroke: #1fa89a !important;
}

.loading-spinner-wrapper[b-a91qn5x7s2]  .mud-svg-icon circle {
    stroke: #1fa89a !important;
}

/* /Component/StudentIncident/StudentIncidentDashboard.razor.rz.scp.css */
.dashboard-card[b-p3r25nsmpy] {
    border-radius: 12px;
    min-height: 150px;
}

.dashboard-card-clickable:hover[b-p3r25nsmpy] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04);
}

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gordsli9ts] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: stretch;
}

main[b-gordsli9ts] {
    flex: 1;
}

/*.sidebar {
    background: linear-gradient(135deg, #0f6b6d, #1fa89a);
    transition: width 0.2s ease, flex 0.2s ease, background 0.2s ease;
}*/

.sidebar[b-gordsli9ts] {
    background-color: #0f6b6d;
}

.top-row[b-gordsli9ts] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gordsli9ts]  a, .top-row[b-gordsli9ts]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gordsli9ts]  a:hover, .top-row[b-gordsli9ts]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gordsli9ts]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gordsli9ts] {
        justify-content: space-between;
    }

    .top-row[b-gordsli9ts]  a, .top-row[b-gordsli9ts]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gordsli9ts] {
        flex-direction: row;
    }

    .sidebar[b-gordsli9ts] {
        width: 250px;
        flex: 0 0 250px;
        position: relative;
        height: auto;
        align-self: stretch;
        display: flex;
        flex-direction: column;
    }

    /* When the inner NavMenu is collapsed, shrink sidebar to a slim strip with just the toggle */
    .sidebar:has(.collapse)[b-gordsli9ts] {
        width: 56px;
        flex: 0 0 56px;
        padding: 0;
        overflow: hidden;
    }

    .sidebar:has(.collapse) .nav-logo-text[b-gordsli9ts] {
        display: none;
    }

    .top-row[b-gordsli9ts] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gordsli9ts]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gordsli9ts], article[b-gordsli9ts] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0auzjt8sti] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0auzjt8sti] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0auzjt8sti] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.nav-logo-text[b-0auzjt8sti] {
    font-family: Inter, Segoe UI, system-ui, sans-serif;
    font-weight: 900;
    color: #0a2233;
    white-space: nowrap;
}

.nav-logo-text span[b-0auzjt8sti] {
    color: #1fa89a;
}

.bi[b-0auzjt8sti] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0auzjt8sti] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0auzjt8sti] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0auzjt8sti] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-0auzjt8sti] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}      
        
.nav-item[b-0auzjt8sti] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0auzjt8sti] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0auzjt8sti] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0auzjt8sti]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0auzjt8sti]  a.active {
    background-color: #318587;
    color: white;
}

.nav-item[b-0auzjt8sti]  a:hover {
    background-color: #318587;
    color: white;
}

/* When collapsed: show menu as icon-only strip (do not hide) */
.collapse[b-0auzjt8sti] {
    display: block !important;
    width: 100%;
}

.collapse .nav-link-text[b-0auzjt8sti],
.collapse .nav-item button .nav-link-text[b-0auzjt8sti] {
    display: none !important;
}

.collapse .nav-item button .bi[b-0auzjt8sti] {
    display: none !important;
}

.collapse .nav-link[b-0auzjt8sti],
.collapse .nav-item button.nav-link[b-0auzjt8sti] {
    display: inline-flex !important;
    justify-content: center;
    min-width: 3rem;
    width: 3rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
}

.collapse .nav-item > .ms-4[b-0auzjt8sti] {
    margin-left: 0 !important;
}

.collapse hr[b-0auzjt8sti] {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

/* Hide version text when collapsed */
.collapse .nav-version[b-0auzjt8sti] {
    display: none !important;
}

/* Align icons and text nicely when expanded */
.nav-link-icon[b-0auzjt8sti] {
    display: inline-flex;
    align-items: center;
    margin-right: 0.5rem;
}

/* In collapsed mode, keep icons tight and centered */
.collapse .nav-link-icon[b-0auzjt8sti] {
    margin-right: 0;
}

/* On small/mobile screens: when collapsed, hide the menu completely */
@media (max-width: 640.98px) {
    .collapse[b-0auzjt8sti] {
        display: none !important;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-0auzjt8sti] {
        /* Keep the menu toggle button visible on wide screens too */
        display: block;
    }
        
    .nav-scrollable[b-0auzjt8sti] {
        /* Fill sidebar height and allow scroll when longer than viewport */
        flex: 1 1 auto;
        height: auto;
        overflow-y: auto;
    }
}
/* /Pages/EducationDashboard.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════
   Education Dashboard — Light Theme
   Brand: Vyntara iLTSM — Primary: #1fa89a
   ═══════════════════════════════════════════════════════ */

/* ── Root Container ── */
.edu-dashboard[b-ugsrjemgj6] {
    min-height: 100vh;
    background: #f8fafb;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #1e293b;
}

/* ── Header ── */
.edu-header[b-ugsrjemgj6] {
    background: #ffffff;
    border-bottom: 2px solid #1fa89a;
    padding: 14px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.edu-header-left[b-ugsrjemgj6] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.edu-logo-img[b-ugsrjemgj6] {
    height: 38px;
    width: auto;
    object-fit: contain;
}

.edu-title[b-ugsrjemgj6] {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.3px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.title-vyntara[b-ugsrjemgj6] {
    color: #1a3a4a;
    font-weight: 900;
}

.title-iltsm[b-ugsrjemgj6] {
    color: #1fa89a;
    font-weight: 900;
}

.title-dash[b-ugsrjemgj6] {
    color: #94a3b8;
    font-weight: 400;
    font-size: 16px;
    margin-left: 4px;
}

.edu-subtitle[b-ugsrjemgj6] {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
}

.edu-header-right[b-ugsrjemgj6] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.edu-date-block[b-ugsrjemgj6] {
    text-align: right;
}

.edu-date[b-ugsrjemgj6] {
    display: block;
    font-size: 13px;
    color: #475569;
    font-weight: 600;
}

.edu-term[b-ugsrjemgj6] {
    display: block;
    font-size: 11px;
    color: #94a3b8;
}

.edu-live-badge[b-ugsrjemgj6] {
    padding: 5px 12px;
    border-radius: 8px;
    background: rgba(31, 168, 154, 0.08);
    border: 1px solid rgba(31, 168, 154, 0.2);
    font-size: 12px;
    color: #1fa89a;
    font-weight: 600;
    white-space: nowrap;
}

/* ── Tabs ── */
[b-ugsrjemgj6] .edu-tabs {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0;
}

[b-ugsrjemgj6] .edu-tabs .mud-tab {
    color: #64748b !important;
    font-weight: 500;
    font-size: 13px;
    text-transform: none !important;
    letter-spacing: 0;
    min-width: auto;
    padding: 14px 20px;
}

[b-ugsrjemgj6] .edu-tabs .mud-tab.mud-tab-active {
    color: #1fa89a !important;
    font-weight: 700;
}

[b-ugsrjemgj6] .edu-tabs .mud-tabs-toolbar {
    background: transparent !important;
    padding: 0 20px;
}

[b-ugsrjemgj6] .edu-tabs .mud-tab-slider {
    background: #1fa89a !important;
}

/* ── Content Area ── */
.edu-content[b-ugsrjemgj6] {
    padding: 24px 28px;
    max-width: 1400px;
    margin: 0 auto;
}

/* ── Footer ── */
.edu-footer[b-ugsrjemgj6] {
    padding: 14px 28px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #94a3b8;
    background: #ffffff;
}

/* ═══════════════════════════════════════
   KPI CARDS
   ═══════════════════════════════════════ */

.kpi-grid[b-ugsrjemgj6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.kpi-card[b-ugsrjemgj6] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 22px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.kpi-card:hover[b-ugsrjemgj6] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.kpi-accent[b-ugsrjemgj6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 12px 0 0 12px;
}

.kpi-header[b-ugsrjemgj6] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.kpi-icon[b-ugsrjemgj6] {
    font-size: 16px;
}

.kpi-title[b-ugsrjemgj6] {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.kpi-value[b-ugsrjemgj6] {
    font-size: 30px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -1px;
    line-height: 1.1;
}

.kpi-footer[b-ugsrjemgj6] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.kpi-trend[b-ugsrjemgj6] {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
}

.trend-up[b-ugsrjemgj6] {
    color: #1fa89a;
    background: rgba(31, 168, 154, 0.1);
}

.trend-down[b-ugsrjemgj6] {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.08);
}

.kpi-subtitle[b-ugsrjemgj6] {
    font-size: 11px;
    color: #94a3b8;
}

/* ═══════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════ */

.two-col[b-ugsrjemgj6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.flex-col-gap[b-ugsrjemgj6] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ═══════════════════════════════════════
   SECTION CARDS
   ═══════════════════════════════════════ */

.section-card[b-ugsrjemgj6] {
    background: #ffffff;
    border-radius: 12px;
    padding: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.section-title[b-ugsrjemgj6] {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px;
}

.section-subtitle[b-ugsrjemgj6] {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 16px;
}

.section-text[b-ugsrjemgj6] {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 16px;
    line-height: 1.6;
}

/* ═══════════════════════════════════════
   HORIZONTAL BARS
   ═══════════════════════════════════════ */

.hbar-row[b-ugsrjemgj6] {
    margin-bottom: 12px;
}

.hbar-label[b-ugsrjemgj6] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 13px;
}

.hbar-label > span:first-child[b-ugsrjemgj6] {
    color: #334155;
    font-weight: 500;
}

.hbar-value[b-ugsrjemgj6] {
    color: #64748b;
    font-weight: 600;
}

.hbar-track[b-ugsrjemgj6] {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}

.hbar-fill[b-ugsrjemgj6] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.8s ease;
}

/* ═══════════════════════════════════════
   GAUGE BARS
   ═══════════════════════════════════════ */

.gauge-row[b-ugsrjemgj6] {
    margin-bottom: 14px;
}

.gauge-label[b-ugsrjemgj6] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 12px;
    color: #334155;
}

.gauge-track[b-ugsrjemgj6] {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}

.gauge-fill[b-ugsrjemgj6] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s ease;
}

/* ═══════════════════════════════════════
   ALERTS / CALLOUTS
   ═══════════════════════════════════════ */

.alert-box[b-ugsrjemgj6] {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 10px;
}

.alert-warning[b-ugsrjemgj6] {
    background: rgba(245, 158, 11, 0.06);
    border: 1px solid rgba(245, 158, 11, 0.15);
    color: #b45309;
}

.alert-danger[b-ugsrjemgj6] {
    background: rgba(220, 38, 38, 0.05);
    border: 1px solid rgba(220, 38, 38, 0.12);
    color: #b91c1c;
}

/* ═══════════════════════════════════════
   DRILL-THROUGH BADGE
   ═══════════════════════════════════════ */

.drill-badge[b-ugsrjemgj6] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(31, 168, 154, 0.08);
    border: 1px solid rgba(31, 168, 154, 0.18);
    font-size: 11px;
    color: #1fa89a;
    font-weight: 600;
    margin-top: 10px;
}

/* ═══════════════════════════════════════
   LEVEL BADGES & TAGS
   ═══════════════════════════════════════ */

.level-badge[b-ugsrjemgj6] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    vertical-align: middle;
}

.level-legend[b-ugsrjemgj6] {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.level-tag[b-ugsrjemgj6] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

/* ═══════════════════════════════════════
   STATUS TAGS (Book Allocation)
   ═══════════════════════════════════════ */

.status-tag[b-ugsrjemgj6] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    margin-left: 8px;
    vertical-align: middle;
}

/* ═══════════════════════════════════════
   RESOLUTION CARDS
   ═══════════════════════════════════════ */

.resolution-grid[b-ugsrjemgj6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.resolution-card[b-ugsrjemgj6] {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid;
}

.resolution-label[b-ugsrjemgj6] {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-bottom: 4px;
}

.resolution-value[b-ugsrjemgj6] {
    font-size: 22px;
    font-weight: 800;
}

/* ═══════════════════════════════════════
   DONUT + LEGEND
   ═══════════════════════════════════════ */

.donut-layout[b-ugsrjemgj6] {
    display: flex;
    align-items: center;
    gap: 28px;
}

.condition-legend[b-ugsrjemgj6] {
    flex: 1;
}

.legend-item[b-ugsrjemgj6] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.legend-dot[b-ugsrjemgj6] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}

.legend-label[b-ugsrjemgj6] {
    font-size: 13px;
    color: #334155;
    flex: 1;
}

.legend-pct[b-ugsrjemgj6] {
    font-size: 13px;
    font-weight: 700;
}

.legend-count[b-ugsrjemgj6] {
    font-size: 11px;
    color: #94a3b8;
    width: 60px;
    text-align: right;
}

/* ═══════════════════════════════════════
   GENDER BARS
   ═══════════════════════════════════════ */

.activity-row[b-ugsrjemgj6] {
    margin-bottom: 14px;
}

.gender-bar[b-ugsrjemgj6] {
    display: flex;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.gender-male[b-ugsrjemgj6] {
    background: #3b82f6;
    transition: width 0.5s;
}

.gender-female[b-ugsrjemgj6] {
    background: #ec4899;
    transition: width 0.5s;
}

.gender-legend[b-ugsrjemgj6] {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    font-size: 11px;
    color: #64748b;
}

.dot-male[b-ugsrjemgj6], .dot-female[b-ugsrjemgj6] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 4px;
    vertical-align: middle;
}

.dot-male[b-ugsrjemgj6] { background: #3b82f6; }
.dot-female[b-ugsrjemgj6] { background: #ec4899; }

/* ═══════════════════════════════════════
   FEEDING
   ═══════════════════════════════════════ */

.feeding-summary[b-ugsrjemgj6] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.feeding-counts > div[b-ugsrjemgj6] {
    margin-bottom: 12px;
    font-size: 13px;
    color: #334155;
}

.feeding-dot[b-ugsrjemgj6] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: middle;
}

.feeding-number[b-ugsrjemgj6] {
    font-size: 22px;
    font-weight: 800;
    margin-left: 16px;
}

/* ═══════════════════════════════════════
   TABLE OVERRIDES — Light Theme
   ═══════════════════════════════════════ */

[b-ugsrjemgj6] .edu-table {
    background: transparent !important;
}

[b-ugsrjemgj6] .edu-table th {
    color: #64748b !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e2e8f0 !important;
    background: transparent !important;
    padding: 10px 12px !important;
}

[b-ugsrjemgj6] .edu-table td {
    color: #334155 !important;
    font-size: 13px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: transparent !important;
    padding: 10px 12px !important;
}

[b-ugsrjemgj6] .edu-table tr:hover td {
    background: rgba(31, 168, 154, 0.03) !important;
}

[b-ugsrjemgj6] .edu-table .mud-table-row:nth-child(even) td {
    background: #fafbfc !important;
}

/* ═══════════════════════════════════════
   CHART OVERRIDES — Light Theme
   ═══════════════════════════════════════ */

[b-ugsrjemgj6] .mud-chart {
    background: transparent !important;
}

[b-ugsrjemgj6] .mud-chart-legend {
    color: #64748b !important;
}

[b-ugsrjemgj6] .mud-chart text {
    fill: #64748b !important;
}

/* ═══════════════════════════════════════
   UTILITY
   ═══════════════════════════════════════ */

.text-center[b-ugsrjemgj6] { text-align: center; }
.text-right[b-ugsrjemgj6] { text-align: right; }
.text-muted[b-ugsrjemgj6] { color: #94a3b8 !important; }
.fw-bold[b-ugsrjemgj6] { font-weight: 700 !important; }

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */

@media (max-width: 900px) {
    .two-col[b-ugsrjemgj6] {
        grid-template-columns: 1fr;
    }

    .kpi-grid[b-ugsrjemgj6] {
        grid-template-columns: repeat(2, 1fr);
    }

    .edu-header[b-ugsrjemgj6] {
        padding: 12px 16px;
    }

    .edu-content[b-ugsrjemgj6] {
        padding: 16px;
    }

    .donut-layout[b-ugsrjemgj6] {
        flex-direction: column;
    }

    .resolution-grid[b-ugsrjemgj6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .kpi-grid[b-ugsrjemgj6] {
        grid-template-columns: 1fr;
    }

    .kpi-value[b-ugsrjemgj6] {
        font-size: 24px;
    }

    .edu-title[b-ugsrjemgj6] {
        font-size: 16px;
    }

    .edu-header-right[b-ugsrjemgj6] {
        display: none;
    }
}
