@import '_content/Javaless.Framework.Core.Features.Identity.InternalIdentity.Presentation/Javaless.Framework.Core.Features.Identity.InternalIdentity.Presentation.z767rb44yv.bundle.scp.css';
@import '_content/Nameless.NBlazor/Nameless.NBlazor.g7k8cwdtuo.bundle.scp.css';

/* /Components/App.razor.rz.scp.css */
/* /Components/Pages/AssessmentBatches/AssessmentBatchPage.razor.rz.scp.css */
/* Page-local Zenith-like inputs (do not use .edit-form-grid here: it is display:grid and breaks layout). */
.eat-batch-custom-fields[b-tnfkpiiiz8] {
    padding: 0 0.5rem;
}

.eat-batch-custom-fields[b-tnfkpiiiz8]  input.rz-textbox,
.eat-batch-custom-fields[b-tnfkpiiiz8]  textarea.rz-textarea,
.eat-batch-custom-fields[b-tnfkpiiiz8]  .rz-dropdown,
.eat-batch-custom-fields[b-tnfkpiiiz8]  span.rz-numeric,
.eat-batch-custom-fields[b-tnfkpiiiz8]  .rz-datepicker {
    background: rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    color: #fff !important;
    transition: all 0.2s ease !important;
    overflow: hidden;
}

.eat-batch-custom-fields[b-tnfkpiiiz8]  span.rz-numeric input.rz-inputtext,
.eat-batch-custom-fields[b-tnfkpiiiz8]  .rz-datepicker input.rz-inputtext {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
}

.eat-batch-custom-fields[b-tnfkpiiiz8]  span.rz-numeric .rz-numeric-button {
    background: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.4) !important;
}

.eat-batch-custom-fields[b-tnfkpiiiz8]  span.rz-numeric .rz-numeric-button:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.eat-batch-custom-fields[b-tnfkpiiiz8]  input.rz-textbox:focus,
.eat-batch-custom-fields[b-tnfkpiiiz8]  textarea.rz-textarea:focus,
.eat-batch-custom-fields[b-tnfkpiiiz8]  .rz-dropdown:focus-within,
.eat-batch-custom-fields[b-tnfkpiiiz8]  span.rz-numeric:focus-within,
.eat-batch-custom-fields[b-tnfkpiiiz8]  .rz-datepicker:focus-within {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--rz-primary) !important;
    box-shadow: 0 0 15px rgba(var(--rz-primary-rgb), 0.2) !important;
}
/* /Components/Pages/Custom/BatchWizard.razor.rz.scp.css */
.eat-wizard[b-7a0rrd56a4] {
    min-height: 100vh;
    padding: 1rem;
}

.eat-wizard-header[b-7a0rrd56a4] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.eat-wizard-header h1[b-7a0rrd56a4] {
    font-size: 1.6rem;
    margin: 0;
}

.eat-wizard-header p[b-7a0rrd56a4] {
    margin: 0.25rem 0 0;
    opacity: 0.72;
}

.eat-wizard-panel[b-7a0rrd56a4] {
    margin-bottom: 1rem;
    padding: 1rem;
}

.eat-wizard-section-title[b-7a0rrd56a4],
.eat-wizard-section-title > div[b-7a0rrd56a4] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.eat-wizard-section-title[b-7a0rrd56a4] {
    margin-bottom: 0.75rem;
}

.eat-wizard-section-title-split[b-7a0rrd56a4] {
    justify-content: space-between;
}

.eat-wizard-section-title h2[b-7a0rrd56a4] {
    font-size: 0.95rem;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.eat-wizard-section-title span[b-7a0rrd56a4] {
    color: var(--rz-text-secondary-color);
    font-size: 0.86rem;
}

.eat-wizard-bulk-row[b-7a0rrd56a4] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.eat-wizard-bulk-row[b-7a0rrd56a4] {
    align-items: stretch;
}

.eat-wizard-bulk-row > .rz-dropdown[b-7a0rrd56a4] {
    flex: 1 1 auto;
}

.eat-wizard-inline-warning[b-7a0rrd56a4] {
    color: var(--rz-warning);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.eat-wizard-inline-info[b-7a0rrd56a4] {
    color: var(--zenith-info);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.eat-wizard-school-matches[b-7a0rrd56a4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.6rem;
}

.eat-wizard-school-matches[b-7a0rrd56a4]  .rz-button {
    border-color: color-mix(in srgb, var(--zenith-info) 34%, var(--zenith-glass-border)) !important;
    min-height: 2rem;
}

.eat-wizard-task-grid[b-7a0rrd56a4] {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.eat-wizard-check-row[b-7a0rrd56a4] {
    align-items: center;
    border: 1px solid var(--zenith-glass-border);
    border-radius: 8px;
    display: grid;
    gap: 0.35rem;
    grid-template-columns: auto 1fr;
    min-height: 4.15rem;
    padding: 0.65rem;
    transition: border-color 120ms ease, background-color 120ms ease;
}

.eat-wizard-check-row-selected[b-7a0rrd56a4] {
    background: color-mix(in srgb, var(--rz-primary) 9%, transparent);
    border-color: color-mix(in srgb, var(--rz-primary) 54%, var(--zenith-glass-border));
}

.eat-wizard-check-row small[b-7a0rrd56a4] {
    color: var(--rz-text-secondary-color);
    grid-column: 2;
}

.eat-wizard-assignment-list[b-7a0rrd56a4] {
    display: grid;
    gap: 0.65rem;
}

.eat-wizard-assignment[b-7a0rrd56a4] {
    border: 1px solid var(--zenith-glass-border);
    border-radius: 8px;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(170px, 0.42fr) minmax(240px, 1fr);
    padding: 0.75rem;
}

.eat-wizard-assignment-missing[b-7a0rrd56a4] {
    border-color: color-mix(in srgb, var(--rz-warning) 64%, var(--zenith-glass-border));
}

.eat-wizard-assignment-meta[b-7a0rrd56a4] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.eat-wizard-assignment-meta strong[b-7a0rrd56a4] {
    overflow-wrap: anywhere;
}

.eat-wizard-assignment-meta span[b-7a0rrd56a4] {
    color: var(--rz-text-secondary-color);
    font-size: 0.84rem;
}

.eat-wizard-warning[b-7a0rrd56a4] {
    border-color: color-mix(in srgb, var(--rz-warning) 60%, var(--zenith-glass-border)) !important;
}

.eat-wizard-footer[b-7a0rrd56a4] {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1rem;
}

@media (max-width: 720px) {
    .eat-wizard-header[b-7a0rrd56a4],
    .eat-wizard-bulk-row[b-7a0rrd56a4] {
        align-items: stretch;
        flex-direction: column;
    }

    .eat-wizard-assignment[b-7a0rrd56a4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Custom/ChartCard.razor.rz.scp.css */
.eat-chart-card[b-ta12pjf46n] {
    padding: 1rem;
}

.eat-chart-card-title[b-ta12pjf46n] {
    align-items: center;
    display: flex;
    gap: 0.4rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.eat-chart-card h3[b-ta12pjf46n] {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.eat-chart-card-title h3[b-ta12pjf46n] {
    margin: 0;
}

.eat-chart-help[b-ta12pjf46n] {
    color: var(--zenith-info);
    cursor: help;
    font-size: 1rem;
    opacity: 0.85;
}

.eat-chart-empty[b-ta12pjf46n] {
    align-items: center;
    display: flex;
    height: 260px;
    justify-content: center;
    opacity: 0.65;
    text-align: center;
}
/* /Components/Pages/Custom/Components/MultiScoreCriterionGrid.razor.rz.scp.css */
.eat-criteria-list[b-w02gt9es2r] {
    display: block;
}

.eat-criterion-card[b-w02gt9es2r] {
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.eat-criterion-header[b-w02gt9es2r] {
    display: grid;
    grid-template-columns: 76px 1fr 40px;
    gap: 0.5rem;
    align-items: center;
}
/* /Components/Pages/Custom/Components/Scoring/ScoreMultiScoreRubricComponent.razor.rz.scp.css */
.full-rubric-view-container .criterion-section[b-nuupp5n6tn] {
    background-color: var(--rz-panel-background-color, var(--rz-body-background-color, #2b3035));
    color: var(--rz-text-color, #f8f9fa);
    border: 1px solid var(--rz-panel-border-color, var(--rz-grid-cell-border-color, #495057));
    border-radius: var(--rz-border-radius, 4px);
    padding: 15px;
    margin-bottom: 1rem;
}

    .full-rubric-view-container .criterion-section .rz-text[b-nuupp5n6tn] {
        color: var(--rz-text-color, #f8f9fa);
    }

    .full-rubric-view-container .criterion-section .full-rubric-levels-grid.rz-grid[b-nuupp5n6tn] {
        border: none !important;
        box-shadow: none !important;
    }

    .full-rubric-view-container .criterion-section .full-rubric-levels-grid .rz-grid-table[b-nuupp5n6tn] {
        background-color: var(--rz-panel-background-color, var(--rz-body-background-color, #2b3035)) !important;
    }

    .full-rubric-view-container .criterion-section .full-rubric-levels-grid .rz-grid-header-cell[b-nuupp5n6tn] {
        background-color: var(--rz-grid-header-background-color, #343a40) !important;
        color: var(--rz-grid-header-color, #f8f9fa) !important;
        border-bottom-color: var(--rz-grid-header-cell-border-color, #495057) !important;
        padding: var(--rz-grid-cell-padding, 0.5rem 1rem);
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    .full-rubric-view-container .criterion-section .full-rubric-levels-grid .rz-grid-row td[b-nuupp5n6tn] {
        background-color: var(--rz-panel-background-color, var(--rz-body-background-color, #2b3035)) !important;
        border-bottom-color: var(--rz-grid-cell-border-color, #495057) !important;
        color: var(--rz-text-color, #f8f9fa) !important;
        padding: var(--rz-grid-cell-padding, 0.5rem 1rem);
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    .full-rubric-view-container .criterion-section .full-rubric-levels-grid .rz-grid-row:hover td[b-nuupp5n6tn] {
        background-color: var(--rz-grid-row-hover-background-color, #3e444a) !important;
    }

    .full-rubric-view-container .criterion-section .full-rubric-levels-grid .rz-grid-row.rz-state-selected td[b-nuupp5n6tn] {
        background-color: var(--rz-state-selected-background-color, #007bff) !important;
        color: var(--rz-state-selected-color, #ffffff) !important;
    }


/* Grid Scoring Mode - Enhanced Dark Theme Integration */
.grid-scoring-mode-container .rz-grid-table[b-nuupp5n6tn] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: var(--rz-grid-font-size, 0.875rem);
    /* Base background for the table itself, if not covered by cells */
    background-color: var(--rz-grid-background-color, #2b3035);
    color: var(--rz-text-color, #f8f9fa); /* Default text color for the grid (light for dark theme) */
}

    .grid-scoring-mode-container .rz-grid-table th.rz-grid-header-cell[b-nuupp5n6tn],
    .grid-scoring-mode-container .rz-grid-table td.rz-cell-data[b-nuupp5n6tn] {
        padding: var(--rz-grid-cell-padding, 0.5rem 1rem);
        border: 1px solid var(--rz-grid-cell-border-color, #495057); /* Dark theme border */
    }

    .grid-scoring-mode-container .rz-grid-table th.rz-grid-header-cell[b-nuupp5n6tn] {
        background-color: var(--rz-grid-header-background-color, #343a40); /* Dark theme header background */
        color: var(--rz-grid-header-color, #f8f9fa); /* Light text for header */
        font-weight: var(--rz-grid-header-font-weight, 600);
        text-align: left;
    }

    .grid-scoring-mode-container .rz-grid-table th.text-center[b-nuupp5n6tn] {
        text-align: center !important;
    }

    /* Default data cell styling for dark theme */
    .grid-scoring-mode-container .rz-grid-table td.rz-cell-data[b-nuupp5n6tn] {
        background-color: var(--rz-grid-row-background-color, var(--rz-grid-background-color, #2b3035)); /* Dark cell background */
        color: var(--rz-text-color, #f8f9fa); /* Light text for data cells */
    }

    /* Alternating row color for dark theme (subtle difference) */
    .grid-scoring-mode-container .rz-grid-table tr.rz-grid-row-even td.rz-cell-data[b-nuupp5n6tn] {
        background-color: var(--rz-grid-row-even-background-color, #30353b);
    }

    /* Hover state for data cells in dark theme */
    .grid-scoring-mode-container .rz-grid-table tr:hover td.rz-cell-data[b-nuupp5n6tn] {
        background-color: var(--rz-grid-row-hover-background-color, #3e444a);
    }

    .grid-scoring-mode-container .rz-grid-table td.grid-cell-content[b-nuupp5n6tn] {
        vertical-align: top !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal !important;
        hyphens: auto;
    }

.grid-scoring-mode-container .grid-cell-selectable[b-nuupp5n6tn] {
    cursor: pointer;
}

.grid-scoring-mode-container .grid-cell-selected-custom[b-nuupp5n6tn] {
    background-color: var(--rz-state-selected-background-color, #007bff) !important; /* Theme's primary/selected color */
    color: var(--rz-state-selected-color, #ffffff) !important; /* Ensure contrast for selected text */
    box-shadow: inset 0 0 0 2px var(--rz-primary, #007bff);
    cursor: pointer;
    position: relative;
}

.grid-scoring-mode-container .grid-cell-na[b-nuupp5n6tn] {
    color: var(--rz-text-disabled-color, #6c757d);
    text-align: center;
    /* N/A cells use a slightly different dark background, or same as even rows */
    background-color: var(--rz-grid-row-even-background-color, #30353b);
}

.grid-scoring-mode-container .rz-grid-table tr[b-nuupp5n6tn] {
    height: auto !important;
}
/* /Components/Pages/Custom/EatDashboard.razor.rz.scp.css */
.eat-dashboard[b-hejqiefpnm] {
    min-height: 100vh;
    padding: 1rem;
}

.eat-dashboard-gradients[b-hejqiefpnm] {
    height: 0;
    position: absolute;
    width: 0;
}

.eat-dashboard-hero[b-hejqiefpnm] {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.25rem 1.4rem;
}

.eat-dashboard-eyebrow[b-hejqiefpnm] {
    color: var(--zenith-info);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.eat-dashboard-title-block h1[b-hejqiefpnm] {
    font-size: clamp(1.35rem, 2.2vw, 2.15rem);
    line-height: 1.1;
    margin: 0.18rem 0;
}

.eat-dashboard-subtitle[b-hejqiefpnm] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
    font-weight: 600;
}

.eat-dashboard-actions[b-hejqiefpnm] {
    align-items: center;
    display: flex;
    gap: 0.6rem;
}

.eat-dashboard-batch-picker[b-hejqiefpnm] {
    min-width: min(28rem, 56vw);
}

.eat-dashboard-refresh[b-hejqiefpnm] {
    border-color: color-mix(in srgb, var(--zenith-info) 45%, var(--zenith-glass-border)) !important;
    color: var(--zenith-info) !important;
    min-height: 2.4rem;
    min-width: 2.4rem;
}

.eat-kpi-grid[b-hejqiefpnm],
.eat-dashboard-grid[b-hejqiefpnm],
.eat-insight-grid[b-hejqiefpnm] {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.eat-kpi-grid[b-hejqiefpnm] {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.eat-dashboard-grid-primary[b-hejqiefpnm] {
    grid-template-columns: minmax(20rem, 0.9fr) minmax(24rem, 1.1fr);
}

.eat-dashboard-grid-analysis[b-hejqiefpnm] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eat-dashboard-grid-status[b-hejqiefpnm] {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

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

.eat-kpi-card[b-hejqiefpnm],
.eat-dashboard-card[b-hejqiefpnm],
.eat-insight-card[b-hejqiefpnm],
.eat-dashboard-empty[b-hejqiefpnm] {
    border-top: 3px solid rgba(255, 255, 255, 0.12) !important;
}

.eat-kpi-card[b-hejqiefpnm] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-height: 6rem;
    padding: 1rem;
}

.eat-kpi-card[b-hejqiefpnm]  .rz-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: flex;
    flex: 0 0 2.6rem;
    font-size: 1.35rem;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.eat-kpi-card span[b-hejqiefpnm] {
    color: rgba(255, 255, 255, 0.52);
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.eat-kpi-card strong[b-hejqiefpnm] {
    display: block;
    font-size: clamp(1.15rem, 2vw, 1.75rem);
    line-height: 1.1;
    margin-top: 0.16rem;
}

.eat-accent-info[b-hejqiefpnm] {
    border-top-color: color-mix(in srgb, var(--zenith-info) 72%, transparent) !important;
}

.eat-accent-success[b-hejqiefpnm] {
    border-top-color: color-mix(in srgb, var(--zenith-success) 72%, transparent) !important;
}

.eat-accent-warning[b-hejqiefpnm] {
    border-top-color: color-mix(in srgb, var(--zenith-warning) 74%, transparent) !important;
}

.eat-accent-danger[b-hejqiefpnm] {
    border-top-color: color-mix(in srgb, var(--zenith-danger) 74%, transparent) !important;
}

.eat-accent-info[b-hejqiefpnm]  .rz-icon {
    color: var(--zenith-info);
}

.eat-accent-success[b-hejqiefpnm]  .rz-icon {
    color: var(--zenith-success);
}

.eat-accent-warning[b-hejqiefpnm]  .rz-icon {
    color: var(--zenith-warning);
}

.eat-accent-danger[b-hejqiefpnm]  .rz-icon {
    color: var(--zenith-danger);
}

.eat-dashboard-card[b-hejqiefpnm] {
    display: flex;
    flex-direction: column;
    min-height: 27rem;
    padding: 1.35rem;
}

.eat-card-header[b-hejqiefpnm] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.eat-card-header h2[b-hejqiefpnm] {
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.035rem;
    margin: 0;
    text-transform: uppercase;
}

.eat-card-header p[b-hejqiefpnm] {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.78rem;
    font-weight: 600;
    margin: 0.22rem 0 0;
}

.eat-help-icon[b-hejqiefpnm] {
    color: var(--zenith-info);
    cursor: help;
    flex: 0 0 auto;
    opacity: 0.9;
}

.eat-chart[b-hejqiefpnm] {
    flex: 1;
    min-height: 20rem;
    width: 100%;
}

.eat-coverage-content[b-hejqiefpnm] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(14rem, 1fr) minmax(11rem, 0.85fr);
}

.eat-coverage-chart[b-hejqiefpnm] {
    height: 19rem;
    width: 100%;
}

.eat-donut-center[b-hejqiefpnm] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateY(1.45rem);
}

.eat-donut-center strong[b-hejqiefpnm] {
    display: block;
    font-size: 2.1rem;
    line-height: 1;
}

.eat-donut-center span[b-hejqiefpnm] {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.eat-coverage-stats[b-hejqiefpnm],
.eat-status-metrics[b-hejqiefpnm] {
    display: grid;
    gap: 0.75rem;
}

.eat-coverage-stats div[b-hejqiefpnm],
.eat-status-metrics div[b-hejqiefpnm] {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.5rem;
    padding: 0.85rem;
}

.eat-coverage-stats span[b-hejqiefpnm],
.eat-status-metrics span[b-hejqiefpnm] {
    color: rgba(255, 255, 255, 0.48);
    display: block;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.eat-coverage-stats strong[b-hejqiefpnm],
.eat-status-metrics strong[b-hejqiefpnm] {
    display: block;
    font-size: 1rem;
    margin-top: 0.24rem;
}

.eat-status-panel[b-hejqiefpnm] {
    min-height: 14rem;
}

.eat-status-metrics[b-hejqiefpnm] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: auto;
}

.eat-email-progress[b-hejqiefpnm] {
    margin-top: 1rem;
}

.eat-card-note[b-hejqiefpnm] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 0.65rem;
}

.eat-insight-card[b-hejqiefpnm] {
    min-height: 22rem;
    padding: 1.25rem;
}

.eat-ranked-list[b-hejqiefpnm] {
    display: grid;
    gap: 0.55rem;
    max-height: 18rem;
    overflow: auto;
    padding-right: 0.2rem;
}

.eat-ranked-row[b-hejqiefpnm] {
    align-items: start;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 14px;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.75rem 0.85rem;
}

.eat-ranked-row > span[b-hejqiefpnm] {
    font-weight: 700;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
}

.eat-ranked-row > div[b-hejqiefpnm] {
    min-width: 7.5rem;
    text-align: right;
}

.eat-ranked-row strong[b-hejqiefpnm] {
    display: block;
    font-size: 1rem;
    line-height: 1.15;
}

.eat-ranked-row small[b-hejqiefpnm] {
    color: rgba(255, 255, 255, 0.45);
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.eat-empty-list[b-hejqiefpnm],
.eat-empty-chart[b-hejqiefpnm],
.eat-dashboard-empty[b-hejqiefpnm] {
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    text-align: center;
}

.eat-empty-chart[b-hejqiefpnm] {
    flex: 1;
    min-height: 18rem;
}

.eat-dashboard-empty[b-hejqiefpnm] {
    flex-direction: column;
    min-height: 24rem;
    padding: 2rem;
}

.eat-dashboard-empty[b-hejqiefpnm]  .rz-icon {
    color: var(--zenith-info);
    font-size: 3rem;
    margin-bottom: 0.8rem;
}

.eat-dashboard-empty h2[b-hejqiefpnm] {
    margin: 0;
}

.eat-dashboard-empty p[b-hejqiefpnm] {
    margin: 0.35rem 0 0;
}

.eat-dashboard-shimmer[b-hejqiefpnm] {
    height: 12rem;
    width: min(42rem, 80%);
}

@media (max-width: 1280px) {
    .eat-kpi-grid[b-hejqiefpnm] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .eat-dashboard-grid-primary[b-hejqiefpnm],
    .eat-dashboard-grid-analysis[b-hejqiefpnm],
    .eat-dashboard-grid-status[b-hejqiefpnm],
    .eat-insight-grid[b-hejqiefpnm] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .eat-dashboard[b-hejqiefpnm] {
        padding: 0.6rem;
    }

    .eat-dashboard-hero[b-hejqiefpnm],
    .eat-dashboard-actions[b-hejqiefpnm] {
        align-items: stretch;
        flex-direction: column;
    }

    .eat-dashboard-batch-picker[b-hejqiefpnm] {
        min-width: 100%;
        width: 100%;
    }

    .eat-kpi-grid[b-hejqiefpnm],
    .eat-status-metrics[b-hejqiefpnm],
    .eat-coverage-content[b-hejqiefpnm] {
        grid-template-columns: 1fr;
    }

    .eat-dashboard-card[b-hejqiefpnm],
    .eat-insight-card[b-hejqiefpnm] {
        min-height: auto;
        padding: 1rem;
    }

    .eat-chart[b-hejqiefpnm] {
        min-height: 18rem;
    }
}
/* /Components/Pages/Custom/Maintenance.razor.rz.scp.css */
.eat-maintenance[b-8zqp4u33r8] {
    min-height: 100vh;
    padding: 1rem;
}

.eat-maintenance-header[b-8zqp4u33r8] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.eat-maintenance-header h1[b-8zqp4u33r8] {
    font-size: 1.6rem;
    margin: 0;
}

.eat-maintenance-header p[b-8zqp4u33r8] {
    margin: 0.25rem 0 0;
    opacity: 0.7;
}

.eat-maintenance-panel[b-8zqp4u33r8] {
    padding: 1rem;
}

.eat-maintenance-grid[b-8zqp4u33r8] {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: 1rem 0;
}

.eat-maintenance-grid div[b-8zqp4u33r8] {
    border: 1px solid var(--zenith-glass-border);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
}

.eat-maintenance-grid span[b-8zqp4u33r8] {
    opacity: 0.7;
}

.eat-maintenance-confirm[b-8zqp4u33r8] {
    display: grid;
    gap: 0.75rem;
    max-width: 420px;
}
/* /Components/Pages/Custom/MetricCard.razor.rz.scp.css */
.eat-metric-card[b-h8mjli25lq] {
    padding: 1rem;
    text-align: center;
}

.eat-metric-card[b-h8mjli25lq]  .rz-icon {
    font-size: 1.5rem;
    color: var(--zenith-info);
}

.eat-metric-value[b-h8mjli25lq] {
    font-size: 1.7rem;
    font-weight: 800;
}

.eat-metric-label[b-h8mjli25lq] {
    font-size: 0.7rem;
    opacity: 0.65;
    text-transform: uppercase;
}
/* /Components/Pages/Custom/MetricList.razor.rz.scp.css */
.eat-list-card[b-l7ttnn2h3t] {
    padding: 1rem;
}

.eat-list-card h3[b-l7ttnn2h3t] {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.eat-list-row[b-l7ttnn2h3t] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--zenith-glass-border);
}
/* /Components/Pages/Home.razor.rz.scp.css */
[b-fls20uwbvi] .home-image {
    max-width: 100vw;
    max-height: 60vh;
    object-fit: contain;
    border-radius: 8px;
    /*filter: invert(1) hue-rotate(180deg);*/
}
/* /Components/Pages/ResultEmailSettings/ResultEmailSettingsPage.razor.rz.scp.css */
.eat-settings-page[b-t8o28i7g4x] {
    max-width: 1280px;
    margin: 0 auto;
}

.eat-settings-header[b-t8o28i7g4x] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.eat-settings-header h1[b-t8o28i7g4x] {
    margin: 0;
    font-size: 1.75rem;
}

.eat-settings-header p[b-t8o28i7g4x] {
    margin: 0.25rem 0 0;
    color: var(--rz-text-secondary-color);
}

.eat-settings-section[b-t8o28i7g4x] {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid var(--rz-panel-border-color);
    border-radius: 8px;
    background: var(--rz-panel-background-color);
}

.eat-settings-section h2[b-t8o28i7g4x] {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.eat-placeholder-list[b-t8o28i7g4x] {
    padding: 0.75rem;
    border: 1px solid var(--rz-grid-cell-border-color);
    border-radius: 6px;
    font-family: var(--rz-code-font-family, monospace);
    overflow-wrap: anywhere;
}

.eat-settings-footer[b-t8o28i7g4x] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.eat-validation-list[b-t8o28i7g4x] {
    margin: 0;
    padding-left: 1.25rem;
}

@media (max-width: 768px) {
    .eat-settings-header[b-t8o28i7g4x] {
        display: grid;
    }
}
