@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.mm3aqpuyun.bundle.scp.css';

/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.account-page[b-hgmb1w0tbi] {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding-bottom: 1rem;
}

.account-hero[b-hgmb1w0tbi] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.25rem 0 1.25rem;
    border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color) 48%, transparent);
}

.account-hero-copy[b-hgmb1w0tbi] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.account-hero-mark[b-hgmb1w0tbi] {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--bs-primary) 28%, transparent);
    border-radius: 1rem;
    color: var(--bs-primary);
    background: color-mix(in srgb, var(--bs-primary) 11%, transparent);
    font-size: 1.45rem;
}

.account-eyebrow[b-hgmb1w0tbi] {
    display: inline-flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.account-hero h1[b-hgmb1w0tbi] {
    margin: 0.6rem 0 0.4rem;
    font-size: clamp(2rem, 1.6rem + 1.1vw, 2.8rem);
    letter-spacing: -0.04em;
}

.account-hero p[b-hgmb1w0tbi] {
    max-width: 38rem;
    margin: 0;
    color: var(--bs-secondary-color);
    font-size: 1.02rem;
}

.account-back-link[b-hgmb1w0tbi] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0.65rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 60%, transparent);
    border-radius: 0.7rem;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.account-back-link:hover[b-hgmb1w0tbi] {
    color: var(--bs-primary);
    border-color: color-mix(in srgb, var(--bs-primary) 35%, transparent);
    background: color-mix(in srgb, var(--bs-primary) 7%, transparent);
}

.account-grid[b-hgmb1w0tbi] {
    display: grid;
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: stretch;
    padding-top: 1.25rem;
}

.account-sidebar[b-hgmb1w0tbi],
.account-content[b-hgmb1w0tbi] {
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 60%, transparent);
    border-radius: 1.15rem;
    background: color-mix(in srgb, var(--bs-body-bg) 92%, var(--bs-primary) 8%);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.07);
}

.account-sidebar[b-hgmb1w0tbi] {
    padding: 0.65rem;
    align-self: start;
    background: color-mix(in srgb, var(--bs-body-bg) 96%, var(--bs-primary) 4%);
}

.account-sidebar-heading[b-hgmb1w0tbi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.7rem 0.6rem;
    color: var(--bs-secondary-color);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.account-sidebar-heading i[b-hgmb1w0tbi] {
    color: var(--bs-primary);
    font-size: 1rem;
}

.account-nav[b-hgmb1w0tbi] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.account-nav .nav-link[b-hgmb1w0tbi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.8rem;
    color: var(--bs-secondary-color);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.account-nav .nav-link > i:first-child[b-hgmb1w0tbi] {
    width: 1.15rem;
    color: color-mix(in srgb, var(--bs-secondary-color) 80%, var(--bs-primary));
    text-align: center;
}

.account-nav .nav-link:hover[b-hgmb1w0tbi],
.account-nav .nav-link.active[b-hgmb1w0tbi] {
    color: var(--bs-primary);
    background: color-mix(in srgb, var(--bs-primary) 11%, transparent);
}

.account-nav .nav-link.active > i:first-child[b-hgmb1w0tbi] {
    color: var(--bs-primary);
}

.nav-chevron[b-hgmb1w0tbi] {
    margin-left: auto;
    font-size: 0.7rem;
    opacity: 0;
    transform: translateX(-0.2rem);
    transition: all 0.2s ease;
}

.account-nav .nav-link:hover .nav-chevron[b-hgmb1w0tbi],
.account-nav .nav-link.active .nav-chevron[b-hgmb1w0tbi] {
    opacity: 1;
    transform: translateX(0);
}

.account-sidebar-note[b-hgmb1w0tbi] {
    display: flex;
    gap: 0.6rem;
    margin: 0.9rem 0.25rem 0.2rem;
    padding: 0.8rem;
    border-top: 1px solid color-mix(in srgb, var(--bs-border-color) 55%, transparent);
    color: var(--bs-secondary-color);
    font-size: 0.76rem;
    line-height: 1.45;
}

.account-sidebar-note div[b-hgmb1w0tbi] {
    display: grid;
    gap: 0.15rem;
}

.account-sidebar-note strong[b-hgmb1w0tbi] {
    color: var(--bs-body-color);
    font-size: 0.76rem;
}

.account-sidebar-note span[b-hgmb1w0tbi] {
    color: var(--bs-secondary-color);
}

.account-sidebar-note i[b-hgmb1w0tbi] {
    flex: 0 0 auto;
    color: var(--bs-success);
    font-size: 1rem;
}

.account-content[b-hgmb1w0tbi] {
    min-width: 0;
    padding: clamp(1.25rem, 1rem + 1vw, 2rem);
    background: color-mix(in srgb, var(--bs-body-bg) 97%, var(--bs-primary) 3%);
}

.account-content[b-hgmb1w0tbi]  .profile-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color) 48%, transparent);
}

.account-content[b-hgmb1w0tbi]  .profile-kicker {
    display: inline-flex;
    margin-bottom: 0.5rem;
    color: var(--bs-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.account-content[b-hgmb1w0tbi]  .profile-heading h3 {
    margin-bottom: 0.35rem;
}

.account-content[b-hgmb1w0tbi]  .profile-heading p {
    max-width: 34rem;
    margin: 0;
    color: var(--bs-secondary-color);
}

.account-content[b-hgmb1w0tbi]  .profile-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    padding: 0.5rem 0.7rem;
    border: 1px solid color-mix(in srgb, var(--bs-success) 28%, transparent);
    border-radius: 999px;
    color: var(--bs-success);
    background: color-mix(in srgb, var(--bs-success) 8%, transparent);
    font-size: 0.78rem;
    font-weight: 700;
}

.account-content[b-hgmb1w0tbi]  .profile-save {
    width: auto !important;
    min-width: 10rem;
}

.account-content[b-hgmb1w0tbi]  .profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 16rem);
    gap: 1.5rem;
    align-items: start;
}

.account-content[b-hgmb1w0tbi]  .profile-form-panel,
.account-content[b-hgmb1w0tbi]  .profile-info-panel {
    min-width: 0;
    padding: 1.1rem;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 52%, transparent);
    border-radius: 0.95rem;
    background: color-mix(in srgb, var(--bs-body-bg) 80%, var(--bs-secondary-color) 4%);
}

.account-content[b-hgmb1w0tbi]  .profile-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--bs-body-color);
    font-size: 0.9rem;
    font-weight: 800;
}

.account-content[b-hgmb1w0tbi]  .profile-panel-heading small {
    color: var(--bs-secondary-color);
    font-size: 0.75rem;
    font-weight: 600;
}

.account-content[b-hgmb1w0tbi]  .profile-info-panel {
    background: color-mix(in srgb, var(--bs-primary) 7%, var(--bs-body-bg));
}

.account-content[b-hgmb1w0tbi]  .profile-info-icon {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    margin-bottom: 0.9rem;
    border-radius: 0.7rem;
    color: var(--bs-primary);
    background: color-mix(in srgb, var(--bs-primary) 13%, transparent);
}

.account-content[b-hgmb1w0tbi]  .profile-info-panel h4 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
}

.account-content[b-hgmb1w0tbi]  .profile-info-panel p {
    margin: 0 0 1.1rem;
    color: var(--bs-secondary-color);
    font-size: 0.82rem;
    line-height: 1.55;
}

.account-content[b-hgmb1w0tbi]  .profile-info-row {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding-top: 0.7rem;
    margin-top: 0.7rem;
    border-top: 1px solid color-mix(in srgb, var(--bs-border-color) 45%, transparent);
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    overflow-wrap: anywhere;
}

.account-content[b-hgmb1w0tbi]  .profile-info-row i {
    flex: 0 0 auto;
    color: var(--bs-primary);
}

.account-content[b-hgmb1w0tbi]  h3 {
    margin: 0 0 0.35rem;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
}

.account-content[b-hgmb1w0tbi]  h4 {
    margin-top: 1.75rem;
    font-size: 1.1rem;
}

.account-content[b-hgmb1w0tbi]  .row {
    margin: 0;
}

.account-content[b-hgmb1w0tbi]  .col-xl-6,
.account-content[b-hgmb1w0tbi]  .col-lg-6 {
    max-width: 42rem;
    padding: 0;
}

.account-content[b-hgmb1w0tbi]  .form-control {
    min-height: 3.4rem;
    border-color: color-mix(in srgb, var(--bs-border-color) 75%, transparent);
    border-radius: 0.8rem;
    background: color-mix(in srgb, var(--bs-body-bg) 90%, var(--bs-secondary-color) 10%);
}

.account-content[b-hgmb1w0tbi]  .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--bs-primary) 18%, transparent);
}

.account-content[b-hgmb1w0tbi]  .form-floating > label {
    color: var(--bs-secondary-color);
}

.account-content[b-hgmb1w0tbi]  .btn-primary {
    min-height: 3rem;
    border: 0;
    border-radius: 0.8rem;
    font-weight: 700;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--bs-primary) 22%, transparent);
}

.account-content[b-hgmb1w0tbi]  .alert,
.account-content[b-hgmb1w0tbi]  .status-message {
    border-radius: 0.8rem;
}

@media (max-width: 767.98px) {
    .account-hero[b-hgmb1w0tbi] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .account-grid[b-hgmb1w0tbi] {
        grid-template-columns: 1fr;
    }

    .account-content[b-hgmb1w0tbi] {
        padding: 1.25rem;
    }

    .account-content[b-hgmb1w0tbi]  .profile-heading {
        flex-direction: column;
    }

    .account-content[b-hgmb1w0tbi]  .profile-layout {
        grid-template-columns: 1fr;
    }

    .account-hero-copy[b-hgmb1w0tbi] {
        align-items: flex-start;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.account-nav[b-hrrz5xt38x] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
}

.account-nav .nav-link[b-hrrz5xt38x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.8rem;
    color: var(--bs-secondary-color);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.account-nav .nav-link > i:first-child[b-hrrz5xt38x] {
    width: 1.15rem;
    color: color-mix(in srgb, var(--bs-secondary-color) 80%, var(--bs-primary));
    text-align: center;
}

.account-nav .nav-link:hover[b-hrrz5xt38x],
.account-nav .nav-link.active[b-hrrz5xt38x] {
    color: var(--bs-primary);
    background: color-mix(in srgb, var(--bs-primary) 11%, transparent);
}

.account-nav .nav-link.active > i:first-child[b-hrrz5xt38x] {
    color: var(--bs-primary);
}

.nav-chevron[b-hrrz5xt38x] {
    margin-left: auto;
    font-size: 0.7rem;
    opacity: 0;
    transform: translateX(-0.2rem);
    transition: all 0.2s ease;
}

.account-nav .nav-link:hover .nav-chevron[b-hrrz5xt38x],
.account-nav .nav-link.active .nav-chevron[b-hrrz5xt38x] {
    opacity: 1;
    transform: translateX(0);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell-container[b-xg2skt0u0h] {
    max-width: 1480px;
    margin: 0 auto;
}

.app-shell[b-xg2skt0u0h] {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.modern-header[b-xg2skt0u0h] {
    position: sticky;
    top: 0;
    z-index: 1035;
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--bs-primary) 82%, #111827),
        color-mix(in srgb, var(--bs-primary) 58%, #0f172a)
    );
    backdrop-filter: blur(24px);
    border-bottom: 1px solid color-mix(in srgb, #ffffff 12%, transparent);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
    transition: background 0.25s ease, box-shadow 0.25s ease;
    padding-block: 0.55rem;
}

.brand-icon[b-xg2skt0u0h] {
    width: 2.7rem;
    height: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.brand-icon img[b-xg2skt0u0h] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-brand[b-xg2skt0u0h] {
    color: white !important;
    font-size: clamp(1.3rem, 1rem + 0.6vw, 1.85rem);
    min-width: 0;
    transition: all 0.2s ease;
    letter-spacing: -0.02em;
}

.navbar-brand:hover[b-xg2skt0u0h] {
    color: rgba(255, 255, 255, 0.92) !important;
    transform: translateY(-1px);
}

.modern-nav-link[b-xg2skt0u0h] {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    padding: 0.65rem 0.9rem !important;
    border-radius: var(--fl-button-radius);
    transition: all 0.2s ease;
    margin: 0 0.25rem;
}

.modern-nav-link:hover[b-xg2skt0u0h] {
    color: white !important;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.modern-nav-link.active[b-xg2skt0u0h] {
    color: white !important;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.account-actions[b-xg2skt0u0h] {
    color: rgba(255, 255, 255, 0.9);
}

.account-link[b-xg2skt0u0h],
.account-register[b-xg2skt0u0h],
.account-logout[b-xg2skt0u0h] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--fl-button-radius);
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
    font: inherit;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.account-link:hover[b-xg2skt0u0h],
.account-register:hover[b-xg2skt0u0h],
.account-logout:hover[b-xg2skt0u0h] {
    color: white;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.34);
}

.account-register[b-xg2skt0u0h] {
    background: rgba(255, 255, 255, 0.14);
}

.account-logout[b-xg2skt0u0h] {
    cursor: pointer;
}

.navbar-toggler[b-xg2skt0u0h] {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0.5rem 0.75rem;
    border-radius: var(--fl-button-radius);
}

.navbar-toggler:focus[b-xg2skt0u0h] {
    box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.22);
}

.modern-footer[b-xg2skt0u0h] {
    background: color-mix(in srgb, var(--bs-body-bg) 92%, transparent);
    border-top: 1px solid color-mix(in srgb, var(--bs-border-color) 42%, transparent);
    backdrop-filter: blur(16px);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    color: color-mix(in srgb, var(--bs-body-color) 80%, var(--bs-secondary-color));
}

.modern-footer .container-fluid[b-xg2skt0u0h] {
    min-width: 0;
}

.modern-hr[b-xg2skt0u0h] {
    display: none;
}

.footer-link[b-xg2skt0u0h] {
    color: var(--bs-secondary-color) !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.footer-link:hover[b-xg2skt0u0h] {
    color: var(--bs-primary) !important;
}

.page[b-xg2skt0u0h] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-xg2skt0u0h] {
    flex: 1;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}

.shell-main[b-xg2skt0u0h] {
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.shell-main[b-xg2skt0u0h]  .auth-page {
    width: min(100%, 1080px);
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    margin: auto;
    padding-block: clamp(1rem, 4vh, 4rem);
}

.shell-main[b-xg2skt0u0h]  .auth-intro {
    max-width: 30rem;
}

.shell-main[b-xg2skt0u0h]  .auth-eyebrow,
.shell-main[b-xg2skt0u0h]  .profile-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.shell-main[b-xg2skt0u0h]  .auth-intro h1 {
    margin: 0.8rem 0 0.75rem;
    font-size: clamp(2.35rem, 1.7rem + 2vw, 4rem);
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.shell-main[b-xg2skt0u0h]  .auth-intro p {
    max-width: 30rem;
    color: var(--bs-secondary-color);
    font-size: 1.08rem;
    line-height: 1.7;
}

.shell-main[b-xg2skt0u0h]  .auth-back-link {
    display: inline-flex;
    margin-top: 1.25rem;
    color: var(--bs-secondary-color);
    font-weight: 700;
}

.shell-main[b-xg2skt0u0h]  .auth-back-link:hover {
    color: var(--bs-primary);
}

.shell-main[b-xg2skt0u0h]  .auth-card {
    padding: clamp(1.35rem, 1rem + 1.4vw, 2.35rem);
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 62%, transparent);
    border-radius: 1.35rem;
    background: color-mix(in srgb, var(--bs-body-bg) 90%, var(--bs-primary) 10%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.shell-main[b-xg2skt0u0h]  .auth-card-heading {
    margin-bottom: 1.5rem;
}

.shell-main[b-xg2skt0u0h]  .auth-card-heading h2 {
    margin: 0 0 0.35rem;
    font-size: 1.7rem;
    letter-spacing: -0.035em;
}

.shell-main[b-xg2skt0u0h]  .auth-card-heading p {
    margin: 0;
    color: var(--bs-secondary-color);
}

.shell-main[b-xg2skt0u0h]  .auth-card .form-control {
    min-height: 3.5rem;
    border-radius: 0.85rem;
    border-color: color-mix(in srgb, var(--bs-border-color) 75%, transparent);
    background: color-mix(in srgb, var(--bs-body-bg) 90%, var(--bs-secondary-color) 10%);
}

.shell-main[b-xg2skt0u0h]  .auth-card .btn-primary {
    min-height: 3.25rem;
    border-radius: 0.85rem;
    font-weight: 800;
}

.shell-main[b-xg2skt0u0h]  .auth-card .auth-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border: 1px solid color-mix(in srgb, var(--bs-primary) 28%, transparent);
    border-radius: 0.85rem;
    color: var(--bs-body-color);
    background: color-mix(in srgb, var(--bs-primary) 8%, transparent);
    font-size: 0.9rem;
}

.shell-main[b-xg2skt0u0h]  .auth-notice i {
    flex: 0 0 auto;
    color: var(--bs-success);
    font-size: 1.1rem;
}

.shell-main[b-xg2skt0u0h]  .auth-form {
    margin-top: 1.25rem;
}

.shell-main[b-xg2skt0u0h]  .identity-auth-page .auth-card > .alert {
    margin-bottom: 1.25rem;
    border-radius: 0.85rem;
}

.shell-main[b-xg2skt0u0h]  .auth-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    margin-top: 1.25rem;
    font-size: 0.88rem;
}

.shell-main[b-xg2skt0u0h]  .auth-external {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid color-mix(in srgb, var(--bs-border-color) 55%, transparent);
}

.shell-main[b-xg2skt0u0h]  .auth-external h3 {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    font-weight: 700;
}

.shell-main[b-xg2skt0u0h]  .auth-external hr {
    display: none;
}

.theme-toggle[b-xg2skt0u0h] {
    min-width: 8.75rem;
    gap: 0.55rem;
    padding: 0.42rem 0.65rem 0.42rem 0.5rem;
    color: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
    text-align: left;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.theme-toggle:hover[b-xg2skt0u0h],
.theme-toggle:focus[b-xg2skt0u0h] {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.38);
    transform: translateY(-1px);
}

.theme-toggle:focus[b-xg2skt0u0h] {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.18);
}

.theme-toggle-icon[b-xg2skt0u0h] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 0.6rem;
    color: #b9edff;
    background: rgba(0, 0, 0, 0.14);
    font-size: 1rem;
}

.theme-toggle-copy[b-xg2skt0u0h] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    line-height: 1.1;
}

.theme-toggle-caption[b-xg2skt0u0h] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.65rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.theme-toggle-value[b-xg2skt0u0h] {
    overflow: hidden;
    font-size: 0.82rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-toggle-chevron[b-xg2skt0u0h] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
}

.theme-menu[b-xg2skt0u0h] {
    min-width: 12rem;
    border-radius: 1rem;
    padding: 0.45rem;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 48%, transparent);
    background: color-mix(in srgb, var(--bs-body-bg) 95%, transparent);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.theme-menu .dropdown-item[b-xg2skt0u0h] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 0.7rem;
    padding: 0.65rem 0.8rem;
}

.theme-menu .dropdown-item:hover[b-xg2skt0u0h] {
    background: color-mix(in srgb, var(--bs-primary) 10%, var(--bs-body-bg));
}

.theme-menu .dropdown-item.active[b-xg2skt0u0h] {
    color: var(--bs-primary);
    background: color-mix(in srgb, var(--bs-primary) 12%, var(--bs-body-bg));
    font-weight: 600;
}

#blazor-error-ui[b-xg2skt0u0h] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    border-radius: var(--fl-card-radius) var(--fl-card-radius) 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-weight: 500;
}

#blazor-error-ui .dismiss[b-xg2skt0u0h] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}

#blazor-error-ui .dismiss:hover[b-xg2skt0u0h] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

#blazor-error-ui .reload[b-xg2skt0u0h] {
    color: white;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 1rem;
}

@media (max-width: 991.98px) {
    .modern-header[b-xg2skt0u0h] {
        padding-block: 0.4rem;
    }

    .theme-toggle[b-xg2skt0u0h] {
        min-width: auto;
    }

    .shell-main[b-xg2skt0u0h] {
        min-height: auto;
    }

    .shell-main[b-xg2skt0u0h]  .auth-page {
        grid-template-columns: 1fr;
        max-width: 620px;
        gap: 1.5rem;
        padding-block: 1rem;
    }

    .shell-main[b-xg2skt0u0h]  .auth-intro h1 {
        font-size: clamp(2.25rem, 8vw, 3.25rem);
    }

    .modern-footer .row > [class*="col-"][b-xg2skt0u0h] {
        width: 100%;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .modern-footer .text-secondary[b-xg2skt0u0h] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem 1.25rem !important;
    }

    .modern-footer .text-md-end[b-xg2skt0u0h] {
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .modern-header[b-xg2skt0u0h] {
        padding-block: 0.3rem;
    }

    .shell-container[b-xg2skt0u0h] {
        padding-inline: 0.75rem;
    }

    .navbar-brand[b-xg2skt0u0h] {
        gap: 0.5rem !important;
        font-size: clamp(1.05rem, 4.8vw, 1.35rem);
        white-space: nowrap;
    }

    .brand-icon[b-xg2skt0u0h] {
        width: 2.35rem;
        height: 2.35rem;
    }

    .navbar-toggler[b-xg2skt0u0h] {
        min-width: 2.85rem;
        min-height: 2.85rem;
        padding: 0.45rem 0.65rem;
    }

    .navbar-collapse[b-xg2skt0u0h] {
        margin-top: 0.65rem;
        padding-top: 0.65rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .modern-nav-link[b-xg2skt0u0h] {
        margin: 0;
        padding: 0.75rem 0.65rem !important;
    }

    .account-actions[b-xg2skt0u0h] {
        align-items: stretch !important;
        flex-direction: column;
        gap: 0.5rem !important;
        margin-top: 0.4rem;
        margin-right: 0 !important;
    }

    .account-link[b-xg2skt0u0h],
    .account-register[b-xg2skt0u0h],
    .account-logout[b-xg2skt0u0h] {
        display: block;
        width: 100%;
        text-align: left;
    }

    .theme-switcher[b-xg2skt0u0h] {
        margin: 0.55rem 0 0 !important;
    }

    .theme-toggle[b-xg2skt0u0h] {
        width: 100%;
        min-width: 0;
        min-height: 2.75rem;
    }

    .modern-footer[b-xg2skt0u0h] {
        font-size: 0.82rem;
    }

    .modern-footer .container-fluid[b-xg2skt0u0h] {
        padding-block: 1rem !important;
    }

    .modern-footer .row[b-xg2skt0u0h] {
        row-gap: 0.75rem !important;
    }

    .modern-footer [class*="col-"][b-xg2skt0u0h] {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .modern-footer .text-secondary[b-xg2skt0u0h] {
        display: grid !important;
        gap: 0.45rem !important;
    }

    .footer-link[b-xg2skt0u0h] {
        display: inline-block;
        margin-right: 0.8rem !important;
        margin-bottom: 0.35rem;
    }
}

@media (max-width: 420px) {
    .shell-main[b-xg2skt0u0h] {
        padding-inline: 0.55rem !important;
        padding-top: 0.65rem !important;
    }

    .navbar-brand[b-xg2skt0u0h] {
        font-size: 1.05rem;
    }

    .brand-icon[b-xg2skt0u0h] {
        width: 2.15rem;
        height: 2.15rem;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-shell[b-3zze29b858] {
    position: relative;
}

.ai-card[b-3zze29b858] {
    border-radius: 1.15rem;
    background: color-mix(in srgb, var(--bs-body-bg) 90%, transparent);
    backdrop-filter: blur(20px);
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 34%, transparent);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.ai-card-header[b-3zze29b858] {
    border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color) 24%, transparent);
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--bs-primary) 7%, transparent),
        color-mix(in srgb, var(--bs-primary) 3%, transparent)
    );
    padding: 1.15rem 1.35rem;
    font-weight: 600;
}

.ai-badge[b-3zze29b858] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--bs-primary) 15%, transparent),
        color-mix(in srgb, var(--bs-primary) 8%, transparent)
    );
    color: var(--bs-primary);
    font-size: 1.1rem;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--bs-primary) 20%, transparent);
}

.about-pillar[b-3zze29b858] {
    padding: 1rem 1.15rem;
    border-radius: 0.85rem;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 30%, transparent);
    background: color-mix(in srgb, var(--bs-body-bg) 96%, transparent);
}
/* /Components/Pages/Chat.razor.rz.scp.css */
/* Modern AI-focused chat interface */
.chat-page[b-x9dvb9t9y3],
.chat-layout[b-x9dvb9t9y3],
.chat-column[b-x9dvb9t9y3],
.sources-column[b-x9dvb9t9y3] {
    min-width: 0;
}

.chat-layout[b-x9dvb9t9y3] {
    align-items: flex-start;
}

.chat-card[b-x9dvb9t9y3] {
    display: flex;
    height: min(52rem, calc(100dvh - 8.5rem));
    min-height: 0;
    flex-direction: column;
}

.chat-card-body[b-x9dvb9t9y3] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.trust-strip[b-x9dvb9t9y3] {
    font-size: 0.8rem;
}

.trust-chip[b-x9dvb9t9y3] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 40%, transparent);
    background: color-mix(in srgb, var(--bs-success) 8%, transparent);
    color: var(--bs-secondary-color);
}

.ai-card[b-x9dvb9t9y3] { 
    border-radius: var(--fl-card-radius); 
    background: color-mix(in srgb, var(--bs-body-bg) 85%, transparent);
    backdrop-filter: blur(20px);
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 40%, transparent);
}

.ai-card-header[b-x9dvb9t9y3] { 
    border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color) 30%, transparent); 
    background: linear-gradient(135deg, 
        color-mix(in srgb, var(--bs-primary) 8%, transparent),
        color-mix(in srgb, var(--bs-primary) 4%, transparent)
    );
    padding: 1rem 1.25rem;
    font-weight: 600;
}

.ai-badge[b-x9dvb9t9y3] { 
    display: inline-flex; 
    width: 2rem; 
    height: 2rem; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%; 
    background: linear-gradient(135deg, 
        color-mix(in srgb, var(--bs-primary) 15%, transparent),
        color-mix(in srgb, var(--bs-primary) 8%, transparent)
    ); 
    color: var(--bs-primary); 
    font-size: 1.1rem;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--bs-primary) 20%, transparent);
}

/* Modern avatar styling */
.avatar[b-x9dvb9t9y3] { 
    width: 36px; 
    height: 36px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.avatar-ai[b-x9dvb9t9y3] { 
    background: linear-gradient(135deg, 
        color-mix(in srgb, var(--bs-primary) 15%, var(--bs-body-bg)),
        color-mix(in srgb, var(--bs-primary) 8%, var(--bs-body-bg))
    ); 
    color: var(--bs-primary);
    border: 2px solid color-mix(in srgb, var(--bs-primary) 20%, transparent);
}

.avatar-user[b-x9dvb9t9y3] { 
    background: linear-gradient(135deg, 
        var(--bs-secondary-bg-subtle),
        color-mix(in srgb, var(--bs-secondary) 10%, var(--bs-body-bg))
    ); 
    color: var(--bs-secondary);
    border: 2px solid color-mix(in srgb, var(--bs-secondary) 20%, transparent);
}

/* Enhanced chat area */
.chat-scroll[b-x9dvb9t9y3] { 
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
    overflow: auto; 
    scrollbar-width: thin;
    padding: 1.5rem !important;
}

.chat-empty-state[b-x9dvb9t9y3] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ai-input[b-x9dvb9t9y3] {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    background: color-mix(in srgb, var(--bs-body-bg) 94%, transparent);
}

.chat-bubble-wrapper[b-x9dvb9t9y3] { 
    position: relative; 
    max-width: 75%;
    min-width: 0;
}

.chat-bubble[b-x9dvb9t9y3] { 
    padding: 1rem 1.25rem; 
    border-radius: var(--fl-chat-radius); 
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 40%, transparent); 
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
    position: relative;
    word-wrap: break-word;
}

.chat-bubble:hover[b-x9dvb9t9y3] {
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
    transform: translateY(-1px);
}

.chat-user[b-x9dvb9t9y3] { 
    background: linear-gradient(135deg, 
        color-mix(in srgb, var(--bs-primary) 12%, var(--bs-body-bg)),
        color-mix(in srgb, var(--bs-primary) 6%, var(--bs-body-bg))
    );
    border-color: color-mix(in srgb, var(--bs-primary) 25%, transparent);
    color: var(--bs-body-color);
}

.chat-assistant[b-x9dvb9t9y3] { 
    background: color-mix(in srgb, var(--bs-body-bg) 90%, transparent); 
    backdrop-filter: blur(20px);
    border-color: color-mix(in srgb, var(--bs-border-color) 50%, transparent);
}

/* Modern action buttons */
.bubble-actions[b-x9dvb9t9y3] { 
    position: absolute; 
    right: 0.75rem; 
    bottom: -2.5rem; 
    display: flex; 
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.chat-bubble-wrapper:hover .bubble-actions[b-x9dvb9t9y3] {
    opacity: 1;
}

.icon-btn[b-x9dvb9t9y3] { 
    border: none; 
    background: color-mix(in srgb, var(--bs-body-bg) 95%, transparent); 
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 40%, transparent); 
    border-radius: var(--fl-button-radius); 
    padding: 0.5rem 0.75rem; 
    color: var(--bs-secondary-color);
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.icon-btn:hover[b-x9dvb9t9y3] { 
    color: var(--bs-primary); 
    border-color: color-mix(in srgb, var(--bs-primary) 35%, transparent);
    background: color-mix(in srgb, var(--bs-primary) 8%, var(--bs-body-bg));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Enhanced typing indicator */
.typing[b-x9dvb9t9y3] { 
    display: flex; 
    gap: 0.5rem; 
    align-items: center; 
    padding: 1rem 1.25rem;
}

.typing .dot[b-x9dvb9t9y3] { 
    width: 0.5rem; 
    height: 0.5rem; 
    background: var(--bs-primary); 
    border-radius: 50%; 
    display: inline-block; 
    animation: typingBounce-b-x9dvb9t9y3 1.4s infinite ease-in-out; 
}

.typing .dot:nth-child(2)[b-x9dvb9t9y3] { animation-delay: 0.2s; }
.typing .dot:nth-child(3)[b-x9dvb9t9y3] { animation-delay: 0.4s; }

@keyframes typingBounce-b-x9dvb9t9y3 { 
    0%, 80%, 100% { 
        opacity: 0.3;
        transform: scale(0.8);
    } 
    40% { 
        opacity: 1;
        transform: scale(1.1);
    } 
}

/* Modern input styling */
.chat-input-group[b-x9dvb9t9y3] { 
    border-radius: var(--fl-pill-radius); 
    overflow: hidden;
    border: 2px solid color-mix(in srgb, var(--bs-border-color) 50%, transparent);
    background: color-mix(in srgb, var(--bs-body-bg) 90%, transparent);
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
}

.chat-input-group:focus-within[b-x9dvb9t9y3] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-primary) 15%, transparent);
}

.chat-input[b-x9dvb9t9y3] { 
    border: none;
    background: transparent;
    resize: none; 
    max-height: 35vh; 
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
}

.chat-input:focus[b-x9dvb9t9y3] {
    box-shadow: none;
    border: none;
    background: transparent;
}

.send-btn[b-x9dvb9t9y3] { 
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
    padding: 1rem 1.5rem;
    font-weight: 600;
}

/* Modern chip/suggestion styling */
.chip[b-x9dvb9t9y3] { 
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 40%, transparent); 
    background: color-mix(in srgb, var(--bs-body-bg) 85%, transparent); 
    color: var(--bs-body-color); 
    border-radius: var(--fl-pill-radius); 
    padding: 0.6rem 1.2rem; 
    font-size: 0.9rem; 
    font-weight: 500;
    line-height: 1; 
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.chip:hover[b-x9dvb9t9y3] { 
    border-color: var(--bs-primary);
    background: color-mix(in srgb, var(--bs-primary) 10%, var(--bs-body-bg)); 
    color: var(--bs-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px color-mix(in srgb, var(--bs-primary) 20%, transparent);
}

/* Enhanced sources styling */
.sources .source-link[b-x9dvb9t9y3] { 
    text-decoration: none;
    color: var(--bs-primary);
    font-weight: 500;
    transition: all 0.2s ease;
}

.sources .source-link:hover[b-x9dvb9t9y3] {
    color: color-mix(in srgb, var(--bs-primary) 80%, #000);
}

.sources li[b-x9dvb9t9y3] {
    padding: 0.75rem;
    border-radius: var(--fl-button-radius);
    transition: all 0.2s ease;
}

.sources li:hover[b-x9dvb9t9y3] {
    background: color-mix(in srgb, var(--bs-primary) 5%, transparent);
}

/* Conditional sources panel */
.sources-panel[b-x9dvb9t9y3] {
    transition: all 0.3s ease;
}

.sources-panel.hidden[b-x9dvb9t9y3] {
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
}

.sources-panel.visible[b-x9dvb9t9y3] {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}

.sources-card[b-x9dvb9t9y3] {
    position: sticky;
    top: 1rem;
}

@media (max-width: 991.98px) {
    .sources-card[b-x9dvb9t9y3] {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .chat-layout[b-x9dvb9t9y3] {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .chat-card[b-x9dvb9t9y3] {
        height: calc(100dvh - 5.25rem);
    }

    .ai-card-header[b-x9dvb9t9y3] {
        padding: 0.8rem 0.9rem;
    }

    .ai-card-header > .fw-semibold[b-x9dvb9t9y3] {
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
    }

    .ai-card-header > .fw-semibold .text-truncate[b-x9dvb9t9y3] {
        display: none;
    }

    .ai-card-header > .d-flex[b-x9dvb9t9y3] {
        flex: 0 0 auto;
        gap: 0.4rem !important;
    }

    .ai-card-header .btn[b-x9dvb9t9y3] {
        min-width: 2.25rem;
        min-height: 2.25rem;
        padding: 0.35rem 0.55rem;
    }

    .chat-scroll[b-x9dvb9t9y3] {
        padding: 1rem 0.75rem !important;
    }

    .chat-message[b-x9dvb9t9y3] {
        margin-bottom: 1rem !important;
    }

    .chat-message > .d-flex[b-x9dvb9t9y3],
    .chat-scroll > .d-flex[b-x9dvb9t9y3] {
        width: 100%;
        max-width: 100%;
        gap: 0.6rem !important;
    }

    .avatar[b-x9dvb9t9y3] {
        width: 2rem;
        height: 2rem;
        flex: 0 0 2rem;
        font-size: 0.95rem;
    }

    .chat-bubble-wrapper[b-x9dvb9t9y3] {
        max-width: calc(100% - 2.6rem);
    }

    .chat-bubble[b-x9dvb9t9y3] {
        padding: 0.8rem 0.9rem;
        border-radius: 1rem;
    }

    .chat-user[b-x9dvb9t9y3] {
        max-width: 100%;
    }

    .bubble-actions[b-x9dvb9t9y3] {
        position: static;
        margin-top: 0.35rem;
        opacity: 1;
    }

    .icon-btn[b-x9dvb9t9y3] {
        padding: 0.4rem 0.6rem;
    }

    .ai-input[b-x9dvb9t9y3] {
        padding: 0.75rem !important;
    }

    .chat-input[b-x9dvb9t9y3] {
        min-height: 3rem;
        padding: 0.8rem 0.9rem;
    }

    .send-btn[b-x9dvb9t9y3] {
        padding-inline: 1rem;
    }

    .ai-input > .small[b-x9dvb9t9y3] {
        align-items: flex-start;
        gap: 0.5rem;
        line-height: 1.35;
    }

    .sources-card .card-body[b-x9dvb9t9y3] {
        padding: 0.75rem;
    }

    .sources li[b-x9dvb9t9y3] {
        padding: 0.6rem;
    }
}

@media (max-width: 420px) {
    .chat-card[b-x9dvb9t9y3] {
        height: calc(100dvh - 4.75rem);
    }

    .chat-scroll[b-x9dvb9t9y3] {
        padding-inline: 0.5rem !important;
    }

    .ai-card-header[b-x9dvb9t9y3] {
        padding-inline: 0.7rem;
    }

    .ai-card-header .ai-badge[b-x9dvb9t9y3] {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 0.95rem;
    }

    .ai-card-header .badge[b-x9dvb9t9y3] {
        max-width: 8.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* /Components/Pages/RAG.razor.rz.scp.css */
.rag-shell[b-9y1zot6rvu] {
    position: relative;
    width: 100%;
    margin-inline: auto;
}

.ai-card[b-9y1zot6rvu] {
    min-width: 0;
    overflow: hidden;
    border-radius: 1.15rem;
    background: color-mix(in srgb, var(--bs-body-bg) 90%, transparent);
    backdrop-filter: blur(20px);
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 34%, transparent);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.ai-card-header[b-9y1zot6rvu] {
    border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color) 24%, transparent);
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--bs-primary) 7%, transparent),
        color-mix(in srgb, var(--bs-primary) 3%, transparent)
    );
    padding: 1.15rem 1.35rem;
    font-weight: 600;
}

.ai-badge[b-9y1zot6rvu] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--bs-primary) 15%, transparent),
        color-mix(in srgb, var(--bs-primary) 8%, transparent)
    );
    color: var(--bs-primary);
    font-size: 1.1rem;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--bs-primary) 20%, transparent);
}

.advanced-options[b-9y1zot6rvu] {
    animation: slideDown-b-9y1zot6rvu 180ms ease;
}

@keyframes slideDown-b-9y1zot6rvu {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero[b-9y1zot6rvu] {
    padding: 3.7rem 0 1.2rem;
}

.hero-mark[b-9y1zot6rvu] {
    font-size: 2.2rem;
    opacity: 0.72;
}

.hero-title[b-9y1zot6rvu] {
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: clamp(1.9rem, 1.5rem + 1vw, 2.6rem);
    max-width: 18ch;
    margin-inline: auto;
}

.trust-strip[b-9y1zot6rvu] {
    font-size: 0.8rem;
}

.trust-chip[b-9y1zot6rvu] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 40%, transparent);
    background: color-mix(in srgb, var(--bs-success) 8%, transparent);
    color: var(--bs-secondary-color);
}

.action-rail[b-9y1zot6rvu] {
    position: fixed;
    left: max(1rem, calc(50% - 44.5rem));
    top: 10.25rem;
    z-index: 1040;
    opacity: 0.72;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.action-rail:hover[b-9y1zot6rvu] {
    opacity: 1;
}

.rail-btn[b-9y1zot6rvu] {
    position: relative;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 42%, transparent);
    background: color-mix(in srgb, var(--bs-body-bg) 92%, transparent);
    color: var(--bs-secondary-color);
    backdrop-filter: blur(12px);
    transition: all 0.18s ease;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.rail-btn:hover[b-9y1zot6rvu] {
    color: var(--bs-primary);
    border-color: color-mix(in srgb, var(--bs-primary) 26%, transparent);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.rail-badge[b-9y1zot6rvu] {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--bs-primary);
    color: #fff;
    font-size: 0.7rem;
    line-height: 1;
    padding: 0.2rem 0.35rem;
    border-radius: 999px;
    box-shadow: 0 6px 16px color-mix(in srgb, var(--bs-primary) 30%, transparent);
}

.modern-offcanvas[b-9y1zot6rvu] {
    --bs-offcanvas-width: min(480px, 92vw);
    background: color-mix(in srgb, var(--bs-body-bg) 95%, transparent);
    border-left: 1px solid color-mix(in srgb, var(--bs-border-color) 50%, transparent);
    box-shadow: -18px 0 44px rgba(0, 0, 0, 0.22);
}

.modern-offcanvas .offcanvas-header[b-9y1zot6rvu] {
    border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color) 40%, transparent);
}

.chat-input-group[b-9y1zot6rvu] {
    display: flex;
    flex-wrap: nowrap;
    border-radius: var(--fl-pill-radius);
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 42%, transparent);
    background: color-mix(in srgb, var(--bs-body-bg) 94%, transparent);
    backdrop-filter: blur(16px);
    transition: all 0.2s ease, box-shadow 0.2s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.chat-input-group:focus-within[b-9y1zot6rvu] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.22rem color-mix(in srgb, var(--bs-primary) 12%, transparent), 0 14px 30px rgba(0, 0, 0, 0.12);
}

.chat-input[b-9y1zot6rvu] {
    border: none;
    background: transparent;
    resize: none;
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
    max-height: 8rem;
    overflow-y: auto;
    padding: 0.9rem 1.15rem;
    font-size: 1.03rem;
    line-height: 1.45;
}

.chat-input:focus[b-9y1zot6rvu] {
    box-shadow: none;
    border: none;
    background: transparent;
}

.send-btn[b-9y1zot6rvu] {
    flex: 0 0 auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.8rem 1rem;
    font-weight: 600;
    min-width: 5.5rem;
}

.chat-input-group > .btn[b-9y1zot6rvu] {
    flex: 0 0 auto;
    min-height: 3.5rem;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}

.ai-answer .chat-bubble[b-9y1zot6rvu] {
    max-width: 100%;
    padding: 1.55rem 1.8rem;
    border-radius: 1rem;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 32%, transparent);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    background: color-mix(in srgb, var(--bs-body-bg) 96%, transparent);
    backdrop-filter: blur(14px);
    transition: all 0.2s ease;
}

.ai-answer .chat-bubble:hover[b-9y1zot6rvu] {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.card-actions > button[b-9y1zot6rvu],
.card-actions > .hx-button[b-9y1zot6rvu],
.card-actions > .hx-button button[b-9y1zot6rvu] {
    width: 2.65rem;
    height: 2.65rem;
    min-width: 2.65rem;
    min-height: 2.65rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rag-quick-actions[b-9y1zot6rvu] {
    display: none;
}

.quick-action[b-9y1zot6rvu] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 42%, transparent);
    border-radius: var(--fl-button-radius);
    background: color-mix(in srgb, var(--bs-body-bg) 92%, transparent);
    color: var(--bs-secondary-color);
    transition: all 0.18s ease;
}

.quick-action:hover:not(:disabled)[b-9y1zot6rvu] {
    color: var(--bs-primary);
    border-color: color-mix(in srgb, var(--bs-primary) 28%, transparent);
    background: color-mix(in srgb, var(--bs-primary) 8%, var(--bs-body-bg));
}

.quick-action:disabled[b-9y1zot6rvu] {
    cursor: not-allowed;
    opacity: 0.45;
}

.quick-action-badge[b-9y1zot6rvu] {
    position: absolute;
    top: -0.35rem;
    right: -0.35rem;
    min-width: 1.1rem;
    padding: 0.15rem 0.3rem;
    border-radius: 999px;
    background: var(--bs-primary);
    color: #fff;
    font-size: 0.68rem;
    line-height: 1;
}

.ai-answer .markdown-body[b-9y1zot6rvu] {
    max-width: 76ch;
    font-size: 1.06rem;
    line-height: 1.82;
    overflow-wrap: anywhere;
}

.ai-answer .markdown-body p[b-9y1zot6rvu],
.ai-answer .markdown-body ul[b-9y1zot6rvu],
.ai-answer .markdown-body ol[b-9y1zot6rvu] {
    margin-bottom: 1rem;
}

.chip[b-9y1zot6rvu] {
    display: inline-flex;
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--bs-border-color) 34%, transparent);
    background: color-mix(in srgb, var(--bs-body-bg) 88%, transparent);
    color: color-mix(in srgb, var(--bs-body-color) 88%, var(--bs-secondary-color));
    border-radius: var(--fl-pill-radius);
    padding: 0.7rem 1.15rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.2s ease;
    backdrop-filter: blur(12px);
}

.chip:hover[b-9y1zot6rvu] {
    border-color: color-mix(in srgb, var(--bs-primary) 28%, transparent);
    background: color-mix(in srgb, var(--bs-primary) 8%, var(--bs-body-bg));
    color: var(--bs-primary);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px color-mix(in srgb, var(--bs-primary) 12%, transparent);
}

.chip:focus-visible[b-9y1zot6rvu],
.rail-btn:focus-visible[b-9y1zot6rvu] {
    outline: none;
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--bs-primary) 20%, transparent);
}

.sources .source-link[b-9y1zot6rvu] {
    text-decoration: none;
    color: var(--bs-primary);
    font-weight: 500;
    transition: all 0.2s ease;
}

.sources .source-link:hover[b-9y1zot6rvu] {
    color: color-mix(in srgb, var(--bs-primary) 80%, #000);
}

.sources li[b-9y1zot6rvu] {
    padding: 0.85rem;
    border-radius: var(--fl-button-radius);
    transition: all 0.2s ease;
}

.sources li:hover[b-9y1zot6rvu] {
    background: color-mix(in srgb, var(--bs-primary) 5%, transparent);
}

.small-controls :is(.form-label)[b-9y1zot6rvu] {
    display: none;
}

.modern-offcanvas .score-pill[b-9y1zot6rvu] {
    background: color-mix(in srgb, var(--bs-primary) 10%, var(--bs-body-bg));
    color: var(--bs-primary);
    border: 1px solid color-mix(in srgb, var(--bs-primary) 35%, transparent);
    border-radius: 999px;
    padding: 0.15rem 0.5rem;
    font-weight: 600;
}

.modern-offcanvas .score-help[b-9y1zot6rvu] {
    color: var(--bs-secondary-color);
}

.suggestion-strip[b-9y1zot6rvu] {
    padding-top: 0.35rem;
}

.suggestion-row[b-9y1zot6rvu] {
    row-gap: 0.75rem;
}

.input-area[b-9y1zot6rvu] {
    padding-top: 0.25rem;
}

.answer-actions .btn[b-9y1zot6rvu],
.answer-actions .hx-btn[b-9y1zot6rvu] {
    min-height: 2.25rem;
}

.answer-actions[b-9y1zot6rvu] {
    align-items: stretch;
}

.answer-actions .btn[b-9y1zot6rvu],
.answer-actions .hx-btn[b-9y1zot6rvu] {
    flex: 0 1 auto;
}

@media (max-width: 1599.98px) {
    .action-rail[b-9y1zot6rvu] {
        left: 1.1rem;
    }
}

@media (max-width: 1199.98px) {
    .rag-shell[b-9y1zot6rvu] {
        max-width: 960px;
    }

    .ai-card-header .card-actions[b-9y1zot6rvu] {
        display: none !important;
    }

    .rag-quick-actions[b-9y1zot6rvu] {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0.65rem 1.1rem;
        border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color) 24%, transparent);
        background: color-mix(in srgb, var(--bs-primary) 2%, transparent);
    }

    .ai-card-header[b-9y1zot6rvu] {
        padding: 1rem 1.1rem;
    }

    .hero[b-9y1zot6rvu] {
        padding-top: 2.75rem;
    }

    .ai-answer .chat-bubble[b-9y1zot6rvu] {
        padding: 1.3rem 1.35rem;
    }
}

@media (max-width: 767.98px) {
    .ai-card[b-9y1zot6rvu] {
        border-radius: 1rem;
    }

    .ai-card-header[b-9y1zot6rvu] {
        padding: 0.8rem 0.85rem;
    }

    .card-actions > button[b-9y1zot6rvu],
    .card-actions > .hx-button[b-9y1zot6rvu],
    .card-actions > .hx-button button[b-9y1zot6rvu] {
        width: 2.6rem;
        height: 2.6rem;
        min-width: 2.6rem;
        min-height: 2.6rem;
        padding: 0;
    }

    .rag-quick-actions[b-9y1zot6rvu] {
        gap: 0.4rem;
        padding: 0.55rem 0.75rem;
    }

    .quick-action[b-9y1zot6rvu] {
        min-height: 2.75rem;
        padding-inline: 0.5rem;
    }

    .quick-action-label[b-9y1zot6rvu] {
        display: none;
    }

    .hero[b-9y1zot6rvu] {
        padding: 1.7rem 0 0.75rem;
    }

    .hero-title[b-9y1zot6rvu] {
        max-width: 100%;
        font-size: clamp(1.65rem, 7vw, 2.05rem);
        line-height: 1.12;
    }

    .trust-strip[b-9y1zot6rvu] {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 0.45rem !important;
    }

    .trust-chip[b-9y1zot6rvu] {
        justify-content: center;
        width: 100%;
        min-height: 2.1rem;
        padding-inline: 0.55rem;
        font-size: 0.74rem;
    }

    .chip[b-9y1zot6rvu] {
        width: 100%;
        min-height: 3.2rem;
        justify-content: flex-start;
        text-align: left;
        padding: 0.75rem 0.9rem;
    }

    .chat-input-group[b-9y1zot6rvu] {
        align-items: stretch;
    }

    .chat-input[b-9y1zot6rvu] {
        padding: 0.8rem 0.9rem;
        min-height: 3.5rem;
        font-size: 1rem;
    }

    .send-btn[b-9y1zot6rvu] {
        min-width: 3rem;
        padding-inline: 0.7rem;
    }

    .chat-input-group > .btn:not(.send-btn)[b-9y1zot6rvu] {
        min-width: 2.8rem;
        padding-inline: 0.6rem;
    }

    .ai-answer .chat-bubble[b-9y1zot6rvu] {
        padding: 1rem;
        border-radius: 0.9rem;
    }

    .ai-answer .markdown-body[b-9y1zot6rvu] {
        font-size: 1rem;
        line-height: 1.72;
    }

    .answer-actions .btn[b-9y1zot6rvu],
    .answer-actions .hx-btn[b-9y1zot6rvu] {
        flex: 1 1 auto;
    }

    .modern-offcanvas[b-9y1zot6rvu] {
        --bs-offcanvas-width: min(100vw, 480px);
    }
}
