/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-o6b64umkvz] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 100vh;
}

.sidebar[b-o6b64umkvz] {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 28px 20px 22px;
    color: #f8fafc;
    background: #14213d;
}

.brand[b-o6b64umkvz] {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0 8px 30px;
    color: inherit;
    text-decoration: none;
}

.brand-mark[b-o6b64umkvz] {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #14213d;
    background: #ffb703;
    font-size: 1.25rem;
    font-weight: 900;
}

.brand strong[b-o6b64umkvz],
.brand small[b-o6b64umkvz] {
    display: block;
}

.brand strong[b-o6b64umkvz] {
    font-size: 1.05rem;
    letter-spacing: -.02em;
}

.brand small[b-o6b64umkvz] {
    margin-top: 2px;
    color: #94a3b8;
    font-size: .75rem;
}

.primary-nav[b-o6b64umkvz] {
    display: grid;
    gap: 8px;
}

.primary-nav[b-o6b64umkvz]  a {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: .94rem;
    font-weight: 650;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.primary-nav[b-o6b64umkvz]  a:hover {
    color: #fff;
    background: rgb(255 255 255 / 8%);
    transform: translateX(2px);
}

.primary-nav[b-o6b64umkvz]  a.active {
    color: #14213d;
    background: #ffb703;
}

.primary-nav[b-o6b64umkvz]  a span {
    width: 20px;
    font-size: 1.15rem;
    text-align: center;
}

.sidebar-note[b-o6b64umkvz] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
    padding: 14px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 14px;
    background: rgb(255 255 255 / 5%);
}

.sidebar-note strong[b-o6b64umkvz],
.sidebar-note small[b-o6b64umkvz] {
    display: block;
}

.sidebar-note strong[b-o6b64umkvz] {
    font-size: .82rem;
}

.sidebar-note small[b-o6b64umkvz] {
    margin-top: 2px;
    color: #94a3b8;
    font-size: .72rem;
}

.status-dot[b-o6b64umkvz] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #55d187;
    box-shadow: 0 0 0 5px rgb(85 209 135 / 12%);
}

.workspace[b-o6b64umkvz] {
    min-width: 0;
}

.topbar[b-o6b64umkvz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    padding: 0 clamp(24px, 4vw, 56px);
    border-bottom: 1px solid #e5e9f0;
    background: rgb(255 255 255 / 88%);
    backdrop-filter: blur(14px);
}

.topbar strong[b-o6b64umkvz],
.topbar .eyebrow[b-o6b64umkvz] {
    display: block;
}

.eyebrow[b-o6b64umkvz] {
    margin-bottom: 3px;
    color: #64748b;
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.topbar-actions[b-o6b64umkvz] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.plan-pill[b-o6b64umkvz] {
    padding: 7px 11px;
    border-radius: 999px;
    color: #8a3c13;
    background: #fff1d6;
    font-size: .76rem;
    font-weight: 750;
}

.avatar[b-o6b64umkvz] {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #dce2ea;
    border-radius: 50%;
    color: #14213d;
    background: #fff;
    font-size: .76rem;
    font-weight: 800;
}

.content[b-o6b64umkvz] {
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 42px clamp(24px, 4vw, 56px) 64px;
}

@media (max-width: 760px) {
    .app-shell[b-o6b64umkvz] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-o6b64umkvz] {
        position: static;
        height: auto;
        padding: 16px;
    }

    .brand[b-o6b64umkvz] {
        padding-bottom: 16px;
    }

    .primary-nav[b-o6b64umkvz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sidebar-note[b-o6b64umkvz] {
        display: none;
    }

    .topbar[b-o6b64umkvz] {
        min-height: 68px;
    }

    .plan-pill[b-o6b64umkvz] {
        display: none;
    }

    .content[b-o6b64umkvz] {
        padding-top: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .primary-nav[b-o6b64umkvz]  a {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xesap5jdr8],
.components-reconnect-repeated-attempt-visible[b-xesap5jdr8],
.components-reconnect-failed-visible[b-xesap5jdr8],
.components-pause-visible[b-xesap5jdr8],
.components-resume-failed-visible[b-xesap5jdr8],
.components-rejoining-animation[b-xesap5jdr8] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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