/* /Components/Layout/DashboardNavbar.razor.rz.scp.css */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j2e0zsl30j],
.components-reconnect-repeated-attempt-visible[b-j2e0zsl30j],
.components-reconnect-failed-visible[b-j2e0zsl30j],
.components-pause-visible[b-j2e0zsl30j],
.components-resume-failed-visible[b-j2e0zsl30j],
.components-rejoining-animation[b-j2e0zsl30j] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-retrying[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-failed[b-j2e0zsl30j],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j2e0zsl30j] {
    display: block;
}


#components-reconnect-modal[b-j2e0zsl30j] {
    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-j2e0zsl30j 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-j2e0zsl30j 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-j2e0zsl30j 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-j2e0zsl30j]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-j2e0zsl30j 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j2e0zsl30j {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j2e0zsl30j {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j2e0zsl30j {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j2e0zsl30j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-j2e0zsl30j] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-j2e0zsl30j] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-j2e0zsl30j] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-j2e0zsl30j] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-j2e0zsl30j] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-j2e0zsl30j] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-j2e0zsl30j 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-j2e0zsl30j] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-j2e0zsl30j {
    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;
    }
}
/* /Features/Auth/Components/UnitSelector.razor.rz.scp.css */
/* /Features/Auth/Pages/Login.razor.rz.scp.css */
:global(body)[b-s8x6mjhw4z] {
    font-family: 'Roboto', sans-serif;
    background: #f6f8fb;
    color: #111827;
}

:global(html)[b-s8x6mjhw4z], :global(body)[b-s8x6mjhw4z] {
    min-height: 100%;
}

.login-page[b-s8x6mjhw4z] {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.92), rgba(241, 245, 249, 0.88)),
        url('/images/login-bg-pattern.jpg') center/cover no-repeat;
}

.login-loading-screen[b-s8x6mjhw4z] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(241, 245, 249, 0.92)),
        url('/images/login-bg-pattern.jpg') center/cover no-repeat;
}

.loading-text[b-s8x6mjhw4z] {
    color: #64748b;
    font-size: 0.98rem;
    font-weight: 400;
}

.login-visual-panel[b-s8x6mjhw4z] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 3rem;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.20), rgba(15, 23, 42, 0.72)),
        url('/images/login-side.jpg') center center / cover no-repeat;
}

.visual-overlay[b-s8x6mjhw4z] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 35%),
        radial-gradient(circle at bottom right, rgba(59,130,246,0.15), transparent 30%);
    pointer-events: none;
}

.visual-content[b-s8x6mjhw4z] {
    position: relative;
    z-index: 1;
    max-width: 560px;
    color: #ffffff;
}

.visual-badge[b-s8x6mjhw4z] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(10px);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(255,255,255,0.16);
}

.visual-title[b-s8x6mjhw4z] {
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.visual-subtitle[b-s8x6mjhw4z] {
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 480px;
    margin-bottom: 2rem;
}

.visual-stats[b-s8x6mjhw4z] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.stat-card[b-s8x6mjhw4z] {
    min-width: 170px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
}

.stat-value[b-s8x6mjhw4z] {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.stat-label[b-s8x6mjhw4z] {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
}

.login-form-panel[b-s8x6mjhw4z] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.92)),
        url('/images/login-bg-pattern.jpg') center/cover no-repeat;
}

.login-form-wrap[b-s8x6mjhw4z] {
    width: 100%;
    max-width: 520px;
}

.login-card[b-s8x6mjhw4z] {
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08) !important;
}

.brand-block[b-s8x6mjhw4z] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-logo-shell[b-s8x6mjhw4z] {
    flex-shrink: 0;
}

.brand-logo-placeholder[b-s8x6mjhw4z] {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111827, #334155);
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.brand-logo-img[b-s8x6mjhw4z] {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 18px;
}

.brand-title[b-s8x6mjhw4z] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.brand-subtitle[b-s8x6mjhw4z] {
    color: #64748b;
    font-size: 0.98rem;
}

.custom-input[b-s8x6mjhw4z] {
    height: 58px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    box-shadow: none !important;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.98rem;
}

.custom-input:focus[b-s8x6mjhw4z] {
    border-color: #94a3b8;
    background-color: #ffffff;
}

.form-floating > label[b-s8x6mjhw4z] {
    color: #64748b;
    padding-left: 1rem;
}

.login-btn[b-s8x6mjhw4z] {
    height: 54px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #111827, #1f2937);
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.login-btn:hover[b-s8x6mjhw4z] {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
    color: #ffffff;
}

.login-btn:disabled[b-s8x6mjhw4z] {
    opacity: 0.75;
    transform: none;
    box-shadow: none;
}

.validation-text[b-s8x6mjhw4z] {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: #dc2626;
}

.login-footer[b-s8x6mjhw4z] {
    text-align: center;
    color: #94a3b8;
    font-size: 0.88rem;
}

@media (max-width: 991.98px) {
    .login-form-panel[b-s8x6mjhw4z] {
        padding: 1rem;
    }

    .login-card[b-s8x6mjhw4z] {
        border-radius: 24px;
    }

    .brand-title[b-s8x6mjhw4z] {
        font-size: 1.55rem;
    }

    .brand-subtitle[b-s8x6mjhw4z] {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .login-form-panel[b-s8x6mjhw4z] {
        align-items: stretch;
        padding: 1rem;
    }

    .login-form-wrap[b-s8x6mjhw4z] {
        display: flex;
        align-items: center;
    }

    .login-card .card-body[b-s8x6mjhw4z] {
        padding: 1.5rem !important;
    }

    .brand-block[b-s8x6mjhw4z] {
        align-items: flex-start;
    }

    .brand-logo-placeholder[b-s8x6mjhw4z],
    .brand-logo-img[b-s8x6mjhw4z] {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .custom-input[b-s8x6mjhw4z] {
        height: 54px;
        border-radius: 14px;
    }

    .login-btn[b-s8x6mjhw4z] {
        height: 52px;
        border-radius: 14px;
    }
}
