/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-uz1yni8qpa] {
    min-height: 100vh;
    background: #f5f7fb;
    color: #182230;
}

.content-shell[b-uz1yni8qpa] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 24px 48px;
}

#blazor-error-ui[b-uz1yni8qpa] {
    background: #7f1d1d;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(15, 23, 42, 0.18);
    color: #fff;
    display: none;
    left: 0;
    padding: 0.9rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-uz1yni8qpa] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
}

#blazor-error-ui .reload[b-uz1yni8qpa] {
    color: #fff;
    font-weight: 700;
    margin-left: 0.75rem;
}

@media (max-width: 720px) {
    .content-shell[b-uz1yni8qpa] {
        padding: 18px 12px 34px;
    }
}

@media (max-width: 420px) {
    .content-shell[b-uz1yni8qpa] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-header[b-oq6kpaoa8h] {
    align-items: center;
    background: #101828;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 28px;
}

.brand[b-oq6kpaoa8h] {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.brand:hover[b-oq6kpaoa8h] {
    color: #fff;
}

.brand-mark[b-oq6kpaoa8h] {
    align-items: center;
    background: #17b26a;
    border-radius: 8px;
    color: #052e1a;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.brand strong[b-oq6kpaoa8h],
.brand small[b-oq6kpaoa8h] {
    display: block;
    line-height: 1.2;
}

.brand small[b-oq6kpaoa8h] {
    color: #cbd5e1;
    font-size: 0.78rem;
    margin-top: 2px;
}

nav[b-oq6kpaoa8h] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: thin;
}

.nav-pill[b-oq6kpaoa8h] {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #e5e7eb;
    font-size: 0.92rem;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
}

.nav-pill:hover[b-oq6kpaoa8h],
.nav-pill.active[b-oq6kpaoa8h] {
    background: #fff;
    color: #101828;
}

.nav-pill.subtle[b-oq6kpaoa8h] {
    color: #cbd5e1;
}

@media (max-width: 640px) {
    .app-header[b-oq6kpaoa8h] {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 18px;
    }

    .brand[b-oq6kpaoa8h] {
        min-width: 0;
        width: 100%;
    }

    .brand span:last-child[b-oq6kpaoa8h] {
        min-width: 0;
    }

    .brand strong[b-oq6kpaoa8h],
    .brand small[b-oq6kpaoa8h] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    nav[b-oq6kpaoa8h] {
        padding-bottom: 2px;
        width: 100%;
    }

    .nav-pill[b-oq6kpaoa8h] {
        flex: 0 0 auto;
        padding: 8px 12px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nese54bxyh],
.components-reconnect-repeated-attempt-visible[b-nese54bxyh],
.components-reconnect-failed-visible[b-nese54bxyh],
.components-pause-visible[b-nese54bxyh],
.components-resume-failed-visible[b-nese54bxyh],
.components-rejoining-animation[b-nese54bxyh] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-nese54bxyh {
    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;
    }
}
