/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-bk8cqpr6ru] {
    min-height: 100vh;
    background: #090d12;
    color: #e6edf3;
}

.workspace[b-bk8cqpr6ru] {
    min-width: 0;
}

.topbar[b-bk8cqpr6ru] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 76px;
    padding: 0.9rem 1.35rem;
    border-bottom: 1px solid #202936;
    background: rgba(9, 13, 18, 0.96);
    backdrop-filter: blur(8px);
}

.topbar h1[b-bk8cqpr6ru] {
    margin: 0;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    font-weight: 650;
    letter-spacing: 0;
}

.topbar-title[b-bk8cqpr6ru] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.settings-entry[b-bk8cqpr6ru] {
    flex: 0 0 auto;
}

.topbar-actions[b-bk8cqpr6ru] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.live-time[b-bk8cqpr6ru],
.overall-health[b-bk8cqpr6ru] {
    border: 1px solid #263241;
    border-radius: 8px;
    padding: 0.48rem 0.7rem;
    background: #101821;
    color: #c6d0dc;
    font-size: 0.82rem;
}

.overall-health[b-bk8cqpr6ru] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #9fe7bd;
}

.content[b-bk8cqpr6ru] {
    padding: 1.2rem;
}

.sheet-backdrop[b-bk8cqpr6ru] {
    position: fixed;
    inset: 0;
    z-index: 80;
    border: 0;
    background: rgba(0, 0, 0, 0.38);
}

.notification-sheet[b-bk8cqpr6ru] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-rows: auto auto 1fr;
    width: min(100vw, 390px);
    border-left: 1px solid #283545;
    background: #0b1118;
    box-shadow: -18px 0 42px rgba(0, 0, 0, 0.34);
    animation: slide-sheet-in-b-bk8cqpr6ru 150ms ease-out;
}

.sheet-head[b-bk8cqpr6ru] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #202936;
}

.sheet-head h2[b-bk8cqpr6ru] {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0;
}

.sheet-actions[b-bk8cqpr6ru] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #202936;
}

.notification-list[b-bk8cqpr6ru] {
    display: grid;
    align-content: start;
    gap: 0.45rem;
    overflow: auto;
    padding: 0.75rem;
}

.notification-row[b-bk8cqpr6ru],
.notification-empty[b-bk8cqpr6ru] {
    border: 1px solid #223044;
    border-radius: 8px;
    background: #101821;
    padding: 0.55rem;
}

.notification-row.is-critical[b-bk8cqpr6ru] {
    border-color: rgba(248, 81, 73, 0.7);
    background: rgba(248, 81, 73, 0.1);
}

.notification-row.is-warning[b-bk8cqpr6ru] {
    border-color: rgba(210, 153, 34, 0.68);
    background: rgba(210, 153, 34, 0.1);
}

.notification-row-head[b-bk8cqpr6ru] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.notification-row time[b-bk8cqpr6ru],
.notification-row span[b-bk8cqpr6ru],
.notification-empty[b-bk8cqpr6ru] {
    color: #9aa7b6;
    font-size: 0.72rem;
}

.notification-row strong[b-bk8cqpr6ru] {
    display: block;
    margin-bottom: 0.18rem;
    color: #dce6f0;
    font-size: 0.8rem;
}

.notification-row span[b-bk8cqpr6ru] {
    display: block;
    line-height: 1.35;
}

#blazor-error-ui[b-bk8cqpr6ru] {
    color-scheme: light only;
    background: #f7dd72;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-bk8cqpr6ru] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 920px) {
    .app-shell[b-bk8cqpr6ru] {
        display: block;
    }

    .topbar[b-bk8cqpr6ru] {
        position: relative;
        align-items: flex-start;
        flex-direction: column;
    }
}

@keyframes slide-sheet-in-b-bk8cqpr6ru {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-ktbcxxwzw2] {
    min-height: 76px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #202936;
}

.navbar-brand[b-ktbcxxwzw2] {
    color: #f5f8fb;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
}

.navbar-toggler[b-ktbcxxwzw2] {
    appearance: none;
    cursor: pointer;
    width: 2.7rem;
    height: 2.25rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid #263241;
    border-radius: 8px;
    background: #101821;
}

.navbar-toggler[b-ktbcxxwzw2]::after {
    content: "Menu";
    color: #c6d0dc;
    font-size: 0.68rem;
}

.nav-scrollable[b-ktbcxxwzw2] {
    padding: 0.85rem 0;
}

.nav-glyph[b-ktbcxxwzw2] {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-grid;
    place-items: center;
    margin-right: 0.65rem;
    border-radius: 7px;
    background: #172231;
    color: #8ec5ff;
    font-size: 0.72rem;
    font-weight: 800;
}

.nav-item[b-ktbcxxwzw2] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

.nav-item[b-ktbcxxwzw2]  .nav-link {
    color: #aeb9c7;
    border: 1px solid transparent;
    border-radius: 8px;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    width: 100%;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.nav-item[b-ktbcxxwzw2]  a.active {
    background: #121d29;
    border-color: #263241;
    color: #f5f8fb;
}

.nav-item[b-ktbcxxwzw2]  .nav-link:hover {
    background: #111a25;
    color: #f5f8fb;
}

@media (max-width: 920px) {
    .nav-scrollable[b-ktbcxxwzw2] {
        display: none;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-ktbcxxwzw2] {
        display: block;
    }
}

@media (min-width: 921px) {
    .navbar-toggler[b-ktbcxxwzw2] {
        display: none;
    }
}
/* /Pages/Reports.razor.rz.scp.css */
.reports-page[b-9izg18fw61] {
    display: grid;
    gap: 1rem;
}

.report-filters[b-9izg18fw61],
.report-summary[b-9izg18fw61] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
    align-items: end;
}

.report-filters label[b-9izg18fw61] {
    display: grid;
    gap: 0.35rem;
    color: #aeb9c7;
    font-size: 0.82rem;
}

.report-summary div[b-9izg18fw61] {
    border: 1px solid #263241;
    border-radius: 8px;
    padding: 0.75rem;
    background: #101821;
}

.report-summary span[b-9izg18fw61] {
    display: block;
    color: #8794a4;
    font-size: 0.75rem;
}

.report-summary strong[b-9izg18fw61] {
    font-size: 1.35rem;
}

.log-critical[b-9izg18fw61] {
    background: rgba(248, 81, 73, 0.1);
}

.log-warning[b-9izg18fw61] {
    background: rgba(210, 153, 34, 0.1);
}
