/* /Components/Layout/AppLayout.razor.rz.scp.css */
.app-shell[b-gf3rdydbpd] {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 100vh;
    background: #f6f7fb;
}

.app-sidebar[b-gf3rdydbpd] {
    background: #1a1c2d;
    color: #d6d8e5;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem;
    gap: 1rem;
}

.app-sidebar .brand[b-gf3rdydbpd] {
    font-weight: 700;
    font-size: 1.25rem;
    color: white;
    text-decoration: none;
    padding: 0.5rem;
    letter-spacing: -0.02em;
}

.app-sidebar nav[b-gf3rdydbpd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 1rem;
}

.app-sidebar nav a[b-gf3rdydbpd] {
    padding: 0.5rem 0.75rem;
    color: #d6d8e5;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.95rem;
}

.app-sidebar nav a:hover[b-gf3rdydbpd] { background: #2a2d42; color: white; }

.logout-form[b-gf3rdydbpd] {
    margin-top: auto;
}

.logout-form button[b-gf3rdydbpd] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: transparent;
    color: #d6d8e5;
    border: 1px solid #3b3f56;
    border-radius: 6px;
    cursor: pointer;
}

.logout-form button:hover[b-gf3rdydbpd] { border-color: #d6d8e5; color: white; }

.app-main[b-gf3rdydbpd] {
    display: flex;
    flex-direction: column;
}

.app-topbar[b-gf3rdydbpd] {
    padding: 1rem 2rem;
    border-bottom: 1px solid #e3e6ef;
    background: white;
    display: flex;
    justify-content: flex-end;
}

.user-meta[b-gf3rdydbpd] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-size: 0.9rem;
}

.user-name[b-gf3rdydbpd] { color: #1a1c2d; font-weight: 600; }
.user-role[b-gf3rdydbpd] {
    background: #eef0fb;
    color: #3b4694;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.app-content[b-gf3rdydbpd] {
    padding: 2rem;
    max-width: 70rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-shell[b-x3o8i6y8al] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f6f7fb;
}

.public-header[b-x3o8i6y8al] {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e3e6ef;
    background: white;
}

.public-header .brand[b-x3o8i6y8al] {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1a1c2d;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.public-main[b-x3o8i6y8al] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.public-footer[b-x3o8i6y8al] {
    padding: 1rem 2rem;
    text-align: center;
    color: #6a6e82;
    font-size: 0.85rem;
}

[b-x3o8i6y8al] .auth-card {
    width: 100%;
    max-width: 26rem;
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(26, 28, 45, 0.08);
}

[b-x3o8i6y8al] .auth-card h1 {
    margin: 0 0 1.25rem;
    font-size: 1.5rem;
    color: #1a1c2d;
}

[b-x3o8i6y8al] .auth-card form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-x3o8i6y8al] .auth-card label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: #3a3d52;
}

[b-x3o8i6y8al] .auth-card input {
    padding: 0.6rem 0.75rem;
    border: 1px solid #cfd3e0;
    border-radius: 6px;
    font-size: 1rem;
    background: white;
}

[b-x3o8i6y8al] .auth-card input:focus {
    outline: 2px solid #4b6bfb;
    outline-offset: -1px;
    border-color: #4b6bfb;
}

[b-x3o8i6y8al] .auth-card small {
    color: #6a6e82;
    font-size: 0.8rem;
}

[b-x3o8i6y8al] .auth-card button {
    padding: 0.7rem 1rem;
    background: #2a3552;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

[b-x3o8i6y8al] .auth-card button:hover { background: #1e263e; }

[b-x3o8i6y8al] .auth-meta {
    margin: 1.25rem 0 0;
    font-size: 0.9rem;
    color: #6a6e82;
    text-align: center;
}

[b-x3o8i6y8al] .auth-error {
    padding: 0.75rem 1rem;
    background: #fdecec;
    border: 1px solid #f5b3b3;
    color: #8a1717;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

[b-x3o8i6y8al] .auth-ok {
    padding: 0.75rem 1rem;
    background: #e9f6ec;
    border: 1px solid #a9d9b3;
    color: #1f5f2a;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mw89geqva5],
.components-reconnect-repeated-attempt-visible[b-mw89geqva5],
.components-reconnect-failed-visible[b-mw89geqva5],
.components-pause-visible[b-mw89geqva5],
.components-resume-failed-visible[b-mw89geqva5],
.components-rejoining-animation[b-mw89geqva5] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-mw89geqva5 {
    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/Pages/App/Activity.razor.rz.scp.css */
.page-lede[b-dz4a5ivfwr] { color: #555; max-width: 38rem; margin-bottom: 1.25rem; }
.muted[b-dz4a5ivfwr] { color: #6a6e82; font-size: 0.85rem; }

.filter-bar[b-dz4a5ivfwr] { display: flex; gap: 0.75rem; align-items: flex-end; margin-bottom: 1.25rem; flex-wrap: wrap; }
.filter-bar label[b-dz4a5ivfwr] { display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.78rem; color: #6a6e82; text-transform: uppercase; letter-spacing: 0.04em; }
.filter-bar select[b-dz4a5ivfwr] { padding: 0.5rem 0.7rem; border: 1px solid #cfd3e0; border-radius: 6px; font-size: 0.9rem; min-width: 12rem; }
.filter-bar button[b-dz4a5ivfwr] { padding: 0.55rem 1rem; background: #2a3552; color: white; border: none; border-radius: 6px; font-weight: 600; cursor: pointer; }
.filter-bar .reset[b-dz4a5ivfwr] { color: #6a6e82; font-size: 0.85rem; text-decoration: none; padding-bottom: 0.5rem; }
.filter-bar .reset:hover[b-dz4a5ivfwr] { color: #2a3552; text-decoration: underline; }

.empty-state[b-dz4a5ivfwr] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 2rem; text-align: center; }
.empty-state p[b-dz4a5ivfwr] { margin: 0.25rem 0; }

.event-list[b-dz4a5ivfwr] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.event-item[b-dz4a5ivfwr] { background: white; border: 1px solid #e3e6ef; border-left: 3px solid #cfd3e0; border-radius: 6px; padding: 0.85rem 1rem; }
.event-item.ok[b-dz4a5ivfwr] { border-left-color: #2a8a3e; }
.event-item.info[b-dz4a5ivfwr] { border-left-color: #1f6feb; }
.event-item.warn[b-dz4a5ivfwr] { border-left-color: #d6a93d; }
.event-item.danger[b-dz4a5ivfwr] { border-left-color: #c04040; }

.event-meta[b-dz4a5ivfwr] { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.75rem; color: #6a6e82; margin-bottom: 0.4rem; }
.event-meta time[b-dz4a5ivfwr] { font-variant-numeric: tabular-nums; }
.event-actor[b-dz4a5ivfwr] { text-transform: lowercase; }

.event-headline[b-dz4a5ivfwr] { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; font-size: 0.92rem; }
.entity[b-dz4a5ivfwr] { color: #1a1c2d; }
.entity code[b-dz4a5ivfwr] { background: #f3f4fa; padding: 0.05rem 0.4rem; border-radius: 3px; font-size: 0.78rem; color: #555; }

.badge[b-dz4a5ivfwr] { display: inline-block; padding: 0.15rem 0.55rem; border-radius: 999px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: white; }
.badge-ok[b-dz4a5ivfwr] { background: #2a8a3e; }
.badge-info[b-dz4a5ivfwr] { background: #1f6feb; }
.badge-warn[b-dz4a5ivfwr] { background: #d6a93d; }
.badge-danger[b-dz4a5ivfwr] { background: #c04040; }
.badge-neutral[b-dz4a5ivfwr] { background: #6a6e82; }

.event-payload[b-dz4a5ivfwr] { margin: 0.6rem 0 0; padding: 0.6rem 0.8rem; background: #f7f8fc; border: 1px solid #e3e6ef; border-radius: 6px; font-family: 'SF Mono', Menlo, Consolas, monospace; font-size: 0.78rem; color: #2a3552; max-height: 14rem; overflow: auto; white-space: pre-wrap; word-break: break-word; }
/* /Components/Pages/App/CrmSettings.razor.rz.scp.css */
.page-lede[b-27q69vrda1] { color: #4a4f63; max-width: 60ch; }

.settings-section[b-27q69vrda1] {
    background: white;
    border: 1px solid #e3e6ef;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    max-width: 48rem;
}

.settings-section h2[b-27q69vrda1] { margin: 0 0 1rem; font-size: 1rem; }
.settings-section .meta[b-27q69vrda1] { color: #6a6e82; font-size: 0.9rem; margin-bottom: 0.85rem; }

.config-table[b-27q69vrda1] { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.config-table th[b-27q69vrda1], .config-table td[b-27q69vrda1] {
    padding: 0.55rem 0.7rem;
    border-bottom: 1px solid #eef0f5;
    text-align: left;
    vertical-align: middle;
}
.config-table th[scope="row"][b-27q69vrda1] {
    width: 11rem;
    color: #6a6e82;
    font-weight: 600;
    font-size: 0.85rem;
}
.config-table tr:last-child th[b-27q69vrda1], .config-table tr:last-child td[b-27q69vrda1] { border-bottom: none; }

.status-pill[b-27q69vrda1] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.status-pill.ok[b-27q69vrda1] { background: #e9f6ec; color: #1f5f2a; }
.status-pill.muted[b-27q69vrda1] { background: #f1f3f9; color: #6a6e82; }

.danger-row[b-27q69vrda1] { margin-top: 1rem; }

.inline-form[b-27q69vrda1] { display: inline-flex; gap: 0.5rem; align-items: center; margin: 0; padding: 0; }
button.link[b-27q69vrda1] {
    background: none;
    border: none;
    padding: 0;
    color: #2a3552;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}
button.link.danger[b-27q69vrda1] { color: #b14040; }

.settings-section form[b-27q69vrda1] { display: flex; flex-direction: column; gap: 0.75rem; }
.settings-section label[b-27q69vrda1] { display: flex; flex-direction: column; gap: 0.35rem; font-size: 0.9rem; }
.settings-section input[b-27q69vrda1] {
    padding: 0.55rem 0.7rem;
    border: 1px solid #cfd3e0;
    border-radius: 6px;
    font: inherit;
}
.settings-section button[type="submit"][b-27q69vrda1] {
    padding: 0.55rem 1rem;
    background: #2a3552;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
}

.provider-grid[b-27q69vrda1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 0.85rem;
}
.provider-card[b-27q69vrda1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid #e3e6ef;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    background: #fafbff;
    transition: border-color 120ms, background 120ms;
}
.provider-card:hover[b-27q69vrda1] {
    border-color: #2a3552;
    background: white;
}
.provider-name[b-27q69vrda1] { font-weight: 600; color: #1d2436; }
.provider-detail[b-27q69vrda1] { font-size: 0.85rem; color: #6a6e82; }
.provider-cta[b-27q69vrda1] {
    margin-top: 0.4rem;
    color: #2a3552;
    font-weight: 600;
    font-size: 0.9rem;
}

.auth-error[b-27q69vrda1] {
    padding: 0.75rem 1rem;
    background: #fdecec;
    border: 1px solid #f5b3b3;
    color: #8a1717;
    border-radius: 6px;
    margin-bottom: 1rem;
    max-width: 48rem;
}
.auth-ok[b-27q69vrda1] {
    padding: 0.75rem 1rem;
    background: #e9f6ec;
    border: 1px solid #a9d9b3;
    color: #1f5f2a;
    border-radius: 6px;
    margin-bottom: 1rem;
    max-width: 48rem;
}

code[b-27q69vrda1] {
    background: #f1f3f9;
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
    font-size: 0.85em;
}
/* /Components/Pages/App/Dashboard.razor.rz.scp.css */
.lead[b-32ta7r943r] { color: #6a6e82; margin-top: -0.5rem; margin-bottom: 1.5rem; }

.stat-grid[b-32ta7r943r] { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.stat-card[b-32ta7r943r] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1.25rem 1.5rem; }
.stat-card.primary[b-32ta7r943r] { background: linear-gradient(135deg, #2a3552 0%, #4b6bfb 100%); border-color: #2a3552; color: white; }
.stat-label[b-32ta7r943r] { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.85; }
.stat-card.primary .stat-label[b-32ta7r943r] { color: rgba(255,255,255,0.85); }
.stat-card:not(.primary) .stat-label[b-32ta7r943r] { color: #6a6e82; }
.stat-value[b-32ta7r943r] { font-size: 2.4rem; font-weight: 700; line-height: 1; margin: 0.4rem 0 0.3rem; font-variant-numeric: tabular-nums; }
.stat-value.muted[b-32ta7r943r] { color: #9ba0b6; }
.stat-sub[b-32ta7r943r] { font-size: 0.78rem; color: #6a6e82; }
.stat-link[b-32ta7r943r] { display: inline-block; margin-top: 0.4rem; font-size: 0.85rem; color: white; opacity: 0.95; text-decoration: none; font-weight: 600; }
.stat-link:hover[b-32ta7r943r] { text-decoration: underline; }

.card-grid[b-32ta7r943r] { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; }
.card[b-32ta7r943r] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1.25rem 1.5rem; }
.card-warn[b-32ta7r943r] { border-color: #d6a93d; border-left-width: 3px; background: #fffaf0; }
.card-ok[b-32ta7r943r] { border-left: 3px solid #2a8a3e; }
.card h2[b-32ta7r943r] { margin: 0 0 0.5rem; font-size: 1rem; color: #1a1c2d; }
.card p[b-32ta7r943r] { margin: 0.3rem 0; color: #555; font-size: 0.9rem; }
.card .card-meta[b-32ta7r943r] { margin-top: 0.75rem; font-size: 0.85rem; }
.card a[b-32ta7r943r] { color: #4b6bfb; text-decoration: none; font-weight: 600; }
.card a:hover[b-32ta7r943r] { text-decoration: underline; }
/* /Components/Pages/App/Enrichment.razor.rz.scp.css */
.page-lede[b-7kkzrkpc85] { color: #555; max-width: 38rem; margin-bottom: 1.25rem; }
.muted[b-7kkzrkpc85] { color: #6a6e82; font-size: 0.85rem; }

.empty-state[b-7kkzrkpc85] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 2rem; text-align: center; }

.enrich-list[b-7kkzrkpc85] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.85rem; }
.enrich-card[b-7kkzrkpc85] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1.1rem 1.25rem; }

.card-meta[b-7kkzrkpc85] { display: flex; align-items: center; gap: 0.55rem; font-size: 0.8rem; margin-bottom: 0.45rem; }
.score-pill[b-7kkzrkpc85] { font-weight: 700; color: #1a1c2d; font-size: 0.95rem; font-variant-numeric: tabular-nums; }
.score-pill .muted[b-7kkzrkpc85] { font-weight: 400; font-size: 0.7rem; }
.verdict[b-7kkzrkpc85] { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.1rem 0.45rem; border-radius: 999px; color: white; }
.verdict.pursue[b-7kkzrkpc85] { background: #1f6feb; }
.verdict.partner[b-7kkzrkpc85] { background: #d6a93d; }

.card-title[b-7kkzrkpc85] { font-weight: 600; color: #1a1c2d; font-size: 1rem; margin-bottom: 0.35rem; }
.card-agency[b-7kkzrkpc85] { font-size: 0.88rem; color: #2a3552; margin-bottom: 0.85rem; }

.add-form[b-7kkzrkpc85] { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 0.5rem; }
.add-form input[b-7kkzrkpc85] { padding: 0.5rem 0.7rem; border: 1px solid #cfd3e0; border-radius: 6px; font-size: 0.9rem; }
.add-form button[b-7kkzrkpc85] { padding: 0.55rem 1rem; background: #2a3552; color: white; border: none; border-radius: 6px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.add-form button:hover[b-7kkzrkpc85] { background: #1a223b; }

@media (max-width: 50rem) {
    .add-form[b-7kkzrkpc85] { grid-template-columns: 1fr 1fr; }
    .add-form button[b-7kkzrkpc85] { grid-column: 1 / -1; }
}

.auth-error[b-7kkzrkpc85] { padding: 0.75rem 1rem; background: #fdecec; border: 1px solid #f5b3b3; color: #8a1717; border-radius: 6px; margin-bottom: 1rem; }
.auth-ok[b-7kkzrkpc85] { padding: 0.75rem 1rem; background: #e9f6ec; border: 1px solid #a9d9b3; color: #1f5f2a; border-radius: 6px; margin-bottom: 1rem; }
/* /Components/Pages/App/Opportunities.razor.rz.scp.css */
.page-lede[b-2ei4ajvbhm] { color: #555; max-width: 38rem; margin-bottom: 1.25rem; }
.empty-state[b-2ei4ajvbhm] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 2rem; text-align: center; }
.empty-state p[b-2ei4ajvbhm] { margin: 0.25rem 0; }
.seed-form[b-2ei4ajvbhm] { margin-top: 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.seed-form button[b-2ei4ajvbhm] { padding: 0.6rem 1.25rem; background: #2a3552; color: white; border: none; border-radius: 6px; font-weight: 600; cursor: pointer; }
.seed-form button:hover[b-2ei4ajvbhm] { background: #1a223b; }
.seed-form small[b-2ei4ajvbhm] { font-size: 0.78rem; }
.muted[b-2ei4ajvbhm] { color: #6a6e82; font-size: 0.85rem; }
.opp-table[b-2ei4ajvbhm] { width: 100%; background: white; border: 1px solid #e3e6ef; border-radius: 10px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
.opp-table th[b-2ei4ajvbhm], .opp-table td[b-2ei4ajvbhm] { padding: 0.75rem 0.85rem; text-align: left; border-bottom: 1px solid #eef0f7; vertical-align: top; font-size: 0.88rem; }
.opp-table tr:last-child td[b-2ei4ajvbhm] { border-bottom: none; }
.opp-table th[b-2ei4ajvbhm] { background: #f7f8fc; font-weight: 600; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: #6a6e82; }
.opp-table .row-pursue[b-2ei4ajvbhm] { background: linear-gradient(90deg, #f0f7ff 0, white 100%); }
.opp-table .row-partner[b-2ei4ajvbhm] { background: linear-gradient(90deg, #fdf8ed 0, white 100%); }
.score[b-2ei4ajvbhm] { font-size: 1.15rem; font-weight: 700; color: #1a1c2d; }
.score-max[b-2ei4ajvbhm] { font-weight: 400; color: #9ba0b6; font-size: 0.78rem; }
.verdict[b-2ei4ajvbhm] { display: inline-block; padding: 0.1rem 0.45rem; border-radius: 999px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; margin-top: 0.25rem; }
.verdict-pursue[b-2ei4ajvbhm] { background: #1f6feb; color: white; }
.verdict-partner[b-2ei4ajvbhm] { background: #d6a93d; color: white; }
.verdict-nobid[b-2ei4ajvbhm] { background: #b0b6c5; color: white; }
.title[b-2ei4ajvbhm] { font-weight: 600; color: #1a1c2d; max-width: 22rem; }
.decision-form[b-2ei4ajvbhm] { display: flex; flex-wrap: wrap; gap: 0.25rem; }
.decision-form button[b-2ei4ajvbhm] { padding: 0.3rem 0.55rem; border: 1px solid #cfd3e0; background: white; border-radius: 4px; font-size: 0.78rem; cursor: pointer; }
.decision-form .btn-pursue:hover[b-2ei4ajvbhm] { background: #1f6feb; color: white; border-color: #1f6feb; }
.decision-form .btn-partner:hover[b-2ei4ajvbhm] { background: #d6a93d; color: white; border-color: #d6a93d; }
.decision-form .btn-watch:hover[b-2ei4ajvbhm] { background: #4b6bfb; color: white; border-color: #4b6bfb; }
.decision-form .btn-reject:hover[b-2ei4ajvbhm] { background: #c44; color: white; border-color: #c44; }
.auth-error[b-2ei4ajvbhm] { padding: 0.75rem 1rem; background: #fdecec; border: 1px solid #f5b3b3; color: #8a1717; border-radius: 6px; margin-bottom: 1rem; }
.auth-ok[b-2ei4ajvbhm] { padding: 0.75rem 1rem; background: #e9f6ec; border: 1px solid #a9d9b3; color: #1f5f2a; border-radius: 6px; margin-bottom: 1rem; }
/* /Components/Pages/App/OpportunityDetail.razor.rz.scp.css */
.muted[b-5zwvqjmox4] { color: #6a6e82; font-size: 0.85rem; }

.opp-header[b-5zwvqjmox4] { margin-bottom: 1.25rem; }
.opp-titlebar[b-5zwvqjmox4] { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.opp-titlebar h1[b-5zwvqjmox4] { margin: 0 0 0.25rem; font-size: 1.4rem; line-height: 1.3; }
.back-link[b-5zwvqjmox4] { font-size: 0.85rem; color: #6a6e82; text-decoration: none; white-space: nowrap; padding-top: 0.5rem; }
.back-link:hover[b-5zwvqjmox4] { color: #2a3552; text-decoration: underline; }
.opp-tagline[b-5zwvqjmox4] { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; font-size: 0.85rem; }
.score-pill[b-5zwvqjmox4] { font-weight: 700; color: #1a1c2d; font-size: 1rem; font-variant-numeric: tabular-nums; }
.score-pill .muted[b-5zwvqjmox4] { font-weight: 400; font-size: 0.72rem; }
.verdict[b-5zwvqjmox4] { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.15rem 0.55rem; border-radius: 999px; color: white; }
.verdict.pursue[b-5zwvqjmox4] { background: #1f6feb; }
.verdict.partner[b-5zwvqjmox4] { background: #d6a93d; }
.verdict.nobid[b-5zwvqjmox4] { background: #b0b6c5; }
.status-pill[b-5zwvqjmox4] { font-size: 0.72rem; padding: 0.15rem 0.55rem; border-radius: 999px; background: #eef0f7; color: #2a3552; }

.action-bar[b-5zwvqjmox4] { display: flex; gap: 0.4rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.action-bar button[b-5zwvqjmox4] { padding: 0.5rem 1rem; border: 1px solid #cfd3e0; background: white; border-radius: 6px; font-size: 0.88rem; font-weight: 600; cursor: pointer; }
.action-bar .btn-pursue:hover[b-5zwvqjmox4] { background: #1f6feb; color: white; border-color: #1f6feb; }
.action-bar .btn-partner:hover[b-5zwvqjmox4] { background: #d6a93d; color: white; border-color: #d6a93d; }
.action-bar .btn-watch:hover[b-5zwvqjmox4] { background: #4b6bfb; color: white; border-color: #4b6bfb; }
.action-bar .btn-reject:hover[b-5zwvqjmox4] { background: #c44; color: white; border-color: #c44; }

.grid[b-5zwvqjmox4] { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 60rem) { .grid[b-5zwvqjmox4] { grid-template-columns: 1fr; } }

.panel[b-5zwvqjmox4] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1.25rem 1.5rem; margin-bottom: 1rem; }
.panel h2[b-5zwvqjmox4] { margin: 0 0 0.85rem; font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6a6e82; }

.panel dl[b-5zwvqjmox4] { display: grid; grid-template-columns: max-content 1fr; gap: 0.4rem 1rem; margin: 0; font-size: 0.9rem; }
.panel dt[b-5zwvqjmox4] { color: #6a6e82; }
.panel dd[b-5zwvqjmox4] { margin: 0; color: #1a1c2d; }

.breakdown[b-5zwvqjmox4] { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; }
.breakdown li[b-5zwvqjmox4] { display: flex; justify-content: space-between; align-items: baseline; padding: 0.3rem 0.5rem; border-radius: 4px; font-size: 0.88rem; }
.breakdown li.hit[b-5zwvqjmox4] { background: #f0f7ff; }
.breakdown li.miss[b-5zwvqjmox4] { color: #9ba0b6; }
.dim-score[b-5zwvqjmox4] { font-weight: 700; font-variant-numeric: tabular-nums; }
.recompete-note[b-5zwvqjmox4] { margin-top: 0.75rem; padding: 0.5rem 0.75rem; background: #fdf8ed; border-radius: 4px; font-size: 0.82rem; color: #8a6d1f; }

.description[b-5zwvqjmox4] { white-space: pre-wrap; word-break: break-word; font-family: inherit; font-size: 0.9rem; line-height: 1.55; color: #2a3552; margin: 0; max-height: 28rem; overflow-y: auto; }

.contact-list[b-5zwvqjmox4] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.contact-item[b-5zwvqjmox4] { padding: 0.7rem 0.85rem; background: #f7f8fc; border-radius: 6px; }
.contact-name[b-5zwvqjmox4] { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 0.25rem; }
.contact-meta[b-5zwvqjmox4] { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; font-size: 0.82rem; color: #555; }
.contact-meta a[b-5zwvqjmox4] { color: #1f6feb; text-decoration: none; }
.contact-meta a:hover[b-5zwvqjmox4] { text-decoration: underline; }
.confidence[b-5zwvqjmox4] { color: #6a6e82; }
.badge-bad[b-5zwvqjmox4] { background: #c44; color: white; padding: 0.05rem 0.4rem; border-radius: 999px; font-size: 0.68rem; text-transform: uppercase; }

.event-list[b-5zwvqjmox4] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.event-item[b-5zwvqjmox4] { display: flex; align-items: baseline; gap: 0.7rem; padding: 0.4rem 0.6rem; background: #f7f8fc; border-radius: 4px; font-size: 0.85rem; }
.event-item time[b-5zwvqjmox4] { color: #6a6e82; font-variant-numeric: tabular-nums; min-width: 11rem; }
.event-type[b-5zwvqjmox4] { font-weight: 600; color: #1a1c2d; }
.event-actor[b-5zwvqjmox4] { font-size: 0.75rem; }

.auth-ok[b-5zwvqjmox4] { padding: 0.6rem 1rem; background: #e9f6ec; border: 1px solid #a9d9b3; color: #1f5f2a; border-radius: 6px; margin-bottom: 1rem; font-size: 0.88rem; }
/* /Components/Pages/App/OutboundConfig.razor.rz.scp.css */
.page-lede[b-du5y6wtfu6] { color: #555; max-width: 38rem; margin-bottom: 1.25rem; }
.settings-section[b-du5y6wtfu6] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1.5rem; max-width: 38rem; }
.settings-section form[b-du5y6wtfu6] { display: flex; flex-direction: column; gap: 1rem; }
.settings-section .row[b-du5y6wtfu6] { display: flex; flex-direction: column; }
.settings-section .two-col[b-du5y6wtfu6] { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.settings-section label[b-du5y6wtfu6] { display: flex; flex-direction: column; gap: 0.35rem; font-size: 0.9rem; }
.settings-section input[b-du5y6wtfu6], .settings-section select[b-du5y6wtfu6] { padding: 0.55rem 0.75rem; border: 1px solid #cfd3e0; border-radius: 6px; font-size: 0.95rem; }
.settings-section small[b-du5y6wtfu6] { color: #6a6e82; font-size: 0.78rem; line-height: 1.4; }
.settings-section button[b-du5y6wtfu6] { padding: 0.65rem 1.25rem; background: #2a3552; color: white; border: none; border-radius: 6px; font-weight: 600; cursor: pointer; align-self: flex-start; }
.settings-section code[b-du5y6wtfu6] { background: #f3f4fa; padding: 0.05rem 0.35rem; border-radius: 3px; font-size: 0.78rem; }
.preview-card[b-du5y6wtfu6] { background: #eef3fb; border: 1px solid #b9cbe6; border-radius: 6px; padding: 0.6rem 0.9rem; font-size: 0.88rem; display: flex; gap: 0.5rem; align-items: center; }
.preview-card code[b-du5y6wtfu6] { background: white; border: 1px solid #d6dff0; padding: 0.15rem 0.45rem; border-radius: 3px; font-size: 0.85rem; }
.meta-card[b-du5y6wtfu6] { margin-top: 1.5rem; background: #f7f8fc; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1.25rem; max-width: 38rem; }
.meta-card h2[b-du5y6wtfu6] { margin: 0 0 0.75rem; font-size: 0.95rem; }
.meta-card dl[b-du5y6wtfu6] { display: grid; grid-template-columns: max-content 1fr; gap: 0.4rem 1rem; margin: 0; font-size: 0.88rem; }
.meta-card dt[b-du5y6wtfu6] { color: #6a6e82; }
.meta-card dd[b-du5y6wtfu6] { margin: 0; }
.auth-error[b-du5y6wtfu6] { padding: 0.75rem 1rem; background: #fdecec; border: 1px solid #f5b3b3; color: #8a1717; border-radius: 6px; margin-bottom: 1rem; }
.auth-ok[b-du5y6wtfu6] { padding: 0.75rem 1rem; background: #e9f6ec; border: 1px solid #a9d9b3; color: #1f5f2a; border-radius: 6px; margin-bottom: 1rem; }
/* /Components/Pages/App/Pipeline.razor.rz.scp.css */
.page-lede[b-0s8n72t62x] { color: #555; max-width: 38rem; margin-bottom: 1.25rem; }
.muted[b-0s8n72t62x] { color: #6a6e82; font-size: 0.85rem; }

.board[b-0s8n72t62x] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: flex-start; }

.column[b-0s8n72t62x] { background: #f7f8fc; border: 1px solid #e3e6ef; border-radius: 10px; padding: 0.85rem; min-height: 18rem; }
.column.pursuing[b-0s8n72t62x] { border-top: 3px solid #1f6feb; }
.column.partnering[b-0s8n72t62x] { border-top: 3px solid #d6a93d; }
.column.watching[b-0s8n72t62x] { border-top: 3px solid #6a6e82; }

.column-head[b-0s8n72t62x] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.85rem; }
.column-head h2[b-0s8n72t62x] { margin: 0; font-size: 0.92rem; color: #1a1c2d; text-transform: uppercase; letter-spacing: 0.05em; }
.column-head .count[b-0s8n72t62x] { font-size: 0.78rem; font-weight: 700; background: white; color: #2a3552; padding: 0.15rem 0.55rem; border-radius: 999px; border: 1px solid #e3e6ef; }

.column-empty[b-0s8n72t62x] { background: white; border: 1px dashed #cfd3e0; border-radius: 6px; padding: 1.25rem; text-align: center; color: #9ba0b6; font-size: 0.85rem; }

.card-list[b-0s8n72t62x] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }

.opp-card[b-0s8n72t62x] { background: white; border: 1px solid #e3e6ef; border-radius: 6px; padding: 0.7rem 0.85rem; box-shadow: 0 1px 2px rgba(20, 30, 60, 0.04); }
.card-head[b-0s8n72t62x] { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 0.35rem; }
.score-pill[b-0s8n72t62x] { font-weight: 700; color: #1a1c2d; font-size: 0.95rem; font-variant-numeric: tabular-nums; }
.score-pill .muted[b-0s8n72t62x] { font-weight: 400; font-size: 0.7rem; }
.verdict[b-0s8n72t62x] { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.1rem 0.45rem; border-radius: 999px; color: white; }
.verdict.pursue[b-0s8n72t62x] { background: #1f6feb; }
.verdict.partner[b-0s8n72t62x] { background: #d6a93d; }
.verdict.nobid[b-0s8n72t62x] { background: #b0b6c5; }
.card-title[b-0s8n72t62x] { font-weight: 600; color: #1a1c2d; font-size: 0.88rem; line-height: 1.3; margin-bottom: 0.3rem; }
.card-meta[b-0s8n72t62x] { font-size: 0.78rem; color: #555; margin-bottom: 0.4rem; }
.card-foot[b-0s8n72t62x] { display: flex; gap: 0.6rem; font-size: 0.72rem; color: #6a6e82; }
.card-foot .seats[b-0s8n72t62x] { color: #2a3552; font-weight: 600; }
.card-foot .deadline[b-0s8n72t62x] { font-variant-numeric: tabular-nums; }

@media (max-width: 60rem) {
    .board[b-0s8n72t62x] { grid-template-columns: 1fr; }
}
/* /Components/Pages/App/Replies.razor.rz.scp.css */
.page-lede[b-zidv8gmls8] { color: #555; max-width: 38rem; margin-bottom: 1.25rem; }
.muted[b-zidv8gmls8] { color: #6a6e82; font-size: 0.85rem; }
.muted.small[b-zidv8gmls8] { font-size: 0.78rem; }

.empty-state[b-zidv8gmls8] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 2rem; text-align: center; }
.empty-state p[b-zidv8gmls8] { margin: 0.25rem 0; }

.reply-list[b-zidv8gmls8] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.reply-item[b-zidv8gmls8] { background: white; border: 1px solid #e3e6ef; border-left: 3px solid #1f6feb; border-radius: 6px; padding: 0.95rem 1.1rem; }

.reply-meta[b-zidv8gmls8] { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.75rem; color: #6a6e82; margin-bottom: 0.4rem; }
.reply-meta time[b-zidv8gmls8] { font-variant-numeric: tabular-nums; }
.step-badge[b-zidv8gmls8] { display: inline-block; padding: 0.1rem 0.5rem; background: #eef2fb; color: #2a3552; border-radius: 999px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.03em; }

.reply-headline[b-zidv8gmls8] { display: flex; align-items: baseline; gap: 0.6rem; flex-wrap: wrap; font-size: 0.95rem; margin-bottom: 0.3rem; }
.reply-headline strong[b-zidv8gmls8] { color: #1a1c2d; }
.contact-email[b-zidv8gmls8] { color: #6a6e82; font-size: 0.82rem; font-family: 'SF Mono', Menlo, Consolas, monospace; }
.reply-subject[b-zidv8gmls8] { color: #2a3552; font-style: italic; }

.reply-opportunity[b-zidv8gmls8] { margin-bottom: 0.5rem; font-size: 0.85rem; }
.reply-opportunity a[b-zidv8gmls8] { color: #1f6feb; text-decoration: none; }
.reply-opportunity a:hover[b-zidv8gmls8] { text-decoration: underline; }

.reply-body[b-zidv8gmls8] { margin: 0.5rem 0 0; padding: 0.7rem 0.9rem; background: #f7f8fc; border: 1px solid #e3e6ef; border-radius: 6px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.88rem; color: #1a1c2d; line-height: 1.45; white-space: pre-wrap; word-break: break-word; max-height: 18rem; overflow: auto; }

.replies-toolbar[b-zidv8gmls8] { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; flex-wrap: wrap; }
.toolbar-toggle[b-zidv8gmls8] { display: inline-block; padding: 0.4rem 0.8rem; background: white; border: 1px solid #cfd3e0; border-radius: 6px; color: #2a3552; text-decoration: none; font-size: 0.85rem; font-weight: 600; }
.toolbar-toggle:hover[b-zidv8gmls8] { background: #f5f7fb; }
.toolbar-meta[b-zidv8gmls8] { font-size: 0.78rem; color: #6a6e82; }

.reply-item.is-suppressed[b-zidv8gmls8] { border-left-color: #b07f1c; background: #fdfaf2; }
.suppressed-badge[b-zidv8gmls8] { display: inline-block; padding: 0.1rem 0.5rem; background: #fbecc8; color: #5c4108; border-radius: 999px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.03em; margin-left: 0.4rem; }
/* /Components/Pages/App/ScoringRules.razor.rz.scp.css */
.page-lede[b-e2rcmbetva] { color: #555; max-width: 42rem; margin-bottom: 0.6rem; }
.dev-note[b-e2rcmbetva] { color: #8a6d1f; background: #fdf8ed; padding: 0.6rem 0.85rem; border-radius: 6px; font-size: 0.85rem; margin-bottom: 1.5rem; max-width: 42rem; }
.muted[b-e2rcmbetva] { color: #6a6e82; font-size: 0.85rem; }

.rule-section[b-e2rcmbetva] { margin-bottom: 1.75rem; }
.rule-section h2[b-e2rcmbetva] { margin: 0 0 0.85rem; font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6a6e82; }

.dim-table[b-e2rcmbetva] { width: 100%; max-width: 50rem; background: white; border: 1px solid #e3e6ef; border-radius: 10px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
.dim-table th[b-e2rcmbetva], .dim-table td[b-e2rcmbetva] { padding: 0.6rem 0.85rem; text-align: left; border-bottom: 1px solid #eef0f7; font-size: 0.88rem; vertical-align: top; }
.dim-table tr:last-child td[b-e2rcmbetva] { border-bottom: none; }
.dim-table th[b-e2rcmbetva] { background: #f7f8fc; font-weight: 600; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6a6e82; }
.dim-table td:nth-child(2)[b-e2rcmbetva] { font-variant-numeric: tabular-nums; font-weight: 700; color: #1a1c2d; width: 3rem; text-align: center; }

.kw-grid[b-e2rcmbetva] { display: grid; grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)); gap: 0.85rem; }
.kw-card[b-e2rcmbetva] { background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1rem 1.15rem; }
.kw-card header[b-e2rcmbetva] { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 0.3rem; }
.kw-card h3[b-e2rcmbetva] { margin: 0; font-size: 0.92rem; color: #1a1c2d; }
.kw-count[b-e2rcmbetva] { font-size: 0.75rem; font-weight: 700; background: #eef0f7; color: #2a3552; padding: 0.1rem 0.55rem; border-radius: 999px; }
.kw-subtitle[b-e2rcmbetva] { color: #6a6e82; font-size: 0.78rem; margin: 0 0 0.6rem; }
.chip-list[b-e2rcmbetva] { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.3rem; }
.chip[b-e2rcmbetva] { display: inline-block; background: #f3f4fa; color: #2a3552; padding: 0.15rem 0.55rem; border-radius: 999px; font-size: 0.78rem; font-family: 'SF Mono', Menlo, Consolas, monospace; }

.kv[b-e2rcmbetva] { display: grid; grid-template-columns: max-content 1fr; gap: 0.45rem 1rem; margin: 0; max-width: 42rem; background: white; border: 1px solid #e3e6ef; border-radius: 10px; padding: 1rem 1.25rem; }
.kv dt[b-e2rcmbetva] { color: #6a6e82; font-size: 0.85rem; }
.kv dd[b-e2rcmbetva] { margin: 0; font-size: 0.9rem; color: #1a1c2d; font-variant-numeric: tabular-nums; }
.kv small[b-e2rcmbetva] { color: #6a6e82; font-weight: 400; font-size: 0.78rem; }
