@import '_content/Enfinity.Platform.AI.UI/Enfinity.Platform.AI.UI.nlhujjzsh6.bundle.scp.css';
@import '_content/Enfinity.Platform.Web.UI/Enfinity.Platform.Web.UI.toeo7mm784.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* Identity centred-card layout. Two-column on wide screens (stage left,
   brand panel right); collapses to single-column under 920px. The card
   itself is rendered by each page so the layout stays as a container.    */

.auth-shell[b-uwmgm7df9m] {
    display: grid;
    grid-template-columns: minmax(480px, 0.92fr) minmax(480px, 1.08fr);
    min-height: 100vh;
    background: var(--bg);
}

.auth-stage[b-uwmgm7df9m] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: var(--s-12);
    gap: var(--s-8);
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}

.auth-brand[b-uwmgm7df9m] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.auth-brand img[b-uwmgm7df9m] {
    display: block;
    width: 156px;
    height: auto;
}

.auth-footnote[b-uwmgm7df9m] {
    display: flex;
    align-items: center;
    gap: var(--s-2);
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--ink-50);
    margin-top: 0;
}

    .auth-footnote a[b-uwmgm7df9m] {
        color: var(--ink-secondary);
    }

    .auth-footnote .dot-sep[b-uwmgm7df9m] {
        color: var(--ink-30);
    }

/* ---- Right-hand brand panel ---- */

.auth-aside[b-uwmgm7df9m] {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(160deg, rgb(6 32 59 / 0.96), rgb(11 74 139 / 0.94)),
        url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.12'%3E%3Cpath d='M0 40h160M0 80h160M0 120h160M40 0v160M80 0v160M120 0v160'/%3E%3Ccircle cx='80' cy='80' r='52'/%3E%3C/g%3E%3C/svg%3E");
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--s-16) var(--s-12);
}

.auth-aside-content[b-uwmgm7df9m] {
    position: relative;
    max-width: 520px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: var(--s-6);
}

.auth-aside-kicker[b-uwmgm7df9m] {
    width: fit-content;
    border: 1px solid rgb(255 255 255 / 0.18);
    border-radius: var(--r-pill);
    padding: 6px 10px;
    color: rgb(255 255 255 / 0.78);
    background: rgb(255 255 255 / 0.08);
    font: 500 12px/1 var(--font-sans);
}

.auth-aside-headline[b-uwmgm7df9m] {
    font-family: var(--font-sans);
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: 0;
    color: var(--white);
    font-weight: 500;
    margin: 0;
}

.auth-aside-lede[b-uwmgm7df9m] {
    font-size: 16px;
    line-height: 1.55;
    color: rgb(255 255 255 / 0.78);
    max-width: 500px;
}

.auth-security-carousel[b-uwmgm7df9m] {
    position: relative;
    min-height: 176px;
    margin-top: var(--s-4);
}

.auth-security-slide[b-uwmgm7df9m] {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: var(--s-4);
    align-items: flex-start;
    padding: var(--s-6);
    border: 1px solid rgb(255 255 255 / 0.16);
    border-radius: var(--r-6);
    background: rgb(255 255 255 / 0.09);
    box-shadow: 0 24px 70px rgb(0 0 0 / 0.18);
    opacity: 0;
    transform: translateX(18px);
    animation: auth-security-slide-b-uwmgm7df9m 12s infinite;
}

.auth-security-slide:nth-child(2)[b-uwmgm7df9m] {
    animation-delay: 4s;
}

.auth-security-slide:nth-child(3)[b-uwmgm7df9m] {
    animation-delay: 8s;
}

.auth-slide-icon[b-uwmgm7df9m] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(170 222 255 / 0.96);
    background: rgb(255 255 255 / 0.12);
    border: 1px solid rgb(255 255 255 / 0.15);
}

.auth-security-slide strong[b-uwmgm7df9m] {
    color: var(--white);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
}

.auth-security-slide p[b-uwmgm7df9m] {
    margin: var(--s-2) 0 0;
    color: rgb(255 255 255 / 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.auth-carousel-dots[b-uwmgm7df9m] {
    display: flex;
    align-items: center;
    gap: var(--s-2);
    height: 10px;
}

.auth-carousel-dots span[b-uwmgm7df9m] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.36);
    animation: auth-carousel-dot-b-uwmgm7df9m 12s infinite;
}

.auth-carousel-dots span:nth-child(2)[b-uwmgm7df9m] {
    animation-delay: 4s;
}

.auth-carousel-dots span:nth-child(3)[b-uwmgm7df9m] {
    animation-delay: 8s;
}

@keyframes auth-security-slide-b-uwmgm7df9m {
    0%,
    28% {
        opacity: 1;
        transform: translateX(0);
    }

    33%,
    95% {
        opacity: 0;
        transform: translateX(-18px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes auth-carousel-dot-b-uwmgm7df9m {
    0%,
    28% {
        width: 22px;
        background: var(--white);
    }

    33%,
    95% {
        width: 7px;
        background: rgb(255 255 255 / 0.36);
    }

    100% {
        width: 22px;
        background: var(--white);
    }
}

/* ---- Responsive ---- */

@media (max-width: 1080px) {
    .auth-aside-headline[b-uwmgm7df9m] {
        font-size: 38px;
    }
}

@media (max-width: 920px) {
    .auth-shell[b-uwmgm7df9m] {
        grid-template-columns: 1fr;
    }

    .auth-aside[b-uwmgm7df9m] {
        display: none;
    }

    .auth-stage[b-uwmgm7df9m] {
        padding: var(--s-8) var(--s-5);
        max-width: 100%;
    }

    .auth-brand img[b-uwmgm7df9m] {
        width: 138px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vyb93qc43p],
.components-reconnect-repeated-attempt-visible[b-vyb93qc43p],
.components-reconnect-failed-visible[b-vyb93qc43p],
.components-pause-visible[b-vyb93qc43p],
.components-resume-failed-visible[b-vyb93qc43p],
.components-rejoining-animation[b-vyb93qc43p] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-vyb93qc43p {
    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 */
/* Identity sign-in / forgot-password card. */

.auth-card-wrap[b-itqgy4rb8t] {
    display: flex;
    flex-direction: column;
    gap: var(--s-5);
    padding: var(--s-8);
    background: var(--surface);
    border: 1px solid var(--line-100);
    border-radius: var(--r-6);
    box-shadow: var(--shadow-lg);
}

.auth-head[b-itqgy4rb8t] {
    display: flex;
    flex-direction: column;
    gap: var(--s-3);
}

    .auth-head h1[b-itqgy4rb8t] {
        font-size: 32px;
        letter-spacing: 0;
        margin: 0;
    }

    .auth-head .lede[b-itqgy4rb8t] {
        font-size: 16px;
        line-height: 1.5;
        max-width: 520px;
    }

.auth-badge[b-itqgy4rb8t] {
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    width: fit-content;
    padding: 5px 9px;
    border-radius: var(--r-pill);
    border: 1px solid var(--line-200);
    background: var(--paper);
    color: var(--ink-secondary);
    font: 500 12px/1 var(--font-sans);
}

.auth-badge-dot[b-itqgy4rb8t] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
}

/* ---- Form ---- */

.auth-form[b-itqgy4rb8t] {
    display: flex;
    flex-direction: column;
    gap: var(--s-4);
}

.auth-form .input[b-itqgy4rb8t] {
    height: 44px;
}

.auth-remember[b-itqgy4rb8t] {
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    font-size: 13px;
    color: var(--ink-secondary);
    cursor: pointer;
    user-select: none;
}

    .auth-remember input[type="checkbox"][b-itqgy4rb8t] {
        width: 16px;
        height: 16px;
        accent-color: var(--interactive);
    }

.auth-submit[b-itqgy4rb8t] {
    justify-content: center;
    width: 100%;
}

.auth-spinner[b-itqgy4rb8t] {
    width: 14px;
    height: 14px;
    border: 2px solid rgb(255 255 255 / 0.4);
    border-top-color: var(--white);
    border-radius: 50%;
    animation: auth-spin-b-itqgy4rb8t 700ms linear infinite;
}

@keyframes auth-spin-b-itqgy4rb8t {
    to { transform: rotate(360deg); }
}

/* ---- Provider links ---- */

.auth-provider-links[b-itqgy4rb8t] {
    display: grid;
    gap: var(--s-3);
    padding-top: var(--s-1);
}

.auth-provider-title[b-itqgy4rb8t] {
    display: flex;
    align-items: center;
    gap: var(--s-3);
    color: var(--ink-50);
    font: 500 12px/1 var(--font-sans);
}

.auth-provider-title[b-itqgy4rb8t]::before,
.auth-provider-title[b-itqgy4rb8t]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line-200);
}

.auth-provider-list[b-itqgy4rb8t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--s-2);
    flex-wrap: wrap;
}

.sso-link[b-itqgy4rb8t] {
    min-width: 0;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s-2);
    padding: 0 var(--s-3);
    border-radius: var(--r-pill);
    border: 1px solid var(--line-200);
    background: var(--surface);
    color: var(--ink-primary);
    font: 500 13px/1 var(--font-sans);
    cursor: pointer;
    transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.sso-link:hover[b-itqgy4rb8t] {
    background: var(--paper);
    border-color: var(--line-300);
    box-shadow: var(--shadow-xs);
}

.sso-link:focus-visible[b-itqgy4rb8t] {
    outline: none;
    box-shadow: var(--shadow-focus);
}

.sso-link-icon[b-itqgy4rb8t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.auth-bottom[b-itqgy4rb8t] {
    display: flex;
    flex-direction: column;
    gap: var(--s-3);
}

.auth-help[b-itqgy4rb8t] {
    line-height: 1.55;
}

/* ---- Alerts ---- */

.alert[b-itqgy4rb8t] {
    display: flex;
    align-items: flex-start;
    gap: var(--s-3);
    padding: var(--s-4) var(--s-5);
    border-radius: var(--r-5);
    border: 1px solid transparent;
}

.alert.danger[b-itqgy4rb8t] {
    background: var(--danger-bg);
    border-color: color-mix(in oklab, var(--danger) 28%, transparent);
    color: var(--danger-ink);
}

.alert.success[b-itqgy4rb8t] {
    background: var(--success-bg);
    border-color: color-mix(in oklab, var(--success) 28%, transparent);
    color: var(--success-ink);
}

.alert-ico[b-itqgy4rb8t] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: color-mix(in oklab, currentColor 18%, transparent);
    color: currentColor;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 600 13px/1 var(--font-sans);
}

.alert-title[b-itqgy4rb8t] {
    font-size: 13.5px;
    font-weight: 500;
}

.alert-body[b-itqgy4rb8t] {
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.45;
    color: color-mix(in oklab, currentColor 80%, transparent);
}

/* ---- Phase-A demo footer ---- */

.auth-demo[b-itqgy4rb8t] {
    padding: var(--s-3) var(--s-4);
    border: 1px solid var(--line-100);
    border-radius: var(--r-4);
    background: var(--paper);
    display: flex;
    align-items: center;
    gap: var(--s-2);
    flex-wrap: wrap;
}

.auth-demo-label[b-itqgy4rb8t] {
    color: var(--ink-secondary);
    font-size: 12px;
    font-weight: 500;
}

.auth-demo-sep[b-itqgy4rb8t] {
    color: var(--ink-30);
}

/* ---- Responsive ---- */

@media (max-width: 600px) {
    .auth-provider-grid[b-itqgy4rb8t] {
        grid-template-columns: 1fr;
    }

    .auth-head h1[b-itqgy4rb8t] {
        font-size: 28px;
    }

    .auth-card-wrap[b-itqgy4rb8t] {
        padding: var(--s-5);
        box-shadow: var(--shadow-md);
    }
}
