/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ── Collapse toggle ──────────────────────────────────────────────────────── */
.nav-collapse-input[b-flw816if7i] { display: none; }

/* ── Shell ────────────────────────────────────────────────────────────────── */
.app-shell[b-flw816if7i] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ── Top bar ──────────────────────────────────────────────────────────────── */
.top-bar[b-flw816if7i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 16px;
    background: #111;
    color: #c8cdd8;
    position: sticky;
    top: 0;
    z-index: 200;
    flex-shrink: 0;
}

.top-bar-start[b-flw816if7i] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-logo[b-flw816if7i] {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.app-name[b-flw816if7i] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01em;
}

.top-bar-end[b-flw816if7i] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-user[b-flw816if7i] {
    font-size: 0.8rem;
    color: #8b92a5;
}

.logout-form[b-flw816if7i] { margin: 0; }

.logout-btn[b-flw816if7i] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: 4px;
    color: #8b92a5;
    cursor: pointer;
}

.logout-btn:hover[b-flw816if7i] { color: #fff; background: rgba(255,255,255,0.08); }

/* ── Body area (sidebar + content) ───────────────────────────────────────── */
.body-area[b-flw816if7i] {
    display: flex;
    flex: 1;
}

/* ── Sidebar ──────────────────────────────────────────────────────────────── */
.side-nav[b-flw816if7i] {
    display: flex;
    flex-direction: column;
    width: 220px;
    background: #111;
    color: #c8cdd8;
    flex-shrink: 0;
    transition: width 200ms ease;
    overflow: hidden;
    position: sticky;
    top: 48px;
    height: calc(100vh - 48px);
}

.nav-collapse-input:checked ~ .app-shell .side-nav[b-flw816if7i] {
    width: 56px;
}

/* ── Nav items ────────────────────────────────────────────────────────────── */
.nav-items[b-flw816if7i] {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    flex: 1;
}

[b-flw816if7i] .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    color: #c8cdd8;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    border-left: 3px solid transparent;
    transition: background 120ms ease, color 120ms ease;
    cursor: pointer;
}

[b-flw816if7i] .nav-item:hover {
    background: rgba(255,255,255,0.07);
    color: #fff;
}

[b-flw816if7i] .nav-item.active {
    color: #fff;
    border-left-color: #EF6C22;
    background: rgba(239,108,34,0.1);
}

[b-flw816if7i] .nav-item.active svg { color: #EF6C22; }

/* ── Footer / collapse ────────────────────────────────────────────────────── */
.nav-footer[b-flw816if7i] {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 4px 0;
    flex-shrink: 0;
}

.nav-collapse-btn[b-flw816if7i] {
    color: #8b92a5;
    background: none;
    border: none;
    width: 100%;
}

.nav-collapse-btn:hover[b-flw816if7i] { color: #fff; }

.collapse-icon[b-flw816if7i] {
    flex-shrink: 0;
    transition: transform 200ms ease;
}

.nav-collapse-input:checked ~ .app-shell .collapse-icon[b-flw816if7i] {
    transform: rotate(180deg);
}

/* ── Labels hide on collapse ──────────────────────────────────────────────── */
.nav-label[b-flw816if7i] {
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 150ms ease;
}

.nav-collapse-input:checked ~ .app-shell .nav-label[b-flw816if7i] {
    display: none;
}

.nav-collapse-input:checked ~ .app-shell[b-flw816if7i]  .nav-item {
    justify-content: center;
    padding: 10px 0;
}

.nav-collapse-input:checked ~ .app-shell .nav-collapse-btn[b-flw816if7i] {
    justify-content: center;
    padding: 10px 0;
}

/* ── Page content ─────────────────────────────────────────────────────────── */
.page-content[b-flw816if7i] {
    flex: 1;
    min-width: 0;
    background: #F7F6F6;
}

.content-wrapper[b-flw816if7i] {
    padding: 28px 32px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-i5vdtf8ux6],
.components-reconnect-repeated-attempt-visible[b-i5vdtf8ux6],
.components-reconnect-failed-visible[b-i5vdtf8ux6],
.components-pause-visible[b-i5vdtf8ux6],
.components-resume-failed-visible[b-i5vdtf8ux6],
.components-rejoining-animation[b-i5vdtf8ux6] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-i5vdtf8ux6 {
    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;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-jgtqe17ggq] {
    min-height: 100vh;
    background: #141827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", system-ui, -apple-system, sans-serif;
}

.login-card[b-jgtqe17ggq] {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 48px;
    width: 100%;
    max-width: 400px;
}

.login-logo[b-jgtqe17ggq] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}

.login-logo-img[b-jgtqe17ggq] {
    width: 32px;
    height: 32px;
}

.login-app-name[b-jgtqe17ggq] {
    font-size: 1rem;
    font-weight: 600;
    color: #141827;
    letter-spacing: -0.01em;
}
