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

.sidebar[b-1nk2q926er] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


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

    .sidebar[b-1nk2q926er] {
        width: 268px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-1nk2q926er] {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

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

    #blazor-error-ui .dismiss[b-1nk2q926er] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ar456735pe] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ar456735pe] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ar456735pe] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ar456735pe] {
    font-size: 1.1rem;
}

.bi[b-ar456735pe] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ar456735pe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-ar456735pe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' 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-ar456735pe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' 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");
}

.nav-item[b-ar456735pe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ar456735pe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ar456735pe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ar456735pe]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ar456735pe]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ar456735pe]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ar456735pe] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ar456735pe] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ar456735pe] {
        display: none;
    }

    .nav-scrollable[b-ar456735pe] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PulseLayout.razor.rz.scp.css */
/* ─────────────────────────────────────────────────────────────
   PulseLayout — scoped styles for the AI-first shell.
   Light theme palette by default; theme-token plumbing comes in step 5.
   ───────────────────────────────────────────────────────────── */

.pulse-shell[b-9gg6ydpupj] {
    --pulse-bg:           #f5f5f8;
    --pulse-panel:        #ffffff;
    --pulse-panel-2:      #fafafc;
    --pulse-line:         #e6e6ee;
    --pulse-line-strong:  #d4d4e0;
    --pulse-text:         #1a1a26;
    --pulse-text-dim:     #5d5d72;
    --pulse-text-mute:    #8a8aa0;
    --pulse-primary:      #86bc25;
    --pulse-primary-soft: rgba(134, 188, 37, .14);
    --pulse-primary-line: rgba(134, 188, 37, .42);

    display: grid;
    /* Topbar self-sizes — when the popover opens it grows the header
       and pushes the canvas down, instead of overlapping it. */
    grid-template-rows: auto 1fr;
    height: 100vh;
    background: var(--pulse-bg);
    color: var(--pulse-text);
    font-family: 'DM Sans', 'Open Sans', -apple-system, system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    overflow: hidden;
}

/* ── Top bar ──────────────────────────────────────────────── */
.pulse-topbar[b-9gg6ydpupj] {
    /* Two-row container: the fixed-height brand/omnibar/user row plus
       the optional popover.  When the popover opens, the header grows. */
    display: flex;
    flex-direction: column;
    background: var(--pulse-panel);
    border-bottom: 1px solid var(--pulse-line);
    position: relative;
    z-index: 100;
}

.pulse-topbar-row[b-9gg6ydpupj] {
    /* The original fixed 60px row — brand left, omnibar center, user right. */
    display: grid;
    grid-template-columns: 280px 1fr 280px;
    align-items: center;
    padding: 0 18px;
    gap: 16px;
    height: 60px;
    flex-shrink: 0;
}

/* Brand */
.pulse-brand[b-9gg6ydpupj] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.3px;
    cursor: pointer;
    user-select: none;
}

.pulse-brand-dot[b-9gg6ydpupj] {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #a2d63d, #6fa01d);
    display: grid;
    place-items: center;
    box-shadow: 0 4px 14px rgba(134, 188, 37, .42);
    flex-shrink: 0;
}

.pulse-brand-dot svg[b-9gg6ydpupj] {
    width: 22px;
    height: 13px;
    display: block;
}

.pulse-brand-text[b-9gg6ydpupj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    gap: 4px;
}

.pulse-brand-name[b-9gg6ydpupj] {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1;
}

.pulse-brand-text small[b-9gg6ydpupj] {
    display: block;
    font-weight: 600;
    color: var(--pulse-text-mute);
    font-size: 10px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1;
}

/* Omnibar */
.pulse-omnibar-wrap[b-9gg6ydpupj] {
    max-width: 880px;
    margin: 0 auto;
    width: 100%;
}

.pulse-omnibar[b-9gg6ydpupj] {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    background: var(--pulse-panel-2);
    border: 1px solid var(--pulse-line-strong);
    border-radius: 12px;
    padding: 0 12px 0 16px;
    transition: border-color .15s, box-shadow .15s;
}

.pulse-omnibar:focus-within[b-9gg6ydpupj] {
    border-color: var(--pulse-primary-line);
    box-shadow: 0 0 0 4px var(--pulse-primary-soft);
    background: #fff;
}

.pulse-ekg[b-9gg6ydpupj] {
    width: 22px;
    height: 16px;
    color: var(--pulse-primary);
    flex-shrink: 0;
}

.pulse-omnibar-input[b-9gg6ydpupj] {
    flex: 1;
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--pulse-text);
    font-family: inherit;
    font-size: 14px;
}

.pulse-omnibar-input[b-9gg6ydpupj]::placeholder {
    color: var(--pulse-text-mute);
}

.pulse-omnibar-input:disabled[b-9gg6ydpupj] {
    cursor: not-allowed;
}

.pulse-omnibar-kbd[b-9gg6ydpupj] {
    font-family: 'JetBrains Mono', 'Consolas', monospace;
    font-size: 11px;
    color: var(--pulse-text-mute);
    background: #fff;
    border: 1px solid var(--pulse-line);
    border-radius: 5px;
    padding: 2px 6px;
}

.pulse-omnibar-mic[b-9gg6ydpupj] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 0;
    background: var(--pulse-primary-soft);
    color: var(--pulse-primary);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.pulse-omnibar-mic:disabled[b-9gg6ydpupj] {
    cursor: not-allowed;
    opacity: .55;
}

.pulse-omnibar-mic-on[b-9gg6ydpupj] {
    background: #dc2626 !important;
    color: #fff !important;
    animation: mic-pulse-b-9gg6ydpupj 1s infinite;
}

@keyframes mic-pulse-b-9gg6ydpupj {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, .55); }
    70%      { box-shadow: 0 0 0 6px rgba(220, 38, 38, 0);   }
}

.pulse-omnibar-stop[b-9gg6ydpupj] {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    border: 0;
    background: var(--pulse-primary);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.pulse-omnibar-active[b-9gg6ydpupj] {
    border-color: var(--pulse-primary-line);
    box-shadow: 0 0 0 4px var(--pulse-primary-soft);
    background: #fff;
}

.pulse-ekg-pulsing[b-9gg6ydpupj] {
    animation: ekg-pulse-b-9gg6ydpupj 1.1s ease-in-out infinite;
}

@keyframes ekg-pulse-b-9gg6ydpupj {
    0%, 100% { opacity: .5; transform: scale(1); }
    50%      { opacity: 1;  transform: scale(1.08); }
}

/* ── Omnibar popover ───────────────────────────────────────── */
.pulse-omnibar-wrap[b-9gg6ydpupj] { position: relative; }

.pulse-omnibar-backdrop[b-9gg6ydpupj] {
    /* Covers the canvas (everything below the topbar).  Click it to
       close the omnibar.  Topbar itself stays clickable since the
       backdrop only covers from where the topbar ends. */
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, .08);
}

.pulse-omnibar-popover[b-9gg6ydpupj] {
    /* In-flow row inside .pulse-topbar (flex column).  Grows the
       topbar downward, pushes the canvas down via the shell's
       auto-sized topbar row.  Capped at 55vh so the dashboard always
       keeps the bottom ~45% of the screen visible; body scrolls
       within for long conversations. */
    background: var(--pulse-panel);
    border-top: 1px solid var(--pulse-line);
    box-shadow: 0 12px 40px rgba(20, 20, 31, .18);
    max-height: 55vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: pop-in-b-9gg6ydpupj .18s ease;
}

/* (head/body/foot styling lives in the original definitions further
   down — centering is added below via box-sizing tricks rather than
   duplicating rules.) */

@keyframes pop-in-b-9gg6ydpupj {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pulse-omnibar-pop-head[b-9gg6ydpupj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 28px;
    border-bottom: 1px solid var(--pulse-line);
    background: var(--pulse-panel-2);
    flex-shrink: 0;
}

.pulse-omnibar-pop-eyebrow[b-9gg6ydpupj] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: var(--pulse-primary);
    text-transform: uppercase;
}

.pulse-omnibar-pop-head-actions[b-9gg6ydpupj] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pulse-omnibar-pop-headbtn[b-9gg6ydpupj] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 24px;
    padding: 0 9px;
    border-radius: 6px;
    border: 1px solid var(--pulse-line);
    background: #fff;
    color: var(--pulse-text-dim);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}

.pulse-omnibar-pop-headbtn:hover[b-9gg6ydpupj] {
    border-color: var(--pulse-primary-line);
    color: var(--pulse-primary);
}

.pulse-omnibar-pop-close[b-9gg6ydpupj] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 0;
    background: transparent;
    color: var(--pulse-text-mute);
    cursor: pointer;
    display: grid;
    place-items: center;
}

.pulse-omnibar-pop-close:hover[b-9gg6ydpupj] {
    background: var(--pulse-line);
    color: var(--pulse-text);
}

.pulse-omnibar-pop-body[b-9gg6ydpupj] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 14px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 80px;
}

.pulse-omnibar-msg[b-9gg6ydpupj] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.pulse-omnibar-msg-av[b-9gg6ydpupj] {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    background: linear-gradient(135deg, #22d3ee, #3b82f6);
}

.pulse-msg-av-pulse[b-9gg6ydpupj] {
    background: linear-gradient(135deg, #a2d63d, #6fa01d);
    box-shadow: 0 2px 8px rgba(134, 188, 37, .35);
}

.pulse-msg-av-pulse svg[b-9gg6ydpupj] {
    width: 18px;
    height: 10px;
}

.pulse-omnibar-msg-body[b-9gg6ydpupj] {
    flex: 1 1 0;
    min-width: 0;            /* allow shrinking inside flex parent */
    max-width: 100%;
    font-size: 13px;
    line-height: 1.55;
    color: var(--pulse-text);
    background: var(--pulse-panel-2);
    border: 1px solid var(--pulse-line);
    border-radius: 10px;
    padding: 9px 14px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    overflow: hidden;        /* nothing inside is allowed to spill out the bubble */
}

/* Force every descendant to honour the bubble width too — markdown
   <ul>/<p>/<code> blocks could otherwise overflow on long words/URLs. */
.pulse-omnibar-msg-body *[b-9gg6ydpupj] {
    max-width: 100%;
    overflow-wrap: anywhere;
}

/* User messages are plain text — preserve their line breaks */
.pulse-omnibar-msg-user .pulse-omnibar-msg-body[b-9gg6ydpupj] {
    white-space: pre-wrap;
}

/* Markdown-rendered answer styling */
.pulse-omnibar-answer p[b-9gg6ydpupj] { margin: 0 0 8px; }
.pulse-omnibar-answer p:last-child[b-9gg6ydpupj] { margin-bottom: 0; }
.pulse-omnibar-answer ul[b-9gg6ydpupj],
.pulse-omnibar-answer ol[b-9gg6ydpupj] { margin: 4px 0 8px; padding-left: 22px; }
.pulse-omnibar-answer li[b-9gg6ydpupj] { margin: 2px 0; }
.pulse-omnibar-answer strong[b-9gg6ydpupj] { font-weight: 700; color: var(--pulse-text); }
.pulse-omnibar-answer em[b-9gg6ydpupj] { font-style: italic; color: var(--pulse-text-dim); }
.pulse-omnibar-answer code[b-9gg6ydpupj] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 12px;
    background: var(--pulse-line);
    padding: 1px 6px;
    border-radius: 4px;
    color: var(--pulse-primary);
}
.pulse-omnibar-answer pre[b-9gg6ydpupj] {
    background: #0d0d14;
    color: #e9e9f1;
    border-radius: 8px;
    padding: 10px 12px;
    overflow-x: auto;
    font-size: 12px;
    margin: 6px 0;
}
.pulse-omnibar-answer pre code[b-9gg6ydpupj] {
    background: transparent;
    color: inherit;
    padding: 0;
}
.pulse-omnibar-answer h1[b-9gg6ydpupj],
.pulse-omnibar-answer h2[b-9gg6ydpupj],
.pulse-omnibar-answer h3[b-9gg6ydpupj] {
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0 4px;
    color: var(--pulse-text);
}
.pulse-omnibar-answer blockquote[b-9gg6ydpupj] {
    border-left: 3px solid var(--pulse-primary-line);
    margin: 6px 0;
    padding-left: 10px;
    color: var(--pulse-text-dim);
}
.pulse-omnibar-answer a[b-9gg6ydpupj] {
    color: var(--pulse-primary);
    text-decoration: none;
    border-bottom: 1px dashed var(--pulse-primary-line);
}
.pulse-omnibar-answer a:hover[b-9gg6ydpupj] { border-bottom-style: solid; }
.pulse-omnibar-answer hr[b-9gg6ydpupj] {
    border: 0;
    border-top: 1px dashed var(--pulse-line);
    margin: 10px 0;
}

.pulse-omnibar-msg-user .pulse-omnibar-msg-body[b-9gg6ydpupj] {
    background: var(--pulse-primary-soft);
    border-color: var(--pulse-primary-line);
}

.pulse-omnibar-thinking[b-9gg6ydpupj] {
    display: flex !important;
    gap: 5px;
    align-items: center;
    padding: 14px 14px !important;
}

.pulse-omnibar-thinking span[b-9gg6ydpupj] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pulse-primary);
    animation: think-b-9gg6ydpupj 1.2s infinite;
}

.pulse-omnibar-thinking span:nth-child(2)[b-9gg6ydpupj] { animation-delay: .15s; }
.pulse-omnibar-thinking span:nth-child(3)[b-9gg6ydpupj] { animation-delay: .30s; }

@keyframes think-b-9gg6ydpupj {
    0%, 80%, 100% { opacity: .25; transform: scale(.85); }
    40%           { opacity: 1;   transform: scale(1.1);  }
}

.pulse-omnibar-hint[b-9gg6ydpupj] {
    font-size: 13px;
    color: var(--pulse-text-mute);
    padding: 6px 4px;
}

.pulse-omnibar-chips[b-9gg6ydpupj] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.pulse-omnibar-chip[b-9gg6ydpupj] {
    padding: 5px 11px;
    background: var(--pulse-panel-2);
    border: 1px solid var(--pulse-line);
    border-radius: 999px;
    font-size: 12px;
    color: var(--pulse-text-dim);
    cursor: pointer;
    transition: border-color .12s, color .12s;
}

.pulse-omnibar-chip:hover[b-9gg6ydpupj] {
    border-color: var(--pulse-primary-line);
    color: var(--pulse-primary);
}

.pulse-omnibar-pop-foot[b-9gg6ydpupj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 28px;
    border-top: 1px solid var(--pulse-line);
    background: var(--pulse-panel-2);
    font-size: 11px;
    color: var(--pulse-text-mute);
    flex-shrink: 0;
}

.pulse-omnibar-pop-link[b-9gg6ydpupj] {
    color: var(--pulse-primary);
    text-decoration: none;
    font-weight: 600;
}

.pulse-omnibar-pop-link:hover[b-9gg6ydpupj] { text-decoration: underline; }

/* ── Agent action confirmation ── */
.pulse-omnibar-action-done[b-9gg6ydpupj] {
    background: rgba(134, 188, 37, .10) !important;
    border-color: var(--pulse-primary-line) !important;
}

.pulse-omnibar-action-badge[b-9gg6ydpupj] {
    display: flex;            /* block-level so following text doesn't hide behind it */
    align-items: center;
    gap: 5px;
    background: var(--pulse-primary);
    color: #fff;
    padding: 3px 10px 3px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 8px;
    width: fit-content;       /* badge sizes to its text, not the row */
}

.pulse-omnibar-action-badge.amber[b-9gg6ydpupj] {
    background: var(--amber, #d97706);
}

/* Top right */
.pulse-topright[b-9gg6ydpupj] {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.pulse-proj-chip[b-9gg6ydpupj] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px 5px 5px;
    border-radius: 999px;
    background: var(--pulse-panel-2);
    border: 1px solid var(--pulse-line);
    font-size: 12px;
    cursor: pointer;
    color: var(--pulse-text);
    font-family: inherit;
}

.pulse-proj-chip:hover[b-9gg6ydpupj] {
    border-color: var(--pulse-primary-line);
}

.pulse-proj-av[b-9gg6ydpupj] {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    flex-shrink: 0;
}

.pulse-proj-text[b-9gg6ydpupj] {
    font-weight: 600;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pulse-user-av[b-9gg6ydpupj] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22d3ee, #3b82f6);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    cursor: default;
    user-select: none;
    flex-shrink: 0;
}

/* Inactive-project banner */
.pulse-readonly-banner[b-9gg6ydpupj] {
    grid-column: 1 / -1;
    background: #fff8e1;
    color: #6c4f00;
    padding: 6px 18px;
    font-size: 12px;
    border-bottom: 1px solid #f1d574;
}

/* ── Body (rail + canvas) ───────────────────────────────── */
.pulse-body[b-9gg6ydpupj] {
    display: grid;
    grid-template-columns: 56px 1fr;
    min-height: 0;
    overflow: hidden;
}

.pulse-rail[b-9gg6ydpupj] {
    background: var(--pulse-panel);
    border-right: 1px solid var(--pulse-line);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 14px;
    gap: 2px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pulse-rail[b-9gg6ydpupj]::-webkit-scrollbar {
    width: 4px;
}
.pulse-rail[b-9gg6ydpupj]::-webkit-scrollbar-thumb {
    background: #cdcde0;
    border-radius: 2px;
}
.pulse-rail[b-9gg6ydpupj]::-webkit-scrollbar-track {
    background: transparent;
}

.pulse-rail-divider[b-9gg6ydpupj] {
    width: 26px;
    height: 1px;
    background: var(--pulse-line);
    margin: 8px 0;
}

.pulse-rail-spacer[b-9gg6ydpupj] {
    flex: 1;
}

.pulse-canvas[b-9gg6ydpupj] {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    min-width: 0;
    background: var(--pulse-bg);
}

/* Scrollbars */
.pulse-canvas[b-9gg6ydpupj]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.pulse-canvas[b-9gg6ydpupj]::-webkit-scrollbar-thumb {
    background: #cdcde0;
    border-radius: 4px;
}

.pulse-canvas[b-9gg6ydpupj]::-webkit-scrollbar-track {
    background: transparent;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dgd7jm25eg],
.components-reconnect-repeated-attempt-visible[b-dgd7jm25eg],
.components-reconnect-failed-visible[b-dgd7jm25eg],
.components-pause-visible[b-dgd7jm25eg],
.components-resume-failed-visible[b-dgd7jm25eg],
.components-rejoining-animation[b-dgd7jm25eg] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-dgd7jm25eg {
    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;
    }
}
