/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-wrapper[b-6ylgi7gqzk] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    padding: 2rem 1rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5lnuhm3tfe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5lnuhm3tfe] {
    flex: 1;
    min-width: 0;
    background: #f1f5f9;
    display: flex;
    flex-direction: column;
}

.sidebar[b-5lnuhm3tfe] {
    background: #0f172a;
}

.top-row[b-5lnuhm3tfe] {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 1.75rem;
    flex-shrink: 0;
}

.top-row-label[b-5lnuhm3tfe] {
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    flex: 1;
}

.top-row-logout[b-5lnuhm3tfe] {
    font-size: 0.8rem;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    padding: 0.25rem 0.625rem;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.top-row-logout:hover[b-5lnuhm3tfe] {
    background: #f1f5f9;
    color: #1e293b;
}

article.content[b-5lnuhm3tfe] {
    padding: 1.75rem;
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-5lnuhm3tfe] {
        flex-direction: row;
    }

    .sidebar[b-5lnuhm3tfe] {
        width: 224px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-row[b-5lnuhm3tfe] {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}

@media (max-width: 640.98px) {
    article.content[b-5lnuhm3tfe] {
        padding: 1.25rem;
    }
}

#blazor-error-ui[b-5lnuhm3tfe] {
    color-scheme: light only;
    background: #fffbeb;
    border-top: 1px solid #fde68a;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 3rem 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
    color: #92400e;
}

    #blazor-error-ui .dismiss[b-5lnuhm3tfe] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
        opacity: 0.5;
        background: none;
        border: none;
        padding: 0;
        color: inherit;
    }

    #blazor-error-ui .dismiss:hover[b-5lnuhm3tfe] {
        opacity: 1;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-orpvqqdp9p] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1.125rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
}

.brand-logo[b-orpvqqdp9p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    background: #3b82f6;
    border-radius: 7px;
    color: #ffffff;
    flex-shrink: 0;
}

.brand-logo svg[b-orpvqqdp9p] {
    width: 1rem;
    height: 1rem;
}

.sidebar-brand > span[b-orpvqqdp9p] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: -0.015em;
}

.navbar-toggler[b-orpvqqdp9p] {
    appearance: none;
    cursor: pointer;
    width: 2.25rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 1.375rem;
}

.navbar-toggler:checked[b-orpvqqdp9p] {
    background-color: rgba(255, 255, 255, 0.15);
}

.sidebar-nav[b-orpvqqdp9p] {
    padding: 0.75rem 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.sidebar-link[b-orpvqqdp9p] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5625rem 0.75rem;
    border-radius: 7px;
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    line-height: 1.4;
}

.sidebar-link:hover[b-orpvqqdp9p] {
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    text-decoration: none;
}

.sidebar-link.active[b-orpvqqdp9p] {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.nav-icon[b-orpvqqdp9p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}

.nav-icon svg[b-orpvqqdp9p] {
    width: 1.0625rem;
    height: 1.0625rem;
}

.nav-scrollable[b-orpvqqdp9p] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-orpvqqdp9p] {
    display: block;
}

.nav-section-label[b-orpvqqdp9p] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #475569;
    padding: 0.75rem 0.75rem 0.25rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-orpvqqdp9p] {
        display: none;
    }

    .nav-scrollable[b-orpvqqdp9p] {
        display: block;
        height: calc(100vh - 3.875rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-wrapper[b-rdp4ba1ieu] {
    min-height: 100vh;
    background: #f8fafc;
    font-family: system-ui, -apple-system, sans-serif;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cv474pguzg],
.components-reconnect-repeated-attempt-visible[b-cv474pguzg],
.components-reconnect-failed-visible[b-cv474pguzg],
.components-pause-visible[b-cv474pguzg],
.components-resume-failed-visible[b-cv474pguzg],
.components-rejoining-animation[b-cv474pguzg] {
    display: none;
}

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


#components-reconnect-modal[b-cv474pguzg] {
    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-cv474pguzg 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-cv474pguzg {
    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/Public/StatusPage.razor.rz.scp.css */
.public-loading[b-8oi7omlfdd], .public-not-found[b-8oi7omlfdd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: #64748b;
    font-size: 1.1rem;
}

.public-not-found h1[b-8oi7omlfdd] { font-size: 5rem; color: #cbd5e1; margin: 0; }

.public-page[b-8oi7omlfdd] {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
}

.public-header[b-8oi7omlfdd] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.public-logo[b-8oi7omlfdd] {
    max-height: 48px;
    margin-bottom: .75rem;
}

.public-title[b-8oi7omlfdd] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 .5rem;
}

.public-description[b-8oi7omlfdd] {
    color: #64748b;
    margin: 0;
}

.public-overall[b-8oi7omlfdd] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 1.75rem;
}

.overall-dot[b-8oi7omlfdd] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.overall-ok[b-8oi7omlfdd] { background: #f0fdf4; color: #15803d; }
.overall-ok .overall-dot[b-8oi7omlfdd] { background: #22c55e; }

.overall-degraded[b-8oi7omlfdd] { background: #fffbeb; color: #b45309; }
.overall-degraded .overall-dot[b-8oi7omlfdd] { background: #f59e0b; }

.overall-outage[b-8oi7omlfdd] { background: #fef2f2; color: #b91c1c; }
.overall-outage .overall-dot[b-8oi7omlfdd] { background: #ef4444; }

.public-section[b-8oi7omlfdd] { margin-bottom: 2rem; }
.public-section h2[b-8oi7omlfdd] {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #94a3b8;
    margin: 0 0 .75rem;
}

.public-monitors[b-8oi7omlfdd] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.public-monitor-row[b-8oi7omlfdd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem .25rem;
    background: #fff;
}

.public-monitor-row + .public-monitor-row[b-8oi7omlfdd],
.check-bars + .public-monitor-row[b-8oi7omlfdd] {
    border-top: 1px solid #f1f5f9;
}

.monitor-row-info[b-8oi7omlfdd] { display: flex; align-items: center; gap: .6rem; }

.monitor-dot[b-8oi7omlfdd] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-healthy .monitor-dot[b-8oi7omlfdd], .monitor-dot.status-healthy[b-8oi7omlfdd] { background: #22c55e; }
.status-down .monitor-dot[b-8oi7omlfdd], .monitor-dot.status-down[b-8oi7omlfdd] { background: #ef4444; }
.status-unknown .monitor-dot[b-8oi7omlfdd], .monitor-dot.status-unknown[b-8oi7omlfdd] { background: #94a3b8; }

.monitor-name[b-8oi7omlfdd] { font-weight: 500; color: #0f172a; }

.monitor-row-meta[b-8oi7omlfdd] { display: flex; align-items: center; gap: .75rem; font-size: .85rem; }
.monitor-uptime[b-8oi7omlfdd] { color: #64748b; }

.monitor-status-label[b-8oi7omlfdd] { font-weight: 600; font-size: .78rem; }
.monitor-status-label.status-healthy[b-8oi7omlfdd] { color: #16a34a; }
.monitor-status-label.status-down[b-8oi7omlfdd] { color: #dc2626; }
.monitor-status-label.status-unknown[b-8oi7omlfdd] { color: #64748b; }

.check-bars[b-8oi7omlfdd] {
    display: flex;
    gap: 2px;
    padding: .4rem 1rem .75rem;
    background: #fff;
}

.check-bar[b-8oi7omlfdd] {
    flex: 1;
    height: 28px;
    border-radius: 3px;
    min-width: 4px;
}

.bar-ok[b-8oi7omlfdd] { background: #bbf7d0; }
.bar-fail[b-8oi7omlfdd] { background: #fecaca; }

.public-incident[b-8oi7omlfdd] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .75rem 1rem;
    border-radius: 8px;
    margin-bottom: .5rem;
    font-size: .9rem;
}

.public-incident-head[b-8oi7omlfdd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.incident-open[b-8oi7omlfdd] { background: #fef2f2; color: #7f1d1d; }
.incident-resolved[b-8oi7omlfdd] { background: #f8fafc; color: #475569; }
.incident-time[b-8oi7omlfdd] { font-size: .8rem; white-space: nowrap; opacity: .7; flex-shrink: 0; }

.public-incident-updates[b-8oi7omlfdd] {
    list-style: none;
    margin: 0;
    padding: .5rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.public-incident-update[b-8oi7omlfdd] {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    flex-wrap: wrap;
    font-size: .85rem;
}

.public-incident-update .update-status[b-8oi7omlfdd] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .04em;
    padding: .1rem .4rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, .06);
    flex-shrink: 0;
}

.public-incident-update .update-message[b-8oi7omlfdd] { flex: 1 1 auto; word-break: break-word; }

.incident-resolving-hint[b-8oi7omlfdd] {
    align-self: flex-start;
    font-size: .78rem;
    font-weight: 600;
    color: #15803d;
    background: rgba(21, 128, 61, .1);
    padding: .15rem .5rem;
    border-radius: 4px;
}

.public-footer[b-8oi7omlfdd] {
    text-align: center;
    color: #94a3b8;
    font-size: .8rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}
