/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar[b-p0hcj6sj2q] {
    background: rgba(13, 19, 33, 0.98);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 100;
}

@media (max-width: 992px) {
    .sidebar[b-p0hcj6sj2q] {
        height: auto;
        position: relative;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
}

#blazor-error-ui[b-p0hcj6sj2q] {
    background: var(--danger-bg);
    color: #fff;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
    border-top: 1px solid var(--danger);
    font-family: var(--font-sans);
    backdrop-filter: blur(10px);
}

#blazor-error-ui a[b-p0hcj6sj2q] {
    color: var(--color-primary);
    text-decoration: underline;
    margin: 0 0.5rem;
    font-weight: 600;
}

#blazor-error-ui .dismiss[b-p0hcj6sj2q] {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 0.8rem;
    color: var(--text-muted);
}

#blazor-error-ui .dismiss:hover[b-p0hcj6sj2q] {
    color: #fff;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-6kin811i9c] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem 1.5rem;
}

.brand-section[b-6kin811i9c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 0.5rem;
}

.logo-icon[b-6kin811i9c] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, hsl(212, 100%, 61%) 0%, hsl(262, 89%, 65%) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.brand-name[b-6kin811i9c] {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}

.brand-accent[b-6kin811i9c] {
    color: hsl(212, 100%, 61%);
}

.menu-divider[b-6kin811i9c] {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 2rem 0;
}

.nav-links[b-6kin811i9c] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-6kin811i9c] .nav-link-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    color: hsl(210, 20%, 75%);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

[b-6kin811i9c] .nav-link-item:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

[b-6kin811i9c] .nav-link-item.active {
    background: rgba(59, 130, 246, 0.15);
    color: hsl(212, 100%, 61%);
    font-weight: 600;
}

[b-6kin811i9c] .nav-link-item.active .nav-icon {
    color: hsl(212, 100%, 61%);
    stroke-width: 2.5;
}

.nav-icon[b-6kin811i9c] {
    width: 20px;
    height: 20px;
    color: inherit;
    transition: all 0.2s ease;
}

/* User Profile Section */
.user-profile-section[b-6kin811i9c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    margin-top: auto;
    backdrop-filter: blur(10px);
}

.user-avatar[b-6kin811i9c] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(212, 100%, 61%) 0%, hsl(262, 89%, 65%) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.2);
    flex-shrink: 0;
    text-transform: uppercase;
}

.user-info[b-6kin811i9c] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
}

.user-name[b-6kin811i9c] {
    font-weight: 600;
    font-size: 0.88rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-username[b-6kin811i9c] {
    font-size: 0.72rem;
    color: hsl(210, 15%, 55%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-logout[b-6kin811i9c] {
    background: transparent;
    border: none;
    color: hsl(210, 15%, 55%);
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-logout:hover[b-6kin811i9c] {
    background: rgba(239, 68, 68, 0.15);
    color: hsl(354, 85%, 56%);
}

.logout-icon[b-6kin811i9c] {
    width: 18px;
    height: 18px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-49frau5g9j],
.components-reconnect-repeated-attempt-visible[b-49frau5g9j],
.components-reconnect-failed-visible[b-49frau5g9j],
.components-pause-visible[b-49frau5g9j],
.components-resume-failed-visible[b-49frau5g9j],
.components-rejoining-animation[b-49frau5g9j] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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