/* /Components/Layout/MainLayout.razor.rz.scp.css */
.portal-shell[b-7m26pkr2z1] {
    min-height: 100vh;
    background: var(--agm-surface);
}

.portal-body[b-7m26pkr2z1],
.portal-main[b-7m26pkr2z1] {
    min-height: 100vh;
}

.portal-body[b-7m26pkr2z1] {
    position: relative;
}

.portal-main[b-7m26pkr2z1] {
    background: var(--agm-surface);
}

.portal-appbar[b-7m26pkr2z1] {
    background: var(--agm-primary);
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.22);
    color: white;
}

.portal-menu-button[b-7m26pkr2z1] {
    border-radius: 999px;
}

.app-title[b-7m26pkr2z1] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-left: 0.75rem;
    letter-spacing: 0.01em;
}

.user-label[b-7m26pkr2z1] {
    margin-right: 0.75rem;
}

.portal-sidebar[b-7m26pkr2z1] {
    border-right: 1px solid rgba(18, 18, 23, 0.08);
    background: #fff;
    box-shadow: 8px 0 24px rgba(15, 23, 42, 0.06);
}

.sidebar-header[b-7m26pkr2z1] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    min-height: 72px;
    border-bottom: 1px solid rgba(18, 18, 23, 0.08);
}

.brand-mark[b-7m26pkr2z1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--agm-primary), var(--agm-primary-strong));
    color: white;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(47, 109, 243, 0.25);
}

.sidebar-header-copy[b-7m26pkr2z1] {
    min-width: 0;
}

.sidebar-caption[b-7m26pkr2z1] {
    color: var(--agm-muted);
    font-size: 0.85rem;
}

.portal-nav-list[b-7m26pkr2z1] {
    margin: 0.75rem;
    border: none;
    background: transparent;
}

.portal-nav-item[b-7m26pkr2z1] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 48px;
    padding: 0 0.9rem;
    border-radius: 16px;
    color: var(--agm-text);
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.portal-nav-item.is-active[b-7m26pkr2z1] {
    background: rgba(47, 109, 243, 0.12);
    color: var(--agm-primary-strong);
    font-weight: 600;
}

.portal-nav-icon[b-7m26pkr2z1] {
    width: 20px;
    text-align: center;
    font-size: 1rem;
}

.portal-nav-label[b-7m26pkr2z1] {
    white-space: nowrap;
}

.portal-main.sidebar-closed[b-7m26pkr2z1] {
    margin-left: 0;
}

.page-shell[b-7m26pkr2z1] {
    padding: 1.75rem;
}

.compact-page[b-7m26pkr2z1] {
    max-width: 720px;
}

#blazor-error-ui[b-7m26pkr2z1] {
    color-scheme: light only;
    background: #a4262c;
    color: white;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-7m26pkr2z1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .page-shell[b-7m26pkr2z1] {
        padding: 1rem;
    }

    .user-label[b-7m26pkr2z1] {
        display: none;
    }

    .portal-sidebar[b-7m26pkr2z1] {
        box-shadow: 16px 0 32px rgba(15, 23, 42, 0.16);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ulph5usyry],
.components-reconnect-repeated-attempt-visible[b-ulph5usyry],
.components-reconnect-failed-visible[b-ulph5usyry],
.components-pause-visible[b-ulph5usyry],
.components-resume-failed-visible[b-ulph5usyry],
.components-rejoining-animation[b-ulph5usyry] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-retrying[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-failed[b-ulph5usyry],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ulph5usyry] {
    display: block;
}


#components-reconnect-modal[b-ulph5usyry] {
    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-ulph5usyry 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ulph5usyry 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ulph5usyry 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ulph5usyry]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ulph5usyry 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ulph5usyry {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ulph5usyry {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ulph5usyry {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ulph5usyry] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ulph5usyry] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ulph5usyry] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ulph5usyry] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ulph5usyry] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ulph5usyry] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ulph5usyry] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ulph5usyry 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ulph5usyry] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ulph5usyry {
    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;
    }
}
