/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5xx81oigr5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--bg-primary);
}

main[b-5xx81oigr5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: var(--bg-primary);
    min-height: 100vh;
}

.sidebar[b-5xx81oigr5] {
    background-color: var(--bg-secondary);
    border-right: 1px solid var(--card-border);
}

.top-row[b-5xx81oigr5] {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.portal-user-actions[b-5xx81oigr5] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-width: 0;
}

.portal-mobile-start[b-5xx81oigr5] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.mobile-menu-toggle[b-5xx81oigr5],
.mobile-menu-backdrop[b-5xx81oigr5] {
    display: none;
}

article.content[b-5xx81oigr5] {
    flex: 1;
    padding: 2rem !important;
    min-width: 0;
}

@media (max-width: 640.98px) {
    .page[b-5xx81oigr5] {
        min-width: 0;
    }

    .sidebar[b-5xx81oigr5] {
        position: fixed;
        top: 0;
        left: 0;
        width: min(82vw, 320px);
        height: 100vh;
        z-index: 500;
        border-right: 1px solid var(--card-border);
        border-bottom: 0;
        transform: translateX(-102%);
        transition: transform 0.22s ease;
        box-shadow: 18px 0 42px rgba(0, 0, 0, 0.42);
        overflow-y: auto;
    }

    .sidebar.mobile-open[b-5xx81oigr5] {
        transform: translateX(0);
    }

    .mobile-menu-backdrop[b-5xx81oigr5] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 450;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(4px);
    }

    .mobile-menu-toggle[b-5xx81oigr5] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        flex: 0 0 auto;
    }

    .mobile-menu-toggle i[b-5xx81oigr5] {
        font-size: 1.35rem;
        line-height: 1;
    }

    .portal-top-row[b-5xx81oigr5] {
        position: sticky;
        min-height: 3.75rem;
        padding: 0.75rem 1rem !important;
    }

    .portal-shellbar[b-5xx81oigr5] {
        align-items: center !important;
        gap: 0.75rem;
        flex-wrap: nowrap;
    }

    .portal-mobile-start[b-5xx81oigr5] {
        min-width: 0;
        flex: 1 1 auto;
    }

    .portal-kicker[b-5xx81oigr5] {
        font-size: 0.72rem !important;
        line-height: 1.35;
        max-width: 160px;
    }

    .portal-user-actions[b-5xx81oigr5] {
        margin-left: auto;
        gap: 0.5rem;
        flex-wrap: nowrap;
        flex: 0 0 auto;
    }

    .portal-user-actions span[b-5xx81oigr5] {
        display: none;
    }

    .portal-user-actions .btn[b-5xx81oigr5] {
        min-height: 32px;
    }

    article.content[b-5xx81oigr5] {
        padding: 1rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-5xx81oigr5] {
        flex-direction: row;
    }

    .sidebar[b-5xx81oigr5] {
        width: var(--sidebar-width);
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 200;
    }

    .top-row[b-5xx81oigr5] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand-row[b-6nq7y1q8t9] {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--card-border);
}

.navbar-brand[b-6nq7y1q8t9] {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
}

.navbar-brand span[b-6nq7y1q8t9] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--accent);
    background: rgba(79, 70, 229, 0.15);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    margin-left: 0.25rem;
}

.nav-scrollable[b-6nq7y1q8t9] {
    display: block;
    padding: 1rem 0.75rem;
}

.nav[b-6nq7y1q8t9] {
    gap: 0.5rem;
}

.nav-item[b-6nq7y1q8t9]  a {
    color: var(--text-secondary);
    border-radius: 8px;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    line-height: 1.2;
    padding: 0 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-item[b-6nq7y1q8t9]  a:hover {
    background-color: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.nav-item[b-6nq7y1q8t9]  a.active {
    background: rgba(79, 70, 229, 0.1);
    border: 1px solid rgba(79, 70, 229, 0.2);
    color: #fff;
    box-shadow: 0 0 12px rgba(79, 70, 229, 0.15);
}

.nav-item[b-6nq7y1q8t9]  a i {
    font-size: 1.1rem;
    color: var(--text-muted);
    transition: color 0.2s ease;
    flex: 0 0 auto;
}

.nav-item[b-6nq7y1q8t9]  a.active i {
    color: #818cf8;
}

.nav-item[b-6nq7y1q8t9]  a:hover i {
    color: #fff;
}

@media (max-width: 640.98px) {
    .nav-brand-row[b-6nq7y1q8t9] {
        min-height: 3.75rem;
    }

    .nav-brand-row .container-fluid[b-6nq7y1q8t9] {
        justify-content: flex-start;
        padding: 0 1rem;
    }

    .navbar-brand[b-6nq7y1q8t9] {
        font-size: 1.15rem;
    }

    .nav-scrollable[b-6nq7y1q8t9] {
        padding: 1rem 0.75rem;
        overflow-x: visible;
    }

    .nav[b-6nq7y1q8t9] {
        flex-direction: column !important;
        flex-wrap: nowrap;
        gap: 0.5rem;
        min-width: 0;
    }

    .nav-item[b-6nq7y1q8t9] {
        flex: initial;
    }

    .nav-item[b-6nq7y1q8t9]  a {
        min-height: 2.75rem;
        padding: 0 1rem;
        border: 1px solid rgba(255, 255, 255, 0.06);
        background: rgba(255, 255, 255, 0.025);
        font-size: 0.92rem;
        white-space: nowrap;
    }

    .nav-item[b-6nq7y1q8t9]  a i {
        font-size: 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-stoqj53bgw],
.components-reconnect-repeated-attempt-visible[b-stoqj53bgw],
.components-reconnect-failed-visible[b-stoqj53bgw],
.components-pause-visible[b-stoqj53bgw],
.components-resume-failed-visible[b-stoqj53bgw],
.components-rejoining-animation[b-stoqj53bgw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-retrying[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-failed[b-stoqj53bgw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-stoqj53bgw] {
    display: block;
}


#components-reconnect-modal[b-stoqj53bgw] {
    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-stoqj53bgw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-stoqj53bgw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-stoqj53bgw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-stoqj53bgw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-stoqj53bgw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-stoqj53bgw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-stoqj53bgw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-stoqj53bgw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-stoqj53bgw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-stoqj53bgw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-stoqj53bgw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-stoqj53bgw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-stoqj53bgw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-stoqj53bgw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-stoqj53bgw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-stoqj53bgw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-stoqj53bgw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-stoqj53bgw {
    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;
    }
}
