/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-eaob2sve3w] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-header[b-eaob2sve3w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 1.5rem;
    background: #1a2b4a;
    color: #ffffff;
    flex: none;
}

.app-header__left[b-eaob2sve3w] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-header__title[b-eaob2sve3w] {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.app-header__clock[b-eaob2sve3w] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
    color: #d7dfef;
}

.app-header__menu-btn[b-eaob2sve3w] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 32px;
    height: 32px;
    flex: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.app-header__menu-btn span[b-eaob2sve3w] {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
}

.app-body[b-eaob2sve3w] {
    display: flex;
    flex: 1;
    min-height: 0;
    position: relative;
}

.app-sidebar-backdrop[b-eaob2sve3w] {
    display: none;
}

.app-sidebar[b-eaob2sve3w] {
    width: 200px;
    flex: none;
    background: #f4f6f9;
    border-right: 1px solid #dde2e8;
}

.app-sidebar__menu[b-eaob2sve3w] {
    list-style: none;
    margin: 0;
    padding: 0.75rem 0;
}

.app-sidebar__item[b-eaob2sve3w]  a {
    display: block;
    padding: 0.65rem 1.25rem;
    color: #33404f;
    text-decoration: none;
    font-size: 0.95rem;
}

.app-sidebar__item[b-eaob2sve3w]  a:hover {
    background: #e8ecf1;
}

.app-sidebar__item[b-eaob2sve3w]  a.app-sidebar__link--active {
    background: #e2e8f5;
    color: #1a2b4a;
    font-weight: 600;
    border-left: 3px solid #1a2b4a;
    padding-left: calc(1.25rem - 3px);
}

.app-content[b-eaob2sve3w] {
    flex: 1;
    min-width: 0;
    padding: 1.5rem;
    background: #f9fafb;
    overflow-y: auto;
}

.app-footer[b-eaob2sve3w] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex: none;
    background: #f4f6f9;
    border-top: 1px solid #dde2e8;
    color: #6b7280;
    font-size: 0.8rem;
}

#blazor-error-ui[b-eaob2sve3w] {
    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-eaob2sve3w] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .app-header[b-eaob2sve3w] {
        padding: 0 1rem;
    }

    .app-header__menu-btn[b-eaob2sve3w] {
        display: flex;
    }

    .app-header__title[b-eaob2sve3w] {
        font-size: 1rem;
    }

    .app-sidebar[b-eaob2sve3w] {
        position: fixed;
        top: 56px;
        left: 0;
        bottom: 0;
        z-index: 20;
        transform: translateX(-100%);
        transition: transform 0.2s ease;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    }

    .app-sidebar--open[b-eaob2sve3w] {
        transform: translateX(0);
    }

    .app-sidebar-backdrop--visible[b-eaob2sve3w] {
        display: block;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 10;
    }

    .app-content[b-eaob2sve3w] {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .app-header__clock-date[b-eaob2sve3w] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-m7vxw4w618],
.components-reconnect-repeated-attempt-visible[b-m7vxw4w618],
.components-reconnect-failed-visible[b-m7vxw4w618],
.components-pause-visible[b-m7vxw4w618],
.components-resume-failed-visible[b-m7vxw4w618],
.components-rejoining-animation[b-m7vxw4w618] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-retrying[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-failed[b-m7vxw4w618],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-m7vxw4w618] {
    display: block;
}


#components-reconnect-modal[b-m7vxw4w618] {
    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-m7vxw4w618 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-m7vxw4w618 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-m7vxw4w618 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-m7vxw4w618]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-m7vxw4w618 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-m7vxw4w618 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-m7vxw4w618 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-m7vxw4w618 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-m7vxw4w618] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-m7vxw4w618] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-m7vxw4w618] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-m7vxw4w618] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-m7vxw4w618] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-m7vxw4w618] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-m7vxw4w618] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-m7vxw4w618 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-m7vxw4w618] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-m7vxw4w618 {
    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-grid[b-6axuqj3cjt] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(240px, 1fr));
    gap: 1.25rem;
    height: 100%;
}

@media (max-width: 768px) {
    .dashboard-grid[b-6axuqj3cjt] {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(200px, auto));
    }
}
/* /Components/Shared/BarChart.razor.rz.scp.css */
.bar-chart[b-fkgidqxkq2] {
    width: 100%;
}

.bar-chart__svg[b-fkgidqxkq2] {
    width: 100%;
    height: auto;
    display: block;
}

.bar-chart__grid[b-fkgidqxkq2] {
    stroke: #e1e0d9;
    stroke-width: 1;
}

.bar-chart__axis[b-fkgidqxkq2] {
    stroke: #c3c2b7;
    stroke-width: 1;
}

[b-fkgidqxkq2] .bar-chart__tick {
    font-size: 11px;
    fill: #0b0b0b;
}

[b-fkgidqxkq2] .bar-chart__category {
    font-size: 11px;
    fill: #0b0b0b;
    font-weight: 600;
}

[b-fkgidqxkq2] .bar-chart__value {
    font-size: 11px;
    font-weight: 600;
    fill: #0b0b0b;
}
/* /Components/Shared/FacilityOperationPanel.razor.rz.scp.css */
.facility-op[b-71trs0zed1] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    height: 100%;
}

.facility-op__filters[b-71trs0zed1] {
    display: flex;
    gap: 0.4rem;
    flex: none;
}

.facility-op__filter-btn[b-71trs0zed1] {
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    border: 1px solid #dde2e8;
    background: #ffffff;
    color: #52514e;
    font-size: 0.82rem;
    cursor: pointer;
}

.facility-op__filter-btn--active[b-71trs0zed1] {
    background: #1a2b4a;
    border-color: #1a2b4a;
    color: #ffffff;
    font-weight: 600;
}

.facility-op__legend[b-71trs0zed1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    flex: none;
}

.facility-op__legend-item[b-71trs0zed1] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #52514e;
}

.facility-op__legend-swatch[b-71trs0zed1] {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex: none;
}

.facility-op__charts[b-71trs0zed1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    flex: 1;
    min-height: 0;
}

.facility-op__chart-title[b-71trs0zed1] {
    margin: 0 0 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #33404f;
}

.facility-op__message[b-71trs0zed1] {
    color: #6b7280;
    font-size: 0.9rem;
}

.facility-op__select[b-71trs0zed1] {
    margin-left: auto;
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    border: 1px solid #dde2e8;
    background: #ffffff;
    color: #33404f;
    font-size: 0.82rem;
}

.facility-op__table-wrap[b-71trs0zed1] {
    flex: none;
    overflow-x: auto;
}

.facility-op__table[b-71trs0zed1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.facility-op__table th[b-71trs0zed1],
.facility-op__table td[b-71trs0zed1] {
    text-align: left;
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #e1e0d9;
    color: #26303d;
}

.facility-op__table th[b-71trs0zed1] {
    color: #52514e;
    font-weight: 600;
    font-size: 0.78rem;
}

.facility-op__daterange[b-71trs0zed1] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.facility-op__date-input[b-71trs0zed1] {
    padding: 0.32rem 0.5rem;
    border-radius: 6px;
    border: 1px solid #dde2e8;
    background: #ffffff;
    color: #33404f;
    font-size: 0.8rem;
}

.facility-op__daterange-sep[b-71trs0zed1] {
    color: #898781;
    font-size: 0.82rem;
}

.facility-op__error[b-71trs0zed1] {
    margin: 0;
    color: #c22f2f;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .facility-op__filters[b-71trs0zed1] {
        flex-wrap: wrap;
    }

    .facility-op__select[b-71trs0zed1] {
        margin-left: 0;
    }

    .facility-op__daterange[b-71trs0zed1] {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .facility-op__charts[b-71trs0zed1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/FacilityStatusPanel.razor.rz.scp.css */
.facility-status[b-s44ggjsugu] {
    height: 100%;
}

.facility-status__message[b-s44ggjsugu] {
    color: #6b7280;
    font-size: 0.9rem;
}

.facility-status__grid[b-s44ggjsugu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
}

.facility-card[b-s44ggjsugu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    border: 1px solid #dde2e8;
}

.facility-card--running[b-s44ggjsugu] {
    background: #eafaf0;
    border-color: #b6e6c8;
}

.facility-card--stopped[b-s44ggjsugu] {
    background: #fdecec;
    border-color: #f3c1c1;
}

.facility-card__indicator[b-s44ggjsugu] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex: none;
}

.facility-card--running .facility-card__indicator[b-s44ggjsugu] {
    background: #22a55e;
    box-shadow: 0 0 0 4px rgba(34, 165, 94, 0.15);
}

.facility-card--stopped .facility-card__indicator[b-s44ggjsugu] {
    background: #d93b3b;
    box-shadow: 0 0 0 4px rgba(217, 59, 59, 0.15);
}

.facility-card__body[b-s44ggjsugu] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.facility-card__name[b-s44ggjsugu] {
    font-weight: 600;
    color: #26303d;
    font-size: 0.95rem;
}

.facility-card__state[b-s44ggjsugu] {
    font-size: 0.8rem;
    font-weight: 600;
}

.facility-card--running .facility-card__state[b-s44ggjsugu] {
    color: #1d8a4c;
}

.facility-card--stopped .facility-card__state[b-s44ggjsugu] {
    color: #c22f2f;
}

.facility-card__last-comm[b-s44ggjsugu] {
    font-size: 0.72rem;
    color: #7a8593;
}
/* /Components/Shared/MetricPanel.razor.rz.scp.css */
.metric-panel[b-8ucquuo9xa] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    height: 100%;
}

.metric-panel__filters[b-8ucquuo9xa] {
    display: flex;
    gap: 0.4rem;
    flex: none;
}

.metric-panel__filter-btn[b-8ucquuo9xa] {
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    border: 1px solid #dde2e8;
    background: #ffffff;
    color: #52514e;
    font-size: 0.82rem;
    cursor: pointer;
}

.metric-panel__filter-btn--active[b-8ucquuo9xa] {
    background: #1a2b4a;
    border-color: #1a2b4a;
    color: #ffffff;
    font-weight: 600;
}

.metric-panel__legend[b-8ucquuo9xa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    flex: none;
}

.metric-panel__legend-item[b-8ucquuo9xa] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #52514e;
}

.metric-panel__legend-swatch[b-8ucquuo9xa] {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex: none;
}

.metric-panel__chart[b-8ucquuo9xa] {
    flex: 1;
    min-height: 0;
}

.metric-panel__message[b-8ucquuo9xa] {
    color: #6b7280;
    font-size: 0.9rem;
}

.metric-panel__select[b-8ucquuo9xa] {
    margin-left: auto;
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    border: 1px solid #dde2e8;
    background: #ffffff;
    color: #33404f;
    font-size: 0.82rem;
}

.metric-panel__table-wrap[b-8ucquuo9xa] {
    flex: none;
    overflow-x: auto;
}

.metric-panel__table[b-8ucquuo9xa] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.metric-panel__table th[b-8ucquuo9xa],
.metric-panel__table td[b-8ucquuo9xa] {
    text-align: left;
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #e1e0d9;
    color: #26303d;
}

.metric-panel__table th[b-8ucquuo9xa] {
    color: #52514e;
    font-weight: 600;
    font-size: 0.78rem;
}

.metric-panel__daterange[b-8ucquuo9xa] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.metric-panel__date-input[b-8ucquuo9xa] {
    padding: 0.32rem 0.5rem;
    border-radius: 6px;
    border: 1px solid #dde2e8;
    background: #ffffff;
    color: #33404f;
    font-size: 0.8rem;
}

.metric-panel__daterange-sep[b-8ucquuo9xa] {
    color: #898781;
    font-size: 0.82rem;
}

.metric-panel__error[b-8ucquuo9xa] {
    margin: 0;
    color: #c22f2f;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .metric-panel__filters[b-8ucquuo9xa] {
        flex-wrap: wrap;
    }

    .metric-panel__select[b-8ucquuo9xa] {
        margin-left: 0;
    }

    .metric-panel__daterange[b-8ucquuo9xa] {
        flex-wrap: wrap;
        width: 100%;
    }
}
