/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout styling lives in the global app.css dashboard system. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav[b-1f6lvsl7qn] { display: flex; flex-direction: column; height: 100%; padding: 20px 14px; }

.nav__brand[b-1f6lvsl7qn] { display: flex; align-items: center; gap: 10px; padding: 6px 8px 20px; }
.nav__logo[b-1f6lvsl7qn] { display: inline-flex; filter: drop-shadow(0 4px 8px rgba(99,102,241,.5)); }
.nav__name[b-1f6lvsl7qn] { color: #fff; font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; display: flex; align-items: baseline; gap: 1px; }
.nav__name span[b-1f6lvsl7qn] { color: #a5b4fc; }
.nav__name small[b-1f6lvsl7qn] { color: #64748b; font-weight: 600; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; margin-left: 6px; }

.nav__links[b-1f6lvsl7qn] { display: flex; flex-direction: column; gap: 4px; margin-top: 6px; }
.nav__section[b-1f6lvsl7qn] { font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: #475569; font-weight: 700; padding: 16px 12px 6px; }
[b-1f6lvsl7qn] .nav__link {
    display: flex; align-items: center; gap: 11px;
    padding: 10px 12px; border-radius: 9px; color: #94a3b8; font-weight: 600; font-size: .92rem;
    transition: background .15s ease, color .15s ease;
}
[b-1f6lvsl7qn] .nav__link:hover { background: rgba(148,163,184,.1); color: #e2e8f0; }
[b-1f6lvsl7qn] .nav__link.active { background: linear-gradient(90deg, rgba(99,102,241,.25), rgba(99,102,241,.08)); color: #fff; box-shadow: inset 2px 0 0 #6366f1; }

.nav__spacer[b-1f6lvsl7qn] { flex: 1; }

.nav__user[b-1f6lvsl7qn] { display: flex; align-items: center; gap: 10px; padding: 10px 8px; }
.nav__avatar[b-1f6lvsl7qn] { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: .8rem; color: #fff; background: linear-gradient(135deg, #6366f1, #4338ca); flex: none; }
.nav__who[b-1f6lvsl7qn] { min-width: 0; }
.nav__who strong[b-1f6lvsl7qn] { display: block; color: #e2e8f0; font-size: .82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav__who small[b-1f6lvsl7qn] { color: #64748b; font-size: .72rem; }

.nav__logout button[b-1f6lvsl7qn] {
    width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
    margin-top: 6px; padding: 10px; border-radius: 9px; cursor: pointer;
    background: rgba(148,163,184,.08); border: 1px solid rgba(148,163,184,.18); color: #cbd5e1;
    font: inherit; font-weight: 600; font-size: .85rem; transition: background .15s ease, color .15s ease;
}
.nav__logout button:hover[b-1f6lvsl7qn] { background: rgba(244,63,94,.15); border-color: rgba(244,63,94,.35); color: #fda4af; }

.nav__powered[b-1f6lvsl7qn] { display: block; text-align: center; margin-top: 12px; font-size: .72rem; color: #475569; }
.nav__powered:hover[b-1f6lvsl7qn] { color: #a5b4fc; }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-sg3706mxp3],
.components-reconnect-repeated-attempt-visible[b-sg3706mxp3],
.components-reconnect-failed-visible[b-sg3706mxp3],
.components-pause-visible[b-sg3706mxp3],
.components-resume-failed-visible[b-sg3706mxp3],
.components-rejoining-animation[b-sg3706mxp3] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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