/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-qi3g88ghbz] {
    min-height: 80vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #faf9f7;
    padding: 2rem 1rem;
    width:100%;
}

.login-dialog[b-qi3g88ghbz] {
    width: min(100%, 420px);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    border: none;
}

.login-dialog__header[b-qi3g88ghbz] {
    margin-bottom: 2rem;
}

.login-dialog__title[b-qi3g88ghbz] {
    font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.login-dialog__subtitle[b-qi3g88ghbz] {
    color: #6b6b6b;
    margin-bottom: 0;
    line-height: 1.5;
}

.login-dialog__providers[b-qi3g88ghbz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.login-dialog__error[b-qi3g88ghbz] {
    margin-bottom: 1rem;
}

.login-dialog__one-tap[b-qi3g88ghbz] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.login-dialog__one-tap-status[b-qi3g88ghbz] {
    margin: 0;
    font-size: 0.875rem;
    color: #6b6b6b;
    text-align: center;
}

.login-dialog__divider[b-qi3g88ghbz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0 1.5rem;
    color: #8d8d8d;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
}

.login-dialog__divider[b-qi3g88ghbz]::before,
.login-dialog__divider[b-qi3g88ghbz]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e2e2;
}

.login-dialog__email[b-qi3g88ghbz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-dialog__email .form-floating > label[b-qi3g88ghbz] {
    color: #8d8d8d;
}

.login-dialog__email .form-control[b-qi3g88ghbz] {
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
}

.login-dialog__email .form-control:focus[b-qi3g88ghbz] {
    box-shadow: none;
    border-color: #1f1f1f;
}

.login-dialog__email .btn[b-qi3g88ghbz] {
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    font-weight: 600;
}

.login-dialog__footer[b-qi3g88ghbz] {
    margin-top: 1.5rem;
    color: #6b6b6b;
}

.login-dialog__footer a[b-qi3g88ghbz] {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .login-dialog[b-qi3g88ghbz] {
        padding: 2rem 1.5rem;
        border-radius: 1.25rem;
    }
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-login-picker[b-abna6kepmz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.auth-button[b-abna6kepmz] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    color: #1f1f1f;
    padding: 0.85rem 1.25rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-button:hover[b-abna6kepmz],
.auth-button:focus[b-abna6kepmz] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.auth-button__icon[b-abna6kepmz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
}

.auth-button__icon svg[b-abna6kepmz] {
    width: 1.25rem;
    height: 1.25rem;
}

.auth-button__label[b-abna6kepmz] {
    flex: 1;
    text-align: center;
}
/* /Components/Layout/ChatHistory.razor.rz.scp.css */
.chat-history-panel[b-kkn7x0jrvg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.75rem;
    border: 1px solid #d6d6d6;
    border-radius: 1.25rem;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.chat-history-panel__title[b-kkn7x0jrvg] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.chat-history[b-kkn7x0jrvg] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.chat-history__item[b-kkn7x0jrvg] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.chat-history__content[b-kkn7x0jrvg] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.chat-history__icon[b-kkn7x0jrvg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    background-color: #e9edff;
    color: #3250d2;
    flex-shrink: 0;
}

.chat-history__icon svg[b-kkn7x0jrvg] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.chat-history__title[b-kkn7x0jrvg] {
    font-weight: 600;
}

.chat-history__time[b-kkn7x0jrvg] {
    font-size: 0.8125rem;
    color: #6a6a6a;
}

@media (max-width: 768px) {
    .chat-history-panel[b-kkn7x0jrvg] {
        padding: 1.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-cie7uh9125] {
    color-scheme: light;
}

.app-shell[b-cie7uh9125] {
    display: grid;
    grid-template-columns: 310px 1fr;
    min-height: 100vh;
    background-color: #fcfcfc;
    color: #141414;
    font-family: "Roboto", "Inter", "Segoe UI", sans-serif;
}

.app-shell__overlay[b-cie7uh9125] {
    display: none;
}

.app-shell__main[b-cie7uh9125] {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 2rem;
}

.app-shell__footer[b-cie7uh9125] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
    padding-top: 1.5rem;
    font-size: 0.875rem;
    color: #6a6a6a;
}

.footer__links[b-cie7uh9125] {
    display: flex;
    gap: 1.5rem;
}

.footer__links a[b-cie7uh9125] {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__links a:hover[b-cie7uh9125],
.footer__links a:focus-visible[b-cie7uh9125] {
    color: #141414;
    text-decoration: underline;
    outline: none;
}

.header__menu-toggle[b-cie7uh9125] {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-direction: column;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.header__menu-toggle span[b-cie7uh9125] {
    width: 20px;
    height: 2px;
    background-color: #141414;
    border-radius: 999px;
}

.header__menu-toggle:hover[b-cie7uh9125],
.header__menu-toggle:focus-visible[b-cie7uh9125] {
    background-color: #141414;
    border-color: #141414;
    outline: none;
}

.header__menu-toggle:hover span[b-cie7uh9125],
.header__menu-toggle:focus-visible span[b-cie7uh9125] {
    background-color: #ffffff;
}

.app-shell__header[b-cie7uh9125] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 1rem;
}

.header__brand[b-cie7uh9125] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header__brand img[b-cie7uh9125] {
    width: 48px;
    height: 48px;
}

.header__brand-text[b-cie7uh9125] {
    display: flex;
    flex-direction: column;
}

.header__brand-name[b-cie7uh9125] {
    font-size: 1.5rem;
    font-weight: 600;
}

.header__brand-tagline[b-cie7uh9125] {
    font-size: 0.875rem;
    color: #6a6a6a;
    letter-spacing: 0.04em;
}

.header__actions[b-cie7uh9125] {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.profile-button[b-cie7uh9125],
.login-button[b-cie7uh9125] {
    border: 1px solid #141414;
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    text-decoration: none;
    color: #141414;
    background-color: #ffffff;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.profile-button:hover[b-cie7uh9125],
.login-button:hover[b-cie7uh9125],
.profile-button:focus-visible[b-cie7uh9125],
.login-button:focus-visible[b-cie7uh9125] {
    background-color: #141414;
    color: #ffffff;
    border-color: #141414;
    outline: none;
}

.profile-button__chevron svg[b-cie7uh9125] { width: 16px; height: 16px; fill: currentColor; }

.profile-button__chevron[b-cie7uh9125] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(20, 20, 20, 0.06);
}

.profile-button__avatar[b-cie7uh9125] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(50, 80, 210, 0.18), rgba(50, 80, 210, 0.38));
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.user-menu[b-cie7uh9125] {
    position: relative;
}

.user-menu__dropdown[b-cie7uh9125] {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    min-width: 220px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow: 0 18px 42px rgba(20, 20, 20, 0.12);
    z-index: 980;
}

.user-menu__item[b-cie7uh9125] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.6rem 0.75rem;
    color: #141414;
    font-weight: 500;
    text-decoration: none;
    border: none;
    background-color: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    text-align: left;
}

.user-menu__item:hover[b-cie7uh9125],
.user-menu__item:focus-visible[b-cie7uh9125] {
    background-color: #f3f4f6;
    color: #111827;
    outline: none;
}

.user-menu__item svg[b-cie7uh9125] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.user-menu__icon[b-cie7uh9125] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background-color: rgba(20, 20, 20, 0.06);
}

.user-menu__text[b-cie7uh9125] {
    flex: 1;
}

.user-menu__signout-form[b-cie7uh9125] {
    margin: 0;
}

.app-shell__content[b-cie7uh9125] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3rem;
    box-sizing: border-box;
    width: 100%;
}

.app-shell__content > *[b-cie7uh9125] {
    width: min(100%, 1200px);
    flex: 1 0 auto;
    align-self: center;
}

#blazor-error-ui[b-cie7uh9125] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-cie7uh9125] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .app-shell[b-cie7uh9125] {
        grid-template-columns: 1fr;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
    }

    .app-shell__main[b-cie7uh9125] {
        padding: 0;
        background-color: #ffffff;
        border-radius: 1rem;
    }

    .app-shell__content[b-cie7uh9125] {
        padding: 1.5rem 1.25rem;
    }

    .app-shell__content > *[b-cie7uh9125] {
        width: 100%;
    }

    .profile-button[b-cie7uh9125] {
        padding: 0.35rem;
        gap: 0;
    }

    .profile-button__name[b-cie7uh9125],
    .profile-button__chevron[b-cie7uh9125] {
        display: none;
    }

    .profile-button__avatar[b-cie7uh9125] {
        width: 36px;
        height: 36px;
    }

    .app-shell__footer[b-cie7uh9125] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding:1rem;
    }

    .footer__links[b-cie7uh9125] {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .header__menu-toggle[b-cie7uh9125] {
        display: inline-flex;
    }

    .app-shell__overlay[b-cie7uh9125] {
        display: block;
        position: fixed;
        inset: 0;
        background-color: rgba(20, 20, 20, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 900;
    }

    .app-shell--sidebar-open .app-shell__overlay[b-cie7uh9125] {
        opacity: 1;
        pointer-events: all;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e9baa23xqv],
.components-reconnect-repeated-attempt-visible[b-e9baa23xqv],
.components-reconnect-failed-visible[b-e9baa23xqv],
.components-pause-visible[b-e9baa23xqv],
.components-resume-failed-visible[b-e9baa23xqv],
.components-rejoining-animation[b-e9baa23xqv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-retrying[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-failed[b-e9baa23xqv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-e9baa23xqv] {
    display: block;
}


#components-reconnect-modal[b-e9baa23xqv] {
    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-e9baa23xqv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-e9baa23xqv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-e9baa23xqv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-e9baa23xqv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-e9baa23xqv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-e9baa23xqv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-e9baa23xqv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-e9baa23xqv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-e9baa23xqv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-e9baa23xqv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-e9baa23xqv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-e9baa23xqv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-e9baa23xqv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-e9baa23xqv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-e9baa23xqv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-e9baa23xqv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-e9baa23xqv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-e9baa23xqv {
    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/Sidebar.razor.rz.scp.css */
.app-shell__sidebar[b-8p4tceb4o2] {
    border-right: 1px solid #d7d7d7;
    padding: 2.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #fcfcfc;
}

.sidebar__content[b-8p4tceb4o2] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    flex: 1 1 auto;
    min-height: 0;
}

.sidebar__header[b-8p4tceb4o2] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sidebar__brand[b-8p4tceb4o2] {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    flex: 1 1 auto;
}

.sidebar__brand img[b-8p4tceb4o2] {
    width: 32px;
    height: 32px;
}

.sidebar__section[b-8p4tceb4o2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar__section-heading[b-8p4tceb4o2] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #6b7280;
}

.sidebar__menu[b-8p4tceb4o2] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sidebar__menu-link[b-8p4tceb4o2] {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sidebar__menu-link:hover[b-8p4tceb4o2] {
    background-color: #eef2ff;
}

.sidebar__menu-link:focus-visible[b-8p4tceb4o2] {
    outline: 2px solid #3250d2;
    outline-offset: 2px;
}

.sidebar__menu-icon[b-8p4tceb4o2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0.75rem;
    background-color: #e9edff;
    color: #3250d2;
    flex-shrink: 0;
}

.sidebar__menu-icon svg[b-8p4tceb4o2] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.sidebar__menu-label[b-8p4tceb4o2] {
    flex: 1;
}

.sidebar__menu-link--new-chat[b-8p4tceb4o2] {
    background-color: #3250d2;
    color: #ffffff;
    font-weight: 600;
}

.sidebar__menu-link--new-chat:hover[b-8p4tceb4o2] {
    background-color: #283fa8;
}

.sidebar__menu-link--new-chat .sidebar__menu-icon[b-8p4tceb4o2] {
    background-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    width: 32px;
    height: 32px;
}

.sidebar__menu-link--new-chat .sidebar__menu-icon svg[b-8p4tceb4o2] {
    width: 16px;
    height: 16px;
}


.sidebar__footer[b-8p4tceb4o2] {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-start;
}

.sidebar__close-button[b-8p4tceb4o2] {
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: rgba(17, 24, 39, 0.08);
    color: #111827;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sidebar__close-button:hover[b-8p4tceb4o2],
.sidebar__close-button:focus-visible[b-8p4tceb4o2] {
    background-color: rgba(17, 24, 39, 0.16);
    color: #0f172a;
    outline: none;
}

.sidebar__close-button svg[b-8p4tceb4o2] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.sidebar__user-menu[b-8p4tceb4o2] {
    position: relative;
}

.sidebar__user-button[b-8p4tceb4o2] {
    width: 100%;
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(140deg, rgba(50, 80, 210, 0.12), rgba(50, 80, 210, 0.04));
    border: 1px solid rgba(50, 80, 210, 0.25);
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sidebar__user-button:hover[b-8p4tceb4o2],
.sidebar__user-button:focus-visible[b-8p4tceb4o2] {
    background-color: rgba(50, 80, 210, 0.18);
    border-color: #3250d2;
    box-shadow: 0 12px 24px rgba(44, 62, 122, 0.18);
    outline: none;
}

.sidebar__user-avatar[b-8p4tceb4o2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3250d2, #546bf0);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.sidebar__user-avatar--large[b-8p4tceb4o2] {
    width: 48px;
    height: 48px;
    font-size: 1.05rem;
}

.sidebar__user-info[b-8p4tceb4o2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    flex: 1 1 auto;
}

.sidebar__user-label[b-8p4tceb4o2] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    color: #6b7280;
}

.sidebar__user-name[b-8p4tceb4o2] {
    font-weight: 600;
    color: #111827;
    word-break: break-word;
}

.sidebar__user-chevron[b-8p4tceb4o2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: rgba(50, 80, 210, 0.08);
    color: #3250d2;
    margin-left: auto;
}

.sidebar__user-chevron svg[b-8p4tceb4o2] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.sidebar__user-dropdown[b-8p4tceb4o2] {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 0;
    min-width: 310px;
    background: linear-gradient(160deg, #ffffff 0%, #f1f4ff 100%);
    border: 1px solid rgba(50, 80, 210, 0.18);
    border-radius: 1.25rem;
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    box-shadow: 0 24px 48px rgba(28, 44, 105, 0.25);
    z-index: 980;
}

.sidebar__user-dropdown[b-8p4tceb4o2]::before {
    content: "";
    position: absolute;
    inset: auto auto -0.55rem 2.5rem;
    width: 16px;
    height: 16px;
    background: inherit;
    border: 1px solid rgba(50, 80, 210, 0.18);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    border-radius: 0 0.4rem 0 0;
    box-shadow: 4px 4px 12px rgba(44, 62, 122, 0.1);
}

.sidebar__user-dropdown-header[b-8p4tceb4o2] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.sidebar__user-dropdown-title[b-8p4tceb4o2] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
    font-weight: 600;
}

.sidebar__user-dropdown-profile[b-8p4tceb4o2] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.sidebar__user-dropdown-details[b-8p4tceb4o2] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.sidebar__user-email[b-8p4tceb4o2] {
    font-size: 0.85rem;
    color: #4b5563;
}

.sidebar__user-divider[b-8p4tceb4o2] {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(50, 80, 210, 0.3), transparent);
}

.sidebar__user-item[b-8p4tceb4o2] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.55rem 0.75rem;
    color: #1f2937;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    background-color: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.sidebar__user-item:hover[b-8p4tceb4o2],
.sidebar__user-item:focus-visible[b-8p4tceb4o2] {
    background-color: rgba(50, 80, 210, 0.12);
    color: #0f172a;
    outline: none;
}

.sidebar__user-item svg[b-8p4tceb4o2] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.sidebar__user-icon[b-8p4tceb4o2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(50, 80, 210, 0.14), rgba(50, 80, 210, 0.06));
    color: #2f47c0;
    box-shadow: inset 0 0 0 1px rgba(50, 80, 210, 0.18);
}

.sidebar__user-text[b-8p4tceb4o2] {
    flex: 1;
    text-align: left;
}

.sidebar__user-signout-form[b-8p4tceb4o2] {
    margin: 0;
}

@media (max-width: 768px) {
    .sidebar__close-button[b-8p4tceb4o2] {
        display: inline-flex;
    }

    .sidebar__user-button[b-8p4tceb4o2] {
        width: 100%;
        min-width: 0;
        border-radius: 1rem;
    }

    .sidebar__user-menu[b-8p4tceb4o2],
    .sidebar__footer[b-8p4tceb4o2] {
        width: 100%;
    }

    .sidebar__user-dropdown[b-8p4tceb4o2] {
        left: auto;
        right: 0;
    }

    .sidebar__user-dropdown[b-8p4tceb4o2]::before {
        inset: auto 1.5rem -0.55rem auto;
    }
}

@media (max-width: 768px) {
    .app-shell__sidebar[b-8p4tceb4o2] {
        position: fixed;
        inset: 0 auto 0 0;
        width: 80%;
        max-width: none;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
        z-index: 950;
        padding: 2rem 1.5rem 1.5rem;
        overflow-y: auto;
    }

    .app-shell__sidebar--open[b-8p4tceb4o2] {
        transform: translateX(0);
    }

    .sidebar__user-dropdown[b-8p4tceb4o2] {
        min-width: 100%;
    }
}
/* /Components/Pages/ConversationDetail.razor.rz.scp.css */
.conversation[b-5w727eg1h6] {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.conversation__header[b-5w727eg1h6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.conversation__header h1[b-5w727eg1h6] {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
}

.conversation__timestamp[b-5w727eg1h6] {
    color: #6b7280;
    font-size: 0.95rem;
    margin: 0;
}

.conversation__thread[b-5w727eg1h6] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.conversation__message[b-5w727eg1h6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.conversation__message header[b-5w727eg1h6] {
    font-weight: 600;
    color: #111827;
}

.conversation__bubble[b-5w727eg1h6] {
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    line-height: 1.6;
    font-size: 1rem;
}

.conversation__bubble--question[b-5w727eg1h6] {
    align-self: flex-start;
    background: #f9fafb;
    color: #0f172a;
    white-space: pre-wrap;
}

.conversation__bubble--answer[b-5w727eg1h6] {
    align-self: stretch;
    background: #111827;
    color: #f9fafb;
}

.conversation__answer :global(p)[b-5w727eg1h6] {
    margin-bottom: 0.75rem;
}

.conversation__answer :global(pre)[b-5w727eg1h6] {
    background: rgba(15, 23, 42, 0.9);
    color: #f9fafb;
    padding: 1rem;
    border-radius: 1rem;
    overflow-x: auto;
}

.conversation__answer :global(code)[b-5w727eg1h6] {
    font-family: "Fira Code", Consolas, Menlo, Monaco, monospace;
}

.conversation__answer :global(a)[b-5w727eg1h6] {
    color: #60a5fa;
    text-decoration: underline;
}

.conversation__status[b-5w727eg1h6] {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #bfdbfe;
}

.conversation__error[b-5w727eg1h6] {
    color: #fca5a5;
    font-weight: 500;
}

.conversation__footer[b-5w727eg1h6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.conversation__hint[b-5w727eg1h6] {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.conversation--loading[b-5w727eg1h6],
.conversation--error[b-5w727eg1h6] {
    padding: 4rem 1.5rem;
    text-align: center;
    color: #6b7280;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home[b-hbs7bfxhnn] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.home__one-tap[b-hbs7bfxhnn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem -1rem rgba(15, 23, 42, 0.2);
    background-color: #ffffff;
}

.home__one-tap-status[b-hbs7bfxhnn] {
    margin: 0;
    font-size: 0.95rem;
    text-align: center;
    color: #0f172a;
}

.home__one-tap-error[b-hbs7bfxhnn] {
    margin-top: 0.75rem;
}
/* /Components/Pages/HomeChatBox.razor.rz.scp.css */
.home__chat-box[b-5w6vtofynh] {
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 1.5rem;
    padding: 1rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.home__chat-box--busy[b-5w6vtofynh] {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}

.home__chat-box--disabled[b-5w6vtofynh] {
    background-color: #f3f4f6;
}

.home__chat-box textarea[b-5w6vtofynh] {
    min-height: 160px;
    resize: vertical;
    border: none;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
    background-color: transparent;
}

.home__chat-box textarea:disabled[b-5w6vtofynh] {
    color: #6b7280;
    cursor: not-allowed;
}

.home__command-bar[b-5w6vtofynh] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

.home__command-btn[b-5w6vtofynh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #141414;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.home__command-btn svg[b-5w6vtofynh] {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
}

.home__command-btn:focus-visible[b-5w6vtofynh],
.home__command-btn:hover[b-5w6vtofynh] {
    background-color: rgba(20, 20, 20, 0.08);
}

.home__command-btn:active[b-5w6vtofynh] {
    transform: scale(0.95);
}

.home__command-btn:disabled[b-5w6vtofynh] {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.btnSend[b-5w6vtofynh] {
    background-color: #141414;
    color: #ffffff;
}

.btnSend:hover[b-5w6vtofynh],
.btnSend:focus-visible[b-5w6vtofynh] {
    background-color: #000000;
}

.btnSend svg[b-5w6vtofynh] {
    transform: rotate(-90deg);
}

.home__status[b-5w6vtofynh] {
    font-size: 0.875rem;
    color: #2563eb;
    font-weight: 500;
}
/* /Components/Pages/HomeHeader.razor.rz.scp.css */
.home__header[b-2visarad4i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.home__brand[b-2visarad4i] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.home__brand-logo[b-2visarad4i] {
    width: 72px;
    height: auto;
}

.home__brand-name[b-2visarad4i] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #141414;
}

.home__subtitle[b-2visarad4i] {
    margin: 0;
    font-size: 1.05rem;
    color: #5b5b5b;
}
/* /Components/Pages/HomeModules.razor.rz.scp.css */
.home__modules[b-t9o1e5j2wd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.home__chat-history[b-t9o1e5j2wd] {
    margin-top: 2.5rem;
}

.home__module[b-t9o1e5j2wd] {
    border: 1px solid #d6d6d6;
    border-radius: 1.25rem;
    padding: 1.75rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    color: inherit;
    font: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home__module:hover[b-t9o1e5j2wd],
.home__module:focus-visible[b-t9o1e5j2wd] {
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.home__module-icon[b-t9o1e5j2wd] {
    font-size: 1.5rem;
}

.home__module-title[b-t9o1e5j2wd] {
    display: block;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.home__module p[b-t9o1e5j2wd] {
    margin: 0;
    font-size: 12px;
    color: #555555;
    line-height: 1.5;
}

@media (max-width: 1400px) {
    .home__modules[b-t9o1e5j2wd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .home__modules[b-t9o1e5j2wd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .home__chat-history[b-t9o1e5j2wd] {
        margin-top: 2rem;
    }
}
