/* /Components/ChatAssistantStatsModal.razor.rz.scp.css */
.stats-modal[b-1xfiig99hk] {
    position: fixed;
    inset: 0;
    z-index: 650;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.stats-modal__backdrop[b-1xfiig99hk] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.stats-modal__dialog[b-1xfiig99hk] {
    position: relative;
    width: min(860px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    padding: 1.25rem;
}

.stats-modal__head[b-1xfiig99hk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin-bottom: .75rem;
}

.stats-modal__title[b-1xfiig99hk] {
    margin: 0;
    font-size: 1.05rem;
    color: #0f172a;
}

.stats-modal__close[b-1xfiig99hk] {
    all: unset;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #64748b;
}

.stats-modal__close:hover[b-1xfiig99hk] {
    background: #f1f5f9;
    color: #0f172a;
}

.stats-modal__context[b-1xfiig99hk] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.5rem;
    font-size: .85rem;
    color: #475569;
    margin-bottom: .9rem;
}

.stats-grid[b-1xfiig99hk] {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin-bottom: 1rem;
}

.stats-card[b-1xfiig99hk] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: .7rem .8rem;
}

.stats-card__label[b-1xfiig99hk] {
    display: block;
    color: #64748b;
    font-size: .75rem;
    margin-bottom: .2rem;
}

.stats-card__value[b-1xfiig99hk] {
    color: #0f172a;
    font-size: 1rem;
}

.stats-section[b-1xfiig99hk] {
    border-top: 1px solid #e2e8f0;
    padding-top: .9rem;
    margin-top: .9rem;
}

.stats-section h4[b-1xfiig99hk] {
    margin: 0 0 .6rem;
    color: #1e293b;
    font-size: .9rem;
}

.stats-history[b-1xfiig99hk],
.stats-list[b-1xfiig99hk] {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: .35rem;
    color: #334155;
    font-size: .84rem;
}

.stats-history li[b-1xfiig99hk] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .7rem;
}

.stats-history__date[b-1xfiig99hk] {
    font-weight: 600;
    min-width: 4rem;
}
/* /Components/LanguageSwitcher.razor.rz.scp.css */
.user-menu__language-submenu[b-p2ini8a875] {
    position: relative;
}

.user-menu__language-trigger[b-p2ini8a875] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.65rem;
    padding: 0.56rem 0.7rem;
    font-size: 0.9rem;
    color: #1e293b;
    transition: background-color 120ms ease, color 120ms ease, transform 120ms ease;
}

.user-menu__language-submenu > .user-menu__language-trigger:hover[b-p2ini8a875] {
    background: #eff6ff;
    color: #1d4ed8;
    transform: translateX(1px);
}

.user-menu__language-submenu > .dropdown-toggle[b-p2ini8a875]::after {
    margin-left: auto;
}

.user-menu__language-submenu-list[b-p2ini8a875] {
    min-width: 11rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 0.85rem;
    padding: 0.35rem;
}

.user-menu__language-submenu:hover > .user-menu__language-submenu-list[b-p2ini8a875],
.user-menu__language-submenu:focus-within > .user-menu__language-submenu-list[b-p2ini8a875] {
    display: block;
    top: -0.35rem;
    left: calc(100% - 0.2rem);
    margin-top: 0;
}

.user-menu__language-submenu-list .dropdown-item[b-p2ini8a875] {
    border-radius: 0.6rem;
}

.user-menu__language-submenu-list .dropdown-item.active[b-p2ini8a875],
.user-menu__language-submenu-list .dropdown-item:active[b-p2ini8a875] {
    background: #dbeafe;
    color: #1d4ed8;
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-body[b-plajn5k7n4] {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #0f172a;
    display: flex;
}
/* /Components/Layout/HomeLayout.razor.rz.scp.css */
.home-layout[b-csohb7dxzu] {
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.12), transparent 40%), var(--bs-tertiary-bg);
}

main[b-csohb7dxzu] {
    width: 100%;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fqqrimaz7t],
.components-reconnect-repeated-attempt-visible[b-fqqrimaz7t],
.components-reconnect-failed-visible[b-fqqrimaz7t],
.components-pause-visible[b-fqqrimaz7t],
.components-resume-failed-visible[b-fqqrimaz7t],
.components-rejoining-animation[b-fqqrimaz7t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-retrying[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-failed[b-fqqrimaz7t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fqqrimaz7t] {
    display: block;
}


#components-reconnect-modal[b-fqqrimaz7t] {
    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-fqqrimaz7t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fqqrimaz7t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fqqrimaz7t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fqqrimaz7t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fqqrimaz7t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fqqrimaz7t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fqqrimaz7t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fqqrimaz7t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fqqrimaz7t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fqqrimaz7t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fqqrimaz7t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fqqrimaz7t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fqqrimaz7t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fqqrimaz7t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fqqrimaz7t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fqqrimaz7t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fqqrimaz7t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fqqrimaz7t {
    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/Layout/UserMenu.razor.rz.scp.css */
.user-menu[b-vznhimbiir] {
    position: relative;
}

.user-menu__toggle[b-vznhimbiir] {
    min-width: 3rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.55rem 0.35rem 0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);
    color: #0f172a;
    cursor: pointer;
    user-select: none;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.user-menu__toggle:hover[b-vznhimbiir] {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

.user-menu__toggle:focus-visible[b-vznhimbiir] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.user-menu.is-open[b-vznhimbiir] {
    z-index: 999;
}

.user-menu.is-open .user-menu__toggle[b-vznhimbiir] {
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.18);
}

.user-menu__avatar[b-vznhimbiir] {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35);
}

.user-menu__name[b-vznhimbiir] {
    max-width: 10rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
}

.user-menu__chevron[b-vznhimbiir] {
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg) translateY(-1px);
    margin-right: 0.1rem;
    transition: transform 160ms ease;
}

.user-menu.is-open .user-menu__chevron[b-vznhimbiir] {
    transform: rotate(-135deg) translateY(-1px);
}

.user-menu__list[b-vznhimbiir] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.55rem);
    min-width: 14rem;
    margin: 0;
    padding: 0.4rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
    animation: user-menu-fade-in-b-vznhimbiir 140ms ease;
}

.user-menu:not(.is-open) .user-menu__list[b-vznhimbiir] {
    display: none;
}

.user-menu-backdrop[b-vznhimbiir] {
    position: fixed;
    inset: 0;
    z-index: 998;
    background: transparent;
}

.user-menu__list .dropdown-item[b-vznhimbiir] {
    border-radius: 0.65rem;
    padding: 0.56rem 0.7rem;
    font-size: 0.9rem;
    color: #1e293b;
    transition: background-color 120ms ease, color 120ms ease, transform 120ms ease;
}

.user-menu__list .dropdown-item:hover[b-vznhimbiir] {
    background: #eff6ff;
    color: #1d4ed8;
    transform: translateX(1px);
}

.user-menu__list .dropdown-item.text-danger[b-vznhimbiir] {
    color: #dc2626;
}

.user-menu__list .dropdown-item.text-danger:hover[b-vznhimbiir] {
    background: #fef2f2;
    color: #b91c1c;
}

.user-menu__list .dropdown-divider[b-vznhimbiir] {
    margin: 0.35rem 0;
    opacity: 0.55;
}

@keyframes user-menu-fade-in-b-vznhimbiir {
    from {
        opacity: 0;
        transform: translateY(-3px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* /Components/Pages/Chat.razor.rz.scp.css */
/* ── Full-viewport shell ───────────────────────────────── */
.chat-shell[b-msmwmwm70x] {
    position: fixed;
    inset: 0;
    display: flex;
    background: #fff;
    overflow: hidden;
}

/* ── Sidebar ───────────────────────────────────────────── */
.chat-sidebar[b-msmwmwm70x] {
    width: var(--sidebar-w);
    flex-shrink: 0;
    background: var(--sidebar-bg);
    color: var(--sidebar-text);
    display: flex;
    flex-direction: column;
    z-index: 300;
    border-right: 1px solid #e5e7eb;
    overflow: hidden;
    transition: transform .25s ease, width .25s ease;
}

.sidebar-top[b-msmwmwm70x] {
    padding: .875rem .75rem .625rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-bottom: 1px solid #e5e7eb;
}

.sidebar-brand[b-msmwmwm70x] {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .25rem .25rem .5rem;
    color: #1e2030;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -.01em;
}

    .sidebar-brand i[b-msmwmwm70x] {
        font-size: 1.4rem;
        color: var(--brand);
    }

    .sidebar-brand a[b-msmwmwm70x] {
        color: var(--brand);
        text-decoration: none;
    }

.sidebar-new-chat[b-msmwmwm70x] {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .75rem;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    color: #374151;
    font-size: .875rem;
    font-weight: 500;
    transition: background .15s;
    box-sizing: border-box;
}

    .sidebar-new-chat:hover[b-msmwmwm70x] {
        background: var(--sidebar-hover);
    }

/* Sessions list */
.sidebar-sessions[b-msmwmwm70x] {
    flex: 1;
    overflow-y: auto;
    padding: .5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .1) transparent;
}

    .sidebar-sessions[b-msmwmwm70x]::-webkit-scrollbar {
        width: 4px;
    }

    .sidebar-sessions[b-msmwmwm70x]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .1);
        border-radius: 4px;
    }

.sessions-group-label[b-msmwmwm70x] {
    padding: .6rem .5rem .3rem;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #94a3b8;
}

.session-item[b-msmwmwm70x] {
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 2px;
    overflow: hidden;
    transition: background .12s;
}

    .session-item:hover[b-msmwmwm70x] {
        background: var(--sidebar-hover);
    }

.session-item--active[b-msmwmwm70x] {
    background: var(--sidebar-active) !important;
}

.session-btn[b-msmwmwm70x] {
    all: unset;
    flex: 1;
    min-width: 0;
    cursor: pointer;
    padding: .5rem .6rem;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.session-btn__title[b-msmwmwm70x] {
    font-size: .8375rem;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
}

.session-item--active .session-btn__title[b-msmwmwm70x] {
    color: var(--brand);
    font-weight: 600;
}

.session-btn__time[b-msmwmwm70x] {
    font-size: .7rem;
    color: #94a3b8;
}

.session-delete[b-msmwmwm70x] {
    all: unset;
    cursor: pointer;
    padding: .3rem .45rem;
    border-radius: 6px;
    color: rgba(0, 0, 0, .25);
    font-size: .9rem;
    opacity: 0;
    transition: opacity .15s, color .15s;
    flex-shrink: 0;
}

.session-item:hover .session-delete[b-msmwmwm70x] {
    opacity: 1;
}

.session-delete:hover[b-msmwmwm70x] {
    color: #f87171;
}

.sessions-empty[b-msmwmwm70x] {
    padding: 1.25rem .75rem;
    font-size: .8rem;
    color: #94a3b8;
    text-align: center;
}

.sessions-loading[b-msmwmwm70x] {
    padding: 1.25rem .75rem;
    font-size: .8rem;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.sessions-loading__spinner[b-msmwmwm70x] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    border-top-color: var(--brand);
    animation: sessionsSpin-b-msmwmwm70x .8s linear infinite;
}

@keyframes sessionsSpin-b-msmwmwm70x {
    to {
        transform: rotate(360deg);
    }
}

/* Sidebar bottom */
.sidebar-bottom[b-msmwmwm70x] {
    padding: .75rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sidebar-btn[b-msmwmwm70x] {
    all: unset;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .6rem;
    border-radius: 8px;
    font-size: .8375rem;
    color: #374151;
    line-height: 1.35;
    transition: background .12s, color .12s;
    box-sizing: border-box;
}

    .sidebar-btn:hover[b-msmwmwm70x] {
        background: var(--sidebar-hover);
    }

    .sidebar-btn i[b-msmwmwm70x] {
        font-size: .95rem;
        color: #94a3b8;
        transition: color .12s;
    }

    .sidebar-btn:hover i[b-msmwmwm70x] {
        color: #64748b;
    }

.sidebar-btn--muted[b-msmwmwm70x] {
    color: #64748b;
}

.sidebar-btn--brand[b-msmwmwm70x] {
    color: var(--brand);
    font-weight: 600;
}

    .sidebar-btn--brand i[b-msmwmwm70x] {
        color: var(--brand);
    }

.sidebar-btn--danger[b-msmwmwm70x] {
    color: #b91c1c;
}

    .sidebar-btn--danger i[b-msmwmwm70x] {
        color: #b91c1c;
    }

    .sidebar-btn--danger:hover[b-msmwmwm70x] {
        background: rgba(239, 68, 68, .08);
        color: #ef4444;
    }

        .sidebar-btn--danger:hover i[b-msmwmwm70x] {
            color: #ef4444;
        }

/* ── Mobile sidebar overlay ────────────────────────────── */
.sidebar-overlay[b-msmwmwm70x] {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    transition: opacity .25s;
    pointer-events: none;
}

/* ── Main chat area ────────────────────────────────────── */
.chat-main[b-msmwmwm70x] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
}

/* Topbar */
.chat-topbar[b-msmwmwm70x] {
    height: var(--topbar-h);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}

.chat-topbar__menu[b-msmwmwm70x] {
    display: grid;
}

.chat-topbar__center[b-msmwmwm70x] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: .375rem;
    min-width: 0;
    overflow: hidden;
}

.chat-topbar__assistant[b-msmwmwm70x] {
    font-size: .8125rem;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.chat-topbar__separator[b-msmwmwm70x] {
    color: #cbd5e1;
    font-size: .75rem;
    flex-shrink: 0;
}

.chat-topbar__title[b-msmwmwm70x] {
    font-weight: 600;
    font-size: .9375rem;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.chat-topbar__home[b-msmwmwm70x] {
    color: #64748b;
    text-decoration: none;
}

.topbar-btn[b-msmwmwm70x] {
    all: unset;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #64748b;
    font-size: 1.15rem;
    transition: background .12s, color .12s;
    flex-shrink: 0;
}

    .topbar-btn:hover[b-msmwmwm70x] {
        background: #f1f5f9;
        color: #0f172a;
    }

/* Chat error */
.chat-error[b-msmwmwm70x] {
    margin: .5rem 1.5rem;
    padding: .6rem .9rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    font-size: .875rem;
    color: #b91c1c;
    flex-shrink: 0;
}

/* Messages */
.chat-messages[b-msmwmwm70x] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem 0 .5rem;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

/* Welcome screen */
.chat-welcome[b-msmwmwm70x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 3rem 2rem;
    text-align: center;
    gap: .875rem;
}

.chat-welcome__icon[b-msmwmwm70x] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.chat-welcome__avatar[b-msmwmwm70x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat-welcome__title[b-msmwmwm70x] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.chat-welcome__subtitle[b-msmwmwm70x] {
    font-size: .9375rem;
    color: #64748b;
    margin: 0;
    max-width: 400px;
    line-height: 1.6;
}

/* Message rows */
.msg-row[b-msmwmwm70x] {
    display: flex;
    gap: .75rem;
    padding: .375rem 1.5rem;
}

.msg-row--user[b-msmwmwm70x] {
    flex-direction: row-reverse;
}

.msg-avatar[b-msmwmwm70x] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 4px;
}

    .msg-avatar img[b-msmwmwm70x] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.msg-row--user .msg-avatar[b-msmwmwm70x] {
    display: none;
}

.msg-body[b-msmwmwm70x] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    max-width: clamp(320px, 72vw, 920px);
}

.msg-row--user .msg-body[b-msmwmwm70x] {
    align-items: flex-end;
}

.msg-bubble[b-msmwmwm70x] {
    padding: .65rem 1rem;
    line-height: 1.6;
    font-size: .9375rem;
    word-break: break-word;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.msg-row--user .msg-bubble[b-msmwmwm70x] {
    background: var(--msg-user-bg);
    color: var(--msg-user-text);
    border-radius: var(--radius-lg) var(--radius-lg) 4px var(--radius-lg);
}

.msg-row--assistant .msg-bubble[b-msmwmwm70x] {
    background: var(--msg-ai-bg);
    color: var(--msg-ai-text);
    border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px;
}

.msg-bubble p:last-child[b-msmwmwm70x] {
    margin-bottom: 0;
}

.msg-bubble ul[b-msmwmwm70x],
.msg-bubble ol[b-msmwmwm70x] {
    padding-left: 1.25rem;
    margin-bottom: .5rem;
}

.msg-bubble pre[b-msmwmwm70x] {
    background: rgba(0, 0, 0, .06);
    border-radius: 6px;
    padding: .5rem .75rem;
    overflow-x: auto;
    font-size: .85em;
    margin: .5rem 0;
}

.msg-bubble code[b-msmwmwm70x] {
    font-size: .85em;
    background: rgba(0, 0, 0, .05);
    padding: .1em .3em;
    border-radius: 3px;
}

.msg-bubble pre code[b-msmwmwm70x] {
    background: none;
    padding: 0;
}

/* Sources */
.msg-sources[b-msmwmwm70x] {
    font-size: .8rem;
    color: #64748b;
    margin-top: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .07);
    padding-top: .5rem;
}

    .msg-sources summary[b-msmwmwm70x] {
        cursor: pointer;
        user-select: none;
        color: var(--brand);
        font-weight: 500;
        list-style: none;
        display: flex;
        align-items: center;
        gap: .35rem;
    }

        .msg-sources summary[b-msmwmwm70x]::-webkit-details-marker {
            display: none;
        }

    .msg-sources ul[b-msmwmwm70x] {
        margin: .5rem 0 0;
        padding-left: 1rem;
    }

    .msg-sources li[b-msmwmwm70x] {
        margin-bottom: .5rem;
    }

    .msg-sources pre[b-msmwmwm70x] {
        font-size: .78rem;
        background: rgba(0, 0, 0, .04);
        padding: .35rem .5rem;
        border-radius: 4px;
        margin-top: .2rem;
        white-space: pre-wrap;
    }

.msg-meta[b-msmwmwm70x] {
    font-size: .72rem;
    color: #94a3b8;
}

/* Message actions */
.msg-actions[b-msmwmwm70x] {
    display: flex;
    gap: .2rem;
    opacity: 0;
    transition: opacity .15s;
}

.msg-row:hover .msg-actions[b-msmwmwm70x] {
    opacity: 1;
}

.msg-action-btn[b-msmwmwm70x] {
    all: unset;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: .9rem;
    color: #94a3b8;
    transition: background .12s, color .12s;
}

    .msg-action-btn:hover[b-msmwmwm70x] {
        background: #e2e8f0;
        color: #0f172a;
    }

    .msg-action-btn.active[b-msmwmwm70x] {
        color: var(--brand);
    }

/* Typing indicator */
.typing-row[b-msmwmwm70x] {
    display: flex;
    gap: .75rem;
    padding: .375rem 1.5rem;
    align-items: flex-start;
}

.typing-dots[b-msmwmwm70x] {
    background: var(--msg-ai-bg);
    border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .typing-dots span[b-msmwmwm70x] {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #94a3b8;
        display: block;
        animation: typingBounce-b-msmwmwm70x 1.1s infinite ease-in-out;
    }

        .typing-dots span:nth-child(2)[b-msmwmwm70x] {
            animation-delay: .18s;
        }

        .typing-dots span:nth-child(3)[b-msmwmwm70x] {
            animation-delay: .36s;
        }

@keyframes typingBounce-b-msmwmwm70x {
    0%, 60%, 100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-6px);
    }
}

/* ── Input bar ─────────────────────────────────────────── */
.chat-input-bar[b-msmwmwm70x] {
    flex-shrink: 0;
    padding: .75rem 1.5rem 1rem;
    background: #fff;
    border-top: 0px solid #e5e7eb;
}

.chat-input-wrapper[b-msmwmwm70x] {
    display: flex;
    align-items: flex-end;
    gap: .5rem;
    background: var(--input-bg);
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: .5rem .5rem .5rem .875rem;
    transition: border-color .15s, background .15s;
}

    .chat-input-wrapper:focus-within[b-msmwmwm70x] {
        border-color: var(--brand);
        background: #fff;
        box-shadow: 0 0 0 3px rgba(59, 126, 166, .1);
    }

.chat-input__textarea[b-msmwmwm70x] {
    all: unset;
    flex: 1;
    font-size: .9375rem;
    line-height: 1.55;
    color: #0f172a;
    resize: none;
    min-height: calc(1.55em * 3);
    max-height: 240px;
    overflow-y: auto;
    padding: .2rem 0;
}

    .chat-input__textarea[b-msmwmwm70x]::placeholder {
        color: #94a3b8;
    }

.chat-input__send[b-msmwmwm70x] {
    all: unset;
    cursor: pointer;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--brand);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.125rem;
    transition: background .12s, transform .1s;
    align-self: flex-end;
}

    .chat-input__send:hover[b-msmwmwm70x] {
        background: var(--brand-dark);
    }

    .chat-input__send:active[b-msmwmwm70x] {
        transform: scale(.94);
    }

    .chat-input__send:disabled[b-msmwmwm70x] {
        background: #cbd5e1;
        cursor: not-allowed;
    }

.chat-input__hint[b-msmwmwm70x] {
    font-size: .72rem;
    color: #94a3b8;
    text-align: center;
    margin: .4rem 0 0;
}

/* ── Settings drawer ───────────────────────────────────── */
.settings-drawer[b-msmwmwm70x] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    border-left: 1px solid #e5e7eb;
    box-shadow: -4px 0 24px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    z-index: 400;
    transform: translateX(100%);
    transition: transform .25s ease;
}

.settings-drawer--open[b-msmwmwm70x] {
    transform: translateX(0);
}

.settings-drawer__head[b-msmwmwm70x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
}

.settings-drawer__title[b-msmwmwm70x] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.settings-drawer__body[b-msmwmwm70x] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.setting-group__label[b-msmwmwm70x] {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #94a3b8;
    margin-bottom: .75rem;
}

.setting-item[b-msmwmwm70x] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    margin-bottom: .875rem;
}

.setting-label[b-msmwmwm70x] {
    font-size: .8rem;
    font-weight: 500;
    color: #374151;
}

.setting-value[b-msmwmwm70x] {
    float: right;
    font-size: .8rem;
    color: var(--brand);
    font-weight: 600;
}

.setting-control[b-msmwmwm70x] {
    width: 100%;
    padding: .45rem .65rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: .875rem;
    color: #0f172a;
    background: #fff;
    outline: none;
    transition: border-color .15s;
    box-sizing: border-box;
}

    .setting-control:focus[b-msmwmwm70x] {
        border-color: var(--brand);
    }

.setting-range[b-msmwmwm70x] {
    width: 100%;
    accent-color: var(--brand);
}

.settings-drawer__foot[b-msmwmwm70x] {
    display: flex;
    gap: .75rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #f1f5f9;
    flex-shrink: 0;
}

/* ── Shared buttons ────────────────────────────────────── */
.btn-tf[b-msmwmwm70x] {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem 1rem;
    border-radius: 8px;
    font-size: .875rem;
    font-weight: 500;
    transition: background .12s, color .12s;
    box-sizing: border-box;
}

.btn-tf--primary[b-msmwmwm70x] {
    background: var(--brand);
    color: #fff;
}

    .btn-tf--primary:hover[b-msmwmwm70x] {
        background: var(--brand-dark);
    }

.btn-tf--secondary[b-msmwmwm70x] {
    background: #f1f5f9;
    color: #374151;
}

    .btn-tf--secondary:hover[b-msmwmwm70x] {
        background: #e2e8f0;
    }

.btn-tf--danger[b-msmwmwm70x] {
    background: #ef4444;
    color: #fff;
}

    .btn-tf--danger:hover[b-msmwmwm70x] {
        background: #dc2626;
    }

/* ── Modal ─────────────────────────────────────────────── */
.tf-modal[b-msmwmwm70x] {
    position: fixed;
    inset: 0;
    z-index: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.tf-modal__backdrop[b-msmwmwm70x] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.tf-modal__dialog[b-msmwmwm70x] {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

.tf-modal__title[b-msmwmwm70x] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .875rem;
    color: #0f172a;
}

.tf-modal__body[b-msmwmwm70x] {
    font-size: .9rem;
    color: #374151;
    margin-bottom: 1.25rem;
    line-height: 1.55;
}

.tf-modal__foot[b-msmwmwm70x] {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
}

/* ── Responsive – mobile ───────────────────────────────── */
@media (max-width: 768px) {
    .chat-sidebar[b-msmwmwm70x] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        transform: translateX(-100%);
    }

    .chat-sidebar--open[b-msmwmwm70x] {
        transform: translateX(0);
    }

    .sidebar-overlay[b-msmwmwm70x] {
        display: block;
    }

    .sidebar-overlay--open[b-msmwmwm70x] {
        opacity: 1;
        pointer-events: all;
    }

    .msg-row[b-msmwmwm70x] {
        padding: .375rem .75rem;
    }

    .msg-body[b-msmwmwm70x] {
        max-width: 90%;
    }

    .chat-input-bar[b-msmwmwm70x] {
        padding: .5rem .75rem .75rem;
    }

    .settings-drawer[b-msmwmwm70x] {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .chat-sidebar:not(.chat-sidebar--open)[b-msmwmwm70x] {
        width: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-b911nituk6] {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.assistants-loading[b-b911nituk6],
.assistants-empty[b-b911nituk6] {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
    color: #6c757d;
}

.assistant-card[b-b911nituk6] {
    border-radius: 1rem;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.assistant-card:hover[b-b911nituk6] {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 1.5rem rgba(13, 110, 253, 0.18) !important;
}

.assistant-avatar[b-b911nituk6] {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.assistant-description[b-b911nituk6] {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9rem;
    min-height: calc(1.4em * 8);
}

.assistant-arrow[b-b911nituk6] {
    font-size: 1.5rem;
    line-height: 1;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* ===================================================================
   Auth Page Styles - Split-panel layout
   =================================================================== */

.auth-split[b-8k3xq59wr7] {
    --tf-blue: #3b7ea6;
    --tf-blue-dark: #2c6080;
    --tf-green: #7aaa1a;
    --tf-dark: #0f1923;
    --tf-dark-2: #1a2733;
    --white: #ffffff;

    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;

    --text-primary: var(--gray-900);
    --text-secondary: var(--gray-600);
    --text-muted: var(--gray-400);
    --bg-primary: var(--white);
    --border-light: var(--gray-200);

    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;

    --transition-fast: 150ms ease;
    --transition-normal: 250ms ease;

    display: flex;
    width: 100%;
    min-height: 100vh;
}

/* ---- Brand panel (left) ---- */

.auth-brand[b-8k3xq59wr7] {
    flex: 1;
    background: var(--tf-dark);
    background-image:
        radial-gradient(ellipse at 15% 55%, rgba(59,126,166,.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 15%, rgba(122,170,26,.10) 0%, transparent 50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.auth-brand[b-8k3xq59wr7]::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.auth-brand__logo[b-8k3xq59wr7] {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.auth-brand__logo-mark[b-8k3xq59wr7] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--tf-blue), var(--tf-green));
    border-radius: var(--radius-md);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.auth-brand__logo-name[b-8k3xq59wr7] {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--white);
}

.auth-brand__content[b-8k3xq59wr7] {
    position: relative;
    z-index: 1;
}

.auth-brand__heading[b-8k3xq59wr7] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0 0 16px;
    color: var(--white);
}

.auth-brand__heading em[b-8k3xq59wr7] {
    font-style: normal;
    background: linear-gradient(120deg, var(--tf-blue) 0%, var(--tf-green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.auth-brand__desc[b-8k3xq59wr7] {
    font-size: 0.9375rem;
    color: rgba(255,255,255,.5);
    line-height: 1.65;
    max-width: 340px;
    margin: 0;
}

.auth-brand__features[b-8k3xq59wr7] {
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    z-index: 1;
}

.auth-brand__feature[b-8k3xq59wr7] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: rgba(255,255,255,.55);
}

.auth-brand__feature-dot[b-8k3xq59wr7] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tf-blue);
    flex-shrink: 0;
}

/* ---- Form panel (right) ---- */

.auth-form-panel[b-8k3xq59wr7] {
    width: 520px;
    flex-shrink: 0;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 48px;
    border-left: 1px solid var(--border-light);
}

.auth-form__header[b-8k3xq59wr7] {
    margin-bottom: 32px;
}

.auth-form__title[b-8k3xq59wr7] {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.auth-form__subtitle[b-8k3xq59wr7] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ---- Error box ---- */

.auth-form__error-box[b-8k3xq59wr7] {
    display: none;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: var(--radius-md);
    padding: 12px 16px;
    margin-bottom: 22px;
}

.auth-form__error-box.is-visible[b-8k3xq59wr7] {
    display: block;
}

.auth-form__error-box ul[b-8k3xq59wr7] {
    margin: 0;
    padding: 0 0 0 16px;
    font-size: 0.875rem;
    color: #b91c1c;
}

/* ---- Form ---- */

.auth-form__form[b-8k3xq59wr7] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ---- Fields ---- */

.auth-field[b-8k3xq59wr7] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.auth-field__label[b-8k3xq59wr7] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.auth-field[b-8k3xq59wr7]  .auth-field__input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-family: inherit;
    color: var(--text-primary);
    outline: none;
    transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.auth-field[b-8k3xq59wr7]  .auth-field__input::placeholder {
    color: var(--text-muted);
}

.auth-field[b-8k3xq59wr7]  .auth-field__input:hover {
    border-color: var(--gray-300);
    background: var(--white);
}

.auth-field[b-8k3xq59wr7]  .auth-field__input:focus {
    border-color: var(--tf-blue);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(59,126,166,.12);
}

.auth-field__pw-wrap[b-8k3xq59wr7] {
    position: relative;
}

.auth-field__pw-wrap[b-8k3xq59wr7]  .auth-field__input {
    padding-right: 48px;
}

.auth-field__pw-toggle[b-8k3xq59wr7] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: var(--gray-400);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color var(--transition-fast), background var(--transition-fast);
}

.auth-field__pw-toggle:hover[b-8k3xq59wr7] {
    color: var(--text-secondary);
    background: var(--gray-100);
}

.auth-field__pw-toggle svg[b-8k3xq59wr7] {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.auth-field__validation[b-8k3xq59wr7] {
    font-size: 0.8125rem;
    color: #dc2626;
    min-height: 1em;
}

/* ---- Remember me row ---- */

.auth-form__row[b-8k3xq59wr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -4px;
}

.auth-form__checkbox-label[b-8k3xq59wr7] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    cursor: pointer;
    user-select: none;
}

.auth-form__checkbox-label[b-8k3xq59wr7]  input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--tf-blue);
    cursor: pointer;
}

/* ---- Submit button ---- */

.auth-form__submit[b-8k3xq59wr7] {
    width: 100%;
    padding: 12px;
    margin-top: 4px;
    background: var(--tf-dark);
    color: var(--white);
    border: none;
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
    transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.auth-form__submit:hover[b-8k3xq59wr7] {
    background: var(--gray-800);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(15,25,35,.22);
}

.auth-form__submit:active[b-8k3xq59wr7] {
    transform: translateY(0);
    box-shadow: none;
}

/* ---- SSO divider ---- */

.auth-form__divider[b-8k3xq59wr7] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    color: var(--text-muted);
    font-size: 0.8125rem;
}

.auth-form__divider[b-8k3xq59wr7]::before,
.auth-form__divider[b-8k3xq59wr7]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--gray-200);
}

/* ---- Microsoft Entra button ---- */

.auth-form__entra-btn[b-8k3xq59wr7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 12px;
    padding: 11px 16px;
    background: var(--white);
    color: var(--gray-700);
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.auth-form__entra-btn:hover[b-8k3xq59wr7] {
    background: var(--gray-50);
    border-color: var(--gray-400);
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    color: var(--gray-800);
    text-decoration: none;
}

.auth-form__entra-btn:active[b-8k3xq59wr7] {
    background: var(--gray-100);
    box-shadow: none;
}

/* ---- Footer ---- */

.auth-form__footer[b-8k3xq59wr7] {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--gray-100);
    font-size: 0.8125rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.6;
}

.auth-form__footer a[b-8k3xq59wr7] {
    color: var(--tf-blue);
    text-decoration: none;
    font-weight: 500;
}

.auth-form__footer a:hover[b-8k3xq59wr7] {
    text-decoration: underline;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 900px) {
    .auth-brand[b-8k3xq59wr7] { padding: 40px 36px; }
    .auth-brand__heading[b-8k3xq59wr7] { font-size: 2rem; }
    .auth-form-panel[b-8k3xq59wr7] { width: 420px; padding: 48px 36px; }
}

@media (max-width: 680px) {
    .auth-brand[b-8k3xq59wr7] { display: none; }
    .auth-split[b-8k3xq59wr7] { justify-content: center; align-items: flex-start; background: var(--gray-50); }
    .auth-form-panel[b-8k3xq59wr7] { width: 100%; max-width: 480px; padding: 48px 28px; border-left: none; justify-content: flex-start; padding-top: 64px; }
}

@media (max-width: 400px) {
    .auth-form-panel[b-8k3xq59wr7] { padding: 40px 20px; }
}

/* ---- Loading / Spinner ---- */

.auth-form__submit.is-loading[b-8k3xq59wr7] {
    color: transparent;
    pointer-events: none;
}

.auth-form__submit.is-loading[b-8k3xq59wr7]::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btn-spin-b-8k3xq59wr7 0.65s linear infinite;
}

@keyframes btn-spin-b-8k3xq59wr7 {
    to { transform: rotate(360deg); }
}
