/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page-improve[b-ydsevpt6wi] {
    min-height: calc(100vh - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 34%), linear-gradient(135deg, #f6f8fc 0%, #eef3f9 100%);
}

.login-card-improve[b-ydsevpt6wi] {
    width: 100%;
    max-width: 460px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.login-brand[b-ydsevpt6wi] {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 28px;
}

.login-logo-circle[b-ydsevpt6wi] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 25px;
    color: #ffffff;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
}

.login-brand h1[b-ydsevpt6wi] {
    margin: 0;
    font-size: 27px;
    font-weight: 800;
    color: #0f172a;
}

.login-brand p[b-ydsevpt6wi] {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 14px;
}

.login-input[b-ydsevpt6wi] {
    border-radius: 16px;
    border: 1px solid #dbe3ef;
}

.login-passkey-btn[b-ydsevpt6wi] {
    width: 100%;
    border: 0;
    border-radius: 18px;
    padding: 15px 18px;
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26);
    transition: 0.18s ease;
}

    .login-passkey-btn:hover[b-ydsevpt6wi] {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 18px 36px rgba(37, 99, 235, 0.32);
    }

.login-help-text[b-ydsevpt6wi] {
    margin-top: 10px;
    text-align: center;
    color: #64748b;
    font-size: 13px;
}

.login-divider[b-ydsevpt6wi] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
    color: #94a3b8;
    font-size: 13px;
}

    .login-divider[b-ydsevpt6wi]::before,
    .login-divider[b-ydsevpt6wi]::after {
        content: "";
        height: 1px;
        flex: 1;
        background: #e2e8f0;
    }

.login-password-box[b-ydsevpt6wi] {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 15px 16px;
    background: #f8fafc;
}

    .login-password-box summary[b-ydsevpt6wi] {
        cursor: pointer;
        font-weight: 700;
        color: #334155;
        list-style: none;
    }

        .login-password-box summary[b-ydsevpt6wi]::-webkit-details-marker {
            display: none;
        }

        .login-password-box summary[b-ydsevpt6wi]::after {
            content: "⌄";
            float: right;
            color: #64748b;
            font-size: 18px;
        }

    .login-password-box[open] summary[b-ydsevpt6wi]::after {
        content: "⌃";
    }

.login-remember[b-ydsevpt6wi] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #475569;
}

.login-password-btn[b-ydsevpt6wi] {
    width: 100%;
    border-radius: 16px;
    padding: 11px 16px;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #cbd5e1;
}

    .login-password-btn:hover[b-ydsevpt6wi] {
        background: #f1f5f9;
    }

.login-links[b-ydsevpt6wi] {
    margin-top: 18px;
    text-align: center;
}

    .login-links a[b-ydsevpt6wi] {
        color: #2563eb;
        font-weight: 600;
        text-decoration: none;
    }

        .login-links a:hover[b-ydsevpt6wi] {
            text-decoration: underline;
        }

.login-validation[b-ydsevpt6wi] {
    font-size: 14px;
    margin-bottom: 14px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-hcnv3wqy62] {
    min-height: 100vh;
    display: flex;
    background: #eef3f8;
}

.sidebar[b-hcnv3wqy62] {
    width: 282px;
    min-height: 100vh;
    background: #071b38;
    color: white;
    position: sticky;
    top: 0;
}

.main-area[b-hcnv3wqy62] {
    flex: 1;
    min-width: 0;
}

.topbar[b-hcnv3wqy62] {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    position: sticky;
    top: 0;
    z-index: 10;
}

.topbar strong[b-hcnv3wqy62] {
    display: block;
    color: #0f172a;
}

.topbar span[b-hcnv3wqy62] {
    display: block;
    font-size: .84rem;
    color: #64748b;
}

.topbar-link[b-hcnv3wqy62] {
    padding: .55rem .9rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
}

.content-area[b-hcnv3wqy62] {
    padding: 28px 32px 42px;
}

@media (max-width: 900px) {
    .app-shell[b-hcnv3wqy62] {
        flex-direction: column;
    }

    .sidebar[b-hcnv3wqy62] {
        width: 100%;
        min-height: auto;
        position: relative;
    }

    .content-area[b-hcnv3wqy62] {
        padding: 20px;
    }
}

#blazor-error-ui[b-hcnv3wqy62] {
    color-scheme: light only;
    background: #fef3c7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-box[b-72nxhk1ncc] {
    padding: 24px 22px 18px;
}

.brand-link[b-72nxhk1ncc] {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark[b-72nxhk1ncc] {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 900;
    letter-spacing: .5px;
    background: linear-gradient(135deg, #58c6ff, #2454ff);
    box-shadow: 0 14px 28px rgba(36, 84, 255, .28);
}

.brand-link strong[b-72nxhk1ncc] {
    display: block;
    font-size: 1.05rem;
}

.brand-link span[b-72nxhk1ncc] {
    display: block;
    color: #9fb3d1;
    font-size: .82rem;
}

.side-nav[b-72nxhk1ncc] {
    padding: 4px 14px 24px;
}

.nav-group[b-72nxhk1ncc] {
    margin-top: 18px;
}

.nav-group small[b-72nxhk1ncc] {
    display: block;
    padding: 0 10px 8px;
    text-transform: uppercase;
    color: #7f93b1;
    letter-spacing: .08em;
    font-size: .68rem;
    font-weight: 800;
}

.nav-item[b-72nxhk1ncc] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    margin: 3px 0;
    border-radius: 14px;
    text-decoration: none;
    color: #d6e4f7;
    font-weight: 700;
    transition: all .16s ease;
}

.nav-item span[b-72nxhk1ncc] {
    width: 22px;
    text-align: center;
}

.nav-item:hover[b-72nxhk1ncc] {
    color: white;
    background: rgba(255, 255, 255, .07);
    transform: translateX(2px);
}

.nav-item.active[b-72nxhk1ncc] {
    color: white;
    background: linear-gradient(90deg, rgba(68, 160, 255, .28), rgba(255, 255, 255, .08));
    box-shadow: inset 3px 0 0 #58c6ff;
}

.reserved-group .nav-item.active[b-72nxhk1ncc],
.reserved-group .nav-item:hover[b-72nxhk1ncc] {
    box-shadow: inset 3px 0 0 #f59e0b;
}

.nav-footer[b-72nxhk1ncc] {
    margin: 20px 16px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    color: #d6e4f7;
}

.nav-footer a[b-72nxhk1ncc],
.nav-footer button[b-72nxhk1ncc] {
    color: white;
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
}

.nav-footer form[b-72nxhk1ncc] {
    margin-top: 8px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qs2f4ld9zc],
.components-reconnect-repeated-attempt-visible[b-qs2f4ld9zc],
.components-reconnect-failed-visible[b-qs2f4ld9zc],
.components-pause-visible[b-qs2f4ld9zc],
.components-resume-failed-visible[b-qs2f4ld9zc],
.components-rejoining-animation[b-qs2f4ld9zc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-retrying[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-failed[b-qs2f4ld9zc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qs2f4ld9zc] {
    display: block;
}


#components-reconnect-modal[b-qs2f4ld9zc] {
    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-qs2f4ld9zc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qs2f4ld9zc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qs2f4ld9zc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qs2f4ld9zc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qs2f4ld9zc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qs2f4ld9zc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qs2f4ld9zc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qs2f4ld9zc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qs2f4ld9zc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qs2f4ld9zc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qs2f4ld9zc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qs2f4ld9zc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qs2f4ld9zc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qs2f4ld9zc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qs2f4ld9zc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qs2f4ld9zc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qs2f4ld9zc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qs2f4ld9zc {
    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;
    }
}
