/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-shell[b-x8vu37ogq7] {
    min-height: 100vh;
    display: flex;
    background: var(--surface);
}

/* ----- Brand panel ----- */
.login-brand[b-x8vu37ogq7] {
    flex: 0 0 42%;
    max-width: 540px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.75rem 3rem;
    background: linear-gradient(190deg, var(--navy-2), var(--navy-deep) 78%);
    color: #eaf1f6;
}

.login-brand[b-x8vu37ogq7]::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -220px;
    bottom: -240px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(207, 145, 55, .16), transparent);
    pointer-events: none;
}

.login-brand-top[b-x8vu37ogq7] {
    display: flex;
    align-items: center;
    gap: .8rem;
    position: relative;
}

.login-brand-top img[b-x8vu37ogq7] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    flex-shrink: 0;
}

.login-brand-name[b-x8vu37ogq7] {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.4rem;
    line-height: 1.1;
}

.login-brand-sub[b-x8vu37ogq7] {
    font-size: .68rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #93a9b8;
    margin-top: 1px;
}

.login-brand-mid[b-x8vu37ogq7] {
    position: relative;
    margin: auto 0;
    padding: 3rem 0;
}

.login-brand-quote[b-x8vu37ogq7] {
    font-family: 'DM Serif Display', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.35;
    max-width: 20ch;
    color: #eaf1f6;
}

.login-brand-quote-attrib[b-x8vu37ogq7] {
    margin-top: 1.1rem;
    font-size: .74rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #93a9b8;
}

.login-brand-foot[b-x8vu37ogq7] {
    position: relative;
    font-size: .72rem;
    color: #7891a1;
}

/* ----- Form panel ----- */
.login-panel[b-x8vu37ogq7] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

.login-card[b-x8vu37ogq7] {
    width: 100%;
    max-width: 396px;
    padding: 2.25rem 2.25rem 1.75rem;
}

.login-eyebrow[b-x8vu37ogq7] {
    font-family: 'DM Serif Display', Georgia, serif;
    font-style: italic;
    color: var(--amber-ink);
    font-size: .92rem;
    margin-bottom: .2rem;
}

.login-title[b-x8vu37ogq7] {
    font-family: 'DM Serif Display', Georgia, serif;
    font-weight: 400;
    font-size: 1.7rem;
    color: var(--ink);
}

.login-sub[b-x8vu37ogq7] {
    color: var(--ink-soft);
    font-size: .85rem;
    margin-top: .35rem;
    margin-bottom: 1.75rem;
}

.login-field[b-x8vu37ogq7] {
    margin-bottom: 1rem;
}

.login-field label[b-x8vu37ogq7] {
    font-size: .78rem;
    font-weight: 600;
    color: var(--ink-soft);
    margin-bottom: .35rem;
    display: block;
}

.login-field .form-control[b-x8vu37ogq7] {
    padding: .55rem .75rem;
    border-radius: .5rem;
    border-color: var(--line);
    background: var(--paper);
    color: var(--ink);
}

.login-field .form-control:focus[b-x8vu37ogq7] {
    border-color: var(--amber);
    box-shadow: 0 0 0 .2rem rgba(207, 145, 55, .16);
}

.login-remember-row[b-x8vu37ogq7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.login-remember-row .form-check[b-x8vu37ogq7] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
}

.login-remember-row .form-check-label[b-x8vu37ogq7] {
    font-size: .82rem;
    color: var(--ink-soft);
}

.login-submit[b-x8vu37ogq7] {
    padding: .6rem 0;
    font-weight: 600;
}

.login-help[b-x8vu37ogq7] {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-soft);
    font-size: .78rem;
    color: var(--ink-faint);
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .login-shell[b-x8vu37ogq7] {
        flex-direction: column;
    }

    .login-brand[b-x8vu37ogq7] {
        flex: none;
        max-width: none;
        padding: 2rem 1.75rem;
    }

    .login-brand-mid[b-x8vu37ogq7] {
        padding: 1.5rem 0;
    }

    .login-brand-quote[b-x8vu37ogq7] {
        font-size: 1.35rem;
        max-width: none;
    }

    .login-panel[b-x8vu37ogq7] {
        padding: 2rem 1.25rem 3rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pur8kjgiri] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pur8kjgiri] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wv27i7s9o3],
.components-reconnect-repeated-attempt-visible[b-wv27i7s9o3],
.components-reconnect-failed-visible[b-wv27i7s9o3],
.components-pause-visible[b-wv27i7s9o3],
.components-resume-failed-visible[b-wv27i7s9o3],
.components-rejoining-animation[b-wv27i7s9o3] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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