/* /Components/Analytics/BarChart.razor.rz.scp.css */
.dcf-bars[b-i2nimw3khz] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.dcf-bar-row[b-i2nimw3khz] {
    display: grid;
    grid-template-columns: minmax(80px, 30%) 1fr auto;
    align-items: center;
    gap: .75rem;
}

.dcf-bar-label[b-i2nimw3khz] {
    font-size: .85rem;
    color: var(--dcf-text, #1f2937);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dcf-bar-track[b-i2nimw3khz] {
    background: var(--dcf-surface, #f1f5f9);
    border-radius: 999px;
    height: 16px;
    overflow: hidden;
}

.dcf-bar-fill[b-i2nimw3khz] {
    height: 100%;
    border-radius: 999px;
    min-width: 2px;
    transition: width .3s ease;
}

.dcf-bar-value[b-i2nimw3khz] {
    font-size: .8rem;
    font-weight: 600;
    white-space: nowrap;
    color: var(--dcf-text, #1f2937);
}

.dcf-bar-pct[b-i2nimw3khz] {
    color: var(--dcf-text-muted, #6b7280);
    font-weight: 400;
    margin-left: .35rem;
}
/* /Components/Analytics/DonutChart.razor.rz.scp.css */
.dcf-donut[b-7rbyrh4jq1] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.dcf-donut-svg[b-7rbyrh4jq1] {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
}

.dcf-donut-total[b-7rbyrh4jq1] {
    font-size: 7px;
    font-weight: 700;
    fill: var(--dcf-text, #1f2937);
}

.dcf-donut-caption[b-7rbyrh4jq1] {
    font-size: 2.6px;
    fill: var(--dcf-text-muted, #6b7280);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.dcf-donut-legend[b-7rbyrh4jq1] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 160px;
    flex: 1;
}

.dcf-donut-legend li[b-7rbyrh4jq1] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
}

.dcf-donut-swatch[b-7rbyrh4jq1] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}

.dcf-donut-legend-label[b-7rbyrh4jq1] {
    color: var(--dcf-text, #1f2937);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.dcf-donut-legend-value[b-7rbyrh4jq1] {
    color: var(--dcf-text-muted, #6b7280);
    margin-left: auto;
    font-weight: 600;
    white-space: nowrap;
}
/* /Components/Analytics/LineChart.razor.rz.scp.css */
.dcf-line-svg[b-9l6n86eavw] {
    width: 100%;
    height: 120px;
    display: block;
}

.dcf-line-axis[b-9l6n86eavw] {
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    color: var(--dcf-text-muted, #6b7280);
    margin-top: .35rem;
}

.dcf-line-peak[b-9l6n86eavw] {
    font-weight: 600;
}
/* /Components/Analytics/NpsBar.razor.rz.scp.css */
.dcf-nps[b-mynqxd7cyh] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.dcf-nps-score[b-mynqxd7cyh] {
    text-align: center;
    flex-shrink: 0;
}

.dcf-nps-score-value[b-mynqxd7cyh] {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.dcf-nps-good[b-mynqxd7cyh] { color: #16a34a; }
.dcf-nps-ok[b-mynqxd7cyh] { color: #f59e0b; }
.dcf-nps-poor[b-mynqxd7cyh] { color: #dc2626; }

.dcf-nps-score-label[b-mynqxd7cyh] {
    font-size: .75rem;
    color: var(--dcf-text-muted, #6b7280);
    margin-top: .35rem;
}

.dcf-nps-bar-wrap[b-mynqxd7cyh] {
    flex: 1;
    min-width: 220px;
}

.dcf-nps-bar[b-mynqxd7cyh] {
    display: flex;
    height: 18px;
    border-radius: 999px;
    overflow: hidden;
    background: var(--dcf-surface, #f1f5f9);
}

.dcf-nps-seg[b-mynqxd7cyh] {
    height: 100%;
}

.dcf-nps-detractor[b-mynqxd7cyh] { background: #dc2626; }
.dcf-nps-passive[b-mynqxd7cyh] { background: #f59e0b; }
.dcf-nps-promoter[b-mynqxd7cyh] { background: #16a34a; }

.dcf-nps-legend[b-mynqxd7cyh] {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem 1rem;
    margin-top: .6rem;
    font-size: .78rem;
    color: var(--dcf-text-muted, #6b7280);
}

.dcf-nps-legend span[b-mynqxd7cyh] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.dcf-nps-dot[b-mynqxd7cyh] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
/* /Components/Analytics/UpgradeTeaser.razor.rz.scp.css */
.dcf-teaser[b-o8c89qffk5] {
    position: relative;
    border: 1px dashed var(--dcf-border, #cbd5e1);
    border-radius: var(--dcf-radius, 12px);
    overflow: hidden;
    min-height: 180px;
    background: var(--dcf-surface, #f8fafc);
}

.dcf-teaser-compact[b-o8c89qffk5] {
    min-height: 120px;
}

.dcf-teaser-preview[b-o8c89qffk5] {
    filter: blur(5px);
    opacity: .35;
    padding: 1.25rem;
    pointer-events: none;
    user-select: none;
}

.dcf-teaser-overlay[b-o8c89qffk5] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.25rem;
    gap: .25rem;
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--dcf-surface, #f8fafc) 55%, transparent),
        color-mix(in srgb, var(--dcf-surface, #f8fafc) 85%, transparent));
}

.dcf-teaser-badge[b-o8c89qffk5] {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    padding: .2rem .6rem;
    border-radius: 999px;
    margin-bottom: .35rem;
}

.dcf-teaser-icon[b-o8c89qffk5] {
    font-size: 1.6rem;
    color: var(--dcf-primary, #2563eb);
}

.dcf-teaser-title[b-o8c89qffk5] {
    margin: 0;
    font-weight: 700;
    color: var(--dcf-text, #1f2937);
}

.dcf-teaser-desc[b-o8c89qffk5] {
    margin: 0;
    font-size: .82rem;
    color: var(--dcf-text-muted, #6b7280);
    max-width: 320px;
}

.dcf-teaser-cta[b-o8c89qffk5] {
    margin-top: .6rem;
}

.dcf-teaser-cta-static[b-o8c89qffk5] {
    margin-top: .6rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--dcf-text-muted, #6b7280);
}
/* /Components/Analytics/WordCloud.razor.rz.scp.css */
.dcf-wordcloud[b-6k97sh302f] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem .85rem;
    line-height: 1.6;
}

.dcf-word[b-6k97sh302f] {
    color: var(--dcf-primary, #2563eb);
    font-weight: 600;
    white-space: nowrap;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ── Full-height shell ──────────────────────────────────────────────────── */
.dcf-layout[b-1lv4xo8olj] {
    display: flex;
    min-height: 100vh;
}

/* ── Sidebar ────────────────────────────────────────────────────────────── */
.dcf-sidebar[b-1lv4xo8olj] {
    width: var(--dcf-sidebar-width);
    background: var(--dcf-sidebar-bg);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
}

.dcf-sidebar-brand[b-1lv4xo8olj] {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.25rem 1rem;
    text-decoration: none;
    flex-shrink: 0;
}

.dcf-brand-logo[b-1lv4xo8olj] {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.dcf-tenant-pill[b-1lv4xo8olj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0.875rem 0.5rem;
    padding: 0.35rem 0.75rem;
    background: rgba(255,255,255,0.06);
    border-radius: 6px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.55);
    white-space: nowrap;
    overflow: hidden;
}

.dcf-tenant-logo[b-1lv4xo8olj] {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255,255,255,0.12);
}

.dcf-sidebar-nav[b-1lv4xo8olj] {
    flex: 1;
    padding: 0.25rem 0;
}

/* ── User footer ────────────────────────────────────────────────────────── */
.dcf-sidebar-footer[b-1lv4xo8olj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

.dcf-user-row[b-1lv4xo8olj] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
    flex: 1;
}

.dcf-avatar[b-1lv4xo8olj] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: rgba(255,255,255,0.1);
}

.dcf-avatar-placeholder[b-1lv4xo8olj] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
}

.dcf-user-info[b-1lv4xo8olj] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.dcf-user-name[b-1lv4xo8olj] {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dcf-user-role[b-1lv4xo8olj] {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dcf-signout-btn[b-1lv4xo8olj] {
    color: rgba(255,255,255,0.4);
    font-size: 1rem;
    text-decoration: none;
    flex-shrink: 0;
    padding: 0.25rem;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
}

.dcf-signout-btn:hover[b-1lv4xo8olj] {
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.08);
}

/* ── Main content area ──────────────────────────────────────────────────── */
.dcf-main[b-1lv4xo8olj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dcf-content[b-1lv4xo8olj] {
    flex: 1;
    padding: 2rem;
    max-width: 1200px;
}

/* ── Error UI ───────────────────────────────────────────────────────────── */
#blazor-error-ui[b-1lv4xo8olj] {
    background: #fef2f2;
    border-top: 1px solid #fecaca;
    bottom: 0;
    box-sizing: border-box;
    color: var(--dcf-danger);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-1lv4xo8olj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .dcf-sidebar[b-1lv4xo8olj] {
        display: none;
    }

    .dcf-content[b-1lv4xo8olj] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.dcf-nav[b-yoe2l66ujm] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
    gap: 2px;
}

[b-yoe2l66ujm] .dcf-nav-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.55rem 0.75rem;
    border-radius: 7px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.12s, color 0.12s;
    white-space: nowrap;
}

[b-yoe2l66ujm] .dcf-nav-link i {
    font-size: 1rem;
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
}

[b-yoe2l66ujm] .dcf-nav-link:hover {
    background: var(--dcf-sidebar-hover);
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

[b-yoe2l66ujm] .dcf-nav-link.active {
    background: var(--dcf-sidebar-active);
    color: var(--dcf-sidebar-active-text);
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lkbykot6mr],
.components-reconnect-repeated-attempt-visible[b-lkbykot6mr],
.components-reconnect-failed-visible[b-lkbykot6mr],
.components-pause-visible[b-lkbykot6mr],
.components-resume-failed-visible[b-lkbykot6mr],
.components-rejoining-animation[b-lkbykot6mr] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-retrying[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-failed[b-lkbykot6mr],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lkbykot6mr] {
    display: block;
}


#components-reconnect-modal[b-lkbykot6mr] {
    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-lkbykot6mr 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lkbykot6mr 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lkbykot6mr 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lkbykot6mr]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lkbykot6mr 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lkbykot6mr {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lkbykot6mr {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lkbykot6mr {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lkbykot6mr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lkbykot6mr] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lkbykot6mr] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lkbykot6mr] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lkbykot6mr] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lkbykot6mr] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lkbykot6mr] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lkbykot6mr 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lkbykot6mr] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lkbykot6mr {
    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/Layout/StatusLayout.razor.rz.scp.css */
.status-layout[b-taiwmp8va5] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 60%, #0f172a 100%);
    padding: 2rem;
}

.status-card[b-taiwmp8va5] {
    background: #ffffff;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4);
}

.status-logo img[b-taiwmp8va5] {
    max-width: 180px;
    height: auto;
}

.status-footer[b-taiwmp8va5] {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
}

.status-icon[b-taiwmp8va5] {
    line-height: 1;
}
