/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-vwnhbfs5mz] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: minmax(440px, 1fr) minmax(430px, .9fr);
    min-width: 320px;
    min-height: 100dvh;
    overflow: auto;
    color: #17212f;
    background: #ffffff;
}

.login-story[b-vwnhbfs5mz] {
    display: flex;
    min-height: 100dvh;
    flex-direction: column;
    padding: clamp(2rem, 4vw, 4.25rem);
    border-right: 1px solid #e3e8ee;
    background: #ffffff;
}

.login-brand[b-vwnhbfs5mz] {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: .75rem;
    color: #17212f;
    text-decoration: none;
}

.login-brand__logo[b-vwnhbfs5mz] {
    display: block;
    width: clamp(150px, 16vw, 205px);
    height: auto;
    object-fit: contain;
}

.login-brand:hover .login-brand__logo[b-vwnhbfs5mz] {
    opacity: .82;
}

.login-brand > span:last-child[b-vwnhbfs5mz] {
    display: grid;
    gap: .25rem;
    line-height: 1;
}

.login-brand small[b-vwnhbfs5mz] {
    color: #5f6f82;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.login-story__content[b-vwnhbfs5mz] {
    width: min(100%, 650px);
    margin-block: auto;
    padding: clamp(3rem, 8vh, 6rem) 0;
}

.login-eyebrow[b-vwnhbfs5mz] {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: #0f766e;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.login-eyebrow i[b-vwnhbfs5mz] {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.login-story h1[b-vwnhbfs5mz] {
    margin: 1.2rem 0 0;
    color: #17212f;
    font-family: var(--font-display);
    font-size: clamp(2.35rem, 4.5vw, 4.2rem);
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: -.018em;
    line-height: 1.07;
}

.login-story h1 em[b-vwnhbfs5mz] {
    color: #0f766e;
    font-style: normal;
    font-weight: 600;
}

.login-story__content > p[b-vwnhbfs5mz] {
    max-width: 600px;
    margin: 1.3rem 0 0;
    color: #617084;
    font-size: clamp(.92rem, 1.2vw, 1rem);
    line-height: 1.7;
}

.login-capabilities[b-vwnhbfs5mz] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1.8rem;
}

.login-capabilities span[b-vwnhbfs5mz] {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: .45rem;
    padding: .52rem .7rem;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    color: #455468;
    background: #ffffff;
    font-size: .75rem;
    font-weight: 600;
}

.login-capabilities span[b-vwnhbfs5mz]  svg {
    color: #0f766e;
}

.login-story__status[b-vwnhbfs5mz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #8290a2;
    font-size: .72rem;
    font-weight: 600;
}

.login-story__status span:first-child[b-vwnhbfs5mz] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #617084;
}

.login-story__status i[b-vwnhbfs5mz] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #15803d;
}

.login-panel[b-vwnhbfs5mz] {
    display: grid;
    min-height: 100dvh;
    place-items: center;
    padding: clamp(2rem, 6vw, 5rem);
    background: #ffffff;
}

.login-panel__inner[b-vwnhbfs5mz] {
    width: min(100%, 420px);
}

.login-panel__icon[b-vwnhbfs5mz] {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 1.3rem;
    place-items: center;
    border: 1px solid #b9dcd8;
    border-radius: 12px;
    color: #0f766e;
    background: #eef8f6;
}

.login-panel__eyebrow[b-vwnhbfs5mz] {
    color: #0f766e;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.login-panel h2[b-vwnhbfs5mz] {
    margin: .62rem 0 0;
    color: #17212f;
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3vw, 2.05rem);
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: -.012em;
    line-height: 1.15;
}

.login-panel__inner > p[b-vwnhbfs5mz] {
    margin: .65rem 0 0;
    color: #718096;
    font-size: .84rem;
    line-height: 1.6;
}

.login-panel__inner[b-vwnhbfs5mz]  .alert {
    margin: 1.15rem 0 0;
    padding: .75rem .85rem;
    border: 1px solid #efc4ca;
    border-radius: 8px;
    color: #912b3a;
    background: #fff7f8;
    font-size: .78rem;
}

.login-panel__inner[b-vwnhbfs5mz]  .alert-success {
    border-color: #bddfc8;
    color: #116c34;
    background: #f1faf4;
}

.login-form[b-vwnhbfs5mz] {
    display: grid;
    gap: 1rem;
    margin-top: 1.7rem;
}

.login-field[b-vwnhbfs5mz] {
    display: grid;
    gap: .42rem;
}

.login-field label[b-vwnhbfs5mz] {
    color: #455468;
    font-size: .8rem;
    font-weight: 600;
}

.login-input[b-vwnhbfs5mz] {
    width: 100%;
    height: 48px;
    padding: 0 .9rem;
    border: 1px solid #d5dde6;
    border-radius: 8px;
    outline: 0;
    color: #17212f;
    background: #ffffff;
    caret-color: #0f766e;
    font-size: .88rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.login-input[b-vwnhbfs5mz]::placeholder {
    color: #9aa6b5;
}

.login-input:hover[b-vwnhbfs5mz] {
    border-color: #b8c4d0;
}

.login-input:focus[b-vwnhbfs5mz] {
    border-color: #0f766e;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, .1);
}

.login-input[aria-invalid="true"][b-vwnhbfs5mz] {
    border-color: #c2414f;
    box-shadow: 0 0 0 3px rgba(194, 65, 79, .08);
}

.login-input:-webkit-autofill[b-vwnhbfs5mz],
.login-input:-webkit-autofill:hover[b-vwnhbfs5mz],
.login-input:-webkit-autofill:focus[b-vwnhbfs5mz] {
    -webkit-text-fill-color: #17212f;
    transition: background-color 9999s ease-out;
    box-shadow: 0 0 0 1000px #ffffff inset;
}

.login-validation[b-vwnhbfs5mz],
.login-field[b-vwnhbfs5mz]  .validation-message,
.login-form[b-vwnhbfs5mz]  .validation-message {
    margin: 0;
    color: #b42335;
    font-size: .72rem;
    line-height: 1.45;
}

.login-form[b-vwnhbfs5mz]  ul.login-validation {
    display: grid;
    gap: .25rem;
    margin: -.25rem 0 0;
    padding: .7rem .85rem .7rem 1.8rem;
    border: 1px solid #efc4ca;
    border-radius: 8px;
    background: #fff7f8;
}

.login-form[b-vwnhbfs5mz]  ul.login-validation:empty {
    display: none;
}

.login-remember[b-vwnhbfs5mz] {
    display: inline-flex;
    width: max-content;
    cursor: pointer;
    align-items: center;
    gap: .55rem;
    color: #617084;
    font-size: .76rem;
    user-select: none;
}

.login-remember input[b-vwnhbfs5mz] {
    appearance: none;
    display: grid;
    width: 17px;
    height: 17px;
    margin: 0;
    cursor: pointer;
    place-content: center;
    border: 1px solid #bdc8d3;
    border-radius: 4px;
    background: #ffffff;
}

.login-remember input[b-vwnhbfs5mz]::before {
    width: 8px;
    height: 5px;
    border: solid #ffffff;
    border-width: 0 0 2px 2px;
    content: "";
    opacity: 0;
    transform: translateY(-1px) rotate(-45deg);
}

.login-remember input:checked[b-vwnhbfs5mz] {
    border-color: #0f766e;
    background: #0f766e;
}

.login-remember input:checked[b-vwnhbfs5mz]::before {
    opacity: 1;
}

.login-remember input:focus-visible[b-vwnhbfs5mz] {
    outline: 2px solid #0f766e;
    outline-offset: 2px;
}

.login-submit[b-vwnhbfs5mz],
.login-form[b-vwnhbfs5mz]  .login-passkey {
    display: flex;
    width: 100%;
    min-height: 48px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .7rem 1rem;
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 600;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.login-submit[b-vwnhbfs5mz] {
    border: 1px solid #0f766e;
    color: #ffffff;
    background: #0f766e;
}

.login-submit:hover[b-vwnhbfs5mz] {
    border-color: #0b5f59;
    background: #0b5f59;
}

.login-submit:focus-visible[b-vwnhbfs5mz],
.login-form[b-vwnhbfs5mz]  .login-passkey:focus-visible {
    outline: 2px solid #0f766e;
    outline-offset: 3px;
}

.login-separator[b-vwnhbfs5mz] {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #8a98a9;
    font-size: .7rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.login-separator[b-vwnhbfs5mz]::before,
.login-separator[b-vwnhbfs5mz]::after {
    height: 1px;
    flex: 1;
    background: #e3e8ee;
    content: "";
}

.login-form[b-vwnhbfs5mz]  .login-passkey {
    border: 1px solid #d5dde6;
    color: #455468;
    background: #ffffff;
}

.login-form[b-vwnhbfs5mz]  .login-passkey:hover {
    border-color: #aebbc8;
    color: #17212f;
    background: #f8fafc;
}

.login-help[b-vwnhbfs5mz] {
    margin-top: 1.5rem !important;
    color: #7b899b !important;
    font-size: .72rem !important;
    text-align: center;
}

@media (max-width: 900px) {
    .login-page[b-vwnhbfs5mz] {
        display: block;
    }

    .login-story[b-vwnhbfs5mz] {
        min-height: 280px;
        padding: 1.6rem clamp(1.5rem, 6vw, 3.5rem);
        border-right: 0;
        border-bottom: 1px solid #e3e8ee;
    }

    .login-story__content[b-vwnhbfs5mz] {
        margin: 0;
        padding: 2.1rem 0 1.5rem;
    }

    .login-story h1[b-vwnhbfs5mz] {
        max-width: 700px;
        margin-top: .8rem;
        font-size: clamp(2rem, 7vw, 3rem);
    }

    .login-story h1 br[b-vwnhbfs5mz] {
        display: none;
    }

    .login-story__content > p[b-vwnhbfs5mz] {
        margin-top: .75rem;
    }

    .login-capabilities[b-vwnhbfs5mz] {
        margin-top: 1.1rem;
    }

    .login-story__status[b-vwnhbfs5mz] {
        display: none;
    }

    .login-panel[b-vwnhbfs5mz] {
        min-height: auto;
        padding: 3.2rem clamp(1.5rem, 8vw, 5rem) 4rem;
    }
}

@media (max-width: 560px) {
    .login-story[b-vwnhbfs5mz] {
        min-height: auto;
        padding: 1.05rem 1.1rem;
        background: #f6f8fa;
    }

    .login-story__content[b-vwnhbfs5mz] {
        display: none;
    }

    .login-brand__logo[b-vwnhbfs5mz] {
        width: 145px;
    }

    .login-panel[b-vwnhbfs5mz] {
        min-height: calc(100dvh - 70px);
        align-items: start;
        padding: 2.1rem 1.15rem 2.6rem;
    }

    .login-panel__inner[b-vwnhbfs5mz] {
        width: 100%;
    }

    .login-panel__icon[b-vwnhbfs5mz] {
        width: 46px;
        height: 46px;
        margin-bottom: 1.05rem;
    }

    .login-input[b-vwnhbfs5mz],
    .login-submit[b-vwnhbfs5mz],
    .login-form[b-vwnhbfs5mz]  .login-passkey {
        min-height: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-page *[b-vwnhbfs5mz],
    .login-page *[b-vwnhbfs5mz]::before,
    .login-page *[b-vwnhbfs5mz]::after {
        transition-duration: .01ms !important;
    }
}
/* /Components/Dashboard/DataState.razor.rz.scp.css */
.data-state[b-mxih7o9hbd] {
    display: grid;
    min-height: 260px;
    padding: 2rem;
    place-items: center;
    align-content: center;
    text-align: center;
}

.data-state__icon[b-mxih7o9hbd] {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: .9rem;
    place-items: center;
    border: 1px solid var(--border-default);
    border-radius: 12px;
    color: var(--text-muted);
    background: #f7f9fb;
}

.data-state--error .data-state__icon[b-mxih7o9hbd] {
    border-color: #efc4ca;
    color: var(--status-danger);
    background: #fff7f8;
}

.data-state strong[b-mxih7o9hbd] {
    color: var(--text-primary);
    font-size: .95rem;
    font-weight: 600;
}

.data-state p[b-mxih7o9hbd] {
    max-width: 420px;
    margin: .38rem 0 0;
    color: var(--text-muted);
    font-size: .82rem;
}

.data-state__action[b-mxih7o9hbd] {
    margin-top: 1rem;
}

.data-state__spinner[b-mxih7o9hbd] {
    width: 22px;
    height: 22px;
    border: 2px solid #d8e3e1;
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: state-spin-b-mxih7o9hbd .8s linear infinite;
}

@keyframes state-spin-b-mxih7o9hbd {
    to { transform: rotate(360deg); }
}
/* /Components/Dashboard/MetricCard.razor.rz.scp.css */
.metric-card[b-y592nxsgl1] {
    display: grid;
    min-height: 168px;
    padding: 1.05rem;
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: var(--shadow-panel);
}

.metric-card__top[b-y592nxsgl1],
.metric-card__footer[b-y592nxsgl1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
}

.metric-card__icon[b-y592nxsgl1] {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #b9ddd8;
    border-radius: 9px;
    color: var(--accent);
    background: #eef8f6;
}

.metric-card--blue .metric-card__icon[b-y592nxsgl1] {
    border-color: #c7d7f7;
    color: var(--accent-blue);
    background: #f1f5ff;
}

.metric-card--amber .metric-card__icon[b-y592nxsgl1] {
    border-color: #ecd4aa;
    color: var(--status-warning);
    background: #fff9ed;
}

.metric-card--rose .metric-card__icon[b-y592nxsgl1] {
    border-color: #efc8ce;
    color: var(--status-danger);
    background: #fff7f8;
}

.metric-card__label[b-y592nxsgl1] {
    align-self: end;
    margin-top: .9rem;
    color: var(--text-muted);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.metric-card__value[b-y592nxsgl1] {
    display: flex;
    align-items: baseline;
    gap: .38rem;
    margin-top: .18rem;
}

.metric-card__value strong[b-y592nxsgl1] {
    color: var(--text-primary);
    font-size: clamp(1.5rem, 3vw, 1.95rem);
    font-weight: 650;
    font-variant-numeric: tabular-nums lining-nums;
    letter-spacing: 0;
    line-height: 1;
}

.metric-card__value span[b-y592nxsgl1] {
    color: var(--text-muted);
    font-size: .8rem;
    font-weight: 600;
}

.metric-card__footer[b-y592nxsgl1] {
    align-self: end;
    margin-top: .82rem;
}

.metric-card__detail[b-y592nxsgl1] {
    overflow: hidden;
    color: var(--text-muted);
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.metric-card__trend[b-y592nxsgl1] {
    display: inline-flex;
    align-items: center;
    gap: .18rem;
    color: var(--status-warning);
    font-size: .72rem;
    font-weight: 700;
    white-space: nowrap;
}

.metric-card__trend--positive[b-y592nxsgl1] {
    color: var(--status-success);
}
/* /Components/Dashboard/StatusPill.razor.rz.scp.css */
.status-pill[b-xxwknfneb7] {
    display: inline-flex;
    width: max-content;
    min-height: 24px;
    align-items: center;
    gap: .4rem;
    padding: .24rem .52rem;
    border: 1px solid var(--border-default);
    border-radius: 999px;
    color: var(--text-secondary);
    background: #f7f9fb;
    font-size: .72rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-pill__dot[b-xxwknfneb7] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.status-pill--success[b-xxwknfneb7] {
    border-color: #b9dec6;
    color: #116c34;
    background: #f1faf4;
}

.status-pill--warning[b-xxwknfneb7] {
    border-color: #ead3a7;
    color: #8a4d05;
    background: #fff9ed;
}

.status-pill--danger[b-xxwknfneb7] {
    border-color: #efc4ca;
    color: #a73242;
    background: #fff7f8;
}

.status-pill--info[b-xxwknfneb7] {
    border-color: #c6d7f7;
    color: #2454b8;
    background: #f2f6ff;
}
/* /Components/Dashboard/TrendChart.razor.rz.scp.css */
.trend-chart[b-3zk59xov7k] {
    position: relative;
    min-height: 295px;
}

.trend-chart__legend[b-3zk59xov7k] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: .25rem;
    color: var(--text-muted);
    font-size: .75rem;
    font-weight: 600;
}

.trend-chart__legend span[b-3zk59xov7k] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.trend-chart__swatch[b-3zk59xov7k] {
    width: 13px;
    height: 2px;
    border-radius: 2px;
}

.trend-chart__swatch--one[b-3zk59xov7k] { background: var(--accent); }
.trend-chart__swatch--two[b-3zk59xov7k] { background: var(--accent-blue); }

.trend-chart__canvas[b-3zk59xov7k] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 245px;
    overflow: visible;
}

.trend-chart__canvas text[b-3zk59xov7k] {
    fill: #7a889a;
    font-family: var(--font-ui);
    font-size: 11px;
    font-variant-numeric: tabular-nums lining-nums;
}

.trend-chart__grid[b-3zk59xov7k] {
    stroke: #e4e9ef;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.trend-chart__grid--vertical[b-3zk59xov7k] {
    stroke-dasharray: 3 7;
    opacity: .55;
}

.trend-chart__area[b-3zk59xov7k] { stroke: none; }
.trend-chart__area--one[b-3zk59xov7k] { fill: rgba(15, 118, 110, .08); }
.trend-chart__area--two[b-3zk59xov7k] { fill: rgba(53, 110, 178, .05); }

.trend-chart__line[b-3zk59xov7k] {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.trend-chart__line--one[b-3zk59xov7k] {
    stroke: var(--accent);
}

.trend-chart__line--two[b-3zk59xov7k] {
    stroke: var(--accent-blue);
    opacity: .9;
}

.trend-chart__point[b-3zk59xov7k] {
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.trend-chart__point--one[b-3zk59xov7k] {
    fill: var(--surface-panel);
    stroke: var(--accent);
}

.trend-chart__point--two[b-3zk59xov7k] {
    fill: var(--surface-panel);
    stroke: var(--accent-blue);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-ytrd7kujbx],
.auth-shell[b-ytrd7kujbx] {
    min-height: 100vh;
    background: var(--surface-canvas);
}

.auth-shell[b-ytrd7kujbx] {
    overflow: hidden;
}

.sidebar[b-ytrd7kujbx] {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 50;
    width: 264px;
    border-right: 1px solid var(--border-subtle);
    background: #ffffff;
}

.workspace[b-ytrd7kujbx] {
    min-width: 0;
    min-height: 100vh;
    margin-left: 264px;
}

.topbar[b-ytrd7kujbx] {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: .75rem clamp(1.25rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--border-subtle);
    background: rgba(255, 255, 255, .96);
    font-family: var(--font-ui);
}

.topbar__context[b-ytrd7kujbx],
.topbar__actions[b-ytrd7kujbx],
.topbar__profile[b-ytrd7kujbx] {
    display: flex;
    align-items: center;
}

.topbar__context[b-ytrd7kujbx] {
    gap: .65rem;
    min-width: 0;
}

.topbar__eyebrow[b-ytrd7kujbx] {
    color: var(--text-muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.topbar__facility[b-ytrd7kujbx] {
    overflow: hidden;
    color: var(--text-primary);
    font-size: .88rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar__divider[b-ytrd7kujbx] {
    width: 1px;
    height: 20px;
    margin-inline: .25rem;
    background: var(--border-default);
}

.connection-state[b-ytrd7kujbx] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--text-secondary);
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap;
}

.connection-state__dot[b-ytrd7kujbx] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.connection-state--ready .connection-state__dot[b-ytrd7kujbx] {
    background: var(--status-success);
}

.connection-state--unavailable[b-ytrd7kujbx] {
    color: var(--status-danger);
}

.connection-state--unavailable .connection-state__dot[b-ytrd7kujbx] {
    background: var(--status-danger);
}

.topbar__actions[b-ytrd7kujbx] {
    gap: .5rem;
}

.topbar__actions[b-ytrd7kujbx]  .icon-button {
    position: relative;
    display: inline-grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--border-default);
    border-radius: 8px;
    color: var(--text-secondary);
    background: #ffffff;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.topbar__actions[b-ytrd7kujbx]  .icon-button:hover {
    border-color: var(--border-strong);
    color: var(--accent);
    background: #f8fafc;
}

.notification-button__badge[b-ytrd7kujbx] {
    position: absolute;
    top: -5px;
    right: -4px;
    display: grid;
    min-width: 17px;
    height: 17px;
    padding-inline: 4px;
    place-items: center;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    background: var(--status-danger);
    font-size: .72rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.topbar__profile[b-ytrd7kujbx] {
    gap: .65rem;
    margin-left: .25rem;
    padding-left: .8rem;
    border-left: 1px solid var(--border-default);
}

.topbar__avatar[b-ytrd7kujbx] {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #b7d9d5;
    border-radius: 9px;
    color: #0f665f;
    background: #edf8f6;
    font-size: .72rem;
    font-weight: 700;
}

.topbar__profile-copy[b-ytrd7kujbx] {
    display: grid;
    line-height: 1.15;
}

.topbar__profile-copy strong[b-ytrd7kujbx] {
    max-width: 150px;
    overflow: hidden;
    color: var(--text-primary);
    font-size: .82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar__profile-copy small[b-ytrd7kujbx] {
    margin-top: .22rem;
    color: var(--text-muted);
    font-size: .72rem;
}

.workspace__content[b-ytrd7kujbx] {
    width: min(100%, 1600px);
    margin-inline: auto;
    padding: clamp(1.3rem, 2.7vw, 2.4rem);
}

@media (max-width: 980px) {
    .sidebar[b-ytrd7kujbx] {
        position: sticky;
        width: 100%;
        height: auto;
    }

    .workspace[b-ytrd7kujbx] {
        margin-left: 0;
    }

    .app-shell[b-ytrd7kujbx] {
        display: block;
    }

    .topbar[b-ytrd7kujbx] {
        top: 64px;
    }
}

@media (max-width: 680px) {
    .topbar[b-ytrd7kujbx] {
        min-height: 58px;
        padding-inline: 1rem;
    }

    .topbar__eyebrow[b-ytrd7kujbx],
    .topbar__divider[b-ytrd7kujbx],
    .connection-state[b-ytrd7kujbx],
    .topbar__search[b-ytrd7kujbx],
    .topbar__profile-copy[b-ytrd7kujbx] {
        display: none;
    }

    .topbar__profile[b-ytrd7kujbx] {
        padding-left: .5rem;
    }

    .workspace__content[b-ytrd7kujbx] {
        padding: 1.15rem 1rem 2rem;
    }
}

#blazor-error-ui[b-ytrd7kujbx] {
    color-scheme: light only;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    z-index: 1000;
    display: none;
    width: max-content;
    max-width: min(680px, calc(100% - 2rem));
    padding: .85rem 3rem .85rem 1.15rem;
    border: 1px solid #efc4ca;
    border-radius: 10px;
    color: #812838;
    background: #fff7f8;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
    box-sizing: border-box;
    font-family: var(--font-ui);
    transform: translateX(-50%);
}

#blazor-error-ui .dismiss[b-ytrd7kujbx] {
    position: absolute;
    top: .5rem;
    right: .75rem;
    cursor: pointer;
}

#blazor-error-ui .reload[b-ytrd7kujbx] {
    margin-left: .6rem;
    color: #812838;
    font-weight: 700;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-header[b-mg1nmnmtqn] {
    display: flex;
    height: 82px;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    border-bottom: 1px solid var(--border-subtle);
    font-family: var(--font-ui);
}

.brand[b-mg1nmnmtqn] {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: var(--text-primary);
    text-decoration: none;
}

.brand__logo[b-mg1nmnmtqn] {
    display: block;
    width: 142px;
    height: auto;
    object-fit: contain;
}

.brand__copy[b-mg1nmnmtqn] {
    display: grid;
    gap: .12rem;
    line-height: 1;
}

.brand__copy small[b-mg1nmnmtqn] {
    color: #5f6f82;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.navigation-toggle[b-mg1nmnmtqn],
.menu-toggle[b-mg1nmnmtqn] {
    display: none;
}

.nav-body[b-mg1nmnmtqn] {
    display: flex;
    height: calc(100vh - 82px);
    flex-direction: column;
    overflow-y: auto;
    font-family: var(--font-ui);
    scrollbar-width: thin;
    scrollbar-color: var(--border-default) transparent;
}

.primary-nav[b-mg1nmnmtqn] {
    display: grid;
    gap: 1.45rem;
    padding: 1.3rem .85rem;
}

.nav-section[b-mg1nmnmtqn] {
    display: grid;
    gap: .25rem;
}

.nav-section__label[b-mg1nmnmtqn] {
    padding: 0 .72rem .4rem;
    color: #8290a2;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry {
    position: relative;
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: .72rem;
    padding: .62rem .72rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text-secondary);
    font-size: .86rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry::before {
    position: absolute;
    inset: 9px auto 9px -1px;
    width: 3px;
    border-radius: 3px;
    background: var(--accent);
    content: "";
    opacity: 0;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry:hover {
    color: var(--text-primary);
    background: #f5f7fa;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry svg {
    flex: 0 0 auto;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry.active {
    border-color: #d3e7e4;
    color: #0f665f;
    background: #eef8f6;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry.active::before {
    opacity: 1;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry.active svg {
    color: var(--accent);
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry__meta {
    min-width: 22px;
    margin-left: auto;
    padding: .1rem .38rem;
    border: 1px solid var(--border-default);
    border-radius: 999px;
    color: var(--text-muted);
    background: #f7f9fb;
    font-size: .72rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    text-align: center;
}

.primary-nav[b-mg1nmnmtqn]  .nav-entry__meta--danger {
    border-color: #efc4ca;
    color: #a73242;
    background: #fff7f8;
}

.nav-footer[b-mg1nmnmtqn] {
    display: grid;
    gap: .75rem;
    margin-top: auto;
    padding: .9rem;
    border-top: 1px solid var(--border-subtle);
}

.gateway-summary[b-mg1nmnmtqn] {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .75rem;
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    background: #fafbfc;
}

.gateway-summary__icon[b-mg1nmnmtqn] {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: var(--accent-blue);
    background: #eef4ff;
}

.gateway-summary__copy[b-mg1nmnmtqn] {
    display: grid;
    min-width: 0;
    flex: 1;
    line-height: 1.1;
}

.gateway-summary__copy small[b-mg1nmnmtqn] {
    color: var(--text-muted);
    font-size: .72rem;
}

.gateway-summary__copy strong[b-mg1nmnmtqn] {
    margin-top: .2rem;
    color: var(--text-primary);
    font-size: .82rem;
}

.gateway-summary__copy span[b-mg1nmnmtqn] {
    margin-top: .35rem;
    color: var(--text-muted);
    font-size: .72rem;
}

.gateway-summary__copy i[b-mg1nmnmtqn] {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: .25rem;
    border-radius: 50%;
    background: var(--status-success);
}

.gateway-summary[b-mg1nmnmtqn]  .gateway-summary__link {
    color: var(--text-muted);
}

.logout-form[b-mg1nmnmtqn] {
    margin: 0;
}

.nav-footer[b-mg1nmnmtqn]  .logout-button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: .68rem;
    padding: .6rem .72rem;
    border: 0;
    border-radius: 8px;
    color: var(--text-muted);
    background: transparent;
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none;
    transition: color .15s ease, background .15s ease;
}

.nav-footer[b-mg1nmnmtqn]  .logout-button:hover {
    color: var(--text-primary);
    background: #f5f7fa;
}

.build-number[b-mg1nmnmtqn] {
    color: #9aa6b5;
    font-size: .72rem;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

@media (max-width: 980px) {
    .nav-header[b-mg1nmnmtqn] {
        height: 64px;
        padding-inline: 1rem;
    }

    .menu-toggle[b-mg1nmnmtqn] {
        display: grid;
        width: 40px;
        height: 40px;
        cursor: pointer;
        place-content: center;
        gap: 4px;
        border: 1px solid var(--border-default);
        border-radius: 8px;
        background: #ffffff;
    }

    .menu-toggle span[b-mg1nmnmtqn] {
        display: block;
        width: 17px;
        height: 1.5px;
        border-radius: 2px;
        background: var(--text-secondary);
    }

    .nav-body[b-mg1nmnmtqn] {
        display: none;
        height: calc(100vh - 64px);
        background: #ffffff;
    }

    .navigation-toggle:checked + .nav-body[b-mg1nmnmtqn] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-o06h37noce],
.components-reconnect-repeated-attempt-visible[b-o06h37noce],
.components-reconnect-failed-visible[b-o06h37noce],
.components-pause-visible[b-o06h37noce],
.components-resume-failed-visible[b-o06h37noce],
.components-rejoining-animation[b-o06h37noce] {
    display: none;
}

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

#components-reconnect-modal[b-o06h37noce] {
    width: min(360px, calc(100% - 2rem));
    margin: 22vh auto;
    padding: 1.7rem;
    border: 1px solid #d9e0e8;
    border-radius: 14px;
    color: #17212f;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .18);
    font-family: var(--font-ui);
    opacity: 0;
    animation: reconnect-fade-out-b-o06h37noce .25s both;
    transition: display .25s allow-discrete, overlay .25s allow-discrete;
}

#components-reconnect-modal[open][b-o06h37noce] {
    animation: reconnect-slide-up-b-o06h37noce .4s cubic-bezier(.2, .8, .2, 1), reconnect-fade-in-b-o06h37noce .25s ease-in;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-o06h37noce]::backdrop {
    background: rgba(15, 23, 42, .34);
    animation: reconnect-fade-in-b-o06h37noce .25s ease-in;
}

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

#components-reconnect-modal p[b-o06h37noce] {
    margin: 0;
    color: #5b6b80;
    font-size: .88rem;
    line-height: 1.6;
    text-align: center;
}

#components-reconnect-modal button[b-o06h37noce] {
    min-height: 38px;
    padding: .55rem 1rem;
    border: 1px solid #0f766e;
    border-radius: 8px;
    color: #ffffff;
    background: #0f766e;
    font-family: var(--font-ui);
    font-size: .82rem;
    font-weight: 600;
}

#components-reconnect-modal button:hover[b-o06h37noce] {
    border-color: #0b5f59;
    background: #0b5f59;
}

#components-reconnect-modal button:focus-visible[b-o06h37noce] {
    outline: 2px solid #0f766e;
    outline-offset: 3px;
}

.components-rejoining-animation[b-o06h37noce] {
    position: relative;
    width: 58px;
    height: 58px;
}

.components-rejoining-animation div[b-o06h37noce] {
    position: absolute;
    border: 2px solid #0f766e;
    border-radius: 50%;
    opacity: 1;
    animation: reconnect-wave-b-o06h37noce 1.5s cubic-bezier(0, .2, .8, 1) infinite;
}

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

@keyframes reconnect-slide-up-b-o06h37noce {
    from { transform: translateY(20px) scale(.97); }
    to { transform: translateY(0) scale(1); }
}

@keyframes reconnect-fade-in-b-o06h37noce {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes reconnect-fade-out-b-o06h37noce {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes reconnect-wave-b-o06h37noce {
    0%, 5% {
        top: 29px;
        left: 29px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    6% {
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
/* /Components/Pages/Alerts.razor.rz.scp.css */
.alert-summary[b-o5s6f8atgx] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
    margin-bottom: .9rem;
}

.alert-summary__card[b-o5s6f8atgx] {
    position: relative;
    display: grid;
    min-height: 116px;
    overflow: hidden;
    align-content: center;
    padding: 1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 13px;
    background: #ffffff;
    box-shadow: var(--shadow-panel);
}

.alert-summary__card[b-o5s6f8atgx]::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: var(--text-muted);
    content: "";
    opacity: .45;
}

.alert-summary__card--danger[b-o5s6f8atgx]::before { background: var(--status-danger); opacity: 1; }
.alert-summary__card--warning[b-o5s6f8atgx]::before { background: var(--status-warning); opacity: 1; }
.alert-summary__card--success[b-o5s6f8atgx]::before { background: var(--status-success); opacity: 1; }

.alert-summary__card > span[b-o5s6f8atgx] {
    color: var(--text-muted);
    font-size: .75rem;
    font-weight: 600;
}

.alert-summary__card strong[b-o5s6f8atgx] {
    margin-top: .2rem;
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: 1.42rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
    letter-spacing: -.01em;
}

.alert-summary__card strong em[b-o5s6f8atgx] {
    color: var(--text-muted);
    font-size: .75rem;
    font-style: normal;
}

.alert-summary__card small[b-o5s6f8atgx] {
    margin-top: .25rem;
    color: var(--text-muted);
    font-size: .72rem;
}

.alerts-toolbar[b-o5s6f8atgx] {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem 1rem;
    border-bottom: 1px solid var(--border-subtle);
}

.alert-tabs[b-o5s6f8atgx] {
    display: flex;
    gap: .25rem;
}

.alert-tabs button[b-o5s6f8atgx] {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: .4rem;
    padding: .42rem .68rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text-muted);
    background: transparent;
    font-size: .8rem;
    font-weight: 600;
}

.alert-tabs button span[b-o5s6f8atgx] {
    padding: .08rem .32rem;
    border-radius: 999px;
    background: #eef2f6;
    font-size: .72rem;
    font-variant-numeric: tabular-nums lining-nums;
}

.alert-tabs button.active[b-o5s6f8atgx] {
    border-color: var(--accent-border);
    color: var(--accent);
    background: var(--accent-soft);
}

.alerts-toolbar__right[b-o5s6f8atgx] {
    display: flex;
    gap: .5rem;
}

.alerts-toolbar__right .form-select[b-o5s6f8atgx] {
    width: 180px;
}

.alert-queue[b-o5s6f8atgx] {
    padding: .2rem 1rem;
}

.alarm-row[b-o5s6f8atgx] {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .9rem;
    align-items: center;
    padding: 1rem .2rem;
    border-bottom: 1px solid var(--border-subtle);
}

.alarm-row:last-child[b-o5s6f8atgx] {
    border-bottom: 0;
}

.alarm-row__severity[b-o5s6f8atgx] {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 1px solid var(--border-default);
    border-radius: 10px;
    color: var(--text-muted);
    background: #f7f9fb;
}

.alarm-row--warning .alarm-row__severity[b-o5s6f8atgx] {
    border-color: rgba(246, 189, 74, .2);
    color: var(--status-warning);
    background: #fff9ed;
}

.alarm-row--success .alarm-row__severity[b-o5s6f8atgx] {
    border-color: rgba(45, 212, 154, .18);
    color: var(--status-success);
    background: #f1faf4;
}

.alarm-row__main[b-o5s6f8atgx] {
    min-width: 0;
}

.alarm-row__heading[b-o5s6f8atgx] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.alarm-row__heading .mono[b-o5s6f8atgx],
.alarm-row__heading time[b-o5s6f8atgx] {
    color: var(--text-muted);
    font-size: .72rem;
}

.alarm-row__heading time[b-o5s6f8atgx] {
    margin-left: auto;
}

.alarm-row h2[b-o5s6f8atgx] {
    margin: .45rem 0 0;
    color: var(--text-primary);
    font-size: .86rem;
    font-weight: 600;
}

.alarm-row p[b-o5s6f8atgx] {
    margin: .28rem 0 0;
    color: var(--text-muted);
    font-size: .78rem;
}

.alarm-row p i[b-o5s6f8atgx] {
    margin-inline: .25rem;
    font-style: normal;
}

.alarm-row__actions[b-o5s6f8atgx] {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.resolved-copy[b-o5s6f8atgx] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: var(--status-success);
    font-size: .74rem;
    font-weight: 600;
}

@media (max-width: 960px) {
    .alert-summary[b-o5s6f8atgx] {
        grid-template-columns: 1fr 1fr;
    }

    .alarm-row[b-o5s6f8atgx] {
        grid-template-columns: auto 1fr;
    }

    .alarm-row__actions[b-o5s6f8atgx] {
        grid-column: 2;
    }
}

@media (max-width: 680px) {
    .alert-summary[b-o5s6f8atgx] {
        grid-template-columns: 1fr;
    }

    .alerts-toolbar[b-o5s6f8atgx] {
        align-items: stretch;
        flex-direction: column;
    }

    .alerts-toolbar__right[b-o5s6f8atgx] {
        flex-wrap: wrap;
    }

    .alerts-toolbar__right .form-select[b-o5s6f8atgx] {
        flex: 1;
    }

    .alarm-row__actions[b-o5s6f8atgx] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/DeviceDetail.razor.rz.scp.css */
.breadcrumb[b-bdc9hpvg69] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .75rem;
    color: var(--text-muted);
    font-size: .78rem;
}

.breadcrumb[b-bdc9hpvg69]  a {
    color: var(--text-muted);
    text-decoration: none;
}

.breadcrumb[b-bdc9hpvg69]  a:hover {
    color: var(--accent);
}

.detail-hero[b-bdc9hpvg69] {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: .9rem;
    margin-bottom: .9rem;
}

.current-reading[b-bdc9hpvg69],
.connection-quality[b-bdc9hpvg69] {
    min-height: 145px;
    padding: 1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--shadow-panel);
}

.current-reading[b-bdc9hpvg69] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: .75rem;
}

.current-reading[b-bdc9hpvg69] >  .status-pill {
    grid-column: 2;
}

.current-reading__icon[b-bdc9hpvg69] {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(45, 212, 154, .16);
    border-radius: 11px;
    color: var(--accent);
    background: #eef8f6;
}

.current-reading--two .current-reading__icon[b-bdc9hpvg69] {
    border-color: rgba(53, 167, 255, .17);
    color: var(--accent-blue);
    background: #f1f5ff;
}

.current-reading__copy[b-bdc9hpvg69] {
    display: grid;
    gap: .25rem;
}

.current-reading__copy small[b-bdc9hpvg69] {
    color: var(--text-muted);
    font-size: .75rem;
    font-weight: 600;
}

.current-reading__copy strong[b-bdc9hpvg69] {
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: 1.7rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
    letter-spacing: -.01em;
}

.current-reading__copy em[b-bdc9hpvg69] {
    margin-left: .25rem;
    color: var(--text-muted);
    font-size: .78rem;
    font-style: normal;
}

.connection-quality > div:first-child[b-bdc9hpvg69] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.connection-quality > div:first-child span[b-bdc9hpvg69] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--text-muted);
    font-size: .75rem;
}

.connection-quality > div:first-child strong[b-bdc9hpvg69] {
    color: var(--status-success);
    font-size: .82rem;
    font-weight: 600;
}

.quality-bars[b-bdc9hpvg69] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: .22rem;
    align-items: end;
    height: 28px;
    margin: .75rem 0;
}

.quality-bars i[b-bdc9hpvg69] {
    height: 100%;
    border-radius: 3px;
    background: #e4e9ef;
}

.quality-bars i.active[b-bdc9hpvg69] {
    background: #0f766e;
}

.connection-quality dl[b-bdc9hpvg69] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 0;
}

.connection-quality dl div[b-bdc9hpvg69] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.connection-quality dt[b-bdc9hpvg69] {
    color: var(--text-muted);
    font-size: .72rem;
}

.connection-quality dd[b-bdc9hpvg69] {
    margin: 0;
    color: var(--text-secondary);
    font-family: var(--font-ui);
    font-size: .78rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
}

.detail-grid[b-bdc9hpvg69] {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr);
    gap: .9rem;
    margin-bottom: .9rem;
}

.property-list[b-bdc9hpvg69] {
    margin: 0;
    padding: .25rem 1.2rem;
}

.property-list div[b-bdc9hpvg69] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .72rem 0;
    border-bottom: 1px solid var(--border-subtle);
}

.property-list div:last-child[b-bdc9hpvg69] {
    border-bottom: 0;
}

.property-list dt[b-bdc9hpvg69] {
    color: var(--text-muted);
    font-size: .75rem;
    font-weight: 500;
}

.property-list dd[b-bdc9hpvg69] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
    color: var(--text-secondary);
    font-size: .8rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 600;
    text-align: right;
}

@media (max-width: 1100px) {
    .detail-hero[b-bdc9hpvg69] {
        grid-template-columns: 1fr 1fr;
    }

    .connection-quality[b-bdc9hpvg69] {
        grid-column: 1 / -1;
    }

    .detail-grid[b-bdc9hpvg69] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .detail-hero[b-bdc9hpvg69] {
        grid-template-columns: 1fr;
    }

    .connection-quality[b-bdc9hpvg69] {
        grid-column: auto;
    }
}
/* /Components/Pages/Devices.razor.rz.scp.css */
.inventory-summary[b-jjluls9952] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-bottom: .9rem;
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    background: var(--border-subtle);
}

.inventory-summary > div[b-jjluls9952] {
    display: grid;
    gap: .18rem;
    padding: 1rem 1.2rem;
    background: #ffffff;
}

.inventory-summary span[b-jjluls9952] {
    color: var(--text-muted);
    font-size: .75rem;
    font-weight: 600;
}

.inventory-summary strong[b-jjluls9952] {
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: 1.25rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
    letter-spacing: -.01em;
}

.inventory-summary strong em[b-jjluls9952] {
    color: var(--text-muted);
    font-size: .78rem;
    font-style: normal;
}

.inventory-summary small[b-jjluls9952] {
    color: var(--text-muted);
    font-size: .72rem;
}

.device-toolbar[b-jjluls9952] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--border-subtle);
}

.device-toolbar__search[b-jjluls9952] {
    display: flex;
    width: min(420px, 100%);
    align-items: center;
    gap: .55rem;
    padding-inline: .75rem;
    border: 1px solid var(--border-default);
    border-radius: 9px;
    color: var(--text-muted);
    background: #ffffff;
}

.device-toolbar__search:focus-within[b-jjluls9952] {
    border-color: var(--accent-border);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, .1);
}

.device-toolbar__search input[b-jjluls9952] {
    width: 100%;
    height: 39px;
    border: 0;
    outline: 0;
    color: var(--text-primary);
    background: transparent;
    font-size: .84rem;
}

.device-toolbar__search input[b-jjluls9952]::placeholder {
    color: #98a5b5;
}

.device-toolbar__actions[b-jjluls9952] {
    display: flex;
    gap: .5rem;
}

.device-toolbar__actions .form-select[b-jjluls9952] {
    width: 150px;
}

.device-cards[b-jjluls9952] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));
    gap: .9rem;
    padding: 1rem;
}

.device-card[b-jjluls9952] {
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
    transition: border-color .18s ease, transform .18s ease;
}

.device-card:hover[b-jjluls9952] {
    border-color: var(--border-strong);
    box-shadow: 0 5px 14px rgba(15, 23, 42, .06);
}

.device-card__heading[b-jjluls9952] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-subtle);
}

.device-card__icon[b-jjluls9952] {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(45, 212, 154, .16);
    border-radius: 11px;
    color: var(--accent);
    background: #eef8f6;
}

.device-card__heading > div[b-jjluls9952] {
    min-width: 0;
    flex: 1;
}

.device-card__heading h2[b-jjluls9952] {
    overflow: hidden;
    margin: 0;
    color: var(--text-primary);
    font-size: .9rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.device-card__heading p[b-jjluls9952] {
    margin: .2rem 0 0;
    color: var(--text-muted);
    font-size: .75rem;
}

.device-card__reading[b-jjluls9952] {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
}

.device-card__reading > i[b-jjluls9952] {
    width: 1px;
    height: 44px;
    background: var(--border-subtle);
}

.device-card__reading span[b-jjluls9952] {
    display: grid;
    gap: .2rem;
}

.device-card__reading small[b-jjluls9952] {
    color: var(--text-muted);
    font-size: .72rem;
}

.device-card__reading strong[b-jjluls9952] {
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: 1.25rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
    letter-spacing: -.01em;
}

.device-card__reading em[b-jjluls9952] {
    margin-left: .25rem;
    color: var(--text-muted);
    font-size: .78rem;
    font-style: normal;
}

.device-card__facts[b-jjluls9952] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem 1rem;
    margin: 0;
    padding: .9rem 1rem;
    border-top: 1px solid var(--border-subtle);
}

.device-card__facts div[b-jjluls9952] {
    min-width: 0;
}

.device-card__facts dt[b-jjluls9952] {
    color: var(--text-muted);
    font-size: .72rem;
    font-weight: 600;
}

.device-card__facts dd[b-jjluls9952] {
    overflow: hidden;
    margin: .2rem 0 0;
    color: var(--text-secondary);
    font-size: .78rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.device-card__footer[b-jjluls9952] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .8rem 1rem;
    border-top: 1px solid var(--border-subtle);
    background: #fafbfc;
}

.device-card__footer > span[b-jjluls9952] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .35rem;
    overflow: hidden;
    color: var(--text-muted);
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .inventory-summary[b-jjluls9952] {
        grid-template-columns: 1fr 1fr;
    }

    .device-toolbar[b-jjluls9952] {
        align-items: stretch;
        flex-direction: column;
    }

    .device-toolbar__actions[b-jjluls9952] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-state[b-oj9m08a6fj] {
    display: grid;
    min-height: min(560px, calc(100vh - 160px));
    place-items: center;
    align-content: center;
    padding: 2rem;
    text-align: center;
}

.error-state__icon[b-oj9m08a6fj] {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: .9rem;
    place-items: center;
    border: 1px solid rgba(251, 113, 133, .24);
    border-radius: 17px;
    color: var(--status-danger);
    background: rgba(251, 113, 133, .08);
}

.error-state__eyebrow[b-oj9m08a6fj] {
    color: var(--status-danger);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.error-state h1[b-oj9m08a6fj] {
    margin: .45rem 0 0;
    color: var(--text-primary);
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: -.012em;
}

.error-state p[b-oj9m08a6fj] {
    max-width: 510px;
    margin: .55rem 0;
    color: var(--text-muted);
    font-size: .82rem;
}

.error-state__request[b-oj9m08a6fj] {
    margin-top: .5rem;
    color: var(--text-muted);
    font-size: .72rem;
}

.error-state__request code[b-oj9m08a6fj] {
    margin-left: .35rem;
    color: var(--text-secondary);
}

.error-state__actions[b-oj9m08a6fj] {
    display: flex;
    gap: .6rem;
    margin-top: 1.1rem;
}
/* /Components/Pages/History.razor.rz.scp.css */
.filter-panel[b-q82yv5mzhf] {
    margin-bottom: .9rem;
}

.filter-grid[b-q82yv5mzhf] {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr auto;
    gap: .8rem;
    align-items: end;
    padding: 1rem;
}

.filter-grid label[b-q82yv5mzhf] {
    display: grid;
    gap: .38rem;
}

.filter-grid label > span[b-q82yv5mzhf] {
    color: var(--text-muted);
    font-size: .75rem;
    font-weight: 600;
}

.active-query[b-q82yv5mzhf] {
    display: flex;
    gap: 1.2rem;
    padding: .7rem 1rem;
    border-top: 1px solid var(--border-subtle);
    color: var(--text-muted);
    background: #fafbfc;
    font-size: .74rem;
}

.active-query span[b-q82yv5mzhf] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.history-grid[b-q82yv5mzhf] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: .9rem;
    margin-bottom: .9rem;
}

.history-stats[b-q82yv5mzhf] {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: .7rem;
}

.stat-card[b-q82yv5mzhf] {
    display: grid;
    align-content: center;
    padding: .85rem 1rem;
}

.stat-card > span[b-q82yv5mzhf] {
    color: var(--text-muted);
    font-size: .74rem;
    font-weight: 600;
}

.stat-card strong[b-q82yv5mzhf] {
    margin-top: .25rem;
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: 1.18rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
    letter-spacing: -.01em;
}

.stat-card strong small[b-q82yv5mzhf] {
    color: var(--text-muted);
    font-size: .72rem;
}

.stat-card p[b-q82yv5mzhf] {
    margin: .18rem 0 0;
    color: var(--text-muted);
    font-size: .72rem;
}

.record-search[b-q82yv5mzhf] {
    display: flex;
    width: 190px;
    align-items: center;
    gap: .4rem;
    padding-inline: .65rem;
    border: 1px solid var(--border-default);
    border-radius: 8px;
    color: var(--text-muted);
    background: #ffffff;
}

.record-search input[b-q82yv5mzhf] {
    width: 100%;
    height: 34px;
    border: 0;
    outline: 0;
    color: var(--text-primary);
    background: transparent;
    font-size: .82rem;
}

.data-table strong[b-q82yv5mzhf] {
    color: var(--text-primary);
    font-size: .82rem;
}

.table-footer[b-q82yv5mzhf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-top: 1px solid var(--border-subtle);
    color: var(--text-muted);
    font-size: .74rem;
    font-variant-numeric: tabular-nums lining-nums;
}

.table-footer div[b-q82yv5mzhf] {
    display: flex;
    gap: .2rem;
}

.table-footer button[b-q82yv5mzhf] {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--border-subtle);
    border-radius: 7px;
    color: var(--text-muted);
    background: #f7f9fb;
    font-size: .75rem;
}

.table-footer button.active[b-q82yv5mzhf] {
    border-color: var(--accent-border);
    color: var(--accent);
    background: var(--accent-soft);
}

.table-footer button:disabled[b-q82yv5mzhf] {
    cursor: not-allowed;
    opacity: .38;
}

@media (max-width: 1050px) {
    .filter-grid[b-q82yv5mzhf] {
        grid-template-columns: 1fr 1fr;
    }

    .history-grid[b-q82yv5mzhf] {
        grid-template-columns: 1fr;
    }

    .history-stats[b-q82yv5mzhf] {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
    }
}

@media (max-width: 680px) {
    .filter-grid[b-q82yv5mzhf],
    .history-stats[b-q82yv5mzhf] {
        grid-template-columns: 1fr;
    }

    .active-query[b-q82yv5mzhf] {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
    }

    .records-panel .panel__header[b-q82yv5mzhf] {
        align-items: stretch;
        flex-direction: column;
    }

    .record-search[b-q82yv5mzhf] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.metric-grid[b-d43br2jdvr] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
    margin-bottom: .9rem;
}

.overview-grid[b-d43br2jdvr] {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(300px, .75fr);
    gap: .9rem;
    margin-bottom: .9rem;
}

.trend-panel[b-d43br2jdvr],
.live-panel[b-d43br2jdvr] {
    min-height: 420px;
}

.live-panel__body[b-d43br2jdvr] {
    padding: 0 1.2rem 1.05rem;
}

.temperature-reading[b-d43br2jdvr] {
    padding: 1.05rem 0;
    border-bottom: 1px solid var(--border-subtle);
}

.temperature-reading > div[b-d43br2jdvr] {
    display: grid;
}

.temperature-reading__label[b-d43br2jdvr] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--text-secondary);
    font-size: .75rem;
    font-weight: 700;
}

.temperature-reading__label i[b-d43br2jdvr] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}

.temperature-reading--secondary .temperature-reading__label i[b-d43br2jdvr] {
    background: var(--accent-blue);
}

.temperature-reading strong[b-d43br2jdvr] {
    margin-top: .32rem;
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: 1.75rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1;
}

.temperature-reading strong small[b-d43br2jdvr] {
    margin-left: .28rem;
    color: var(--text-muted);
    font-size: .78rem;
    font-weight: 600;
}

.temperature-reading__meta[b-d43br2jdvr] {
    margin-top: .35rem;
    color: var(--text-muted);
    font-size: .72rem;
}

.temperature-reading__range[b-d43br2jdvr] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .45rem;
    margin-top: .72rem;
    color: var(--text-muted);
    font-size: .72rem;
}

.temperature-reading__range i[b-d43br2jdvr] {
    position: relative;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4e9ef;
}

.temperature-reading__range b[b-d43br2jdvr] {
    position: absolute;
    inset: 0 auto 0 0;
    border-radius: inherit;
    background: var(--accent);
}

.temperature-reading--secondary .temperature-reading__range b[b-d43br2jdvr] {
    background: var(--accent-blue);
}

.signal-facts[b-d43br2jdvr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .35rem;
    margin: .9rem 0;
}

.signal-facts div[b-d43br2jdvr] {
    display: grid;
    gap: .23rem;
    padding: .55rem .35rem;
    border: 1px solid var(--border-subtle);
    border-radius: 9px;
    text-align: center;
}

.signal-facts dt[b-d43br2jdvr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    color: var(--text-muted);
    font-size: .72rem;
    font-weight: 600;
}

.signal-facts dd[b-d43br2jdvr] {
    margin: 0;
    color: var(--text-secondary);
    font-family: var(--font-ui);
    font-size: .78rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
}

.live-panel[b-d43br2jdvr]  .live-panel__detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    padding: .62rem;
    border-radius: 8px;
    color: var(--accent);
    background: #eef8f6;
    font-size: .78rem;
    font-weight: 600;
    text-decoration: none;
}

.lower-grid[b-d43br2jdvr] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .85fr);
    gap: .9rem;
}

.device-row[b-d43br2jdvr] {
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) repeat(3, minmax(80px, auto)) auto auto;
    align-items: center;
    gap: 1.2rem;
    padding: 1.05rem 1.2rem;
}

.device-row__icon[b-d43br2jdvr] {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(45, 212, 154, .16);
    border-radius: 11px;
    color: var(--accent);
    background: #eef8f6;
}

.device-row__identity[b-d43br2jdvr],
.device-row__value[b-d43br2jdvr] {
    display: grid;
    min-width: 0;
    gap: .2rem;
}

.device-row__identity strong[b-d43br2jdvr],
.device-row__value strong[b-d43br2jdvr] {
    overflow: hidden;
    color: var(--text-primary);
    font-size: .84rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.device-row__value strong[b-d43br2jdvr] {
    font-family: var(--font-ui);
    font-variant-numeric: tabular-nums lining-nums;
}

.device-row__identity small[b-d43br2jdvr],
.device-row__value small[b-d43br2jdvr] {
    color: var(--text-muted);
    font-size: .72rem;
}

.device-row[b-d43br2jdvr]  .device-row__chevron {
    color: var(--text-muted);
}

.alert-list[b-d43br2jdvr] {
    padding: .25rem 1.2rem;
}

.alert-item[b-d43br2jdvr] {
    display: flex;
    align-items: center;
    gap: .72rem;
    padding: .8rem 0;
    border-bottom: 1px solid var(--border-subtle);
}

.alert-item:last-child[b-d43br2jdvr] {
    border-bottom: 0;
}

.alert-item__icon[b-d43br2jdvr] {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: var(--text-muted);
    background: #f5f7fa;
}

.alert-item__icon--warning[b-d43br2jdvr] {
    color: var(--status-warning);
    background: #fff9ed;
}

.alert-item__icon--success[b-d43br2jdvr] {
    color: var(--status-success);
    background: #f1faf4;
}

.alert-item__copy[b-d43br2jdvr] {
    display: grid;
    min-width: 0;
    flex: 1;
    gap: .22rem;
}

.alert-item__copy strong[b-d43br2jdvr] {
    overflow: hidden;
    color: var(--text-primary);
    font-size: .82rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alert-item__copy small[b-d43br2jdvr] {
    color: var(--text-muted);
    font-size: .72rem;
}

@media (max-width: 1280px) {
    .metric-grid[b-d43br2jdvr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .overview-grid[b-d43br2jdvr],
    .lower-grid[b-d43br2jdvr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .metric-grid[b-d43br2jdvr] {
        grid-template-columns: 1fr;
    }

    .device-row[b-d43br2jdvr] {
        grid-template-columns: auto 1fr auto;
        gap: .75rem;
    }

    .device-row__value[b-d43br2jdvr],
    .device-row[b-d43br2jdvr]  .status-pill {
        display: none;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found[b-us0vrmve69] {
    position: relative;
    display: grid;
    min-height: min(600px, calc(100vh - 160px));
    overflow: hidden;
    place-items: center;
    align-content: center;
    padding: 2rem;
    text-align: center;
}

.not-found > *[b-us0vrmve69] {
    position: relative;
    z-index: 1;
}

.not-found__code[b-us0vrmve69] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.not-found__icon[b-us0vrmve69] {
    display: grid;
    width: 68px;
    height: 68px;
    margin: .8rem 0 1rem;
    place-items: center;
    border: 1px solid var(--accent-border);
    border-radius: 19px;
    color: var(--accent);
    background: var(--accent-soft);
}

.not-found h1[b-us0vrmve69] {
    margin: 0;
    color: var(--text-primary);
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: -.012em;
}

.not-found p[b-us0vrmve69] {
    max-width: 440px;
    margin: .55rem 0 1.2rem;
    color: var(--text-muted);
    font-size: .82rem;
}

.not-found > div[b-us0vrmve69] {
    display: flex;
    gap: .6rem;
}
/* /Components/Pages/SystemStatus.razor.rz.scp.css */
.health-banner[b-6kkhzpw8zy] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: .9rem;
    padding: 1.15rem 1.3rem;
    border: 1px solid #d9e0e8;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--shadow-panel);
}

.health-banner__mark[b-6kkhzpw8zy] {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid #b9e5d0;
    border-radius: 12px;
    color: var(--status-success);
    background: #edf9f3;
}

.health-banner > div:nth-child(2) span[b-6kkhzpw8zy] {
    color: var(--accent);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.health-banner h2[b-6kkhzpw8zy] {
    margin: .18rem 0 0;
    color: var(--text-primary);
    font-size: 1.12rem;
    font-weight: 600;
}

.health-banner p[b-6kkhzpw8zy] {
    margin: .25rem 0 0;
    color: var(--text-muted);
    font-size: .82rem;
}

.health-banner dl[b-6kkhzpw8zy] {
    display: grid;
    grid-template-columns: repeat(2, minmax(80px, 1fr));
    gap: 1.4rem;
    margin: 0;
}

.health-banner dl div[b-6kkhzpw8zy] {
    display: grid;
    gap: .2rem;
}

.health-banner dt[b-6kkhzpw8zy] {
    color: var(--text-muted);
    font-size: .75rem;
}

.health-banner dd[b-6kkhzpw8zy] {
    margin: 0;
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: .84rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
}

.system-grid[b-6kkhzpw8zy] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(310px, .7fr);
    gap: .9rem;
    margin-bottom: .9rem;
}

.service-list[b-6kkhzpw8zy] {
    padding: .2rem 1.2rem;
}

.service-row[b-6kkhzpw8zy] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    padding: .75rem 0;
    border-bottom: 1px solid var(--border-subtle);
}

.service-row:last-child[b-6kkhzpw8zy] {
    border-bottom: 0;
}

.service-row__icon[b-6kkhzpw8zy] {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #dce5ee;
    border-radius: 9px;
    color: var(--accent-blue);
    background: #f2f7fb;
}

.service-row__copy[b-6kkhzpw8zy],
.service-row__metric[b-6kkhzpw8zy] {
    display: grid;
    gap: .15rem;
}

.service-row__copy strong[b-6kkhzpw8zy],
.service-row__metric strong[b-6kkhzpw8zy] {
    color: var(--text-primary);
    font-size: .82rem;
    font-weight: 600;
}

.service-row__metric strong[b-6kkhzpw8zy] {
    font-family: var(--font-ui);
    font-variant-numeric: tabular-nums lining-nums;
}

.service-row__copy small[b-6kkhzpw8zy],
.service-row__metric small[b-6kkhzpw8zy] {
    color: var(--text-muted);
    font-size: .72rem;
}

.service-row__metric[b-6kkhzpw8zy] {
    min-width: 70px;
    text-align: right;
}

.capacity-list[b-6kkhzpw8zy] {
    display: grid;
    gap: 1.15rem;
    padding: 1rem 1.2rem 1.2rem;
}

.capacity-item[b-6kkhzpw8zy] {
    display: grid;
    gap: .45rem;
}

.capacity-item > span[b-6kkhzpw8zy] {
    display: flex;
    align-items: center;
    gap: .35rem;
    color: var(--text-muted);
    font-size: .78rem;
}

.capacity-item > span strong[b-6kkhzpw8zy] {
    margin-left: auto;
    color: var(--text-primary);
    font-family: var(--font-ui);
    font-size: .8rem;
    font-variant-numeric: tabular-nums lining-nums;
}

.capacity-item > i[b-6kkhzpw8zy] {
    position: relative;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4e9ef;
}

.capacity-item > i b[b-6kkhzpw8zy] {
    position: absolute;
    inset: 0 auto 0 0;
    border-radius: inherit;
    background: var(--accent);
}

.capacity-item small[b-6kkhzpw8zy] {
    color: var(--text-muted);
    font-size: .72rem;
}

.environment-panel dl[b-6kkhzpw8zy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: 0;
}

.environment-panel dl div[b-6kkhzpw8zy] {
    display: grid;
    gap: .2rem;
    min-width: 0;
    padding: 1rem 1.2rem;
    border-right: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.environment-panel dt[b-6kkhzpw8zy] {
    color: var(--text-muted);
    font-size: .75rem;
}

.environment-panel dd[b-6kkhzpw8zy] {
    overflow: hidden;
    margin: 0;
    color: var(--text-secondary);
    font-size: .8rem;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .system-grid[b-6kkhzpw8zy] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .health-banner[b-6kkhzpw8zy] {
        grid-template-columns: auto 1fr;
    }

    .health-banner dl[b-6kkhzpw8zy] {
        grid-column: 1 / -1;
    }

    .service-row[b-6kkhzpw8zy] {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .service-row__metric[b-6kkhzpw8zy] {
        display: none;
    }

    .environment-panel dl[b-6kkhzpw8zy] {
        grid-template-columns: 1fr;
    }

    .environment-panel dl div[b-6kkhzpw8zy] {
        border-right: 0;
    }
}
