/* /Pages/CotacaoResumo.razor.rz.scp.css */
.exec-page-bg[b-lp3n803z47] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f5f8f6 0%, #ffffff 52%, #f7faf8 100%);
    padding: 16px;
}

.exec-shell[b-lp3n803z47] {
    max-width: 1200px;
    margin: 0 auto;
}

.exec-main[b-lp3n803z47] {
    display: grid;
    gap: 16px;
    padding-top: 8px;
}

[b-lp3n803z47](.exec-action-header) {
    position: sticky;
    top: 8px;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    border: 1px solid #d9e3dd;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

[b-lp3n803z47](.exec-action-left) {
    min-width: 220px;
}

[b-lp3n803z47](.exec-action-right) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-lp3n803z47](.exec-header-title) {
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
}

[b-lp3n803z47](.exec-header-subtitle) {
    font-size: 0.72rem;
    color: #64748b;
}

[b-lp3n803z47](.exec-overline) {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #166534;
    font-weight: 700;
}

[b-lp3n803z47](.exec-select),
[b-lp3n803z47](.exec-input) {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.56rem 0.7rem;
    font-size: 0.85rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

[b-lp3n803z47](.exec-select) {
    min-width: 180px;
    width: auto;
}

[b-lp3n803z47](.exec-input:focus),
[b-lp3n803z47](.exec-select:focus) {
    outline: none;
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

[b-lp3n803z47](.exec-card) {
    background: #ffffff;
    border: 1px solid #dde6e0;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    padding: 16px;
}

[b-lp3n803z47](.exec-two-column) {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}

[b-lp3n803z47](.exec-section-header) {
    margin-bottom: 10px;
}

[b-lp3n803z47](.exec-section-header h3) {
    font-size: 1.02rem;
    font-weight: 700;
    color: #0f172a;
}

[b-lp3n803z47](.exec-section-header p) {
    font-size: 0.76rem;
    color: #64748b;
}

[b-lp3n803z47](.exec-hero) {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-lp3n803z47](.exec-hero:hover) {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

[b-lp3n803z47](.exec-hero-grid) {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
    align-items: center;
}

[b-lp3n803z47](.exec-hero-title) {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #0f172a;
    font-weight: 700;
}

[b-lp3n803z47](.exec-hero-low) {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 80%);
}

[b-lp3n803z47](.exec-hero-medium) {
    background: linear-gradient(135deg, #fefce8 0%, #ffffff 80%);
}

[b-lp3n803z47](.exec-hero-high) {
    background: linear-gradient(135deg, #fef2f2 0%, #ffffff 80%);
}

[b-lp3n803z47](.exec-metric) {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

[b-lp3n803z47](.exec-metric-label) {
    font-size: 0.72rem;
    color: #64748b;
}

[b-lp3n803z47](.exec-metric-value) {
    font-size: 1.35rem;
    line-height: 1.15;
    color: #0f172a;
}

[b-lp3n803z47](.exec-risk-pill) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.26rem 0.66rem;
}

[b-lp3n803z47](.exec-risk-low) {
    color: #166534;
    background: #dcfce7;
}

[b-lp3n803z47](.exec-risk-medium) {
    color: #92400e;
    background: #fef3c7;
}

[b-lp3n803z47](.exec-risk-high) {
    color: #991b1b;
    background: #fee2e2;
}

[b-lp3n803z47](.exec-hero-actions) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-lp3n803z47](.exec-btn) {
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.58rem 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    border: 1px solid transparent;
}

[b-lp3n803z47](.exec-btn:hover) {
    transform: translateY(-1px);
}

[b-lp3n803z47](.exec-btn-primary) {
    color: #fff;
    background: #15803d;
}

[b-lp3n803z47](.exec-btn-primary:hover) {
    background: #166534;
}

[b-lp3n803z47](.exec-btn-secondary) {
    color: #fff;
    background: #1d4ed8;
}

[b-lp3n803z47](.exec-btn-secondary:hover) {
    background: #1e40af;
}

[b-lp3n803z47](.exec-btn-ghost) {
    color: #14532d;
    background: #fff;
    border-color: #bbf7d0;
}

[b-lp3n803z47](.exec-btn-ghost:hover) {
    background: #f0fdf4;
}

[b-lp3n803z47](.exec-btn:disabled) {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

[b-lp3n803z47](.exec-kpi-grid) {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
}

[b-lp3n803z47](.exec-kpi-card) {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-lp3n803z47](.exec-kpi-card:hover) {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

[b-lp3n803z47](.exec-kpi-icon) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #ecfdf3;
    margin-bottom: 8px;
}

[b-lp3n803z47](.exec-kpi-label) {
    font-size: 0.73rem;
    color: #64748b;
}

[b-lp3n803z47](.exec-kpi-value) {
    font-size: 1.55rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
}

[b-lp3n803z47](.exec-kpi-value-text) {
    font-size: 1.05rem;
}

[b-lp3n803z47](.exec-kpi-subtitle) {
    font-size: 0.72rem;
    color: #64748b;
}

[b-lp3n803z47](.exec-compare-row) {
    margin-bottom: 12px;
}

[b-lp3n803z47](.exec-compare-label-row) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    gap: 8px;
}

[b-lp3n803z47](.exec-compare-label) {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1e293b;
}

[b-lp3n803z47](.exec-compare-value) {
    font-size: 0.75rem;
    color: #475569;
}

[b-lp3n803z47](.exec-compare-diff) {
    font-size: 0.68rem;
    color: #64748b;
    margin-top: 4px;
}

[b-lp3n803z47](.exec-badge-gold) {
    margin-left: 5px;
    font-size: 0.66rem;
    padding: 2px 6px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 700;
}

[b-lp3n803z47](.exec-bar-track) {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

[b-lp3n803z47](.exec-bar-fill) {
    height: 8px;
    border-radius: 999px;
}

[b-lp3n803z47](.exec-bar-best) {
    background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
}

[b-lp3n803z47](.exec-bar-good) {
    background: #22c55e;
}

[b-lp3n803z47](.exec-bar-risk) {
    background: #ef4444;
}

[b-lp3n803z47](.exec-bar-neutral) {
    background: #3b82f6;
}

[b-lp3n803z47](.exec-rank-row) {
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 10px;
}

[b-lp3n803z47](.exec-rank-row-best) {
    border-color: #86efac;
    background: #f0fdf4;
}

[b-lp3n803z47](.exec-rank-main) {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 4px;
}

[b-lp3n803z47](.exec-rank-pos) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 700;
}

[b-lp3n803z47](.exec-rank-fornecedor) {
    font-size: 0.92rem;
    color: #0f172a;
    font-weight: 700;
}

[b-lp3n803z47](.exec-rank-meta) {
    font-size: 0.68rem;
    color: #64748b;
}

[b-lp3n803z47](.exec-rank-value) {
    display: block;
    text-align: right;
    color: #0f172a;
    font-size: 0.95rem;
    margin-bottom: 6px;
}

[b-lp3n803z47](.exec-alert-card) {
    border-left: 4px solid transparent;
}

[b-lp3n803z47](.exec-alert-critical) {
    border-left-color: #ef4444;
    background: #fef2f2;
}

[b-lp3n803z47](.exec-alert-info) {
    border-left-color: #f59e0b;
    background: #fffbeb;
}

[b-lp3n803z47](.exec-alert-list) {
    list-style: disc;
    margin-left: 1rem;
    font-size: 0.82rem;
    color: #334155;
    display: grid;
    gap: 4px;
}

[b-lp3n803z47](.exec-empty) {
    font-size: 0.82rem;
    color: #64748b;
}

[b-lp3n803z47](.exec-feedback) {
    margin-top: 12px;
    font-size: 0.82rem;
    color: #0f172a;
}

@media (min-width: 768px) {
    [b-lp3n803z47](.exec-kpi-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-lp3n803z47](.exec-two-column) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-lp3n803z47](.exec-hero-grid) {
        grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
    }

    [b-lp3n803z47](.exec-hero-actions) {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1200px) {
    [b-lp3n803z47](.exec-kpi-grid) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.insight-page-bg[b-lp3n803z47] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f4f8f5 0%, #ffffff 52%, #f7faf8 100%);
    padding: 24px 16px 32px;
}

.insight-shell[b-lp3n803z47] {
    max-width: 1200px;
    margin: 0 auto;
}

.insight-main[b-lp3n803z47] {
    display: grid;
    gap: 24px;
    padding-top: 12px;
}

.insight-loading-wrap[b-lp3n803z47] {
    min-height: 50vh;
    display: grid;
    place-items: center;
    padding: 24px;
}

.insight-loading-card[b-lp3n803z47],
.insight-error-state[b-lp3n803z47] {
    background: #ffffff;
    border: 1px solid #d9e3dd;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    color: #334155;
}

.insight-error-state[b-lp3n803z47] {
    color: #991b1b;
}

.insight-compare-grid[b-lp3n803z47],
.insight-two-column[b-lp3n803z47],
.insight-alert-grid[b-lp3n803z47] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.insight-mt-2[b-lp3n803z47] {
    margin-top: 8px;
}

[b-lp3n803z47](.insight-card) {
    background: #ffffff;
    border: 1px solid #dbe6de;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    padding: 20px;
}

[b-lp3n803z47](.insight-section-header) {
    margin-bottom: 14px;
}

[b-lp3n803z47](.insight-section-header h3) {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

[b-lp3n803z47](.insight-section-header p) {
    font-size: 0.8rem;
    color: #64748b;
}

[b-lp3n803z47](.insight-action-header) {
    position: sticky;
    top: 8px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid #d4e3d9;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

[b-lp3n803z47](.insight-action-left) {
    min-width: 220px;
}

[b-lp3n803z47](.insight-action-right) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-lp3n803z47](.insight-overline) {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #166534;
    font-weight: 700;
}

[b-lp3n803z47](.insight-header-title) {
    font-size: 1.1rem;
    color: #0f172a;
    font-weight: 700;
}

[b-lp3n803z47](.insight-header-subtitle) {
    font-size: 0.76rem;
    color: #64748b;
}

[b-lp3n803z47](.insight-select),
.insight-input[b-lp3n803z47] {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    padding: 0.56rem 0.72rem;
    font-size: 0.85rem;
    color: #0f172a;
}

[b-lp3n803z47](.insight-select) {
    min-width: 180px;
}

.insight-input[b-lp3n803z47] {
    width: 100%;
}

[b-lp3n803z47](.insight-select:focus),
.insight-input:focus[b-lp3n803z47] {
    outline: none;
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

[b-lp3n803z47](.insight-btn) {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0.58rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

[b-lp3n803z47](.insight-btn:hover) {
    transform: translateY(-1px);
}

[b-lp3n803z47](.insight-btn-primary) {
    color: #fff;
    background: #15803d;
}

[b-lp3n803z47](.insight-btn-primary:hover) {
    background: #166534;
}

[b-lp3n803z47](.insight-btn-secondary) {
    color: #166534;
    background: #dcfce7;
    border-color: #86efac;
}

[b-lp3n803z47](.insight-btn-secondary:hover) {
    background: #bbf7d0;
}

[b-lp3n803z47](.insight-btn-ghost) {
    color: #14532d;
    background: #fff;
    border-color: #bbf7d0;
}

[b-lp3n803z47](.insight-btn-ghost:hover) {
    background: #f0fdf4;
}

[b-lp3n803z47](.insight-btn:disabled) {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

[b-lp3n803z47](.insight-hero) {
    border: 1px solid #d1d5db;
    padding: 0;
    overflow: hidden;
}

[b-lp3n803z47](.insight-hero-low) {
    border-top: 4px solid #16a34a;
}

[b-lp3n803z47](.insight-hero-medium) {
    border-top: 4px solid #eab308;
}

[b-lp3n803z47](.insight-hero-high) {
    border-top: 4px solid #dc2626;
}

[b-lp3n803z47](.insight-hero-header) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 18px 24px;
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;
}

[b-lp3n803z47](.insight-hero-header-main) {
    display: grid;
    gap: 4px;
}

[b-lp3n803z47](.insight-hero-section-title) {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

[b-lp3n803z47](.insight-hero-cotacao-title) {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
}

[b-lp3n803z47](.insight-hero-layout) {
    display: grid;
    grid-template-columns: 170px minmax(320px, 1fr) minmax(220px, 260px);
    gap: 24px;
    margin-bottom: 0;
    align-items: center;
    padding: 14px 24px;
}

[b-lp3n803z47](.insight-hero-score-circle) {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid currentColor;
    flex-direction: column;
    gap: 2px;
}

[b-lp3n803z47](.insight-hero-score-number) {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

[b-lp3n803z47](.insight-hero-score-panel) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}

[b-lp3n803z47](.insight-hero-score-label) {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #111827;
}

[b-lp3n803z47](.insight-hero-score-text) {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

[b-lp3n803z47](.insight-hero-diagnostic-panel) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 8px 0 24px;
    border-left: 1px solid #e5e7eb;
}

[b-lp3n803z47](.insight-hero-diagnostic-title) {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

[b-lp3n803z47](.insight-hero-diagnostic-head) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

[b-lp3n803z47](.insight-hero-decision-badge) {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.56rem;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

[b-lp3n803z47](.insight-hero-decision-manual) {
    color: #9a3412;
    background: #ffedd5;
}

[b-lp3n803z47](.insight-hero-decision-auto) {
    color: #166534;
    background: #dcfce7;
}

[b-lp3n803z47](.insight-hero-decision-neutral) {
    color: #1f2937;
    background: #e5e7eb;
}

[b-lp3n803z47](.insight-hero-insight) {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-lp3n803z47](.insight-hero-alert-icon) {
    color: #f59e0b;
    font-size: 17px;
    line-height: 1;
}

[b-lp3n803z47](.insight-hero-description) {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #6b7280;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[b-lp3n803z47](.insight-hero-recommendation) {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #334155;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #22c55e;
    border-radius: 6px;
    background: #f8fafc;
}

[b-lp3n803z47](.insight-hero-recommendation-label) {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #166534;
}

[b-lp3n803z47](.insight-hero-choice-block) {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
}

[b-lp3n803z47](.insight-hero-choice-title) {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    color: #1f2937;
}

[b-lp3n803z47](.insight-hero-choice-item) {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #334155;
}

[b-lp3n803z47](.insight-hero-choice-item + .insight-hero-choice-item) {
    margin-top: 6px;
}

[b-lp3n803z47](.insight-hero-choice-label) {
    font-weight: 700;
    color: #0f172a;
}

[b-lp3n803z47](.insight-hero-indicators-panel) {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 1px solid #e5e7eb;
    padding-left: 20px;
}

[b-lp3n803z47](.insight-hero-indicator-item) {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 8px;
    padding: 9px 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
}

[b-lp3n803z47](.insight-hero-indicator-item:last-child) {
    border-bottom: 0;
}

[b-lp3n803z47](.insight-hero-indicator-label) {
    font-size: 12px;
    color: #6b7280;
    grid-column: 1 / 2;
}

[b-lp3n803z47](.insight-hero-indicator-text) {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    grid-column: 1 / 2;
}

[b-lp3n803z47](.insight-risk-pill) {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    padding: 0.2rem 0.56rem;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
}

[b-lp3n803z47](.insight-risk-low) {
    background: #dcfce7;
    color: #166534;
}

[b-lp3n803z47](.insight-risk-medium) {
    background: #fef3c7;
    color: #92400e;
}

[b-lp3n803z47](.insight-risk-high) {
    background: #fee2e2;
    color: #991b1b;
}

[b-lp3n803z47](.insight-risk-info) {
    background: #dbeafe;
    color: #1d4ed8;
}

[b-lp3n803z47](.insight-hero-actions) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

[b-lp3n803z47](.insight-hero-footer) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 24px 16px;
    border-top: 1px solid #e5e7eb;
}

[b-lp3n803z47](.insight-hero-analysis-date) {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

[b-lp3n803z47](.insight-hero-analysis-label) {
    font-size: 13px;
    color: #6b7280;
}

[b-lp3n803z47](.insight-hero-analysis-value) {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
}

@media (max-width: 768px) {
    [b-lp3n803z47](.insight-hero-layout) {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px 16px;
    }

    [b-lp3n803z47](.insight-hero-diagnostic-panel) {
        border-left: 0;
        border-top: 1px solid #e5e7eb;
        padding: 12px 0 0;
    }

    [b-lp3n803z47](.insight-hero-indicators-panel) {
        border-left: 0;
        border-top: 1px solid #e5e7eb;
        padding-left: 0;
        padding-top: 8px;
    }

    [b-lp3n803z47](.insight-hero-footer) {
        padding: 12px 16px 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    [b-lp3n803z47](.insight-hero-actions) {
        justify-content: flex-start;
    }
}

[b-lp3n803z47](.insight-kpi-grid) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

[b-lp3n803z47](.insight-kpi-card) {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-lp3n803z47](.insight-kpi-card:hover) {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

[b-lp3n803z47](.insight-kpi-label) {
    font-size: 0.76rem;
    color: #64748b;
}

[b-lp3n803z47](.insight-kpi-value) {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 700;
}

[b-lp3n803z47](.insight-kpi-value-text) {
    font-size: 1.05rem;
}

[b-lp3n803z47](.insight-kpi-subtitle) {
    font-size: 0.75rem;
    color: #64748b;
}

[b-lp3n803z47](.insight-compare-row) {
    margin-bottom: 14px;
}

[b-lp3n803z47](.insight-compare-head) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

[b-lp3n803z47](.insight-compare-name) {
    font-size: 0.86rem;
    font-weight: 600;
    color: #1e293b;
}

[b-lp3n803z47](.insight-compare-value) {
    font-size: 0.84rem;
    color: #0f172a;
}

[b-lp3n803z47](.insight-bar-track) {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: #e2e8f0;
}

[b-lp3n803z47](.insight-bar-fill) {
    height: 8px;
    border-radius: 999px;
}

[b-lp3n803z47](.insight-bar-best) {
    background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
}

[b-lp3n803z47](.insight-bar-good) {
    background: #22c55e;
}

[b-lp3n803z47](.insight-bar-risk) {
    background: #ef4444;
}

[b-lp3n803z47](.insight-bar-neutral) {
    background: #0f766e;
}

[b-lp3n803z47](.insight-rank-row) {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
}

[b-lp3n803z47](.insight-rank-row-best) {
    border-color: #86efac;
    background: #f0fdf4;
}

[b-lp3n803z47](.insight-rank-header) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

[b-lp3n803z47](.insight-rank-main) {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-lp3n803z47](.insight-rank-position) {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #ecfdf3;
    color: #166534;
    font-size: 0.74rem;
    font-weight: 700;
}

[b-lp3n803z47](.insight-rank-name) {
    font-size: 0.9rem;
    color: #0f172a;
    font-weight: 700;
}

[b-lp3n803z47](.insight-rank-value) {
    font-size: 1rem;
    color: #0f172a;
}

[b-lp3n803z47](.insight-alert-block) {
    border-left: 4px solid transparent;
}

[b-lp3n803z47](.insight-alert-critical) {
    border-left-color: #ef4444;
    background: #fef2f2;
}

[b-lp3n803z47](.insight-alert-info) {
    border-left-color: #eab308;
    background: #fffbeb;
}

[b-lp3n803z47](.insight-alert-item) {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

[b-lp3n803z47](.insight-alert-icon) {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

[b-lp3n803z47](.insight-empty),
.insight-feedback[b-lp3n803z47] {
    font-size: 0.82rem;
    color: #64748b;
}

.insight-feedback[b-lp3n803z47] {
    margin-top: 12px;
    color: #0f172a;
}

@media (min-width: 768px) {
    .insight-compare-grid[b-lp3n803z47],
    .insight-two-column[b-lp3n803z47],
    .insight-alert-grid[b-lp3n803z47] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-lp3n803z47](.insight-kpi-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-lp3n803z47](.insight-hero-grid) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    [b-lp3n803z47](.insight-kpi-grid) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-yc3vddcv07] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-yc3vddcv07] {
    flex: 1;
}

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

.top-row[b-yc3vddcv07] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yc3vddcv07]  a, .top-row .btn-link[b-yc3vddcv07] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yc3vddcv07] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yc3vddcv07] {
        display: none;
    }

    .top-row.auth[b-yc3vddcv07] {
        justify-content: space-between;
    }

    .top-row a[b-yc3vddcv07], .top-row .btn-link[b-yc3vddcv07] {
        margin-left: 0;
    }
}

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

    .sidebar[b-yc3vddcv07] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .main > div[b-yc3vddcv07] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5g9cc286us] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-5g9cc286us] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-5g9cc286us]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-5g9cc286us] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
