/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ayzzin1kk9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ayzzin1kk9] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-ayzzin1kk9] {
    background: var(--ads-sidebar-bg, #0d0d10);
    position: relative;   /* anchors the absolute-positioned hamburger toggle */
}

.top-row[b-ayzzin1kk9] {
    background: var(--ads-topbar-bg, transparent);
    border-bottom: 1px solid var(--ads-border, rgba(255,255,255,0.07));
    justify-content: space-between;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-ayzzin1kk9] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-ayzzin1kk9] {
        flex-direction: row;
    }

    .sidebar[b-ayzzin1kk9] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    main[b-ayzzin1kk9] {
        height: 100vh;
    }

    .top-row[b-ayzzin1kk9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ayzzin1kk9], article[b-ayzzin1kk9] {
        padding-left: 1.75rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ayzzin1kk9] {
    color-scheme: light only;
    background: #7f1d1d;
    color: #fecaca;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-ayzzin1kk9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Hamburger button (mobile only, hidden on md+) ────────────────────────── */
.nav-hamburger[b-cshn6e40nx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.25rem;
    height: 2.25rem;
    padding: 4px 5px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    cursor: pointer;
}
.nav-hamburger span[b-cshn6e40nx] {
    display: block;
    height: 2px;
    background: rgba(255,255,255,0.75);
    border-radius: 2px;
    transition: background .15s;
}
.nav-hamburger:hover span[b-cshn6e40nx] { background: #fff; }

/* ── Brand row ────────────────────────────────────────────────────────────── */
.top-row[b-cshn6e40nx] {
    min-height: 3.5rem;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0 1rem;
}
.navbar-brand[b-cshn6e40nx] {
    font-family: 'Instrument Sans', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f4f4f5 !important;
}

/* ── Section group labels ─────────────────────────────────────────────────── */
.nav-group-label[b-cshn6e40nx] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.28);
    padding: 1rem 1.25rem 0.3rem;
    user-select: none;
}

/* ── Admin section separator + label ─────────────────────────────────────── */
.nav-admin-separator[b-cshn6e40nx] {
    margin: 0.75rem 1rem 0;
    border-top: 1px solid rgba(251,191,36,0.2);
}
.nav-group-label.admin[b-cshn6e40nx] {
    color: rgba(251,191,36,0.55);
}

/* ── Nav items ────────────────────────────────────────────────────────────── */
.nav-item[b-cshn6e40nx] {
    font-size: 0.865rem;
    padding-bottom: 0.05rem;
}
.nav-item:first-of-type[b-cshn6e40nx] { padding-top: 0.35rem; }
.nav-item:last-of-type[b-cshn6e40nx]  { padding-bottom: 0.75rem; }

.nav-item[b-cshn6e40nx]  .nav-link {
    font-family: 'Instrument Sans', system-ui, sans-serif;
    color: rgba(255,255,255,0.5);
    background: none;
    border: none;
    border-left: 2px solid transparent;
    border-radius: 0 6px 6px 0;
    height: 2.25rem;
    display: flex;
    align-items: center;
    width: calc(100% - 0.5rem);
    padding: 0 0.75rem;
    transition: color 0.12s, background 0.12s, border-color 0.12s;
}
.nav-item[b-cshn6e40nx]  a.active {
    border-left-color: #22c55e;
    background: rgba(34,197,94,0.09);
    color: #f4f4f5;
}
.nav-item[b-cshn6e40nx]  .nav-link:hover {
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.82);
    border-left-color: rgba(255,255,255,0.12);
}

/* ── Icons ────────────────────────────────────────────────────────────────── */
.bi[b-cshn6e40nx] {
    display: inline-block;
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-right: 0.6rem;
    top: -1px;
    background-size: cover;
    opacity: 0.6;
    flex-shrink: 0;
}
.nav-item[b-cshn6e40nx]  a.active .bi,
.nav-item[b-cshn6e40nx]  .nav-link:hover .bi { opacity: 1; }

.bi-house-door-fill-nav-menu[b-cshn6e40nx]    { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E"); }
.bi-plus-square-fill-nav-menu[b-cshn6e40nx]   { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E"); }
.bi-list-nested-nav-menu[b-cshn6e40nx]        { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); }
.bi-lock-nav-menu[b-cshn6e40nx]               { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z'/%3E%3C/svg%3E"); }
.bi-person-nav-menu[b-cshn6e40nx]             { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E"); }
.bi-person-badge-nav-menu[b-cshn6e40nx]       { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7z'/%3E%3C/svg%3E"); }
.bi-person-fill-nav-menu[b-cshn6e40nx]        { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E"); }
.bi-gear-fill-nav-menu[b-cshn6e40nx]          { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E"); }
.bi-currency-dollar-nav-menu[b-cshn6e40nx]    { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4z'/%3E%3C/svg%3E"); }
.bi-arrow-bar-left-nav-menu[b-cshn6e40nx]     { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E"); }
.bi-bar-chart-fill-nav-menu[b-cshn6e40nx]     { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z'/%3E%3C/svg%3E"); }
.bi-bell-fill-nav-menu[b-cshn6e40nx]          { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z'/%3E%3C/svg%3E"); }
.bi-ticket-perforated-fill-nav-menu[b-cshn6e40nx] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6V4.5Zm4-1v1h1v-1H4Zm1 3v-1H4v1h1Zm7 0v-1h-1v1h1Zm-1 2v1h1v-1h-1Zm-6 3H4v1h1v-1Zm7 1v-1h-1v1h1ZM4 8v1h1V8H4Zm6 0h-1v1h1V8Z'/%3E%3C/svg%3E"); }
.bi-chat-dots-fill-nav-menu[b-cshn6e40nx]     { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E"); }
.bi-hand-thumbs-up-fill-nav-menu[b-cshn6e40nx] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a18.09 18.09 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.032-.01 1.49.07.187.124.383.135.582.077 1.38-.343 2.498-1.088 3.255-.728.74-1.697 1.056-2.572 1.056H7.256c-.935 0-1.358-.148-1.907-.59l-.064-.05a5.555 5.555 0 0 1-1.76-2.619l-.042-.135a.507.507 0 0 0-.144-.24L2.5 8.01c-.384-.337-.874-.43-1.298-.172-.371.228-.508.686-.39 1.102l.354.604.51.576a.5.5 0 0 1-.754.656l-.51-.576a2.494 2.494 0 0 1-.61-1.03c-.22-.784.04-1.68.691-2.1.76-.468 1.636-.32 2.245.143L4 7.587z'/%3E%3C/svg%3E"); }
.bi-shield-fill-nav-menu[b-cshn6e40nx]        { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533a.55.55 0 0 0 .2.043.615.615 0 0 0 .2-.043c.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39 60.439 60.439 0 0 0-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524z'/%3E%3C/svg%3E"); }
.bi-shield-lock-fill-nav-menu[b-cshn6e40nx]   { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.481.2.829.2s.548-.068.829-.2a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z'/%3E%3C/svg%3E"); }
.bi-people-fill-nav-menu[b-cshn6e40nx]        { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E"); }
.bi-credit-card-fill-nav-menu[b-cshn6e40nx]   { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3h16v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V7zm3 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H3z'/%3E%3C/svg%3E"); }
.bi-pencil-square-nav-menu[b-cshn6e40nx]      { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z'/%3E%3C/svg%3E"); }
.bi-hdd-network-fill-nav-menu[b-cshn6e40nx]   { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z'/%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2V4z'/%3E%3C/svg%3E"); }
.bi-credit-card-2-front-fill-nav-menu[b-cshn6e40nx] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z'/%3E%3C/svg%3E"); }
.bi-person-lines-fill-nav-menu[b-cshn6e40nx]  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z'/%3E%3C/svg%3E"); }
.bi-question-circle-fill-nav-menu[b-cshn6e40nx] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z'/%3E%3C/svg%3E"); }
.bi-question-circle-nav-menu[b-cshn6e40nx]      { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3C/svg%3E"); }
.bi-lightbulb-fill-nav-menu[b-cshn6e40nx]       { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6z'/%3E%3C/svg%3E"); }
.bi-people-nav-menu[b-cshn6e40nx]              { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8Zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002-.014.002H7.022ZM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816ZM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z'/%3E%3C/svg%3E"); }
.bi-stars-nav-menu[b-cshn6e40nx]               { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828l.645-1.937zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.734 1.734 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.734 1.734 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.734 1.734 0 0 0 3.407 2.31l.387-1.162zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L10.863.1z'/%3E%3C/svg%3E"); }
.bi-cloud-upload-fill-nav-menu[b-cshn6e40nx]   { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0z'/%3E%3C/svg%3E"); }
.bi-arrow-up-circle-fill-nav-menu[b-cshn6e40nx] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z'/%3E%3C/svg%3E"); }
.bi-code-slash-nav-menu[b-cshn6e40nx]          { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z'/%3E%3C/svg%3E"); }
.bi-megaphone-fill-nav-menu[b-cshn6e40nx]      { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13 2.5a1 1 0 0 1 2 0v11a1 1 0 0 1-2 0v-.085c-2.517.26-4.77 1.177-6.987 2.077C4.22 16.365 2.59 17 1 17v-5c1.59 0 3.22-.635 5.013-1.492.906-.429 1.833-.883 2.796-1.288.264-.11.532-.213.8-.312V3.091c-.268-.1-.536-.202-.8-.312-.963-.405-1.89-.86-2.796-1.288C4.22 0.635 2.59 0 1 0v5c.42 0 .836.04 1.247.115a.5.5 0 0 1-.494.869A6.526 6.526 0 0 0 1 5.5V2a.5.5 0 0 1 0-1h.5C2.59.999 4.22 1.635 6.013 2.491c.906.43 1.833.884 2.796 1.289.264.11.532.212.8.312V2.5z'/%3E%3C/svg%3E"); }

/* ── Scrollable area ──────────────────────────────────────────────────────── */
.nav-scrollable[b-cshn6e40nx] { display: none; }
.nav-scrollable.nav-open[b-cshn6e40nx] { display: block; }

@media (min-width: 641px) {
    .nav-hamburger[b-cshn6e40nx] { display: none; }
    .nav-scrollable[b-cshn6e40nx] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255,255,255,0.25) transparent;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qyk3qpk7gq],
.components-reconnect-repeated-attempt-visible[b-qyk3qpk7gq],
.components-reconnect-failed-visible[b-qyk3qpk7gq],
.components-pause-visible[b-qyk3qpk7gq],
.components-resume-failed-visible[b-qyk3qpk7gq],
.components-rejoining-animation[b-qyk3qpk7gq] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-qyk3qpk7gq {
    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/Shared/AppAssistant.razor.rz.scp.css */
/* ── Floating Action Button ─────────────────────────────────────────────── */
.assistant-fab[b-laxwlql9tp] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: #0d6efd;
    box-shadow: 0 4px 16px rgba(13,110,253,.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
    transition: transform .15s, box-shadow .15s;
}
.assistant-fab:hover[b-laxwlql9tp] {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(13,110,253,.65);
}
.assistant-fab:active[b-laxwlql9tp] { transform: scale(.95); }

/* ── Chat Panel ─────────────────────────────────────────────────────────── */
.assistant-panel[b-laxwlql9tp] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 340px;
    max-height: 520px;
    border-radius: 14px;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    box-shadow: 0 8px 32px rgba(0,0,0,.22);
    display: flex;
    flex-direction: column;
    z-index: 1500;
    overflow: hidden;
}

/* Header */
.assistant-header[b-laxwlql9tp] {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .75rem;
    background: #0d6efd;
    color: #fff;
}
.assistant-icon-btn[b-laxwlql9tp] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: .1rem .35rem;
    border-radius: 6px;
    font-size: .95rem;
    color: inherit;
    line-height: 1;
    transition: background .1s;
}
.assistant-icon-btn:hover[b-laxwlql9tp]   { background: rgba(255,255,255,.15); }
.assistant-icon-btn:disabled[b-laxwlql9tp] { opacity: .35; cursor: default; }
.assistant-icon-btn.active[b-laxwlql9tp]  { background: rgba(255,255,255,.3); }
.send-btn[b-laxwlql9tp] { color: #0d6efd; }

/* Mic wrapper — stacks icon + local/cloud label */
.mic-wrap[b-laxwlql9tp] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.mic-label[b-laxwlql9tp] {
    font-size: .58rem;
    line-height: 1;
    opacity: .65;
    letter-spacing: .02em;
    pointer-events: none;
    margin-top: -2px;
}
.mic-live[b-laxwlql9tp] {
    color: #f66;
    font-weight: 600;
    font-size: .58rem;
    animation: micPulse-b-laxwlql9tp 1s ease-in-out infinite;
}
@keyframes micPulse-b-laxwlql9tp {
    0%, 100% { opacity: 1; }
    50%       { opacity: .35; }
}
.assistant-icon-btn.mic-listening[b-laxwlql9tp] {
    color: #f66;
    background: rgba(255, 80, 80, .15);
}
.mic-error[b-laxwlql9tp] {
    font-size: .72rem;
    color: #f66;
    cursor: pointer;
    white-space: normal;
    line-height: 1.3;
    max-width: 160px;
}
.assistant-header .send-btn[b-laxwlql9tp] { color: #fff; }

/* Messages area */
.assistant-messages[b-laxwlql9tp] {
    flex: 1;
    overflow-y: auto;
    padding: .75rem .6rem;
    display: flex;
    flex-direction: column;
    gap: .45rem;
}
.assistant-empty[b-laxwlql9tp] {
    text-align: center;
    color: var(--bs-secondary-color, #6c757d);
    padding: 1.5rem .5rem;
    font-size: .9rem;
}

/* Bubbles */
.assistant-msg[b-laxwlql9tp] { display: flex; }
.assistant-msg.user[b-laxwlql9tp]  { justify-content: flex-end; }
.assistant-msg.bot[b-laxwlql9tp]   { justify-content: flex-start; }
.assistant-bubble[b-laxwlql9tp] {
    max-width: 80%;
    padding: .45rem .7rem;
    border-radius: 12px;
    font-size: .85rem;
    line-height: 1.45;
    word-break: break-word;
}
.assistant-msg.user .assistant-bubble[b-laxwlql9tp] {
    background: #0d6efd;
    color: #fff;
    border-bottom-right-radius: 3px;
}
.assistant-msg.bot .assistant-bubble[b-laxwlql9tp] {
    background: var(--bs-tertiary-bg, #f8f9fa);
    color: var(--bs-body-color, #212529);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-bottom-left-radius: 3px;
}

/* Thinking dots */
.assistant-bubble.thinking[b-laxwlql9tp] {
    display: flex;
    gap: .3rem;
    align-items: center;
    padding: .55rem .9rem;
}
.dot[b-laxwlql9tp] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bs-secondary-color, #888);
    animation: dotBounce-b-laxwlql9tp 1.2s infinite ease-in-out;
}
.dot:nth-child(2)[b-laxwlql9tp] { animation-delay: .2s; }
.dot:nth-child(3)[b-laxwlql9tp] { animation-delay: .4s; }
@keyframes dotBounce-b-laxwlql9tp {
    0%, 80%, 100% { transform: translateY(0); }
    40%           { transform: translateY(-6px); }
}

/* Input row */
.assistant-input-row[b-laxwlql9tp] {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .5rem .6rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
}
.assistant-input-row .form-control[b-laxwlql9tp] { flex: 1; font-size: .85rem; }

/* ── Clippy character (CSS art) ─────────────────────────────────────────── */
.clippy-fab[b-laxwlql9tp] {
    background: #ffe066;
    box-shadow: 0 4px 16px rgba(255,200,0,.5);
}
.clippy-fab:hover[b-laxwlql9tp] { box-shadow: 0 6px 24px rgba(255,200,0,.7); }

.clippy-panel[b-laxwlql9tp] { border-top: 4px solid #ffe066; }
.clippy-panel .assistant-header[b-laxwlql9tp] { background: #ffe066; color: #333; }
.clippy-panel .send-btn[b-laxwlql9tp] { color: #333; }

/* Full clippy character on FAB */
.clippy-idle[b-laxwlql9tp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    animation: clippyBob-b-laxwlql9tp 2.5s ease-in-out infinite;
}
.clippy-body[b-laxwlql9tp] {
    width: 28px;
    height: 22px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.clippy-body.sm[b-laxwlql9tp] {
    width: 20px;
    height: 16px;
    border-radius: 4px;
    gap: 3px;
}
.clippy-eye[b-laxwlql9tp] {
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    animation: clippyBlink-b-laxwlql9tp 3.5s infinite;
}
.clippy-body.sm .clippy-eye[b-laxwlql9tp] { width: 4px; height: 4px; }
.clippy-mouth[b-laxwlql9tp] {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 4px;
    border: 2px solid #333;
    border-top: none;
    border-radius: 0 0 5px 5px;
}
.clippy-legs[b-laxwlql9tp] {
    display: flex;
    gap: 5px;
}
.clippy-leg[b-laxwlql9tp] {
    width: 6px;
    height: 7px;
    background: #333;
    border-radius: 0 0 3px 3px;
}

/* Mini clippy in header */
.clippy-mini[b-laxwlql9tp] {
    display: flex;
    align-items: center;
}

@keyframes clippyBob-b-laxwlql9tp {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-3px); }
}
@keyframes clippyBlink-b-laxwlql9tp {
    0%, 90%, 100% { transform: scaleY(1); }
    95%           { transform: scaleY(0.1); }
}

/* ── Phase 31: Onboarding Wizard ─────────────────────────────────────────── */
.wizard-panel[b-laxwlql9tp] {
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: linear-gradient(135deg, #f0f4ff 0%, #fafbff 100%);
    padding: .75rem;
}
.wizard-step-header[b-laxwlql9tp] {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}
.wizard-step-num[b-laxwlql9tp] {
    font-size: .7rem;
    color: #6c757d;
    background: rgba(13,110,253,.08);
    border-radius: 20px;
    padding: .1rem .5rem;
}
.wizard-step-title[b-laxwlql9tp] {
    font-weight: 600;
    font-size: .85rem;
    margin-bottom: .35rem;
    color: #1a1a2e;
}
.wizard-step-body[b-laxwlql9tp] {
    font-size: .8rem;
    color: #444;
    line-height: 1.5;
    margin-bottom: .6rem;
}
.wizard-step-body ul[b-laxwlql9tp] {
    padding-left: 1.2rem;
    margin-bottom: .3rem;
}
.wizard-step-buttons[b-laxwlql9tp] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}
.wizard-choice-btn[b-laxwlql9tp] {
    text-align: left;
    font-size: .78rem;
    padding: .25rem .5rem;
}

/* ── Personality Badge + Picker ──────────────────────────────────────────── */
.assistant-personality-badge[b-laxwlql9tp] {
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 20px;
    color: #fff;
    font-size: .7rem;
    padding: .1rem .5rem;
    cursor: pointer;
    transition: background .15s;
    white-space: nowrap;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.assistant-personality-badge:hover[b-laxwlql9tp],
.assistant-personality-badge.active[b-laxwlql9tp] {
    background: rgba(255,255,255,.32);
}
.personality-picker-panel[b-laxwlql9tp] {
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: var(--bs-body-bg, #fff);
    padding: .6rem .75rem;
    max-height: 140px;
    overflow-y: auto;
}
.personality-pill[b-laxwlql9tp] {
    background: var(--bs-tertiary-bg, #f8f9fa);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 20px;
    font-size: .72rem;
    padding: .15rem .55rem;
    cursor: pointer;
    transition: background .15s, border-color .15s;
    white-space: nowrap;
}
.personality-pill:hover[b-laxwlql9tp] {
    background: #e9ecef;
}
.personality-pill.active[b-laxwlql9tp] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

/* ── Focus Mode ──────────────────────────────────────────────────────────── */
.assistant-panel.focus-mode[b-laxwlql9tp] {
    width: 420px;
    max-height: 680px;
    box-shadow: 0 12px 48px rgba(0,0,0,.35);
    border-color: #0d6efd;
}
.assistant-panel.focus-mode .assistant-messages[b-laxwlql9tp] {
    background: #0d1117;
    color: #e6edf3;
}
.assistant-panel.focus-mode .assistant-bubble[b-laxwlql9tp] {
    background: #161b22;
    color: #e6edf3;
    border-color: #30363d;
}
.assistant-panel.focus-mode .assistant-bubble.user[b-laxwlql9tp] {
    background: #1f6feb;
    color: #fff;
}

/* ── Chain Bar ───────────────────────────────────────────────────────────── */
.chain-bar[b-laxwlql9tp] {
    display: flex;
    justify-content: flex-end;
    padding: .15rem 0 0;
}
.chain-continue-btn[b-laxwlql9tp] {
    font-size: .68rem;
    padding: .1rem .4rem;
    opacity: .7;
    transition: opacity .15s;
}
.chain-continue-btn:hover[b-laxwlql9tp] { opacity: 1; }
.chain-status-bar[b-laxwlql9tp] {
    font-size: .72rem;
    color: #6c757d;
    padding: .3rem .75rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    display: flex;
    align-items: center;
}
.btn-xs[b-laxwlql9tp] {
    font-size: .65rem;
    padding: .1rem .35rem;
}

/* ── Simple Mode Banner ──────────────────────────────────────────────────── */
.simple-mode-banner[b-laxwlql9tp] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    background: #fef3c7;
    border-bottom: 1px solid #f59e0b;
    font-size: .75rem;
    color: #92400e;
    font-weight: 500;
}

/* ── Workflow Progress Banner ────────────────────────────────────────────── */
.workflow-banner[b-laxwlql9tp] {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .3rem .75rem;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-bottom: 1px solid #8b5cf6;
    font-size: .75rem;
    color: #4c1d95;
    font-weight: 500;
}
.workflow-banner-icon[b-laxwlql9tp] { font-size: .85rem; }
.workflow-banner-label[b-laxwlql9tp] { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── Action Confirmation Bar ─────────────────────────────────────────────── */
.action-confirm-bar[b-laxwlql9tp] {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .75rem;
    background: linear-gradient(135deg, #fff8e1 0%, #fffde7 100%);
    border-top: 1px solid #f59e0b;
    border-bottom: 1px solid rgba(0,0,0,.06);
    font-size: .78rem;
    animation: slideDown-b-laxwlql9tp .15s ease-out;
}
.action-confirm-label[b-laxwlql9tp] {
    font-weight: 500;
    color: #92400e;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@keyframes slideDown-b-laxwlql9tp {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Browser Agent Status Strip ─────────────────────────────────────────── */
.browser-agent-strip[b-laxwlql9tp] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: .4rem .75rem;
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
    border-bottom: 1px solid #0ea5e9;
    font-size: .75rem;
    color: #0c4a6e;
    animation: slideDown-b-laxwlql9tp .15s ease-out;
}
.browser-agent-strip.paused[b-laxwlql9tp] {
    background: linear-gradient(135deg, #fef3c7 0%, #fffde7 100%);
    border-bottom-color: #f59e0b;
    color: #78350f;
}
.ba-status-row[b-laxwlql9tp] {
    display: flex;
    align-items: center;
    gap: .4rem;
    min-width: 0;
}
.ba-icon[b-laxwlql9tp] { font-size: .95rem; flex-shrink: 0; }
.ba-url[b-laxwlql9tp]  { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .72rem; opacity: .8; }
.ba-steps[b-laxwlql9tp] { font-size: .7rem; opacity: .65; white-space: nowrap; }
.ba-human-prompt[b-laxwlql9tp] { font-size: .78rem; font-weight: 500; line-height: 1.4; }
.ba-resume-btn[b-laxwlql9tp] { font-size: .72rem; padding: .2rem .6rem; align-self: flex-start; }
.ba-stop-btn[b-laxwlql9tp] { font-size: .65rem; padding: .1rem .35rem; align-self: flex-end; }
