/* /Components/Features/MaterialFlow/CardStatus.razor.rz.scp.css */
.status-badge[b-9j3vrllblt] {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 24px;
    gap: 8px;
    padding: 4px 8px;
    border-radius: var(--mf-radius-xs, 4px);
    color: var(--mf-color-text-default, #4d5461);
    background: var(--mf-color-surface-subtle, #f3f4f6);
    font-size: 12px;
    font-weight: var(--mf-font-weight-medium, 500);
    line-height: 16px;
}

.status-dot[b-9j3vrllblt] {
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 1px solid var(--mf-color-text-default, #4d5461);
    border-radius: 50%;
}

.status-badge--variance[b-9j3vrllblt] {
    background: #f0faf5;
}

.status-badge--variance[b-9j3vrllblt]  .variance-value {
    font-size: 12px;
    line-height: 16px;
}
/* /Components/Features/MaterialFlow/DashboardHeader.razor.rz.scp.css */
.dashboard-header[b-x6ycsb9y99] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding-bottom: var(--mf-space-5, 20px);
    border-bottom: 1px solid var(--mf-color-border, #e5e7ea);
}

.dashboard-header h1[b-x6ycsb9y99] {
    --mf-step-color: var(--mf-color-pit, #20325d);

    margin: 0;
    color: var(--mf-step-color);
    font-size: 32px;
    font-weight: var(--mf-font-weight-extrabold, 800);
    line-height: 38px;
    letter-spacing: -0.02em;
}

.dashboard-header p[b-x6ycsb9y99] {
    margin: 2px 0 0;
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 14px;
    line-height: 20px;
}

.dashboard-filters[b-x6ycsb9y99] {
    display: flex;
    align-items: center;
    gap: var(--mf-space-4, 16px);
}

@media (max-width: 720px) {
    .dashboard-header[b-x6ycsb9y99] {
        align-items: flex-start;
        flex-direction: column;
        gap: var(--mf-space-4, 16px);
    }

    .dashboard-filters[b-x6ycsb9y99] {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: var(--mf-space-2, 8px);
    }
}
/* /Components/Features/MaterialFlow/DateSelector.razor.rz.scp.css */
.date-selector[b-z2s6m8irnz] {
    position: relative;
    min-width: 220px;
}

.date-selector--open .date-trigger[b-z2s6m8irnz] {
    z-index: 20;
    border-color: #c4cad2;
    box-shadow: 0 0 0 2px rgba(33, 41, 54, 0.08);
}

.date-label[b-z2s6m8irnz] {
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 12px;
    font-weight: var(--mf-font-weight-medium, 500);
    line-height: 16px;
}

.date-trigger[b-z2s6m8irnz] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: 100%;
    min-height: 36px;
    align-items: center;
    gap: 12px;
    padding: 0 10px 0 12px;
    border: 1px solid var(--mf-color-panel-border, #e1e5ea);
    border-radius: var(--mf-radius-sm, 6px);
    outline: 0;
    color: var(--mf-color-text, #212936);
    background: var(--mf-color-panel, #fbfcfd);
    box-shadow: var(--mf-shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03));
    font: inherit;
    font-size: 14px;
    font-weight: var(--mf-font-weight-medium, 500);
    cursor: pointer;
}

.date-value[b-z2s6m8irnz] {
    text-align: left;
}

.date-trigger img[b-z2s6m8irnz] {
    display: block;
    width: 16px;
    height: 16px;
    opacity: 0.78;
}

.date-trigger:focus-visible[b-z2s6m8irnz] {
    border-color: #c4cad2;
    box-shadow: 0 0 0 2px rgba(33, 41, 54, 0.12);
}

.date-dismiss[b-z2s6m8irnz] {
    position: fixed;
    z-index: 0;
    inset: 0;
}

.calendar-popover[b-z2s6m8irnz] {
    position: absolute;
    z-index: 3;
    top: calc(100% + 6px);
    right: 0;
    width: 294px;
    padding: 14px;
    border: 1px solid var(--mf-color-panel-border, #e1e5ea);
    border-radius: var(--mf-radius-md, 8px);
    background: var(--mf-color-surface, #fff);
    box-shadow: 0 16px 32px -12px rgba(33, 41, 54, 0.3);
}

.calendar-header[b-z2s6m8irnz] {
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-header strong[b-z2s6m8irnz] {
    color: var(--mf-color-primary, #052333);
    font-size: 14px;
    font-weight: var(--mf-font-weight-semibold, 600);
    text-align: center;
}

.calendar-header button[b-z2s6m8irnz] {
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: var(--mf-radius-xs, 4px);
    place-items: center;
    color: var(--mf-color-text-muted, #394050);
    background: transparent;
    font: inherit;
    font-size: 22px;
    cursor: pointer;
}

.calendar-header button:hover[b-z2s6m8irnz],
.calendar-header button:focus-visible[b-z2s6m8irnz] {
    outline: 0;
    background: var(--mf-color-surface-subtle, #f3f4f6);
}

.calendar-weekdays[b-z2s6m8irnz],
.calendar-days[b-z2s6m8irnz] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}

.calendar-weekdays[b-z2s6m8irnz] {
    margin-bottom: 4px;
}

.calendar-weekdays span[b-z2s6m8irnz] {
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 11px;
    font-weight: var(--mf-font-weight-medium, 500);
    line-height: 24px;
    text-align: center;
}

.calendar-days button[b-z2s6m8irnz],
.calendar-empty[b-z2s6m8irnz] {
    width: 35px;
    height: 34px;
}

.calendar-days button[b-z2s6m8irnz] {
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--mf-radius-xs, 4px);
    color: var(--mf-color-text, #212936);
    background: transparent;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.calendar-days button:hover[b-z2s6m8irnz],
.calendar-days button:focus-visible[b-z2s6m8irnz] {
    border-color: var(--mf-color-panel-border, #e1e5ea);
    outline: 0;
    background: var(--mf-color-surface-subtle, #f3f4f6);
}

.calendar-days .today[b-z2s6m8irnz] {
    border-color: #aeb7c3;
}

.calendar-days .selected-day[b-z2s6m8irnz],
.calendar-days .selected-day:hover[b-z2s6m8irnz],
.calendar-days .selected-day:focus-visible[b-z2s6m8irnz] {
    border-color: var(--mf-color-pit, #20325d);
    color: #fff;
    background: var(--mf-color-pit, #20325d);
    font-weight: var(--mf-font-weight-semibold, 600);
}

@media (max-width: 720px) {
    .date-selector[b-z2s6m8irnz] {
        width: 100%;
    }

    .calendar-popover[b-z2s6m8irnz] {
        right: 0;
        width: min(294px, calc(100vw - 32px));
    }
}
/* /Components/Features/MaterialFlow/MaterialFlowCard.razor.rz.scp.css */
.material-card[b-02hmpt7u13] {
    display: flex;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--mf-color-panel-border, #e1e5ea);
    border-radius: var(--mf-radius-md, 8px);
    color: inherit;
    background: var(--mf-color-panel, #fbfcfd);
    box-shadow: var(--mf-shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03));
    font: inherit;
    text-align: left;
}

.material-card--interactive[b-02hmpt7u13] {
    cursor: pointer;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.material-card--interactive:hover[b-02hmpt7u13] {
    box-shadow: 0 10px 18px -8px rgba(5, 35, 51, 0.32);
    transform: translateY(-1px);
}

.material-card--interactive:focus-visible[b-02hmpt7u13] {
    outline: 3px solid rgba(52, 117, 219, 0.45);
    outline-offset: 3px;
}

.card-heading[b-02hmpt7u13] {
    display: block;
    padding: 8px 6px;
    overflow: hidden;
    color: #fff;
    background: var(--mf-card-accent);
    font-size: 14px;
    font-weight: var(--mf-font-weight-bold, 700);
    line-height: 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-visual[b-02hmpt7u13] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    min-height: 140px;
    overflow: hidden;
    background: var(--mf-color-panel, #fbfcfd);
}

.card-visual img[b-02hmpt7u13] {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

.card-content[b-02hmpt7u13] {
    display: flex;
    width: 100%;
    padding: var(--mf-space-4, 16px);
    flex-direction: column;
    gap: 12px;
}

.card-label[b-02hmpt7u13] {
    display: block;
    overflow: hidden;
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 12px;
    font-weight: var(--mf-font-weight-semibold, 600);
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-badge[b-02hmpt7u13] {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 24px;
    gap: 8px;
    padding: 4px 8px;
    border-radius: var(--mf-radius-xs, 4px);
    color: var(--mf-color-text-default, #4d5461);
    background: var(--mf-color-surface-subtle, #f3f4f6);
    font-size: 12px;
    font-weight: var(--mf-font-weight-medium, 500);
    line-height: 16px;
}

.status-dot[b-02hmpt7u13] {
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 1px solid var(--mf-color-text-default, #4d5461);
    border-radius: 50%;
}

.metric-divider[b-02hmpt7u13] {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mf-color-border, #e5e7ea);
}

.metric-row[b-02hmpt7u13] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 12px;
    line-height: 16px;
}

.metric-row > span[b-02hmpt7u13] {
    font-weight: var(--mf-font-weight-regular, 400);
}

.metric-row + .metric-row[b-02hmpt7u13] {
    margin-top: -8px;
}

.metric-row[b-02hmpt7u13]  .wmt-value {
    color: var(--mf-color-text, #212936);
}
/* /Components/Features/MaterialFlow/MaterialFlowDetailsModal.razor.rz.scp.css */
.material-flow-details-modal[b-qjymri4sk3] {
    width: min(896px, calc(100% - 48px));
    max-height: calc(100vh - 48px);
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: var(--mf-radius-md, 8px);
    background: var(--mf-color-surface, #fff);
    box-shadow: var(--mf-shadow-modal, 0 25px 50px -12px rgba(0, 0, 0, 0.25));
}

.material-flow-details-modal[b-qjymri4sk3]::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.modal-header[b-qjymri4sk3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 6px 24px;
    color: #fff;
    background: var(--mf-modal-accent, #1c3d5a);
}

.modal-header h2[b-qjymri4sk3] {
    margin: 0;
    font-size: 24px;
    font-weight: var(--mf-font-weight-extrabold, 800);
    line-height: 28px;
}

.modal-close[b-qjymri4sk3] {
    display: grid;
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 0;
    border-radius: 50%;
    place-items: center;
    color: var(--mf-modal-accent, #1c3d5a);
    background: #fff;
    font: inherit;
    cursor: pointer;
}

.modal-close img[b-qjymri4sk3] {
    display: block;
    width: 20px;
    height: 20px;
}

.modal-close:focus-visible[b-qjymri4sk3] {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 3px;
}

.modal-body[b-qjymri4sk3] {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 24px;
}

.modal-intro[b-qjymri4sk3] {
    margin: 0;
    color: var(--mf-color-text-default, #4d5461);
    font-size: 16px;
    line-height: 24px;
}

.modal-metrics[b-qjymri4sk3],
.operating-metrics[b-qjymri4sk3] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--mf-space-4, 16px);
}

.modal-metrics article[b-qjymri4sk3],
.operating-metrics article[b-qjymri4sk3] {
    display: flex;
    box-sizing: border-box;
    min-height: 89px;
    padding: 16px 16px 16px 20px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 1px solid #eef0f3;
    border-left: 4px solid var(--mf-modal-accent, #1c3d5a);
    border-radius: var(--mf-radius-sm, 6px);
    background: var(--mf-color-surface, #fff);
    box-shadow: var(--mf-shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03));
}

.modal-metrics span[b-qjymri4sk3],
.operating-metrics span[b-qjymri4sk3] {
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 12px;
    font-weight: var(--mf-font-weight-medium, 500);
    line-height: 16px;
}

.modal-metrics[b-qjymri4sk3]  .wmt-value,
.modal-metrics[b-qjymri4sk3]  .variance-value {
    color: var(--mf-color-text, #212936);
    font-size: 20px;
    line-height: 24px;
}

.modal-metrics[b-qjymri4sk3]  .variance-value__available--positive {
    color: #1f9d55;
}

.modal-metrics[b-qjymri4sk3]  .muted-value {
    color: var(--mf-color-text-subtle, #6d717f);
}

.modal-section h3[b-qjymri4sk3] {
    margin: 0 0 12px;
    color: var(--mf-color-text, #212936);
    font-size: 14px;
    font-weight: var(--mf-font-weight-semibold, 600);
    line-height: 20px;
    letter-spacing: 0.02em;
}

.modal-section > p[b-qjymri4sk3] {
    margin: 0;
    color: var(--mf-color-text-default, #4d5461);
    font-size: 14px;
    line-height: 20px;
}

.operating-metrics article[b-qjymri4sk3] {
    min-height: 84px;
}

@media (max-width: 720px) {
    .material-flow-details-modal[b-qjymri4sk3] {
        width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        border-radius: 0;
    }

    .modal-body[b-qjymri4sk3] {
        padding: 24px 16px;
    }

    .modal-metrics[b-qjymri4sk3],
    .operating-metrics[b-qjymri4sk3] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Features/MaterialFlow/MaterialFlowTrendChart.razor.rz.scp.css */
.material-flow-trend-chart[b-ownwvoilyh],
.trend-state[b-ownwvoilyh] {
    position: relative;
    box-sizing: border-box;
    min-height: 284px;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--mf-radius-sm, 6px);
    background: #f8fafc;
}

.trend-canvas-container[b-ownwvoilyh] {
    position: relative;
    width: 100%;
    height: 284px;
}

.trend-canvas-container canvas[b-ownwvoilyh] {
    width: 100% !important;
    height: 100% !important;
}

.trend-legend[b-ownwvoilyh] {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    min-width: 135px;
    align-items: flex-start;
    gap: 4px;
    padding: 5px 16px;
    flex-direction: column;
    border: 1px solid #e1e7ee;
    border-radius: var(--mf-radius-sm, 6px);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mf-shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.05));
    color: var(--mf-color-text-default, #4d5461);
    font-size: 11px;
    line-height: 16px;
    pointer-events: none;
}

.trend-legend span[b-ownwvoilyh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.trend-legend i[b-ownwvoilyh] {
    display: inline-block;
    width: 26px;
    height: 0;
    border-top: 3px solid;
}

.trend-legend__actual[b-ownwvoilyh] {
    position: relative;
    border-color: var(--mf-trend-accent);
}

.trend-legend__actual[b-ownwvoilyh]::after {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background: var(--mf-trend-accent);
}

.trend-legend__plan[b-ownwvoilyh] {
    border-color: #9aa8bb;
    border-top-style: dashed !important;
}

.trend-data-table[b-ownwvoilyh] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.trend-state[b-ownwvoilyh] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: var(--mf-color-text-default, #4d5461);
    text-align: center;
}

.trend-state--empty[b-ownwvoilyh] {
    flex-direction: column;
}

.trend-state--empty strong[b-ownwvoilyh] {
    color: var(--mf-color-text-muted, #394050);
    font-size: 14px;
}

.trend-state--empty p[b-ownwvoilyh] {
    margin: 6px 0 0;
    font-size: 12px;
}

@media (max-width: 720px) {
    .material-flow-trend-chart[b-ownwvoilyh],
    .trend-state[b-ownwvoilyh] {
        min-height: 220px;
    }

    .trend-canvas-container[b-ownwvoilyh] {
        height: 220px;
    }

    .trend-legend[b-ownwvoilyh] {
        top: 12px;
        right: 12px;
        gap: 4px;
        padding: 5px 14px;
    }
}
/* /Components/Features/MaterialFlow/OperationalMetricValue.razor.rz.scp.css */
.operational-metric-value[b-8adreu5whx] {
    overflow: hidden;
    color: var(--mf-color-text, #212936);
    font-size: 14px;
    font-weight: var(--mf-font-weight-semibold, 600);
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Features/MaterialFlow/OverallSummary.razor.rz.scp.css */
.overall-summary[b-ohnjt2o32e] {
    display: grid;
    grid-template-columns: 160px repeat(4, minmax(0, 1fr)) 150px;
    align-items: center;
    min-height: 94px;
    padding: var(--mf-space-4, 16px);
    border: 1px solid var(--mf-color-panel-border, #e1e5ea);
    border-radius: var(--mf-radius-md, 8px);
    background: var(--mf-color-panel, #fbfcfd);
    box-shadow: var(--mf-shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03));
}

.summary-title[b-ohnjt2o32e] {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 54px;
    padding-right: var(--mf-space-4, 16px);
    color: var(--mf-color-text, #212936);
    font-size: 14px;
    font-weight: var(--mf-font-weight-bold, 700);
    line-height: 20px;
}

.summary-title img[b-ohnjt2o32e] {
    display: block;
    width: 20px;
    height: 20px;
}

.summary-metric[b-ohnjt2o32e] {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 0 var(--mf-space-3, 12px) 0 var(--mf-space-6, 24px);
    flex-direction: column;
    gap: 5px;
}

.summary-metric + .summary-metric[b-ohnjt2o32e]::before,
.summary-variance[b-ohnjt2o32e]::before {
    position: absolute;
    top: 50%;
    left: 4px;
    content: "›";
    color: #a7aeb8;
    font-size: 24px;
    transform: translateY(-50%);
}

.summary-metric > span[b-ohnjt2o32e] {
    overflow: hidden;
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 10px;
    font-weight: var(--mf-font-weight-semibold, 600);
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-metric[b-ohnjt2o32e]  .wmt-value {
    align-self: flex-start;
    color: var(--mf-color-text, #212936);
    font-size: 20px;
    line-height: 24px;
}

.summary-variance[b-ohnjt2o32e] {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 54px;
    padding-left: var(--mf-space-6, 24px);
    flex-direction: column;
    justify-content: center;
}

.summary-variance[b-ohnjt2o32e]  .variance-value {
    color: var(--mf-color-text-default, #4d5461);
    font-size: 24px;
    line-height: 28px;
}

@media (max-width: 1120px) {
    .overall-summary[b-ohnjt2o32e] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .summary-title[b-ohnjt2o32e],
    .summary-variance[b-ohnjt2o32e] {
        border: 0;
    }

    .summary-metric[b-ohnjt2o32e],
    .summary-variance[b-ohnjt2o32e] {
        padding: 0;
    }

    .summary-metric[b-ohnjt2o32e]  .wmt-value {
        align-self: flex-start;
    }

    .summary-metric + .summary-metric[b-ohnjt2o32e]::before,
    .summary-variance[b-ohnjt2o32e]::before {
        display: none;
    }

    .summary-metric + .summary-metric[b-ohnjt2o32e] {
        padding-left: 0;
    }
}

@media (max-width: 720px) {
    .overall-summary[b-ohnjt2o32e] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Features/MaterialFlow/PeriodSelector.razor.rz.scp.css */
.period-selector[b-lmxjo7kcgn] {
    position: relative;
    min-width: 142px;
}

.period-selector--open .period-trigger[b-lmxjo7kcgn] {
    z-index: 20;
    border-color: #c4cad2;
    box-shadow: 0 0 0 2px rgba(33, 41, 54, 0.08);
}

.period-label[b-lmxjo7kcgn] {
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 12px;
    font-weight: var(--mf-font-weight-medium, 500);
    line-height: 16px;
}

.period-trigger[b-lmxjo7kcgn] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: 100%;
    min-height: 36px;
    align-items: center;
    gap: 12px;
    padding: 0 10px 0 12px;
    border: 1px solid var(--mf-color-panel-border, #e1e5ea);
    border-radius: var(--mf-radius-sm, 6px);
    outline: 0;
    color: var(--mf-color-text, #212936);
    background: var(--mf-color-panel, #fbfcfd);
    box-shadow: var(--mf-shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03));
    font: inherit;
    font-size: 14px;
    font-weight: var(--mf-font-weight-medium, 500);
    cursor: pointer;
}

.period-value[b-lmxjo7kcgn] {
    text-align: left;
}

.period-trigger img[b-lmxjo7kcgn] {
    display: block;
    width: 12px;
    height: 12px;
    transition: transform 140ms ease;
}

.period-selector--open .period-trigger img[b-lmxjo7kcgn] {
    transform: rotate(180deg);
}

.period-trigger:focus-visible[b-lmxjo7kcgn] {
    border-color: #c4cad2;
    box-shadow: 0 0 0 2px rgba(33, 41, 54, 0.12);
}

.period-dismiss[b-lmxjo7kcgn] {
    position: fixed;
    z-index: 0;
    inset: 0;
}

.period-menu[b-lmxjo7kcgn] {
    position: absolute;
    z-index: 3;
    top: calc(100% + 6px);
    right: 0;
    display: grid;
    width: 100%;
    min-width: 142px;
    padding: 6px;
    border: 1px solid var(--mf-color-panel-border, #e1e5ea);
    border-radius: var(--mf-radius-sm, 6px);
    background: var(--mf-color-surface, #fff);
    box-shadow: 0 12px 24px -10px rgba(33, 41, 54, 0.28);
}

.period-menu button[b-lmxjo7kcgn] {
    display: flex;
    width: 100%;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border: 0;
    border-radius: var(--mf-radius-xs, 4px);
    color: var(--mf-color-text, #212936);
    background: transparent;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

.period-menu button:hover[b-lmxjo7kcgn],
.period-menu button:focus-visible[b-lmxjo7kcgn] {
    outline: 0;
    background: var(--mf-color-surface-subtle, #f3f4f6);
}

.period-menu button[aria-selected="true"][b-lmxjo7kcgn] {
    color: var(--mf-color-pit, #20325d);
    background: #f0f3f8;
    font-weight: var(--mf-font-weight-semibold, 600);
}

.selected-check[b-lmxjo7kcgn] {
    font-size: 13px;
}

@media (max-width: 720px) {
    .period-selector[b-lmxjo7kcgn] {
        width: 100%;
    }

    .period-menu[b-lmxjo7kcgn] {
        width: 100%;
    }
}
/* /Components/Features/MaterialFlow/StatusLegend.razor.rz.scp.css */
.dashboard-legend[b-5zv3tpojz2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 45px;
    gap: 24px;
    color: var(--mf-color-text-default, #4d5461);
    font-size: 12px;
    font-weight: var(--mf-font-weight-medium, 500);
    line-height: 16px;
}

.dashboard-legend strong[b-5zv3tpojz2] {
    font-size: 12px;
    font-weight: var(--mf-font-weight-semibold, 600);
}

.dashboard-legend span[b-5zv3tpojz2] {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 720px) {
    .dashboard-legend[b-5zv3tpojz2] {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}
/* /Components/Features/MaterialFlow/VarianceValue.razor.rz.scp.css */
.variance-value[b-r8iqy25gal] {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    color: var(--mf-color-text-default, #4d5461);
    font-weight: var(--mf-font-weight-extrabold, 800);
}

.variance-value__available[b-r8iqy25gal],
.variance-value__no-plan[b-r8iqy25gal] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.variance-value__available--positive[b-r8iqy25gal] {
    color: #1f9d55;
}

.variance-value__available--watch[b-r8iqy25gal] {
    color: #d97706;
}

.variance-value__available--negative[b-r8iqy25gal] {
    color: #dc2626;
}

.variance-value__available--unknown[b-r8iqy25gal] {
    color: var(--mf-color-text-default, #4d5461);
}

.variance-value small[b-r8iqy25gal] {
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 10px;
    font-weight: var(--mf-font-weight-regular, 400);
    line-height: 14px;
}
/* /Components/Features/MaterialFlow/WmtValue.razor.rz.scp.css */
.wmt-value[b-93sm4as9gw] {
    overflow: hidden;
    color: var(--mf-color-text, #212936);
    font-weight: var(--mf-font-weight-extrabold, 800);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wmt-value__no-plan[b-93sm4as9gw] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* /Components/Features/MaterialFlow/WorkflowStrip.razor.rz.scp.css */
.workflow-strip[b-qp7bqs6nl7] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    min-height: 78px;
    padding: var(--mf-space-4, 16px);
    border: 1px solid var(--mf-color-panel-border, #e1e5ea);
    border-radius: var(--mf-radius-md, 8px);
    background: var(--mf-color-panel, #fbfcfd);
    box-shadow: var(--mf-shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03));
}

.workflow-step[b-qp7bqs6nl7] {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: 12px;
}

.workflow-step img[b-qp7bqs6nl7] {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
}

.workflow-ring[b-qp7bqs6nl7] {
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 4px;
    flex: 0 0 12px;
    border: 2px solid var(--mf-color-pit, #20325d);
    border-radius: 50%;
}

.workflow-step h2[b-qp7bqs6nl7] {
    margin: 0 0 1px;
    color: var(--mf-step-color);
    font-size: 12px;
    font-weight: var(--mf-font-weight-bold, 700);
    line-height: 16px;
}

.workflow-step p[b-qp7bqs6nl7] {
    margin: 0;
    color: var(--mf-color-text-subtle, #6d717f);
    font-size: 10px;
    line-height: 14px;
}

@media (max-width: 1120px) {
    .workflow-strip[b-qp7bqs6nl7] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .workflow-strip[b-qp7bqs6nl7] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mvqovdk66y] {
    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-mvqovdk66y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9sge2mmlvz],
.components-reconnect-repeated-attempt-visible[b-9sge2mmlvz],
.components-reconnect-failed-visible[b-9sge2mmlvz],
.components-pause-visible[b-9sge2mmlvz],
.components-resume-failed-visible[b-9sge2mmlvz],
.components-rejoining-animation[b-9sge2mmlvz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-retrying[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-failed[b-9sge2mmlvz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9sge2mmlvz] {
    display: block;
}


#components-reconnect-modal[b-9sge2mmlvz] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9sge2mmlvz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9sge2mmlvz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9sge2mmlvz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9sge2mmlvz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9sge2mmlvz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9sge2mmlvz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9sge2mmlvz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9sge2mmlvz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9sge2mmlvz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9sge2mmlvz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9sge2mmlvz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9sge2mmlvz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9sge2mmlvz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9sge2mmlvz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9sge2mmlvz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9sge2mmlvz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9sge2mmlvz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9sge2mmlvz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-shell[b-1q7n0egbst] {
    display: flex;
    min-height: 100vh;
    padding: var(--mf-space-6, 24px);
    flex-direction: column;
    gap: var(--mf-space-6, 24px);
    color: var(--mf-color-text, #212936);
    background: var(--mf-color-page, #f5f7fa);
}

.data-alert[b-1q7n0egbst] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -8px;
    padding: 10px 14px;
    border: 1px solid #f4c7c3;
    border-radius: var(--mf-radius-sm, 6px);
    color: #9b2c2c;
    background: #fff5f5;
    font-size: 13px;
}

.data-alert button[b-1q7n0egbst] {
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: var(--mf-font-weight-semibold, 600);
    text-decoration: underline;
    cursor: pointer;
}

.material-card-grid[b-1q7n0egbst] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--mf-space-4, 16px);
}

@media (max-width: 1120px) {
    .material-card-grid[b-1q7n0egbst] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .dashboard-shell[b-1q7n0egbst] {
        padding: var(--mf-space-4, 16px);
    }

    .material-card-grid[b-1q7n0egbst] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/PlanStatusIcon.razor.rz.scp.css */
.plan-status-icon[b-ydirqpamda] {
    display: block;
    width: var(--plan-status-icon-size);
    height: var(--plan-status-icon-size);
    flex: 0 0 var(--plan-status-icon-size);
    object-fit: contain;
}
