@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-19orqkndx6] {
    min-height: 100dvh;
    background:
        linear-gradient(135deg, rgba(12, 80, 175, 0.08) 0%, rgba(20, 136, 124, 0.09) 44%, rgba(242, 166, 54, 0.08) 100%),
        var(--colorNeutralBackground2);
}

.auth-topbar[b-19orqkndx6] {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem clamp(1rem, 4vw, 2.5rem) 0;
}

.auth-brand-mark[b-19orqkndx6] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    color: var(--colorNeutralForeground1);
    font-weight: 700;
    text-decoration: none;
}

.auth-brand-symbol[b-19orqkndx6] {
    display: grid;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    place-items: center;
    border-radius: 8px;
    background: var(--colorBrandBackground);
    color: var(--colorNeutralForegroundOnBrand);
    font-size: 1rem;
}

.auth-topbar-note[b-19orqkndx6] {
    color: var(--colorNeutralForeground3);
    font-size: 0.92rem;
    text-align: right;
}

.auth-body-content[b-19orqkndx6] {
    display: flex;
    width: 100%;
    min-height: calc(100dvh - 4rem);
    justify-content: center;
    align-items: center;
    padding: 2rem clamp(1rem, 4vw, 2.5rem) 2.5rem;
    box-sizing: border-box;
}

.auth-layout-container[b-19orqkndx6] {
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: stretch;
}

.auth-brand-panel[b-19orqkndx6] {
    position: relative;
    display: flex;
    min-height: 560px;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 4vw, 3rem);
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--colorNeutralStroke1) 70%, transparent);
    border-radius: 8px;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76)),
        linear-gradient(135deg, rgba(12, 80, 175, 0.16), rgba(20, 136, 124, 0.12));
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.auth-brand-copy[b-19orqkndx6] {
    display: grid;
    gap: 1rem;
    max-width: 38rem;
}

.auth-brand-copy h1[b-19orqkndx6] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.75rem, 5vw, 4.75rem);
    font-weight: 720;
    line-height: 0.98;
}

.auth-brand-eyebrow[b-19orqkndx6] {
    width: fit-content;
    margin: 0;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #0f65b7;
    color: white;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.auth-brand-lead[b-19orqkndx6] {
    max-width: 34rem;
    margin: 0;
    color: #334155;
    font-size: 1.12rem;
    line-height: 1.55;
}

.auth-feature-grid[b-19orqkndx6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.auth-feature[b-19orqkndx6] {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--colorNeutralStroke1) 76%, transparent);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.auth-feature-kicker[b-19orqkndx6] {
    width: 5.5rem;
    min-width: 5.5rem;
    color: #0f5ea8;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.auth-feature strong[b-19orqkndx6] {
    display: block;
    color: #0f172a;
    line-height: 1.25;
}

.auth-feature p[b-19orqkndx6] {
    margin: 0.25rem 0 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.45;
}

.auth-content-panel[b-19orqkndx6] {
    align-self: stretch;
    display: flex;
    align-items: center;
}

@media (max-width: 900px) {
    .auth-topbar[b-19orqkndx6] {
        align-items: flex-start;
        flex-direction: column;
    }

    .auth-topbar-note[b-19orqkndx6] {
        text-align: left;
    }

    .auth-layout-container[b-19orqkndx6] {
        grid-template-columns: 1fr;
    }

    .auth-brand-panel[b-19orqkndx6] {
        min-height: auto;
        padding: 1.25rem;
    }

    .auth-brand-copy h1[b-19orqkndx6] {
        font-size: 2.25rem;
    }

    .auth-feature-grid[b-19orqkndx6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .auth-body-content[b-19orqkndx6] {
        align-items: flex-start;
        padding-top: 1rem;
    }

    .auth-brand-panel[b-19orqkndx6] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-brdy6zbj79],
.components-reconnect-repeated-attempt-visible[b-brdy6zbj79],
.components-reconnect-failed-visible[b-brdy6zbj79],
.components-pause-visible[b-brdy6zbj79],
.components-resume-failed-visible[b-brdy6zbj79],
.components-rejoining-animation[b-brdy6zbj79] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-brdy6zbj79 {
    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/Auth/Login.razor.rz.scp.css */
.auth-form-card[b-7pfe9pzj76] {
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1.25rem, 4vw, 2rem);
    border-radius: 8px;
}

.auth-form-header[b-7pfe9pzj76] {
    display: grid;
    gap: 0.85rem;
}

.auth-form-header h2[b-7pfe9pzj76] {
    margin: 0;
    color: var(--colorNeutralForeground1);
    font-size: 1.65rem;
    line-height: 1.2;
}

.auth-form-eyebrow[b-7pfe9pzj76] {
    width: fit-content;
    margin: 0;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--colorBrandStroke1);
    border-radius: 999px;
    color: var(--colorBrandForeground1);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.auth-field-group[b-7pfe9pzj76] {
    display: grid;
    gap: 0.95rem;
}

.auth-form-subtitle[b-7pfe9pzj76] {
    margin: 0.35rem 0 0;
    color: var(--colorNeutralForeground3);
    line-height: 1.45;
}

.auth-message[b-7pfe9pzj76] {
    margin: 0;
    padding: 0.8rem 0.9rem;
    border-radius: 8px;
    line-height: 1.4;
}

.auth-message-error[b-7pfe9pzj76] {
    border: 1px solid var(--colorPaletteRedBorder2);
    background: var(--colorPaletteRedBackground1);
    color: var(--colorPaletteRedForeground1);
}

.remember-session[b-7pfe9pzj76] {
    align-items: center;
    color: var(--neutral-foreground-rest);
    display: inline-flex;
    gap: 0.5rem;
}

.auth-submit[b-7pfe9pzj76] {
    width: 100%;
}

.auth-switch-panel[b-7pfe9pzj76] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    padding: 0.8rem;
    border: 1px solid var(--colorNeutralStroke1);
    border-radius: 8px;
    background: var(--colorNeutralBackground2);
    color: var(--colorNeutralForeground3);
    text-align: center;
}
/* /Components/Pages/Auth/Register.razor.rz.scp.css */
.auth-form-card[b-63a6fujpa7] {
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1.25rem, 4vw, 2rem);
    border-radius: 8px;
}

.auth-form-header[b-63a6fujpa7] {
    display: grid;
    gap: 0.85rem;
}

.auth-form-header h2[b-63a6fujpa7] {
    margin: 0;
    color: var(--colorNeutralForeground1);
    font-size: 1.65rem;
    line-height: 1.2;
}

.auth-form-eyebrow[b-63a6fujpa7] {
    width: fit-content;
    margin: 0;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--colorBrandStroke1);
    border-radius: 999px;
    color: var(--colorBrandForeground1);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.auth-field-group[b-63a6fujpa7] {
    display: grid;
    gap: 0.95rem;
}

.auth-form-subtitle[b-63a6fujpa7] {
    margin: 0.35rem 0 0;
    color: var(--colorNeutralForeground3);
    line-height: 1.45;
}

.auth-message[b-63a6fujpa7] {
    margin: 0;
    padding: 0.8rem 0.9rem;
    border-radius: 8px;
    line-height: 1.4;
}

.auth-message-error[b-63a6fujpa7] {
    border: 1px solid var(--colorPaletteRedBorder2);
    background: var(--colorPaletteRedBackground1);
    color: var(--colorPaletteRedForeground1);
}

.remember-session[b-63a6fujpa7] {
    align-items: center;
    color: var(--neutral-foreground-rest);
    display: inline-flex;
    gap: 0.5rem;
}

.auth-submit[b-63a6fujpa7] {
    width: 100%;
}

.auth-switch-panel[b-63a6fujpa7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    padding: 0.8rem;
    border: 1px solid var(--colorNeutralStroke1);
    border-radius: 8px;
    background: var(--colorNeutralBackground2);
    color: var(--colorNeutralForeground3);
    text-align: center;
}
