/* _content/CompanyBrain.Web/Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-den4iujl6v] {
    color: var(--color-accent);
    animation: fade-in-b-den4iujl6v 1s;
}

@keyframes fade-in-b-den4iujl6v {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-den4iujl6v],
    .lds-ellipsis div[b-den4iujl6v] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-den4iujl6v] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-den4iujl6v] {
        position: absolute;
        top: 33.33333px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-den4iujl6v] {
            left: 8px;
            animation: lds-ellipsis1-b-den4iujl6v 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-den4iujl6v] {
            left: 8px;
            animation: lds-ellipsis2-b-den4iujl6v 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-den4iujl6v] {
            left: 32px;
            animation: lds-ellipsis2-b-den4iujl6v 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-den4iujl6v] {
            left: 56px;
            animation: lds-ellipsis3-b-den4iujl6v 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-den4iujl6v {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-den4iujl6v {
    0% {
        transform: scale(1);
    }

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

@keyframes lds-ellipsis2-b-den4iujl6v {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/CompanyBrain.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-n2x3dlsyk8] {
    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-n2x3dlsyk8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CompanyBrain.Web/Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-0f5ipx51hh] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9em;
    margin: 0.5rem auto -0.7rem auto;
    max-width: 1024px;
    color: #444;
}

    .surveyContainer a[b-0f5ipx51hh] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-0f5ipx51hh] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* _content/CompanyBrain.Web/Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-page[b-v54sbwgj4u] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: var(--color-bg);
}

.chat-body[b-v54sbwgj4u] {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.chat-main[b-v54sbwgj4u] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: var(--color-bg);
}

.chat-main.is-empty[b-v54sbwgj4u] {
    justify-content: center;
    padding-bottom: 12vh;
}

.chat-main.is-empty[b-v54sbwgj4u]  .message-list-container {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

.chat-main.is-empty[b-v54sbwgj4u]  .input-area {
    border-top: none;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}

.welcome-hero[b-v54sbwgj4u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    text-align: center;
    padding: 1rem;
}

.welcome-icon[b-v54sbwgj4u] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(139, 92, 246, 0.2));
    color: #c4b5fd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-icon svg[b-v54sbwgj4u] {
    width: 22px;
    height: 22px;
}

.welcome-title[b-v54sbwgj4u] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--color-text);
}

.welcome-subtitle[b-v54sbwgj4u] {
    margin: 0;
    max-width: 420px;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.5;
}
/* _content/CompanyBrain.Web/Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citations-row[b-7sw4z9hneh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.citation[b-7sw4z9hneh] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.65rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    background: var(--color-surface-2);
    font-size: 0.78rem;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: all 0.15s;
    max-width: 320px;
    overflow: hidden;
}

.citation:hover[b-7sw4z9hneh] {
    border-color: var(--color-accent);
    background: var(--color-accent-dim);
    color: var(--color-accent-hover);
    text-decoration: none;
}

.citation svg[b-7sw4z9hneh] {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    color: var(--color-accent);
}

.citation-content[b-7sw4z9hneh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.citation-file[b-7sw4z9hneh] {
    font-weight: 600;
    font-size: 0.75rem;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.citation-quote[b-7sw4z9hneh] {
    font-size: 0.72rem;
    color: var(--color-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/CompanyBrain.Web/Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-o5c84jk06e] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(15,17,23,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--color-border);
    padding: 0 1.5rem;
}

.chat-header-inner[b-o5c84jk06e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 56px;
    max-width: 860px;
    margin: 0 auto;
}

.brand[b-o5c84jk06e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--color-text);
    text-decoration: none;
    flex-shrink: 0;
}

.brand-icon[b-o5c84jk06e] {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-icon svg[b-o5c84jk06e] {
    width: 16px;
    height: 16px;
    color: #fff;
}

.brand-label[b-o5c84jk06e] {
    background: linear-gradient(90deg, #a5b4fc, #c4b5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-sep[b-o5c84jk06e] {
    width: 1px;
    height: 20px;
    background: var(--color-border);
    flex-shrink: 0;
}

.header-nav[b-o5c84jk06e] {
    display: flex;
    gap: 0.25rem;
    flex: 1;
}

.nav-link[b-o5c84jk06e] {
    color: var(--color-text-muted);
    text-decoration: none;
    padding: 0.3rem 0.7rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

.nav-link:hover[b-o5c84jk06e] {
    background: var(--color-surface-2);
    color: var(--color-text);
    text-decoration: none;
}

.nav-link.active[b-o5c84jk06e] {
    background: var(--color-accent-dim);
    color: var(--color-accent-hover);
}

.btn-new-chat[b-o5c84jk06e] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    background: var(--color-surface-2);
    color: var(--color-text-muted);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    margin-left: auto;
    flex-shrink: 0;
}

.btn-new-chat:hover[b-o5c84jk06e] {
    background: var(--color-surface-3);
    color: var(--color-text);
    border-color: rgba(255,255,255,0.15);
}

.btn-new-chat svg[b-o5c84jk06e] {
    width: 14px;
    height: 14px;
}
/* _content/CompanyBrain.Web/Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-area[b-v7wcoeaa10] {
    padding: 0.75rem 1.5rem 1.25rem;
    background: var(--color-bg);
    border-top: 1px solid var(--color-border);
}

.input-box[b-v7wcoeaa10] {
    display: flex;
    flex-direction: column;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 0.75rem 1rem 0.6rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.input-box:focus-within[b-v7wcoeaa10] {
    border-color: var(--color-border-focus);
    box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
}

textarea[b-v7wcoeaa10] {
    resize: none;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 0.9rem;
    line-height: 1.55;
    flex-grow: 1;
    min-height: 24px;
    max-height: 200px;
}

textarea[b-v7wcoeaa10]::placeholder {
    color: var(--color-text-faint);
}

.tools[b-v7wcoeaa10] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    gap: 0.5rem;
}

.input-hint[b-v7wcoeaa10] {
    font-size: 0.72rem;
    color: var(--color-text-faint);
    margin-right: auto;
}

.send-button[b-v7wcoeaa10] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-accent);
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    flex-shrink: 0;
}

.send-button:hover[b-v7wcoeaa10] { background: var(--color-accent-hover); }
.send-button:active[b-v7wcoeaa10] { transform: scale(0.93); }

.send-button:disabled[b-v7wcoeaa10] {
    background: var(--color-surface-3);
    color: var(--color-text-faint);
    cursor: not-allowed;
}

textarea:placeholder-shown ~ .tools .send-button[b-v7wcoeaa10] {
    background: var(--color-surface-3);
    color: var(--color-text-faint);
}

.tool-icon[b-v7wcoeaa10] {
    width: 15px;
    height: 15px;
}
/* _content/CompanyBrain.Web/Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
/* ── User message ─────────────────────────────────────────── */
.user-message[b-w22ftifx5h] {
    align-self: flex-end;
    max-width: min(75%, 640px);
    padding: 0.65rem 1rem;
    border-radius: var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-lg);
    background: var(--color-user-bubble);
    border: 1px solid var(--color-user-bubble-border);
    color: var(--color-text);
    font-size: 0.9rem;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-word;
}

/* ── Assistant message ────────────────────────────────────── */
.assistant-message[b-w22ftifx5h] {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0 0.75rem;
    align-items: start;
}

.assistant-message-icon[b-w22ftifx5h] {
    grid-row: 1 / 3;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}

.assistant-message-icon svg[b-w22ftifx5h] {
    width: 16px;
    height: 16px;
    color: #fff;
}

.assistant-message-header[b-w22ftifx5h] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-accent-hover);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 32px;
}

.assistant-message-text[b-w22ftifx5h] {
    grid-column: 2;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--color-text);
}

/* ── Tool call indicators ─────────────────────────────────── */
.assistant-search[b-w22ftifx5h] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.8rem;
    background: var(--color-surface-2);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: 0.8rem;
    color: var(--color-text-muted);
    width: fit-content;
    max-width: 100%;
}

.assistant-search-icon[b-w22ftifx5h] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--color-accent);
}

.assistant-search-icon svg[b-w22ftifx5h] {
    width: 18px;
    height: 18px;
}

.assistant-search-phrase[b-w22ftifx5h] {
    font-weight: 600;
    color: var(--color-text);
    font-family: var(--font-mono);
    font-size: 0.78rem;
}

/* ── Markdown content ─────────────────────────────────────── */
[b-w22ftifx5h] ul {
    list-style-type: disc;
    margin: 0.5rem 0 0.5rem 1.5rem;
}

[b-w22ftifx5h] ol {
    list-style-type: decimal;
    margin: 0.5rem 0 0.5rem 1.5rem;
}

[b-w22ftifx5h] li { margin: 0.3rem 0; }

[b-w22ftifx5h] strong { font-weight: 600; color: var(--color-text); }

[b-w22ftifx5h] em { font-style: italic; color: var(--color-text-muted); }

[b-w22ftifx5h] h1, [b-w22ftifx5h] h2, [b-w22ftifx5h] h3, [b-w22ftifx5h] h4 {
    font-weight: 600;
    color: var(--color-text);
    margin: 1.2rem 0 0.5rem;
    line-height: 1.3;
}

[b-w22ftifx5h] h1 { font-size: 1.2rem; }
[b-w22ftifx5h] h2 { font-size: 1.05rem; }
[b-w22ftifx5h] h3 { font-size: 0.95rem; }

[b-w22ftifx5h] p { margin: 0; }
[b-w22ftifx5h] p + p { margin-top: 0.75rem; }

[b-w22ftifx5h] blockquote {
    border-left: 3px solid var(--color-accent);
    padding-left: 1rem;
    margin: 0.75rem 0;
    color: var(--color-text-muted);
    font-style: italic;
}

[b-w22ftifx5h] table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.75rem 0;
    font-size: 0.85rem;
}

[b-w22ftifx5h] th {
    text-align: left;
    padding: 0.4rem 0.75rem;
    background: var(--color-surface-2);
    border-bottom: 1px solid var(--color-border);
    font-weight: 600;
    color: var(--color-text-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

[b-w22ftifx5h] td {
    padding: 0.4rem 0.75rem;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text);
}

[b-w22ftifx5h] tr:last-child td { border-bottom: none; }
[b-w22ftifx5h] tr:hover td { background: var(--color-surface-2); }

[b-w22ftifx5h] pre {
    background: var(--color-surface-2);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    margin: 0.75rem 0;
    overflow-x: auto;
}

[b-w22ftifx5h] pre > code {
    display: block;
    padding: 0.85rem 1rem;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #c4b5fd;
    background: transparent;
}

[b-w22ftifx5h] code {
    font-family: var(--font-mono);
    font-size: 0.83em;
    background: var(--color-surface-3);
    padding: 0.15em 0.4em;
    border-radius: 4px;
    color: #a5b4fc;
}

[b-w22ftifx5h] hr {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 1rem 0;
}
/* _content/CompanyBrain.Web/Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-87yf5xxf55] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1.5rem 1.5rem 0;
    scroll-behavior: smooth;
}

.message-list[b-87yf5xxf55] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 1rem;
}

.no-messages[b-87yf5xxf55] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 0;
    width: 100%;
    text-align: center;
    color: var(--color-text-faint);
}

.no-messages-icon[b-87yf5xxf55] {
    width: 48px;
    height: 48px;
    background: var(--color-surface-2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-faint);
}

.no-messages-icon svg[b-87yf5xxf55] {
    width: 24px;
    height: 24px;
}

.no-messages-text[b-87yf5xxf55] {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    max-width: 520px;
    line-height: 1.5;
    width: 100%;
}

chat-messages[b-87yf5xxf55] >  div:last-of-type {
    margin-bottom: 1.5rem;
}
/* _content/CompanyBrain.Web/Components/Pages/Chat/ChatSessionList.razor.rz.scp.css */
.chat-sidebar[b-pjcfqfbafb] {
    width: 260px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #14161e;
    border-right: 1px solid var(--color-border);
    min-height: 0;
}

.sidebar-top[b-pjcfqfbafb] {
    padding: 1rem 0.85rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
}

.sidebar-brand[b-pjcfqfbafb] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 650;
    font-size: 0.95rem;
    padding: 0.15rem 0.35rem;
}

.sidebar-brand:hover[b-pjcfqfbafb] {
    text-decoration: none;
    color: var(--color-text);
}

.sidebar-brand-icon[b-pjcfqfbafb] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sidebar-brand-icon svg[b-pjcfqfbafb] {
    width: 15px;
    height: 15px;
    color: #fff;
}

.sidebar-new-chat[b-pjcfqfbafb] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.6rem 0.75rem;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    background: transparent;
    color: var(--color-text);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.sidebar-new-chat:hover[b-pjcfqfbafb] {
    background: var(--color-surface-2);
    border-color: rgba(255, 255, 255, 0.14);
}

.sidebar-new-chat svg[b-pjcfqfbafb] {
    width: 15px;
    height: 15px;
    color: var(--color-text-muted);
}

.sidebar-nav[b-pjcfqfbafb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding: 0 0.15rem;
}

.sidebar-nav-link[b-pjcfqfbafb] {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    transition: background 0.15s, color 0.15s;
}

.sidebar-nav-link:hover[b-pjcfqfbafb] {
    background: var(--color-surface-2);
    color: var(--color-text);
    text-decoration: none;
}

.sidebar-nav-link.active[b-pjcfqfbafb] {
    background: var(--color-accent-dim);
    color: var(--color-accent-hover);
}

.sidebar-recents[b-pjcfqfbafb] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0.35rem 0.6rem 1rem;
    overflow: hidden;
}

.sidebar-section-label[b-pjcfqfbafb] {
    padding: 0.55rem 0.55rem 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-text-faint);
}

.sidebar-empty[b-pjcfqfbafb] {
    margin: 0;
    padding: 0.35rem 0.55rem;
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

.sidebar-session-list[b-pjcfqfbafb] {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.sidebar-session[b-pjcfqfbafb] {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 0.1rem;
}

.sidebar-session:hover[b-pjcfqfbafb] {
    background: rgba(255, 255, 255, 0.04);
}

.sidebar-session.active[b-pjcfqfbafb] {
    background: rgba(99, 102, 241, 0.14);
}

.sidebar-session-btn[b-pjcfqfbafb] {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    text-align: left;
    color: var(--color-text-muted);
    padding: 0.55rem 0.55rem;
    border-radius: 10px;
    cursor: pointer;
}

.sidebar-session.active .sidebar-session-btn[b-pjcfqfbafb],
.sidebar-session:hover .sidebar-session-btn[b-pjcfqfbafb] {
    color: var(--color-text);
}

.sidebar-session-title[b-pjcfqfbafb] {
    display: block;
    font-size: 0.84rem;
    font-weight: 450;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-session-delete[b-pjcfqfbafb] {
    width: 26px;
    height: 26px;
    margin-right: 0.3rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--color-text-faint);
    cursor: pointer;
    opacity: 0;
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1;
}

.sidebar-session:hover .sidebar-session-delete[b-pjcfqfbafb],
.sidebar-session.active .sidebar-session-delete[b-pjcfqfbafb] {
    opacity: 1;
}

.sidebar-session-delete:hover[b-pjcfqfbafb] {
    color: var(--color-error);
    background: rgba(239, 68, 68, 0.12);
}

@media (max-width: 900px) {
    .chat-sidebar[b-pjcfqfbafb] {
        width: 220px;
    }
}
/* _content/CompanyBrain.Web/Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions-area[b-4mgj2pe540] {
    padding: 0 1.5rem 0.5rem;
    background: var(--color-bg);
}

.suggestions[b-4mgj2pe540] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.suggestion-btn[b-4mgj2pe540] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.75rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text-muted);
    font-size: 0.78rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.suggestion-btn:hover[b-4mgj2pe540] {
    border-color: var(--color-accent);
    background: var(--color-accent-dim);
    color: var(--color-accent-hover);
}
/* _content/CompanyBrain.Web/Components/Pages/DataSources.razor.rz.scp.css */
.page-container[b-p2omexkvjz] {
    min-height: 100vh;
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
}

.page-body[b-p2omexkvjz] {
    flex: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    width: 100%;
}

.page-header[b-p2omexkvjz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
}

.page-title[b-p2omexkvjz] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.page-subtitle[b-p2omexkvjz] {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin-top: 0.2rem;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn-primary[b-p2omexkvjz] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--color-accent);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.15s;
}
.btn-primary:hover[b-p2omexkvjz] { background: var(--color-accent-hover); }

.btn-secondary[b-p2omexkvjz] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--color-surface-2);
    color: var(--color-text-muted);
    border: 1px solid var(--color-border);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.15s;
}
.btn-secondary:hover[b-p2omexkvjz] { background: var(--color-surface-3); color: var(--color-text); }

.btn-sm[b-p2omexkvjz] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    font-size: 0.78rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border);
    background: var(--color-surface-2);
    color: var(--color-text-muted);
    cursor: pointer;
    transition: all 0.15s;
    font-weight: 500;
}
.btn-sm:hover[b-p2omexkvjz] { background: var(--color-surface-3); color: var(--color-text); }
.btn-ingest[b-p2omexkvjz] { border-color: rgba(34,197,94,0.3); color: #4ade80; }
.btn-ingest:hover[b-p2omexkvjz] { background: rgba(34,197,94,0.1); border-color: rgba(34,197,94,0.5); }
.btn-danger[b-p2omexkvjz] { border-color: rgba(239,68,68,0.3); color: #f87171; }
.btn-danger:hover[b-p2omexkvjz] { background: rgba(239,68,68,0.1); border-color: rgba(239,68,68,0.5); }

/* ── Grid ─────────────────────────────────────────────────── */
.datasources-grid[b-p2omexkvjz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

/* ── Card ─────────────────────────────────────────────────── */
.datasource-card[b-p2omexkvjz] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.1rem 1.2rem;
    transition: border-color 0.15s;
}
.datasource-card:hover[b-p2omexkvjz] { border-color: rgba(255,255,255,0.12); }

.card-header[b-p2omexkvjz] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.card-name[b-p2omexkvjz] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--color-text);
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.type-badge.sqlserver[b-p2omexkvjz] { background: #fff3cd; color: #856404; }
.type-badge.postgresql[b-p2omexkvjz] { background: #d1ecf1; color: #0c5460; }
.type-badge.jira[b-p2omexkvjz] { background: #cce5ff; color: #004085; }
.type-badge.confluence[b-p2omexkvjz] { background: #d4edda; color: #155724; }
.type-badge.azureblob[b-p2omexkvjz] { background: #e7e3fc; color: #352e7a; }
.type-badge.azurefileshare[b-p2omexkvjz] { background: #dff6ff; color: #0b4f6c; }
.card-body[b-p2omexkvjz] {
    color: var(--color-text-muted);
    font-size: 0.82rem;
    margin-bottom: 0.85rem;
    line-height: 1.6;
}
.card-body p[b-p2omexkvjz] { margin: 0; }
.card-body strong[b-p2omexkvjz] { color: var(--color-text-faint); font-weight: 500; }

.card-actions[b-p2omexkvjz] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

/* ── Empty state ─────────────────────────────────────────── */
.empty-state[b-p2omexkvjz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 2rem;
    text-align: center;
    color: var(--color-text-faint);
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-lg);
}
.empty-state svg[b-p2omexkvjz] { width: 40px; height: 40px; opacity: 0.4; }
.empty-state p[b-p2omexkvjz] { font-size: 0.9rem; color: var(--color-text-muted); margin: 0; }

/* ── Modal overlay ───────────────────────────────────────── */
.form-overlay[b-p2omexkvjz] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.form-modal[b-p2omexkvjz] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.75rem;
    width: 90%;
    max-width: 540px;
    max-height: 88vh;
    overflow-y: auto;
    box-shadow: var(--shadow-lg);
}

.form-modal h2[b-p2omexkvjz] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 1.25rem;
}

.form-group[b-p2omexkvjz] { margin-bottom: 0.9rem; }

.form-group label[b-p2omexkvjz] {
    display: block;
    font-weight: 500;
    font-size: 0.82rem;
    color: var(--color-text-muted);
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.form-group input[b-p2omexkvjz],
.form-group select[b-p2omexkvjz],
.form-group textarea[b-p2omexkvjz] {
    width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    box-sizing: border-box;
    background: var(--color-surface-2);
    color: var(--color-text);
    transition: border-color 0.15s;
    font-family: var(--font-sans);
}

.form-group input:focus[b-p2omexkvjz],
.form-group select:focus[b-p2omexkvjz],
.form-group textarea:focus[b-p2omexkvjz] {
    outline: none;
    border-color: var(--color-border-focus);
    box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
}

.form-group select option[b-p2omexkvjz] { background: var(--color-surface-2); }

.form-group .form-hint[b-p2omexkvjz] {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.75rem;
    color: var(--color-text-faint);
    line-height: 1.4;
}

.form-group--section[b-p2omexkvjz] {
    margin-top: 1.4rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.section-label[b-p2omexkvjz] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-faint);
}

.form-actions[b-p2omexkvjz] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.test-result[b-p2omexkvjz] {
    margin-top: 0.75rem;
    padding: 0.6rem 0.85rem;
    border-radius: var(--radius-md);
    font-size: 0.82rem;
    font-weight: 500;
}
.test-result.success[b-p2omexkvjz] { background: rgba(34,197,94,0.1); color: #4ade80; border: 1px solid rgba(34,197,94,0.2); }
.test-result.error[b-p2omexkvjz]   { background: rgba(239,68,68,0.1);  color: #f87171; border: 1px solid rgba(239,68,68,0.2); }

.test-detail[b-p2omexkvjz] {
    display: block;
    margin-top: 0.4rem;
    padding: 0.4rem 0.6rem;
    background: rgba(0,0,0,0.3);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    max-height: 10rem;
    overflow-y: auto;
    font-family: var(--font-mono);
}

/* ── Spaces modal ─────────────────────────────────────────── */
.spaces-overlay[b-p2omexkvjz] { z-index: 1100; }

.spaces-modal[b-p2omexkvjz] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    width: 92%;
    max-width: 620px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-lg);
}

.spaces-modal h3[b-p2omexkvjz] { margin: 0 0 0.75rem; font-size: 1rem; }

.spaces-count[b-p2omexkvjz] { margin: 0 0 0.5rem; font-size: 0.82rem; color: var(--color-text-muted); }

.spaces-table-wrap[b-p2omexkvjz] {
    overflow: auto;
    max-height: min(50vh, 400px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
}

.spaces-table[b-p2omexkvjz] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.spaces-table th[b-p2omexkvjz],
.spaces-table td[b-p2omexkvjz] {
    padding: 0.4rem 0.65rem;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.spaces-table th[b-p2omexkvjz] {
    background: var(--color-surface-2);
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text-muted);
    position: sticky;
    top: 0;
}

.spaces-table tr:last-child td[b-p2omexkvjz] { border-bottom: none; }
.spaces-table tr:hover td[b-p2omexkvjz] { background: var(--color-surface-2); }

.spaces-table code[b-p2omexkvjz] {
    font-size: 0.8em;
    background: var(--color-surface-3);
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    color: #a5b4fc;
}

/* Botão Parar */
.btn-stop[b-p2omexkvjz] {
    background: rgba(239,68,68,0.12);
    color: #f87171;
    border: 1px solid rgba(239,68,68,0.25);
    padding: 0.3rem 0.65rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}
.btn-stop:hover[b-p2omexkvjz] { background: rgba(239,68,68,0.22); }

/* Botão ingerir em estado "a correr" */
.btn-ingest.running[b-p2omexkvjz] {
    opacity: 0.7;
    cursor: not-allowed;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

/* Spinner inline */
.spinner[b-p2omexkvjz] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-p2omexkvjz 0.7s linear infinite;
}
@keyframes spin-b-p2omexkvjz { to { transform: rotate(360deg); } }

/* Bloco de progresso em tempo real */
.progress-block[b-p2omexkvjz] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.progress-bar-wrap[b-p2omexkvjz] {
    height: 5px;
    background: var(--color-surface-3);
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar-fill[b-p2omexkvjz] {
    height: 100%;
    background: var(--color-accent);
    border-radius: 999px;
    transition: width 0.4s ease;
}

/* Barra indeterminada (total desconhecido) */
.progress-bar-wrap.indeterminate[b-p2omexkvjz] { position: relative; }
.indeterminate-fill[b-p2omexkvjz] {
    width: 40%;
    animation: indeterminate-slide-b-p2omexkvjz 1.4s ease-in-out infinite;
}
@keyframes indeterminate-slide-b-p2omexkvjz {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(300%); }
}

.progress-text[b-p2omexkvjz] {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    margin: 0;
}

.progress-current[b-p2omexkvjz] {
    font-size: 0.72rem;
    color: var(--color-text-faint);
    font-family: var(--font-mono);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Mensagem de estado da ingestão */
.ingest-msg[b-p2omexkvjz] {
    margin-top: 0.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    line-height: 1.4;
}
.ingest-msg-ok[b-p2omexkvjz]   { background: rgba(34,197,94,0.08);  color: #4ade80; border: 1px solid rgba(34,197,94,0.2); }
.ingest-msg-error[b-p2omexkvjz] { background: rgba(239,68,68,0.08); color: #f87171; border: 1px solid rgba(239,68,68,0.2); }
.ingest-msg-warn[b-p2omexkvjz]  { background: rgba(245,158,11,0.08); color: #fbbf24; border: 1px solid rgba(245,158,11,0.2); }
/* _content/CompanyBrain.Web/Components/Pages/RagEval.razor.rz.scp.css */
.page-container[b-hgxnrnen0k] {
    min-height: 100vh;
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
}

.page-body[b-hgxnrnen0k] {
    flex: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    width: 100%;
}

.page-header[b-hgxnrnen0k] { margin-bottom: 1.5rem; }
.page-title[b-hgxnrnen0k] { font-size: 1.3rem; font-weight: 700; color: var(--color-text); margin: 0 0 0.2rem; }
.page-subtitle[b-hgxnrnen0k] { font-size: 0.82rem; color: var(--color-text-muted); line-height: 1.5; }

.btn-primary[b-hgxnrnen0k] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--color-accent);
    color: white;
    border: none;
    padding: 0.5rem 1.1rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.15s;
    margin-bottom: 1.5rem;
}
.btn-primary:hover[b-hgxnrnen0k] { background: var(--color-accent-hover); }
.btn-primary:disabled[b-hgxnrnen0k] { background: var(--color-surface-3); color: var(--color-text-faint); cursor: not-allowed; }

.error-msg[b-hgxnrnen0k] {
    padding: 0.6rem 0.9rem;
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.2);
    border-radius: var(--radius-md);
    color: #f87171;
    font-size: 0.82rem;
    margin-bottom: 1rem;
}

.section-title[b-hgxnrnen0k] {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.75rem;
}

.eval-table[b-hgxnrnen0k] {
    width: 100%;
    border-collapse: collapse;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    font-size: 0.82rem;
}

.eval-table th[b-hgxnrnen0k],
.eval-table td[b-hgxnrnen0k] {
    padding: 0.55rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.eval-table th[b-hgxnrnen0k] {
    background: var(--color-surface-2);
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-muted);
}

.eval-table tr:last-child td[b-hgxnrnen0k] { border-bottom: none; }
.eval-table tr:hover td[b-hgxnrnen0k] { background: var(--color-surface-2); }
.eval-table td[b-hgxnrnen0k] { color: var(--color-text-muted); }
.eval-table td.mono[b-hgxnrnen0k] { font-family: var(--font-mono); font-size: 0.75rem; color: var(--color-text-faint); }

.ok[b-hgxnrnen0k]   { color: var(--color-success); font-weight: 600; }
.fail[b-hgxnrnen0k] { color: var(--color-error);   font-weight: 600; }
.muted[b-hgxnrnen0k] { color: var(--color-text-faint); }
.small[b-hgxnrnen0k] { font-size: 0.75rem; }

.eval-summary[b-hgxnrnen0k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
}
.summary-total[b-hgxnrnen0k]  { font-weight: 700; color: var(--color-text); }
.summary-ok[b-hgxnrnen0k]     { color: var(--color-success); font-weight: 600; }
.summary-fail[b-hgxnrnen0k]   { color: var(--color-error);   font-weight: 600; }
.summary-neutral[b-hgxnrnen0k] { color: var(--color-text-faint); }

.row-fail td[b-hgxnrnen0k] { background: rgba(239,68,68,0.04); }
.row-ok  td[b-hgxnrnen0k] { background: rgba(34,197,94,0.03); }

/* Badges por fonte */
.source-badge[b-hgxnrnen0k] {
    display: inline-block;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.source-sqlserver[b-hgxnrnen0k] { background: rgba(59,130,246,0.15); color: #60a5fa; }
.source-jira[b-hgxnrnen0k]      { background: rgba(99,102,241,0.15); color: #a5b4fc; }
.source-confluence[b-hgxnrnen0k] { background: rgba(20,184,166,0.15); color: #2dd4bf; }
.source-file[b-hgxnrnen0k]      { background: rgba(245,158,11,0.15); color: #fbbf24; }
/* _content/CompanyBrain.Web/Components/Pages/Status.razor.rz.scp.css */
.page-container[b-h56glu5xw4] {
    min-height: 100vh;
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
}

.page-body[b-h56glu5xw4] {
    flex: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    width: 100%;
}

.page-header[b-h56glu5xw4] { margin-bottom: 2rem; }
.page-title[b-h56glu5xw4] { font-size: 1.3rem; font-weight: 700; color: var(--color-text); margin: 0 0 0.2rem; }
.page-subtitle[b-h56glu5xw4] { font-size: 0.85rem; color: var(--color-text-muted); }

.status-grid[b-h56glu5xw4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.status-card[b-h56glu5xw4] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
}

.card-icon-row[b-h56glu5xw4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.card-icon[b-h56glu5xw4] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.75rem;
    color: white;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.card-icon.ollama[b-h56glu5xw4] { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.card-icon.db[b-h56glu5xw4]     { background: linear-gradient(135deg, #0ea5e9, #06b6d4); }

.status-card h3[b-h56glu5xw4] { font-size: 0.95rem; font-weight: 600; color: var(--color-text); margin: 0; }

.status-info p[b-h56glu5xw4] {
    margin: 0.25rem 0;
    font-size: 0.82rem;
    color: var(--color-text-muted);
}

.status-info strong[b-h56glu5xw4] { color: var(--color-text-faint); font-weight: 500; }

.online[b-h56glu5xw4]   { color: var(--color-success) !important; font-weight: 600; }
.offline[b-h56glu5xw4]  { color: var(--color-error) !important;   font-weight: 600; }
.checking[b-h56glu5xw4] { color: var(--color-warning) !important; font-weight: 600; }
.muted[b-h56glu5xw4]    { color: var(--color-text-faint); }

.model-list[b-h56glu5xw4] {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
    font-size: 0.82rem;
    color: var(--color-text-muted);
}

.model-list li[b-h56glu5xw4] { margin: 0.2rem 0; }
.model-list code[b-h56glu5xw4] {
    font-size: 0.8rem;
    color: var(--color-text);
}

.btn-check[b-h56glu5xw4] {
    margin-top: 0.85rem;
    padding: 0.3rem 0.8rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface-2);
    color: var(--color-text-muted);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 500;
    transition: all 0.15s;
}
.btn-check:hover[b-h56glu5xw4] { background: var(--color-surface-3); color: var(--color-text); }

.section-title[b-h56glu5xw4] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.75rem;
}

.ingestion-table[b-h56glu5xw4] {
    width: 100%;
    border-collapse: collapse;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    font-size: 0.82rem;
}

.ingestion-table th[b-h56glu5xw4],
.ingestion-table td[b-h56glu5xw4] {
    padding: 0.55rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.ingestion-table th[b-h56glu5xw4] {
    background: var(--color-surface-2);
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-muted);
}

.ingestion-table tr:last-child td[b-h56glu5xw4] { border-bottom: none; }
.ingestion-table tr:hover td[b-h56glu5xw4] { background: var(--color-surface-2); }
.ingestion-table td[b-h56glu5xw4] { color: var(--color-text-muted); }
.ingestion-table td:first-child[b-h56glu5xw4] { color: var(--color-text); font-weight: 500; }

.type-badge[b-h56glu5xw4] {
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.type-badge.sqlserver[b-h56glu5xw4] { background: #fff3cd; color: #856404; }
.type-badge.postgresql[b-h56glu5xw4] { background: #d1ecf1; color: #0c5460; }
.type-badge.jira[b-h56glu5xw4] { background: #cce5ff; color: #004085; }
.type-badge.confluence[b-h56glu5xw4] { background: #d4edda; color: #155724; }
.type-badge.azureblob[b-h56glu5xw4] { background: #e7e3fc; color: #352e7a; }
.type-badge.azurefileshare[b-h56glu5xw4] { background: #dff6ff; color: #0b4f6c; }
