/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-gwdr6st8mn] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 50%, #f8fafc 100%);
}

/* ===== Auth Top Bar ===== */
.auth-topbar[b-gwdr6st8mn] {
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 100;
    flex-shrink: 0;
}

.auth-topbar-inner[b-gwdr6st8mn] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-topbar-brand[b-gwdr6st8mn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.auth-topbar-brand-icon[b-gwdr6st8mn] {
    font-size: 1.375rem;
    line-height: 1;
}

.auth-topbar-brand-text[b-gwdr6st8mn] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.auth-topbar-end[b-gwdr6st8mn] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.auth-topbar-link[b-gwdr6st8mn] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
    background: #fff;
}

.auth-topbar-link:hover[b-gwdr6st8mn] {
    color: #2563eb;
    border-color: #bfdbfe;
    background: #eff6ff;
}

/* ===== Auth Main ===== */
.auth-main[b-gwdr6st8mn] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ===== App Layout ===== */
.app-layout[b-gq829qwm3f] {
    display: flex;
    min-height: 100vh;
}

/* ===== Sidebar ===== */
.sidebar[b-gq829qwm3f] {
    width: 264px;
    min-height: 100vh;
    background: linear-gradient(180deg, #0c1e3d 0%, #132d5e 40%, #1a3a70 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid rgba(255,255,255,0.06);
}

.sidebar.collapsed[b-gq829qwm3f] {
    transform: translateX(-264px);
}

.sidebar-overlay[b-gq829qwm3f] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1035;
    backdrop-filter: blur(2px);
    animation: fadeOverlay-b-gq829qwm3f 0.2s ease;
}

@keyframes fadeOverlay-b-gq829qwm3f {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== Main Area ===== */
.main-area[b-gq829qwm3f] {
    flex: 1;
    margin-left: 264px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f8fafc;
}

/* ===== Top Bar ===== */
.top-bar[b-gq829qwm3f] {
    height: 64px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    padding: 0 1.75rem;
    position: sticky;
    top: 0;
    z-index: 1030;
    gap: 0.75rem;
}

.top-bar-brand[b-gq829qwm3f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-bar-brand-icon[b-gq829qwm3f] {
    font-size: 1.25rem;
}

.top-bar-brand-text[b-gq829qwm3f] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e40af;
    letter-spacing: -0.01em;
}

.top-bar-spacer[b-gq829qwm3f] {
    flex: 1;
}

.top-bar-end[b-gq829qwm3f] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-bar-user[b-gq829qwm3f] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.top-bar-avatar[b-gq829qwm3f] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #6366f1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.top-bar-user-info[b-gq829qwm3f] {
    display: flex;
    flex-direction: column;
}

.top-bar-user-name[b-gq829qwm3f] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.3;
}

.top-bar-divider[b-gq829qwm3f] {
    width: 1px;
    height: 24px;
    background: #e2e8f0;
}

.sidebar-toggle[b-gq829qwm3f] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s ease;
}

.sidebar-toggle:hover[b-gq829qwm3f] {
    background: #f1f5f9;
    color: #0f172a;
    border-color: #cbd5e1;
}

/* ===== Content ===== */
.content-area[b-gq829qwm3f] {
    flex: 1;
    padding: 2rem;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
    .sidebar[b-gq829qwm3f] {
        transform: translateX(-264px);
    }
    .sidebar:not(.collapsed)[b-gq829qwm3f] {
        transform: translateX(0);
    }
    .main-area[b-gq829qwm3f] {
        margin-left: 0;
    }
    .content-area[b-gq829qwm3f] {
        padding: 1.25rem;
    }
    .top-bar[b-gq829qwm3f] {
        padding: 0 1rem;
    }
}

@media (min-width: 992px) {
    .sidebar-toggle[b-gq829qwm3f] {
        display: none;
    }
    .sidebar.collapsed[b-gq829qwm3f] {
        transform: translateX(-264px);
    }
    .sidebar.collapsed ~ .main-area[b-gq829qwm3f],
    .app-layout:has(.sidebar.collapsed) .main-area[b-gq829qwm3f] {
        margin-left: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ===== Sidebar Header ===== */
.sidebar-header[b-i5fleeaz1l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.375rem 1.25rem 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.sidebar-brand[b-i5fleeaz1l] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    color: #fff;
}

.sidebar-brand:hover[b-i5fleeaz1l] {
    color: #fff;
    text-decoration: none;
}

.brand-icon[b-i5fleeaz1l] {
    font-size: 1.5rem;
    line-height: 1;
}

.brand-text[b-i5fleeaz1l] {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.sidebar-close[b-i5fleeaz1l] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border: none;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: all 0.15s ease;
}

.sidebar-close:hover[b-i5fleeaz1l] {
    color: #fff;
    background: rgba(255,255,255,0.15);
}

/* ===== Sidebar Nav ===== */
.sidebar-nav[b-i5fleeaz1l] {
    padding: 0.875rem 0.75rem;
    flex: 1;
}

.nav-section[b-i5fleeaz1l] {
    padding: 0.625rem 0.75rem 0.375rem;
}

.nav-section-title[b-i5fleeaz1l] {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
}

/* ===== Sidebar Links ===== */
[b-i5fleeaz1l] .sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5625rem 0.75rem;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 450;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    margin-bottom: 2px;
}

[b-i5fleeaz1l] .sidebar-link:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
    text-decoration: none;
}

[b-i5fleeaz1l] .sidebar-link.active {
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-weight: 550;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06);
}

.nav-icon-wrap[b-i5fleeaz1l] {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.75;
}

[b-i5fleeaz1l] .sidebar-link.active .nav-icon-wrap {
    opacity: 1;
    color: #93c5fd;
}

.nav-text[b-i5fleeaz1l] {
    white-space: nowrap;
    letter-spacing: 0.005em;
}

/* ===== Sidebar Footer ===== */
.sidebar-footer[b-i5fleeaz1l] {
    padding: 0.875rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-footer-badge[b-i5fleeaz1l] {
    font-size: 0.625rem;
    color: rgba(255,255,255,0.25);
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fcgdp67yd9],
.components-reconnect-repeated-attempt-visible[b-fcgdp67yd9],
.components-reconnect-failed-visible[b-fcgdp67yd9],
.components-pause-visible[b-fcgdp67yd9],
.components-resume-failed-visible[b-fcgdp67yd9],
.components-rejoining-animation[b-fcgdp67yd9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-retrying[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-failed[b-fcgdp67yd9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fcgdp67yd9] {
    display: block;
}


#components-reconnect-modal[b-fcgdp67yd9] {
    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-fcgdp67yd9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fcgdp67yd9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fcgdp67yd9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fcgdp67yd9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fcgdp67yd9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fcgdp67yd9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fcgdp67yd9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fcgdp67yd9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fcgdp67yd9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fcgdp67yd9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fcgdp67yd9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fcgdp67yd9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fcgdp67yd9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fcgdp67yd9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fcgdp67yd9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fcgdp67yd9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fcgdp67yd9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fcgdp67yd9 {
    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;
    }
}
