/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-ysjct2en91] {
    min-height: 100vh;
    background: #f4f7fb;
}

.sidebar[b-ysjct2en91] {
    background: #102033;
    color: #f8fafc;
}

.main-panel[b-ysjct2en91] {
    min-width: 0;
}

.app-topbar[b-ysjct2en91] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 64px;
    padding: 0.85rem 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #dbe3ee;
    color: #475569;
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(12px);
}

.app-topbar > div[b-ysjct2en91] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.sync-dot[b-ysjct2en91] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.14);
}

.topbar-actions[b-ysjct2en91] {
    justify-content: flex-end;
}

.content-area[b-ysjct2en91] {
    padding: 1rem;
}

@media (min-width: 900px) {
    .app-shell[b-ysjct2en91] {
        display: grid;
        grid-template-columns: 264px minmax(0, 1fr);
    }

    .sidebar[b-ysjct2en91] {
        min-height: 100vh;
        position: sticky;
        top: 0;
        align-self: start;
    }

    .content-area[b-ysjct2en91] {
        padding: 1.35rem 1.5rem 2rem;
    }
}

@media (max-width: 640px) {
    .app-topbar[b-ysjct2en91] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-wepo9bhzgw] {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand[b-wepo9bhzgw] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #f8fafc;
    text-decoration: none;
}

.brand:hover[b-wepo9bhzgw] {
    color: #f8fafc;
}

.brand-mark[b-wepo9bhzgw] {
    display: inline-grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    background: #14b8a6;
    color: #052e2b;
    font-weight: 800;
    letter-spacing: 0;
}

.brand strong[b-wepo9bhzgw],
.brand small[b-wepo9bhzgw] {
    display: block;
}

.brand small[b-wepo9bhzgw] {
    color: #a8b3c3;
    font-size: 0.78rem;
    margin-top: 0.12rem;
}

.nav-toggle[b-wepo9bhzgw] {
    display: inline-grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.08);
}

.nav-scrollable[b-wepo9bhzgw] {
    display: flex;
    flex-direction: column;
    padding: 0.85rem;
}

.nav-list[b-wepo9bhzgw] {
    display: grid;
    gap: 0.35rem;
}

.nav-link[b-wepo9bhzgw] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 2.75rem;
    padding: 0.62rem 0.72rem;
    border-radius: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 650;
}

.nav-link:hover[b-wepo9bhzgw] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-link.active[b-wepo9bhzgw] {
    color: #ffffff;
    background: #2563eb;
}

.nav-icon[b-wepo9bhzgw] {
    display: inline-grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
}

.nav-link.active .nav-icon[b-wepo9bhzgw] {
    background: rgba(255, 255, 255, 0.2);
}

.nav-group[b-wepo9bhzgw] {
    display: grid;
    gap: 0.2rem;
}

.nav-submenu[b-wepo9bhzgw] {
    display: grid;
    gap: 0.2rem;
    margin-left: 0.68rem;
    padding-left: 0.78rem;
    border-left: 1px solid rgba(203, 213, 225, 0.22);
}

.nav-sub-link[b-wepo9bhzgw] {
    min-height: 2.35rem;
    padding: 0.48rem 0.62rem;
    color: #a8b3c3;
    font-size: 0.92rem;
}

.nav-sub-link .nav-icon[b-wepo9bhzgw] {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.68rem;
    background: rgba(255, 255, 255, 0.08);
}

.nav-sub-link.active[b-wepo9bhzgw] {
    color: #ffffff;
    background: rgba(37, 99, 235, 0.72);
}

.nav-footer[b-wepo9bhzgw] {
    margin-top: auto;
}

.nav-footer[b-wepo9bhzgw]  .login-display {
    border-top-color: rgba(255, 255, 255, 0.12);
    color: #a8b3c3;
}

.nav-footer[b-wepo9bhzgw]  .login-display a,
.nav-footer[b-wepo9bhzgw]  .login-display button {
    color: #f8fafc;
}

@media (min-width: 900px) {
    .nav-toggle[b-wepo9bhzgw] {
        display: none;
    }

    .collapse[b-wepo9bhzgw] {
        display: block;
    }

    .nav-scrollable[b-wepo9bhzgw] {
        height: calc(100vh - 64px);
        overflow-y: auto;
    }
}

@media (max-width: 899px) {
    .collapse[b-wepo9bhzgw] {
        display: none;
    }
}
/* /Layout/ServiceStatusPanel.razor.rz.scp.css */
.service-status-panel[b-wdrn1w7fw9] {
    display: grid;
    gap: 0.38rem;
    margin-top: 1rem;
    padding: 0.82rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-status-header[b-wdrn1w7fw9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    color: #f8fafc;
}

.service-status-header strong[b-wdrn1w7fw9] {
    font-size: 0.82rem;
}

.service-status-header a[b-wdrn1w7fw9] {
    color: #93c5fd;
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
}

.service-status-line[b-wdrn1w7fw9] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.5rem;
    min-height: 1.45rem;
    color: #cbd5e1;
    font-size: 0.8rem;
}

.service-status-line span:last-child[b-wdrn1w7fw9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-dot[b-wdrn1w7fw9] {
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.12);
}

.status-dot.is-online[b-wdrn1w7fw9] {
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

.status-dot.is-offline[b-wdrn1w7fw9] {
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}

.status-dot.is-unknown[b-wdrn1w7fw9] {
    background: #94a3b8;
}
