/* /Components/Billing/FeatureComparisonTable.razor.rz.scp.css */
/* VS-8ah.5 (2026-05-09): styles for FeatureComparisonTable peeled from PricingPlans.razor.css */

/* ===== TEXT COLOR HELPERS ===== */
.text-white-75[b-79bva5bg6i] {
    color: rgba(255, 255, 255, 0.75);
}

.text-white-60[b-79bva5bg6i] {
    color: rgba(255, 255, 255, 0.6);
}

.text-white-30[b-79bva5bg6i] {
    color: rgba(255, 255, 255, 0.3);
}

.text-amber[b-79bva5bg6i] {
    color: #F59E0B;
}

/* ===== SECTION BACKGROUND ===== */
.bg-deep-slate[b-79bva5bg6i] {
    background-color: #0F172A;
}

/* ===== GLASSMORPHISM CARD WRAPPER ===== */
.glass-card[b-79bva5bg6i] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
}

/* ===== COMPARISON TABLE ===== */
.comparison-table[b-79bva5bg6i] {
    border-collapse: separate;
    border-spacing: 0;
}

.comparison-table thead tr[b-79bva5bg6i] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table tbody tr[b-79bva5bg6i] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.comparison-table tbody tr:last-child[b-79bva5bg6i] {
    border-bottom: none;
}

.comparison-table .featured-column[b-79bva5bg6i] {
    background: rgba(245, 158, 11, 0.08);
    border-left: 2px solid rgba(245, 158, 11, 0.3);
    border-right: 2px solid rgba(245, 158, 11, 0.3);
}

.comparison-table thead .featured-column[b-79bva5bg6i] {
    background: rgba(245, 158, 11, 0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .display-5[b-79bva5bg6i] {
        font-size: 1.75rem;
    }

    .comparison-table th[b-79bva5bg6i],
    .comparison-table td[b-79bva5bg6i] {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }
}
/* /Components/Billing/IndustryPacksSection.razor.rz.scp.css */
/* VS-8ah.4 (2026-05-09): styles for IndustryPacksSection peeled from PricingPlans.razor.css */

/* ===== TEXT COLOR HELPERS ===== */
.text-white-60[b-2zyjdbb2iu] {
    color: rgba(255, 255, 255, 0.6);
}

.text-amber[b-2zyjdbb2iu] {
    color: #F59E0B;
}

/* ===== SECTION BACKGROUND ===== */
.bg-darker-slate[b-2zyjdbb2iu] {
    background-color: #0A0F1E;
}

/* ===== GLASSMORPHISM CARD (used by addon cards) ===== */
.glass-card[b-2zyjdbb2iu] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.glass-card:hover[b-2zyjdbb2iu] {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* ===== ADDON PRICE PILL ===== */
.addon-price[b-2zyjdbb2iu] {
    background: rgba(245, 158, 11, 0.1);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    display: inline-block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .display-5[b-2zyjdbb2iu] {
        font-size: 1.75rem;
    }
}
/* /Components/Billing/PricingCtaSection.razor.rz.scp.css */
/* VS-8ah.7 (2026-05-09): styles for PricingCtaSection peeled from PricingPlans.razor.css */

/* ===== CTA GRADIENT ===== */
.cta-gradient[b-xxz0ogw1x2] {
    background: linear-gradient(135deg, #1E40AF 0%, #1E3A8A 100%);
}

/* ===== TEXT COLOR HELPER ===== */
.text-white-75[b-xxz0ogw1x2] {
    color: rgba(255, 255, 255, 0.75);
}

/* ===== AMBER CTA BUTTON ===== */
.btn-amber[b-xxz0ogw1x2] {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    color: #0F172A;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.btn-amber:hover[b-xxz0ogw1x2] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
    color: #0F172A;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .display-5[b-xxz0ogw1x2] {
        font-size: 1.75rem;
    }
}
/* /Components/Billing/PricingFaqAccordion.razor.rz.scp.css */
/* VS-8ah.6 (2026-05-09): styles for PricingFaqAccordion peeled from PricingPlans.razor.css */

/* ===== SECTION BACKGROUND ===== */
.bg-darker-slate[b-kx69crlptd] {
    background-color: #0A0F1E;
}

/* ===== ACCORDION (FAQ) ===== */
.dark-accordion .accordion-item[b-kx69crlptd] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.dark-accordion .accordion-button[b-kx69crlptd] {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: none;
    padding: 1.25rem 1.5rem;
    font-size: 1.05rem;
}

.dark-accordion .accordion-button:not(.collapsed)[b-kx69crlptd] {
    background: rgba(245, 158, 11, 0.15);
    color: white;
    box-shadow: none;
}

.dark-accordion .accordion-button[b-kx69crlptd]::after {
    filter: brightness(0) invert(1);
}

.dark-accordion .accordion-button:focus[b-kx69crlptd] {
    box-shadow: none;
    border-color: transparent;
}

.dark-accordion .accordion-body[b-kx69crlptd] {
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.75);
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
}

.dark-accordion .accordion-button:hover[b-kx69crlptd] {
    background: rgba(255, 255, 255, 0.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .display-5[b-kx69crlptd] {
        font-size: 1.75rem;
    }
}
/* /Components/Billing/PricingHero.razor.rz.scp.css */
/* VS-8ah.2 (2026-05-09): styles for PricingHero peeled from PricingPlans.razor.css */

/* ===== HERO GRADIENT ===== */
.hero-gradient[b-n7xl1c585m] {
    background: linear-gradient(135deg, #0F172A 0%, #1E40AF 100%);
    position: relative;
    overflow: hidden;
}

.hero-gradient[b-n7xl1c585m]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(30, 64, 175, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

/* ===== TEXT COLOR HELPER (used by hero) ===== */
.text-white-75[b-n7xl1c585m] {
    color: rgba(255, 255, 255, 0.75);
}

/* ===== BILLING TOGGLE ===== */
.billing-toggle[b-n7xl1c585m] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 4px;
}

.btn-active[b-n7xl1c585m] {
    background: #F59E0B;
    color: #0F172A;
    font-weight: 600;
}

.btn-active:hover[b-n7xl1c585m] {
    background: #D97706;
    color: #0F172A;
}

.btn-inactive[b-n7xl1c585m] {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
}

.btn-inactive:hover[b-n7xl1c585m] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .display-3[b-n7xl1c585m] {
        font-size: 2.5rem;
    }

    .billing-toggle[b-n7xl1c585m] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Components/Billing/PricingTierCard.razor.rz.scp.css */
/* VS-8ah.3 (2026-05-09): styles for PricingTierCard peeled from PricingPlans.razor.css */

/* ===== TEXT COLOR HELPERS ===== */
.text-white-75[b-p7kkgbs46s] {
    color: rgba(255, 255, 255, 0.75);
}

.text-white-60[b-p7kkgbs46s] {
    color: rgba(255, 255, 255, 0.6);
}

.text-amber[b-p7kkgbs46s] {
    color: #F59E0B;
}

/* ===== GLASSMORPHISM CARDS ===== */
.glass-card[b-p7kkgbs46s] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.glass-card:hover[b-p7kkgbs46s] {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.glass-card-featured[b-p7kkgbs46s] {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 2px solid #F59E0B;
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(245, 158, 11, 0.2);
    transition: all 0.3s ease;
}

.glass-card-featured:hover[b-p7kkgbs46s] {
    transform: translateY(-8px);
    box-shadow: 0 0 60px rgba(245, 158, 11, 0.4), 0 20px 40px rgba(0, 0, 0, 0.4);
}

.pricing-card .card-body[b-p7kkgbs46s] {
    padding: 2rem;
}

/* ===== BADGES ===== */
.badge-popular[b-p7kkgbs46s] {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #0F172A;
    border-radius: 20px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

/* ===== BUTTONS ===== */
.btn-amber[b-p7kkgbs46s] {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    color: #0F172A;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.btn-amber:hover[b-p7kkgbs46s] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
    color: #0F172A;
}

.btn-outline-amber[b-p7kkgbs46s] {
    border: 2px solid #F59E0B;
    color: #F59E0B;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-outline-amber:hover[b-p7kkgbs46s] {
    background: #F59E0B;
    color: #0F172A;
    transform: translateY(-2px);
}

/* ===== FEATURE LIST ===== */
.feature-list li[b-p7kkgbs46s] {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
    .pricing-card[b-p7kkgbs46s] {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .display-4[b-p7kkgbs46s] {
        font-size: 2rem;
    }
}
/* /Components/CaseStudies/SolarContractor/SolarContractorChallenge.razor.rz.scp.css */
/* SolarContractorChallenge — scoped styles peeled from inline style="" attrs. */

.sc-challenge-section[b-090cpr7zt2] {
    background: linear-gradient(180deg, #0f1419 0%, #1a1a2e 100%);
}

.sc-problem-card[b-090cpr7zt2] {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
}

.sc-quote-card[b-090cpr7zt2] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sc-owner-quote[b-090cpr7zt2] {
    font-size: 1.15rem;
    font-style: italic;
}
/* /Components/CaseStudies/SolarContractor/SolarContractorCta.razor.rz.scp.css */
/* SolarContractorCta — scoped styles peeled from inline style="" attrs. */

.sc-cta-section[b-dq7pex3f4t] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.sc-cta-lead[b-dq7pex3f4t] {
    opacity: 0.9;
}

.sc-cta-trust[b-dq7pex3f4t] {
    opacity: 0.8;
}
/* /Components/CaseStudies/SolarContractor/SolarContractorHero.razor.rz.scp.css */
/* SolarContractorHero — scoped styles peeled from inline style="" attributes
   on the hero section. Blazor scoped CSS auto-tags selectors with b-{hash}. */

.sc-hero[b-jdird00846] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.sc-hero-subhead[b-jdird00846] {
    font-size: 0.7em;
}

.sc-hero-lead[b-jdird00846] {
    font-size: 1.25rem;
    opacity: 0.9;
}

.sc-meta-badge[b-jdird00846] {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.sc-meta-label[b-jdird00846] {
    font-size: 0.875rem;
}

.sc-meta-value[b-jdird00846] {
    font-size: 1.1rem;
}

.sc-results-card[b-jdird00846] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sc-stat-tile[b-jdird00846] {
    background: rgba(0, 0, 0, 0.2);
}

.sc-stat-label[b-jdird00846] {
    font-size: 0.875rem;
    opacity: 0.8;
}
/* /Components/CaseStudies/SolarContractor/SolarContractorOverview.razor.rz.scp.css */
/* SolarContractorOverview — scoped styles peeled from inline style="" attrs. */

.sc-section-dark[b-9vpw1cc6a6] {
    background: #0f1419;
}

.sc-overview-card[b-9vpw1cc6a6] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sc-overview-body[b-9vpw1cc6a6] {
    font-size: 1.1rem;
    line-height: 1.8;
}
/* /Components/CaseStudies/SolarContractor/SolarContractorResults.razor.rz.scp.css */
/* SolarContractorResults — scoped styles peeled from inline style="" attrs.
   Two key DRY moves:
   1. .sc-metric-tile base + four colored variant classes (-success/-primary/
      -warning/-info) collapse 4 near-identical inline rgba bg+border blocks.
   2. .sc-insight-callout base + two variants (-success/-primary) collapse
      2 near-identical inline callout blocks. */

.sc-results-section[b-vly2wy9njd] {
    background: linear-gradient(180deg, #1a1a2e 0%, #0f1419 100%);
}

.sc-metrics-card[b-vly2wy9njd] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sc-metric-label[b-vly2wy9njd] {
    font-size: 0.875rem;
    font-weight: 600;
}

.sc-metric-divider[b-vly2wy9njd] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sc-metric-tile-success[b-vly2wy9njd] {
    background: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.3);
}

.sc-metric-tile-primary[b-vly2wy9njd] {
    background: rgba(13, 110, 253, 0.1);
    border: 1px solid rgba(13, 110, 253, 0.3);
}

.sc-metric-tile-warning[b-vly2wy9njd] {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.sc-metric-tile-info[b-vly2wy9njd] {
    background: rgba(102, 16, 242, 0.1);
    border: 1px solid rgba(102, 16, 242, 0.3);
}

.sc-channel-row[b-vly2wy9njd] {
    background: rgba(255, 255, 255, 0.05);
}

.sc-channel-progress[b-vly2wy9njd] {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.sc-channel-bar-fb[b-vly2wy9njd] {
    width: 85%;
}

.sc-channel-bar-google[b-vly2wy9njd] {
    width: 45%;
}

.sc-insight-card[b-vly2wy9njd] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sc-insight-callout-success[b-vly2wy9njd] {
    background: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.3);
}

.sc-insight-callout-primary[b-vly2wy9njd] {
    background: rgba(13, 110, 253, 0.1);
    border: 1px solid rgba(13, 110, 253, 0.3);
}
/* /Components/CaseStudies/SolarContractor/SolarContractorSolution.razor.rz.scp.css */
/* SolarContractorSolution — scoped styles peeled from inline style="" attrs. */

.sc-section-dark[b-mwksz0ucp1] {
    background: #0f1419;
}

.sc-solution-card[b-mwksz0ucp1] {
    background: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.3) !important;
}

.sc-timeline-card[b-mwksz0ucp1] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
    border: 1px solid rgba(255, 193, 7, 0.3) !important;
}
/* /Components/CaseStudies/SolarContractor/SolarContractorTakeaways.razor.rz.scp.css */
/* SolarContractorTakeaways — scoped styles peeled from inline style="" attrs. */

.sc-takeaways-section[b-lydftrww1l] {
    background: linear-gradient(180deg, #0f1419 0%, #1a1a2e 100%);
}

.sc-takeaway-icon[b-lydftrww1l] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/CaseStudies/SolarContractor/SolarContractorTestimonial.razor.rz.scp.css */
/* SolarContractorTestimonial — scoped styles peeled from inline style="" attrs. */

.sc-section-dark[b-vxv1gul648] {
    background: #0f1419;
}

.sc-testimonial-card[b-vxv1gul648] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
    border: 1px solid rgba(255, 193, 7, 0.3) !important;
}

.sc-avatar[b-vxv1gul648] {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 193, 7, 0.5);
}

.sc-testimonial-quote[b-vxv1gul648] {
    font-size: 1.25rem;
    line-height: 1.8;
    font-style: italic;
}

.sc-testimonial-name[b-vxv1gul648] {
    font-size: 1.1rem;
}
/* /Components/Content/Blog/BlogDeleteConfirmModal.razor.rz.scp.css */
/* BlogDeleteConfirmModal.razor.css — VS-8q.6 (2026-05-09)
   Scoped modal-overlay + dialog content styles. The component is
   rendered OUTSIDE the .blog-manager-container in BlogManager.razor,
   so its styles must travel with the component (cannot be reached
   via the page sidecar). */

.modal-overlay[b-o9f6aik8an] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-o9f6aik8an] {
    max-width: 400px;
    width: 90%;
}

.modal-content.glass-card[b-o9f6aik8an] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 1.5rem;
    color: white;
}

.modal-content h3[b-o9f6aik8an] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.modal-content p[b-o9f6aik8an] {
    margin-bottom: 0.5rem;
}

.modal-content .text-muted[b-o9f6aik8an] {
    color: var(--white-60);
    font-size: 0.875rem;
}

.modal-actions[b-o9f6aik8an] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.text-warning[b-o9f6aik8an] { color: var(--warning); }

.btn-outline[b-o9f6aik8an] {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: white;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}

.btn-outline:hover[b-o9f6aik8an] { background: var(--glass-bg); }

.btn-danger[b-o9f6aik8an] {
    background: var(--danger);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}
/* /Components/Content/Blog/BlogLoadingState.razor.rz.scp.css */
/* BlogLoadingState.razor.css — VS-8q.6 (2026-05-09)
   Scoped styles for the loading spinner state. Variables come from
   BlogManager.razor's :root inline block. */

.loading-state[b-7mwheb4jlo] {
    text-align: center;
    padding: 4rem;
    color: var(--white-70);
}

.spinner[b-7mwheb4jlo] {
    width: 48px;
    height: 48px;
    border: 4px solid var(--glass-border);
    border-top-color: var(--amber);
    border-radius: 50%;
    animation: spin-b-7mwheb4jlo 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-7mwheb4jlo {
    to { transform: rotate(360deg); }
}
/* /Components/Content/Blog/BlogPagination.razor.rz.scp.css */
/* BlogPagination.razor.css — VS-8q.6 (2026-05-09)
   Scoped pagination control styles. */

.pagination[b-dbnrdn6ssy] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-page[b-dbnrdn6ssy] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
}

.btn-page:disabled[b-dbnrdn6ssy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-dbnrdn6ssy] {
    color: var(--white-70);
}
/* /Components/Content/Blog/BlogPostCard.razor.rz.scp.css */
/* BlogPostCard.razor.css — VS-8q.6 (2026-05-09)
   Scoped styles owned by BlogPostCard. Originally rendered by the
   page-level inline <style> in BlogManager.razor; moved here so the
   card carries its own visual contract. CSS custom properties used
   below (--white-*, --glass-*, --success, --warning, --danger) are
   defined once in BlogManager.razor's :root <style> block and inherit
   into this scoped sheet. */

.blog-post-card[b-34fqas4vpk] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.blog-post-card.glass-card[b-34fqas4vpk] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 1.5rem;
    color: white;
}

.blog-post-card:hover[b-34fqas4vpk] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.post-header[b-34fqas4vpk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.status-badge[b-34fqas4vpk] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.draft[b-34fqas4vpk] { background: rgba(99, 102, 241, 0.2); color: #818cf8; }
.status-badge.scheduled[b-34fqas4vpk] { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
.status-badge.published[b-34fqas4vpk] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
.status-badge.archived[b-34fqas4vpk] { background: rgba(107, 114, 128, 0.2); color: #9ca3af; }

.seo-score[b-34fqas4vpk] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.seo-score.excellent[b-34fqas4vpk] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
.seo-score.good[b-34fqas4vpk] { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
.seo-score.fair[b-34fqas4vpk] { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
.seo-score.poor[b-34fqas4vpk] { background: rgba(239, 68, 68, 0.2); color: #f87171; }

.post-image[b-34fqas4vpk] {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.post-image img[b-34fqas4vpk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content[b-34fqas4vpk] {
    flex: 1;
}

.post-title[b-34fqas4vpk] {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-excerpt[b-34fqas4vpk] {
    font-size: 0.875rem;
    color: var(--white-70);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.post-meta[b-34fqas4vpk] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    color: var(--white-60);
}

.meta-item[b-34fqas4vpk] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.meta-item.published[b-34fqas4vpk] { color: var(--success); }
.meta-item.scheduled[b-34fqas4vpk] { color: var(--warning); }

.post-actions[b-34fqas4vpk] {
    display: flex;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--glass-border);
}

.btn-icon[b-34fqas4vpk] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--glass-border);
    background: transparent;
    color: var(--white-70);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-icon:hover[b-34fqas4vpk] {
    background: var(--glass-bg);
    color: white;
}

.btn-icon.publish:hover[b-34fqas4vpk] { background: rgba(34, 197, 94, 0.2); color: var(--success); }
.btn-icon.danger:hover[b-34fqas4vpk] { background: rgba(239, 68, 68, 0.2); color: var(--danger); }
/* /Components/Dashboard/NextActionWidget.razor.rz.scp.css */
/* NextActionWidget — Guided Journey "What to do next" */
.next-action-widget[b-ksvfedajz1] {
    border-left: 3px solid rgba(245, 158, 11, 0.4);
}

.next-action-widget.loaded[b-ksvfedajz1] {
    border-left-color: rgba(245, 158, 11, 0.7);
}

.next-action-primary[b-ksvfedajz1] {
    background: rgba(245, 158, 11, 0.06);
    border: 1px solid rgba(245, 158, 11, 0.15);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.next-action-primary:hover[b-ksvfedajz1] {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.3);
}

.next-action-icon-box[b-ksvfedajz1] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(245, 158, 11, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.coaching-message[b-ksvfedajz1] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.next-action-secondary[b-ksvfedajz1] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color 0.15s ease;
}

.next-action-secondary:hover[b-ksvfedajz1] {
    background: rgba(255, 255, 255, 0.06);
}
/* /Components/Navigation/NavGroup.razor.rz.scp.css */
/* NavGroup - Collapsible Navigation Section */
.nav-group[b-66uk3poqx3] {
    margin-top: 0.25rem;
}

.nav-group-header[b-66uk3poqx3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem 0.5rem 1rem;
    cursor: pointer;
    user-select: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.15s ease;
}

.nav-group:first-child .nav-group-header[b-66uk3poqx3] {
    border-top: none;
    padding-top: 0.5rem;
}

.nav-group-header:hover[b-66uk3poqx3] {
    background-color: rgba(255, 255, 255, 0.04);
}

.nav-group-header:focus-visible[b-66uk3poqx3] {
    outline: 2px solid rgba(245, 158, 11, 0.6);
    outline-offset: -2px;
    border-radius: 4px;
}

.nav-group-icon[b-66uk3poqx3] {
    font-size: 0.7rem;
    color: rgba(245, 158, 11, 0.7);
    min-width: 0.75rem;
    text-align: center;
}

.nav-group-title[b-66uk3poqx3] {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    flex: 1;
}

.nav-group-chevron[b-66uk3poqx3] {
    font-size: 0.55rem;
    color: rgba(255, 255, 255, 0.3);
    transition: transform 0.2s ease;
    transform: rotate(-90deg);
}

.nav-group-chevron.expanded[b-66uk3poqx3] {
    transform: rotate(0deg);
}

.nav-group-children[b-66uk3poqx3] {
    animation: navGroupSlideDown-b-66uk3poqx3 0.15s ease-out;
}

/* Nested sub-groups (e.g., SEO & Website inside GROW) */
.nav-group-nested[b-66uk3poqx3] {
    margin-top: 0;
}

.nav-group-nested .nav-group-header[b-66uk3poqx3] {
    padding-left: 1.5rem;
    border-top: none;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
}

.nav-group-nested .nav-group-title[b-66uk3poqx3] {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.35);
}

.nav-group-nested .nav-group-icon[b-66uk3poqx3] {
    font-size: 0.6rem;
    color: rgba(245, 158, 11, 0.5);
}

.nav-group-nested .nav-group-chevron[b-66uk3poqx3] {
    font-size: 0.5rem;
}

@keyframes navGroupSlideDown-b-66uk3poqx3 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Navigation/RecommendedBadge.razor.rz.scp.css */
/* RecommendedBadge — pulsing star indicator on nav items */
.recommended-badge[b-4vyxq2e707] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    font-size: 0.55rem;
    margin-left: 4px;
    animation: recommendedPulse-b-4vyxq2e707 2s ease-in-out infinite;
}

@keyframes recommendedPulse-b-4vyxq2e707 {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}
/* /Components/Onboarding/CompletionStep.razor.rz.scp.css */
/* Completion Step Styles */
.completion-step[b-2fe9fkseu0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    animation: fadeIn-b-2fe9fkseu0 0.6s ease-out;
}

/* Success Header */
.success-header[b-2fe9fkseu0] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.success-icon-wrapper[b-2fe9fkseu0] {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.success-icon[b-2fe9fkseu0] {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Animated Checkmark */
.animated-checkmark .checkmark[b-2fe9fkseu0] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #10b981;
    stroke-miterlimit: 10;
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
}

.checkmark-circle[b-2fe9fkseu0] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke: #10b981;
    fill: none;
    animation: stroke-b-2fe9fkseu0 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check[b-2fe9fkseu0] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #10b981;
    animation: stroke-b-2fe9fkseu0 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-2fe9fkseu0 {
    100% {
        stroke-dashoffset: 0;
    }
}

/* Confetti Effect */
.confetti[b-2fe9fkseu0] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    pointer-events: none;
    z-index: 1;
}

.confetti[b-2fe9fkseu0]::before,
.confetti[b-2fe9fkseu0]::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f59e0b;
    animation: confetti-fall-b-2fe9fkseu0 2s ease-out infinite;
}

.confetti[b-2fe9fkseu0]::before {
    left: 20%;
    background: #10b981;
    animation-delay: 0.2s;
}

.confetti[b-2fe9fkseu0]::after {
    right: 20%;
    background: #3b82f6;
    animation-delay: 0.4s;
}

@keyframes confetti-fall-b-2fe9fkseu0 {
    0% {
        top: -10px;
        opacity: 1;
        transform: rotate(0deg);
    }
    100% {
        top: 200px;
        opacity: 0;
        transform: rotate(720deg);
    }
}

/* Titles */
.completion-title[b-2fe9fkseu0] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.completion-subtitle[b-2fe9fkseu0] {
    font-size: 1.25rem;
    color: #9ca3af;
    font-weight: 400;
}

/* Section Titles */
.section-title[b-2fe9fkseu0] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Summary Section */
.summary-section[b-2fe9fkseu0] {
    margin-bottom: 3rem;
}

.summary-grid[b-2fe9fkseu0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Summary Cards */
.summary-card[b-2fe9fkseu0] {
    background: rgba(31, 41, 55, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(75, 85, 99, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.summary-card[b-2fe9fkseu0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f59e0b, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.summary-card:hover[b-2fe9fkseu0] {
    border-color: rgba(245, 158, 11, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.summary-card:hover[b-2fe9fkseu0]::before {
    opacity: 1;
}

.summary-card.featured[b-2fe9fkseu0] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(59, 130, 246, 0.1));
    border-color: rgba(245, 158, 11, 0.4);
}

.summary-card.featured[b-2fe9fkseu0]::before {
    background: linear-gradient(90deg, #f59e0b, #3b82f6);
    opacity: 1;
}

/* Card Icons */
.card-icon[b-2fe9fkseu0] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(75, 85, 99, 0.3);
    color: #f59e0b;
}

.card-icon svg[b-2fe9fkseu0] {
    width: 24px;
    height: 24px;
}

.profile-icon[b-2fe9fkseu0] { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.platforms-icon[b-2fe9fkseu0] { background: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.crm-icon[b-2fe9fkseu0] { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.tracking-icon[b-2fe9fkseu0] { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.goals-icon[b-2fe9fkseu0] { background: rgba(239, 68, 68, 0.1); color: #ef4444; }
.ai-icon[b-2fe9fkseu0] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(59, 130, 246, 0.2));
    color: #f59e0b;
}

/* Card Content */
.card-content[b-2fe9fkseu0] {
    flex: 1;
}

.card-content h3[b-2fe9fkseu0] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card-detail[b-2fe9fkseu0] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.card-detail.ai-count[b-2fe9fkseu0] {
    font-size: 2rem;
    background: linear-gradient(135deg, #f59e0b, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-subdetal[b-2fe9fkseu0] {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Platform Icons */
.platform-icons[b-2fe9fkseu0] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.platform-badge[b-2fe9fkseu0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #3b82f6;
}

/* Status Indicators */
.status-verified[b-2fe9fkseu0] {
    color: #10b981 !important;
}

.status-pending[b-2fe9fkseu0] {
    color: #f59e0b !important;
}

/* Next Steps Section */
.next-steps-section[b-2fe9fkseu0] {
    margin-bottom: 3rem;
}

.steps-list[b-2fe9fkseu0] {
    max-width: 800px;
    margin: 0 auto;
}

.step-item[b-2fe9fkseu0] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.step-number[b-2fe9fkseu0] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.step-content h3[b-2fe9fkseu0] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 0.5rem;
}

.step-content p[b-2fe9fkseu0] {
    color: #9ca3af;
    line-height: 1.6;
}

/* Action Buttons */
.action-buttons[b-2fe9fkseu0] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn[b-2fe9fkseu0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn svg[b-2fe9fkseu0] {
    width: 20px;
    height: 20px;
}

.btn-primary[b-2fe9fkseu0] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #111827;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.btn-primary:hover[b-2fe9fkseu0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

.btn-primary:active[b-2fe9fkseu0] {
    transform: translateY(0);
}

.btn-large[b-2fe9fkseu0] {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.btn-secondary[b-2fe9fkseu0] {
    background: rgba(75, 85, 99, 0.3);
    color: #f9fafb;
    border: 1px solid rgba(75, 85, 99, 0.5);
}

.btn-secondary:hover[b-2fe9fkseu0] {
    background: rgba(75, 85, 99, 0.5);
    border-color: rgba(245, 158, 11, 0.5);
}

.btn-tertiary[b-2fe9fkseu0] {
    background: transparent;
    color: #9ca3af;
    border: 1px solid rgba(75, 85, 99, 0.3);
}

.btn-tertiary:hover[b-2fe9fkseu0] {
    color: #f9fafb;
    border-color: rgba(75, 85, 99, 0.5);
}

/* Help Resources */
.help-resources[b-2fe9fkseu0] {
    text-align: center;
    padding: 2rem;
    background: rgba(31, 41, 55, 0.3);
    border-radius: 12px;
    border: 1px solid rgba(75, 85, 99, 0.3);
}

.help-resources h3[b-2fe9fkseu0] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 1.5rem;
}

.resource-links[b-2fe9fkseu0] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.resource-link[b-2fe9fkseu0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(75, 85, 99, 0.2);
    border: 1px solid rgba(75, 85, 99, 0.3);
    border-radius: 8px;
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resource-link svg[b-2fe9fkseu0] {
    width: 20px;
    height: 20px;
}

.resource-link:hover[b-2fe9fkseu0] {
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.5);
    background: rgba(245, 158, 11, 0.1);
}

/* Animations */
@keyframes fadeIn-b-2fe9fkseu0 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .completion-title[b-2fe9fkseu0] {
        font-size: 2rem;
    }

    .completion-subtitle[b-2fe9fkseu0] {
        font-size: 1rem;
    }

    .summary-grid[b-2fe9fkseu0] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-2fe9fkseu0] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-2fe9fkseu0] {
        justify-content: center;
    }

    .resource-links[b-2fe9fkseu0] {
        flex-direction: column;
        align-items: stretch;
    }

    .step-item[b-2fe9fkseu0] {
        gap: 1rem;
    }

    .step-number[b-2fe9fkseu0] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .completion-step[b-2fe9fkseu0] {
        padding: 1rem 0.5rem;
    }

    .success-icon[b-2fe9fkseu0] {
        width: 100px;
        height: 100px;
    }

    .animated-checkmark .checkmark[b-2fe9fkseu0] {
        width: 100px;
        height: 100px;
    }

    .completion-title[b-2fe9fkseu0] {
        font-size: 1.5rem;
    }

    .summary-card[b-2fe9fkseu0] {
        padding: 1rem;
    }

    .card-icon[b-2fe9fkseu0] {
        width: 40px;
        height: 40px;
    }

    .card-icon svg[b-2fe9fkseu0] {
        width: 20px;
        height: 20px;
    }
}
/* /Components/Onboarding/CrmConnectionStep.razor.rz.scp.css */
.crm-connection-step[b-jrqwh1xgil] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.step-header[b-jrqwh1xgil] {
    text-align: center;
    margin-bottom: 2rem;
}

.step-title[b-jrqwh1xgil] {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.step-description[b-jrqwh1xgil] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin: 0;
}

/* Info Card */
.info-card[b-jrqwh1xgil] {
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-header[b-jrqwh1xgil] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.info-header i[b-jrqwh1xgil] {
    font-size: 1.5rem;
}

.info-header h3[b-jrqwh1xgil] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.info-text[b-jrqwh1xgil] {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.benefits-list[b-jrqwh1xgil] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}

.benefits-list li[b-jrqwh1xgil] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
}

.benefits-list i[b-jrqwh1xgil] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* CRM Grid */
.crm-grid[b-jrqwh1xgil] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.crm-card[b-jrqwh1xgil] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.crm-card:hover[b-jrqwh1xgil] {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.crm-card-active[b-jrqwh1xgil] {
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
}

.crm-card-header[b-jrqwh1xgil] {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.crm-icon[b-jrqwh1xgil] {
    font-size: 2rem;
    opacity: 0.9;
}

/* CRM Brand Colors */
.salesforce-accent[b-jrqwh1xgil] {
    background: linear-gradient(135deg, rgba(0, 176, 240, 0.1) 0%, rgba(0, 176, 240, 0.05) 100%);
}

.salesforce-accent .crm-icon[b-jrqwh1xgil] {
    color: #00b0f0;
}

.hubspot-accent[b-jrqwh1xgil] {
    background: linear-gradient(135deg, rgba(255, 122, 89, 0.1) 0%, rgba(255, 122, 89, 0.05) 100%);
}

.hubspot-accent .crm-icon[b-jrqwh1xgil] {
    color: #ff7a59;
}

.pipedrive-accent[b-jrqwh1xgil] {
    background: linear-gradient(135deg, rgba(40, 195, 99, 0.1) 0%, rgba(40, 195, 99, 0.05) 100%);
}

.pipedrive-accent .crm-icon[b-jrqwh1xgil] {
    color: #28c363;
}

.zoho-accent[b-jrqwh1xgil] {
    background: linear-gradient(135deg, rgba(229, 72, 77, 0.1) 0%, rgba(229, 72, 77, 0.05) 100%);
}

.zoho-accent .crm-icon[b-jrqwh1xgil] {
    color: #e5484d;
}

.dynamics-accent[b-jrqwh1xgil] {
    background: linear-gradient(135deg, rgba(0, 120, 212, 0.1) 0%, rgba(0, 120, 212, 0.05) 100%);
}

.dynamics-accent .crm-icon[b-jrqwh1xgil] {
    color: #0078d4;
}

.custom-accent[b-jrqwh1xgil] {
    background: linear-gradient(135deg, rgba(156, 163, 175, 0.1) 0%, rgba(156, 163, 175, 0.05) 100%);
}

.custom-accent .crm-icon[b-jrqwh1xgil] {
    color: #9ca3af;
}

.connection-badge[b-jrqwh1xgil] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.connection-badge.connected[b-jrqwh1xgil] {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.crm-card-body[b-jrqwh1xgil] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.crm-name[b-jrqwh1xgil] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.crm-description[b-jrqwh1xgil] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.connection-details[b-jrqwh1xgil] {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

/* Modal Styles */
.glassmorphism-modal[b-jrqwh1xgil] {
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.modal-header[b-jrqwh1xgil] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-footer[b-jrqwh1xgil] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.oauth-info[b-jrqwh1xgil] {
    padding: 0.5rem 0;
}

.permission-list[b-jrqwh1xgil] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.permission-list li[b-jrqwh1xgil] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Navigation */
.step-navigation[b-jrqwh1xgil] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.step-navigation .btn[b-jrqwh1xgil] {
    min-width: 150px;
}

/* Alerts */
.alert[b-jrqwh1xgil] {
    display: flex;
    gap: 1rem;
    align-items: start;
    border-radius: 8px;
}

.alert i[b-jrqwh1xgil] {
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* Responsive */
@media (max-width: 768px) {
    .crm-connection-step[b-jrqwh1xgil] {
        padding: 1rem;
    }

    .crm-grid[b-jrqwh1xgil] {
        grid-template-columns: 1fr;
    }

    .step-navigation[b-jrqwh1xgil] {
        flex-direction: column;
    }

    .step-navigation .btn[b-jrqwh1xgil] {
        width: 100%;
    }
}

/* Animations */
@keyframes slideUp-b-jrqwh1xgil {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.crm-card[b-jrqwh1xgil] {
    animation: slideUp-b-jrqwh1xgil 0.3s ease-out forwards;
}

.crm-card:nth-child(1)[b-jrqwh1xgil] { animation-delay: 0.05s; }
.crm-card:nth-child(2)[b-jrqwh1xgil] { animation-delay: 0.1s; }
.crm-card:nth-child(3)[b-jrqwh1xgil] { animation-delay: 0.15s; }
.crm-card:nth-child(4)[b-jrqwh1xgil] { animation-delay: 0.2s; }
.crm-card:nth-child(5)[b-jrqwh1xgil] { animation-delay: 0.25s; }
.crm-card:nth-child(6)[b-jrqwh1xgil] { animation-delay: 0.3s; }
/* /Components/Onboarding/GoalsConfigStep.razor.rz.scp.css */
.goals-config-step[b-udp8ddv21n] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* Header */
.step-header[b-udp8ddv21n] {
    text-align: center;
    margin-bottom: 3rem;
}

.step-title[b-udp8ddv21n] {
    font-size: 2rem;
    font-weight: 700;
    color: #f3f4f6;
    margin: 0 0 0.75rem 0;
}

.step-description[b-udp8ddv21n] {
    font-size: 1.125rem;
    color: #9ca3af;
    margin: 0;
}

/* Config Sections */
.config-section[b-udp8ddv21n] {
    background: rgba(31, 41, 55, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(75, 85, 99, 0.3);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.section-title[b-udp8ddv21n] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #f3f4f6;
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-title i[b-udp8ddv21n] {
    color: #fbbf24;
    font-size: 1.5rem;
}

/* Goal Options */
.goal-options[b-udp8ddv21n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.goal-option[b-udp8ddv21n] {
    position: relative;
    display: block;
    cursor: pointer;
    background: rgba(17, 24, 39, 0.6);
    border: 2px solid rgba(75, 85, 99, 0.4);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.goal-option:hover[b-udp8ddv21n] {
    border-color: rgba(251, 191, 36, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.1);
}

.goal-option.selected[b-udp8ddv21n] {
    border-color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
}

.goal-option input[type="radio"][b-udp8ddv21n] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.goal-content[b-udp8ddv21n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.goal-icon[b-udp8ddv21n] {
    font-size: 2.5rem;
    color: #fbbf24;
    margin-bottom: 0.5rem;
}

.goal-label[b-udp8ddv21n] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #f3f4f6;
}

.goal-description[b-udp8ddv21n] {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* Validation Message */
.validation-message[b-udp8ddv21n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 0.5rem;
    color: #fca5a5;
    margin-top: 1rem;
    font-size: 0.875rem;
}

.validation-message i[b-udp8ddv21n] {
    font-size: 1.125rem;
}

/* Metrics Grid */
.metrics-grid[b-udp8ddv21n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.metric-field[b-udp8ddv21n] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-label[b-udp8ddv21n] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #d1d5db;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.field-hint[b-udp8ddv21n] {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 400;
}

.form-input[b-udp8ddv21n] {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(75, 85, 99, 0.5);
    border-radius: 0.5rem;
    color: #f3f4f6;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus[b-udp8ddv21n] {
    outline: none;
    border-color: #fbbf24;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
}

.form-input[b-udp8ddv21n]::placeholder {
    color: #6b7280;
}

.input-with-prefix[b-udp8ddv21n],
.input-with-suffix[b-udp8ddv21n] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-prefix[b-udp8ddv21n],
.input-suffix[b-udp8ddv21n] {
    position: absolute;
    color: #9ca3af;
    font-size: 1rem;
    font-weight: 500;
    pointer-events: none;
}

.input-prefix[b-udp8ddv21n] {
    left: 1rem;
}

.input-suffix[b-udp8ddv21n] {
    right: 1rem;
}

.input-with-prefix .form-input[b-udp8ddv21n] {
    padding-left: 2.25rem;
}

.input-with-suffix .form-input[b-udp8ddv21n] {
    padding-right: 2.5rem;
}

/* Budget Grid */
.budget-grid[b-udp8ddv21n] {
    display: grid;
    gap: 1.5rem;
}

.budget-field[b-udp8ddv21n] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.budget-field.full-width[b-udp8ddv21n] {
    grid-column: 1 / -1;
}

.form-select[b-udp8ddv21n] {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(75, 85, 99, 0.5);
    border-radius: 0.5rem;
    color: #f3f4f6;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-select:focus[b-udp8ddv21n] {
    outline: none;
    border-color: #fbbf24;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
}

/* Toggle Field */
.toggle-field[b-udp8ddv21n] {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    padding: 1rem;
    background: rgba(17, 24, 39, 0.4);
    border: 1px solid rgba(75, 85, 99, 0.3);
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.toggle-field:hover[b-udp8ddv21n] {
    border-color: rgba(251, 191, 36, 0.3);
    background: rgba(17, 24, 39, 0.6);
}

.toggle-input[b-udp8ddv21n] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.toggle-slider[b-udp8ddv21n] {
    position: relative;
    width: 48px;
    height: 24px;
    background: rgba(75, 85, 99, 0.5);
    border-radius: 12px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.toggle-slider[b-udp8ddv21n]::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #f3f4f6;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.toggle-input:checked + .toggle-slider[b-udp8ddv21n] {
    background: #fbbf24;
}

.toggle-input:checked + .toggle-slider[b-udp8ddv21n]::before {
    transform: translateX(24px);
}

.toggle-label[b-udp8ddv21n] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.toggle-title[b-udp8ddv21n] {
    font-size: 1rem;
    font-weight: 500;
    color: #f3f4f6;
}

.toggle-description[b-udp8ddv21n] {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* Alert Preferences */
.alerts-container[b-udp8ddv21n] {
    display: grid;
    gap: 2rem;
}

.alert-checkboxes[b-udp8ddv21n] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkbox-field[b-udp8ddv21n] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(17, 24, 39, 0.4);
    border: 1px solid rgba(75, 85, 99, 0.3);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.checkbox-field:hover[b-udp8ddv21n] {
    border-color: rgba(251, 191, 36, 0.3);
    background: rgba(17, 24, 39, 0.6);
}

.checkbox-input[b-udp8ddv21n] {
    width: 20px;
    height: 20px;
    background: rgba(17, 24, 39, 0.6);
    border: 2px solid rgba(75, 85, 99, 0.5);
    border-radius: 0.25rem;
    cursor: pointer;
    appearance: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkbox-input:checked[b-udp8ddv21n] {
    background: #fbbf24;
    border-color: #fbbf24;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231f2937' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.checkbox-label[b-udp8ddv21n] {
    font-size: 0.875rem;
    color: #d1d5db;
}

/* Alert Frequency */
.alert-frequency[b-udp8ddv21n] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.frequency-options[b-udp8ddv21n] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.frequency-option[b-udp8ddv21n] {
    flex: 1;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: rgba(17, 24, 39, 0.6);
    border: 2px solid rgba(75, 85, 99, 0.4);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.frequency-option:hover[b-udp8ddv21n] {
    border-color: rgba(251, 191, 36, 0.5);
    background: rgba(17, 24, 39, 0.8);
}

.frequency-option.selected[b-udp8ddv21n] {
    border-color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
}

.frequency-option input[type="radio"][b-udp8ddv21n] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.frequency-option span[b-udp8ddv21n] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #d1d5db;
}

.frequency-option.selected span[b-udp8ddv21n] {
    color: #fbbf24;
}

/* Action Buttons */
.step-actions[b-udp8ddv21n] {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.btn[b-udp8ddv21n] {
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-udp8ddv21n] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1f2937;
}

.btn-primary:hover[b-udp8ddv21n] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

.btn-primary:active[b-udp8ddv21n] {
    transform: translateY(0);
}

.btn-primary i[b-udp8ddv21n] {
    font-size: 1.125rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .step-title[b-udp8ddv21n] {
        font-size: 1.5rem;
    }

    .step-description[b-udp8ddv21n] {
        font-size: 1rem;
    }

    .config-section[b-udp8ddv21n] {
        padding: 1.5rem;
    }

    .goal-options[b-udp8ddv21n] {
        grid-template-columns: 1fr;
    }

    .metrics-grid[b-udp8ddv21n] {
        grid-template-columns: 1fr;
    }

    .frequency-options[b-udp8ddv21n] {
        flex-direction: column;
    }

    .frequency-option[b-udp8ddv21n] {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .step-header[b-udp8ddv21n] {
        margin-bottom: 2rem;
    }

    .config-section[b-udp8ddv21n] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .goal-option[b-udp8ddv21n] {
        padding: 1rem;
    }

    .btn[b-udp8ddv21n] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Revenue/RevenueToastNotification.razor.rz.scp.css */
    .toast-notification[b-5i2tp2dbj5] {
        position: fixed;
        top: 80px;
        right: 20px;
        z-index: 1050;
        min-width: 300px;
        max-width: 500px;
        padding: 12px 16px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        display: flex;
        align-items: center;
        gap: 8px;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 300ms ease-out;
    }

    .toast-notification.show[b-5i2tp2dbj5] {
        opacity: 1;
        transform: translateY(0);
    }

    .toast-info[b-5i2tp2dbj5] {
        background: #0dcaf0;
        color: white;
    }

    .toast-success[b-5i2tp2dbj5] {
        background: #198754;
        color: white;
    }

    .toast-warning[b-5i2tp2dbj5] {
        background: #ffc107;
        color: #212529;
    }

    .toast-error[b-5i2tp2dbj5] {
        background: #dc3545;
        color: white;
    }

    .toast-notification .btn-close[b-5i2tp2dbj5] {
        filter: invert(1);
        opacity: 0.7;
        padding: 0;
        width: 20px;
        height: 20px;
    }

    .toast-notification .btn-close:hover[b-5i2tp2dbj5] {
        opacity: 1;
    }

    @@media (max-width: 768px) {
        .toast-notification[b-5i2tp2dbj5] {
            left: 10px;
            right: 10px;
            min-width: auto;
        }
    }
/* /Components/Revenue/SyncProgressBanner.razor.rz.scp.css */
    .sync-progress-banner[b-nort269dcx] {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 1040;
        background: white;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .sync-progress-banner .progress[b-nort269dcx] {
        border-radius: 0;
        margin-bottom: 0;
    }

    .sync-progress-banner .progress-text[b-nort269dcx] {
        padding: 8px 16px;
        text-align: center;
        font-size: 0.875rem;
        color: #6c757d;
    }
/* /Components/Shared/SkeletonLoader.razor.rz.scp.css */
/*
 * SkeletonLoader — animated gray-bar placeholders.
 * VS-8.infra Phase 1 (2026-05-08).
 *
 * Uses CSS isolation: scoped to SkeletonLoader.razor only via the
 * `_content/SeoPpcManager.WebUI/Components/Shared/SkeletonLoader.razor.css`
 * pipeline. No global leakage.
 */

.skeleton-loader[b-iwkiqrngxl] {
    width: 100%;
}

.skeleton-line[b-iwkiqrngxl],
.skeleton-block[b-iwkiqrngxl],
.skeleton-card[b-iwkiqrngxl],
.skeleton-table[b-iwkiqrngxl] {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.16) 50%,
        rgba(255, 255, 255, 0.08) 100%
    );
    background-size: 200% 100%;
    animation: skeleton-shimmer-b-iwkiqrngxl 1.4s ease-in-out infinite;
    border-radius: 6px;
}

.skeleton-line[b-iwkiqrngxl] {
    height: 1em;
    margin-bottom: 0.5rem;
}

.skeleton-block[b-iwkiqrngxl] {
    height: 4em;
    margin-bottom: 1rem;
}

.skeleton-card[b-iwkiqrngxl] {
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    background: rgba(30, 41, 59, 0.4);
    animation: none;
}

.skeleton-card .skeleton-line[b-iwkiqrngxl] {
    margin-bottom: 0.5rem;
}

.skeleton-card .skeleton-line:last-child[b-iwkiqrngxl] {
    margin-bottom: 0;
}

.skeleton-table[b-iwkiqrngxl] {
    padding: 0.75rem;
    background: transparent;
    animation: none;
}

.skeleton-table-header[b-iwkiqrngxl] {
    height: 1.5em;
    margin-bottom: 0.75rem;
}

@keyframes skeleton-shimmer-b-iwkiqrngxl {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Reduced-motion users get a static placeholder, not a shimmer. */
@media (prefers-reduced-motion: reduce) {
    .skeleton-line[b-iwkiqrngxl],
    .skeleton-block[b-iwkiqrngxl],
    .skeleton-card[b-iwkiqrngxl],
    .skeleton-table[b-iwkiqrngxl] {
        animation: none;
    }
}
/* /Components/SmsSetup/TcpaComplianceHelper.razor.rz.scp.css */
/* TCPA Compliance Helper Styles - Dark Theme */

.tcpa-compliance-helper[b-x693rg8er4] {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
    background: #1a1a1a;
    color: #e0e0e0;
}

/* Legal Disclaimer Banner */
.legal-disclaimer-banner[b-x693rg8er4] {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #2d1b0e;
    border-left: 4px solid #ff9800;
    margin-bottom: 32px;
    border-radius: 8px;
}

.disclaimer-icon[b-x693rg8er4] {
    font-size: 32px;
    flex-shrink: 0;
}

.disclaimer-text[b-x693rg8er4] {
    line-height: 1.6;
}

.disclaimer-text strong[b-x693rg8er4] {
    color: #ff9800;
    display: block;
    margin-bottom: 8px;
}

/* Compliance Sections */
.compliance-section[b-x693rg8er4] {
    margin-bottom: 24px;
    background: #242424;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #333;
}

.section-header[b-x693rg8er4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    background: #2a2a2a;
    transition: background 0.2s;
}

.section-header:hover[b-x693rg8er4] {
    background: #323232;
}

.section-header.expanded[b-x693rg8er4] {
    background: #2d2d2d;
    border-bottom: 1px solid #404040;
}

.section-header h3[b-x693rg8er4] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.toggle-icon[b-x693rg8er4] {
    color: #888;
    font-size: 14px;
    transition: transform 0.2s;
}

.section-content[b-x693rg8er4] {
    padding: 24px;
}

/* TCPA Overview Section */
.tcpa-overview[b-x693rg8er4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.overview-item[b-x693rg8er4] {
    padding: 16px;
    background: #2a2a2a;
    border-radius: 6px;
    border-left: 3px solid #555;
}

.overview-item h4[b-x693rg8er4] {
    margin: 0 0 12px 0;
    color: #fff;
    font-size: 16px;
}

.overview-item p[b-x693rg8er4] {
    margin: 8px 0;
    line-height: 1.6;
}

.warning-box[b-x693rg8er4] {
    background: #2d1f1f;
    border-left-color: #f44336;
}

.penalty-warning[b-x693rg8er4] {
    margin: 12px 0;
}

.penalty-amount[b-x693rg8er4] {
    color: #f44336;
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

.example-box[b-x693rg8er4] {
    background: #1f2328;
    border-left-color: #2196f3;
}

.update-box[b-x693rg8er4] {
    background: #1f2d1f;
    border-left-color: #4caf50;
}

/* Consent Checklist */
.consent-checklist[b-x693rg8er4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checklist-item[b-x693rg8er4] {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #2a2a2a;
    border-radius: 6px;
}

.checklist-item input[type="checkbox"][b-x693rg8er4] {
    margin-top: 4px;
    flex-shrink: 0;
}

.checklist-content strong[b-x693rg8er4] {
    display: block;
    color: #fff;
    margin-bottom: 4px;
}

.checklist-content p[b-x693rg8er4] {
    margin: 0;
    color: #b0b0b0;
    font-size: 14px;
}

/* Template Section */
.template-disclaimer[b-x693rg8er4] {
    padding: 12px;
    background: #2d1b0e;
    border-radius: 6px;
    margin-bottom: 24px;
    color: #ff9800;
}

.template-container[b-x693rg8er4] {
    margin-bottom: 32px;
}

.template-container h4[b-x693rg8er4] {
    margin: 0 0 12px 0;
    color: #fff;
}

.template-box[b-x693rg8er4] {
    position: relative;
    background: #1a1a1a;
    border: 1px solid #404040;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 12px;
}

.template-box pre[b-x693rg8er4] {
    margin: 0;
    white-space: pre-wrap;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    color: #e0e0e0;
}

.copy-btn[b-x693rg8er4] {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px 16px;
    background: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.copy-btn:hover[b-x693rg8er4] {
    background: #45a049;
}

.customize-section[b-x693rg8er4] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.customize-section label[b-x693rg8er4] {
    color: #b0b0b0;
    font-size: 14px;
}

.company-input[b-x693rg8er4] {
    flex: 1;
    padding: 8px 12px;
    background: #2a2a2a;
    border: 1px solid #404040;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.company-input:focus[b-x693rg8er4] {
    outline: none;
    border-color: #2196f3;
}

/* Platform Features */
.platform-feature-note[b-x693rg8er4] {
    color: #4caf50;
    font-weight: 500;
    margin-bottom: 16px;
}

.feature-list[b-x693rg8er4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-item[b-x693rg8er4] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #2a2a2a;
    border-radius: 6px;
}

.feature-item.enabled[b-x693rg8er4] {
    border-left: 3px solid #4caf50;
}

.feature-item input[type="checkbox"][b-x693rg8er4] {
    margin-top: 2px;
}

.feature-item strong[b-x693rg8er4] {
    color: #fff;
}

.opt-out-phrases[b-x693rg8er4] {
    margin: 8px 0 0 0;
    padding-left: 20px;
    color: #b0b0b0;
}

.opt-out-phrases li[b-x693rg8er4] {
    margin: 4px 0;
    font-family: 'Courier New', monospace;
}

/* Quiet Hours Toggle */
.quiet-hours-toggle[b-x693rg8er4] {
    margin-bottom: 20px;
}

.toggle-label[b-x693rg8er4] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.toggle-slider[b-x693rg8er4] {
    width: 50px;
    height: 26px;
    background: #404040;
    border-radius: 13px;
    position: relative;
    transition: background 0.3s;
}

.toggle-slider[b-x693rg8er4]::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: transform 0.3s;
}

input[type="checkbox"]:checked + .toggle-slider[b-x693rg8er4] {
    background: #4caf50;
}

input[type="checkbox"]:checked + .toggle-slider[b-x693rg8er4]::after {
    transform: translateX(24px);
}

input[type="checkbox"][b-x693rg8er4] {
    display: none;
}

.toggle-text[b-x693rg8er4] {
    color: #fff;
    font-weight: 500;
}

.quiet-hours-info[b-x693rg8er4] {
    padding: 16px;
    background: #2a2a2a;
    border-radius: 6px;
    margin-top: 16px;
}

.quiet-hours-info p[b-x693rg8er4] {
    margin: 8px 0;
}

.info-note[b-x693rg8er4] {
    color: #b0b0b0;
    font-size: 14px;
}

/* Record Keeping */
.record-keeping-info[b-x693rg8er4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.record-item[b-x693rg8er4] {
    padding: 16px;
    background: #2a2a2a;
    border-radius: 6px;
}

.record-item strong[b-x693rg8er4] {
    display: block;
    color: #fff;
    margin-bottom: 8px;
}

.record-item ul[b-x693rg8er4] {
    margin: 8px 0;
    padding-left: 20px;
}

.record-item li[b-x693rg8er4] {
    margin: 4px 0;
    color: #b0b0b0;
}

.record-item.warning[b-x693rg8er4] {
    background: #2d1f1f;
    border-left: 3px solid #f44336;
}

/* Final Acknowledgment */
.final-acknowledgment[b-x693rg8er4] {
    border: 2px solid #ff9800;
}

.acknowledgment-checklist[b-x693rg8er4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.acknowledgment-item label[b-x693rg8er4] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    padding: 12px;
    background: #2a2a2a;
    border-radius: 6px;
    transition: background 0.2s;
}

.acknowledgment-item label:hover[b-x693rg8er4] {
    background: #323232;
}

.acknowledgment-item input[type="checkbox"][b-x693rg8er4] {
    display: block;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.acknowledgment-item span[b-x693rg8er4] {
    color: #fff;
    line-height: 1.5;
}

/* Action Buttons */
.action-buttons[b-x693rg8er4] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-primary[b-x693rg8er4],
.btn-secondary[b-x693rg8er4] {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-x693rg8er4] {
    background: #4caf50;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-x693rg8er4] {
    background: #45a049;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}

.btn-primary:disabled[b-x693rg8er4] {
    background: #555;
    color: #888;
    cursor: not-allowed;
}

.btn-secondary[b-x693rg8er4] {
    background: #555;
    color: white;
}

.btn-secondary:hover[b-x693rg8er4] {
    background: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tcpa-compliance-helper[b-x693rg8er4] {
        padding: 16px;
    }

    .section-content[b-x693rg8er4] {
        padding: 16px;
    }

    .penalty-amount[b-x693rg8er4] {
        font-size: 20px;
    }

    .action-buttons[b-x693rg8er4] {
        flex-direction: column;
    }

    .btn-primary[b-x693rg8er4],
    .btn-secondary[b-x693rg8er4] {
        width: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css - Dark theme matching ShipleyBI Dashboard */

.page[b-l0sjvfvgpa] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #0F172A; /* slate-900 */
}

main[b-l0sjvfvgpa] {
    flex: 1;
    min-width: 0;
    background: #0F172A;
}

/* Dark sidebar matching ShipleyBI theme */
.sidebar[b-l0sjvfvgpa] {
    background: linear-gradient(180deg, #1E293B 0%, #0F172A 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* Top navbar row - dark theme */
.top-row[b-l0sjvfvgpa] {
    background: #1E293B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-l0sjvfvgpa]  a, .top-row[b-l0sjvfvgpa]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.top-row[b-l0sjvfvgpa]  a:hover, .top-row[b-l0sjvfvgpa]  .btn-link:hover {
    text-decoration: underline;
    color: #F59E0B; /* amber-500 */
}

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

/* Content area styling */
article.content[b-l0sjvfvgpa] {
    background: #0F172A;
    color: #E2E8F0;
    padding: 1.5rem !important;
}

@media (max-width: 640.98px) {
    .top-row[b-l0sjvfvgpa] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-l0sjvfvgpa] {
        width: 250px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

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

    .top-row.auth[b-l0sjvfvgpa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l0sjvfvgpa], article[b-l0sjvfvgpa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ShipleyBI Dark Theme - Sidebar Navigation */
:root[b-47lj86r2t3] {
    --sidebar-dark-slate: #0F172A;
    --sidebar-navy: #1e3a8a;
    --sidebar-navy-dark: #1e293b;
    --sidebar-amber: #f59e0b;
    --sidebar-amber-dark: #d97706;
    --sidebar-glass-bg: rgba(255, 255, 255, 0.05);
    --sidebar-glass-border: rgba(255, 255, 255, 0.1);
}

.navbar-toggler[b-47lj86r2t3] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggler:hover[b-47lj86r2t3] {
    background-color: rgba(245, 158, 11, 0.2);
    border-color: rgba(245, 158, 11, 0.3);
}

.top-row[b-47lj86r2t3] {
    min-height: 3.5rem;
    background: linear-gradient(180deg, #1e293b 0%, #0F172A 100%);
    border-bottom: 1px solid var(--sidebar-glass-border);
}

.navbar-brand[b-47lj86r2t3] {
    font-size: 1.1rem;
    font-weight: 600;
    color: white !important;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

.navbar-brand:hover[b-47lj86r2t3] {
    color: var(--sidebar-amber) !important;
}

/* User welcome section */
.user-welcome[b-47lj86r2t3] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1rem 0.75rem;
    border-bottom: 1px solid var(--sidebar-glass-border);
    background: rgba(30, 41, 59, 0.5);
}

.user-welcome-name[b-47lj86r2t3] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.125rem;
}

.user-welcome-label[b-47lj86r2t3] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Dropdown styling */
.dropdown .btn-outline-light[b-47lj86r2t3] {
    background: var(--sidebar-glass-bg);
    border: 1px solid var(--sidebar-glass-border);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
}

.dropdown .btn-outline-light:hover[b-47lj86r2t3] {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.3);
    color: var(--sidebar-amber);
}

.dropdown-menu[b-47lj86r2t3] {
    background: #1e293b;
    border: 1px solid var(--sidebar-glass-border);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.dropdown-item[b-47lj86r2t3] {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-item:hover[b-47lj86r2t3] {
    background: rgba(245, 158, 11, 0.15);
    color: var(--sidebar-amber);
}

.dropdown-divider[b-47lj86r2t3] {
    border-color: var(--sidebar-glass-border);
}

/* Nav menu icons - Bootstrap Icons alignment */
.nav-item .bi[b-47lj86r2t3] {
    display: inline-block;
    width: 1.25rem;
    min-width: 1.25rem;
    margin-right: 0.75rem;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}

.bi-house-door-fill-nav-menu[b-47lj86r2t3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-47lj86r2t3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-47lj86r2t3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-47lj86r2t3] {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-47lj86r2t3] {
        padding-top: 0.75rem;
    }

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

    .nav-item[b-47lj86r2t3]  a {
        color: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        transition: all 0.2s ease;
        padding-left: 0.75rem;
    }

.nav-item[b-47lj86r2t3]  a.active {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(245, 158, 11, 0.1) 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #f59e0b;
}

.nav-item[b-47lj86r2t3]  a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    transform: translateX(2px);
}

/* ============================================================ */
/* NAVIGATION SECTION HEADERS - Grouped Navigation */
/* ============================================================ */
.nav-section-header[b-47lj86r2t3] {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 1rem 1rem 0.5rem 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--sidebar-glass-border);
}

.nav-section-header:first-child[b-47lj86r2t3] {
    border-top: none;
    margin-top: 0;
    padding-top: 0.75rem;
}

/* Adjust nav-item spacing for grouped sections */
.nav-section-header + .nav-item[b-47lj86r2t3] {
    padding-top: 0 !important;
}

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

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

    .nav-scrollable[b-47lj86r2t3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Pages/Admin/AgentDetails.razor.rz.scp.css */
/*
    AgentDetails.razor.css — scoped CSS sidecar (Blazor compile-time scoped
    CSS auto-tags every selector with a per-component `b-{hash}` so these
    rules ONLY apply to elements rendered by AgentDetails.razor and its
    descendants reached via `::deep`).

    VS-8al.4 (2026-05-09): extracted from the inline <style> block at
    lines 287-601 of the original page. Per gotcha catalog #12 the page
    must NEVER use a global wwwroot/css/*.css drop because class names
    here (.btn, .alert, .info-card, .modal-overlay, etc.) collide with
    other pages — keeping these rules scoped via the .razor.css sidecar
    is mandatory.

    Per gotcha #15: Blazor scoped CSS attaches each child component's own
    `b-{childHash}` to elements rendered there, so the parent's
    `b-{parentHash}` filter would NOT match descendants in child
    components. Every selector that targets a class rendered inside a
    peeled child (AgentDetailsHeader, AgentInfoGrid, ExecutionsHistorySection,
    DeleteAgentConfirmModal) is prefixed with `::deep` so the rule
    pierces the scope boundary.

    Selectors WITHOUT ::deep are used by the page directly:
      .alert / .alert-danger / .alert-warning (errorMessage + not-found)
      .loading-container / .spinner            (isLoading branch)
      .btn-close                                (errorMessage dismiss button)
*/

[b-r5onn76gjq] .agent-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

[b-r5onn76gjq] .breadcrumb {
    font-size: 0.875rem;
    color: var(--text-muted, #6c757d);
}

[b-r5onn76gjq] .breadcrumb a {
    color: var(--primary, #007bff);
    text-decoration: none;
}

[b-r5onn76gjq] .breadcrumb a:hover {
    text-decoration: underline;
}

[b-r5onn76gjq] .header-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

[b-r5onn76gjq] .connection-status {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

[b-r5onn76gjq] .connection-status.connected {
    background: #d4edda;
    color: #155724;
}

[b-r5onn76gjq] .connection-status.disconnected {
    background: #f8d7da;
    color: #721c24;
}

[b-r5onn76gjq] .agent-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

[b-r5onn76gjq] .info-card {
    background: var(--card-bg, #fff);
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

[b-r5onn76gjq] .info-card h2 {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
}

[b-r5onn76gjq] .info-card h3 {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: var(--text-muted, #6c757d);
}

[b-r5onn76gjq] .info-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-color, #dee2e6);
}

[b-r5onn76gjq] .info-row:last-child {
    border-bottom: none;
}

[b-r5onn76gjq] .info-label {
    color: var(--text-muted, #6c757d);
}

[b-r5onn76gjq] .info-value {
    font-weight: 500;
}

[b-r5onn76gjq] .capabilities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

[b-r5onn76gjq] .capability-tag {
    background: var(--bg-light, #f8f9fa);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
}

[b-r5onn76gjq] .status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

[b-r5onn76gjq] .status-available { background: #d4edda; color: #155724; }
[b-r5onn76gjq] .status-busy { background: #fff3cd; color: #856404; }
[b-r5onn76gjq] .status-offline { background: #e2e3e5; color: #383d41; }
[b-r5onn76gjq] .status-error { background: #f8d7da; color: #721c24; }
[b-r5onn76gjq] .status-maintenance { background: #cce5ff; color: #004085; }

[b-r5onn76gjq] .executions-section {
    background: var(--card-bg, #fff);
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

[b-r5onn76gjq] .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

[b-r5onn76gjq] .section-header h3 {
    margin: 0;
}

[b-r5onn76gjq] .table-container {
    overflow-x: auto;
}

[b-r5onn76gjq] .executions-table {
    width: 100%;
    border-collapse: collapse;
}

[b-r5onn76gjq] .executions-table th,
[b-r5onn76gjq] .executions-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color, #dee2e6);
}

[b-r5onn76gjq] .executions-table th {
    background: var(--bg-light, #f8f9fa);
    font-weight: 600;
}

[b-r5onn76gjq] .executions-table tr.success { background: rgba(40, 167, 69, 0.05); }
[b-r5onn76gjq] .executions-table tr.failed { background: rgba(220, 53, 69, 0.05); }
[b-r5onn76gjq] .executions-table tr.running { background: rgba(255, 193, 7, 0.05); }

[b-r5onn76gjq] .status-running { color: #856404; font-weight: 500; }
[b-r5onn76gjq] .status-success { color: #155724; font-weight: 500; }
[b-r5onn76gjq] .status-failed { color: #721c24; font-weight: 500; }

[b-r5onn76gjq] .error-cell {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text-muted, #6c757d);
    font-size: 0.875rem;
}

[b-r5onn76gjq] .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #dee2e6);
}

[b-r5onn76gjq] .empty-state {
    text-align: center;
    padding: 2rem;
    color: var(--text-muted, #6c757d);
}

.loading-container[b-r5onn76gjq] {
    text-align: center;
    padding: 4rem;
}

.spinner[b-r5onn76gjq] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-color, #dee2e6);
    border-top-color: var(--primary, #007bff);
    border-radius: 50%;
    animation: spin-b-r5onn76gjq 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-r5onn76gjq {
    to { transform: rotate(360deg); }
}

[b-r5onn76gjq] .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

[b-r5onn76gjq] .modal-content {
    background: var(--card-bg, #fff);
    border-radius: 0.5rem;
    padding: 2rem;
    max-width: 400px;
    width: 90%;
}

[b-r5onn76gjq] .modal-content h3 {
    margin: 0 0 1rem 0;
}

[b-r5onn76gjq] .modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1.5rem;
}

[b-r5onn76gjq] .text-muted {
    color: var(--text-muted, #6c757d);
}

[b-r5onn76gjq] .text-warning {
    color: #856404;
    font-size: 0.875rem;
}

[b-r5onn76gjq] .btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
}

[b-r5onn76gjq] .btn-primary {
    background: var(--primary, #007bff);
    color: white;
}

[b-r5onn76gjq] .btn-secondary {
    background: var(--secondary, #6c757d);
    color: white;
}

[b-r5onn76gjq] .btn-danger {
    background: #dc3545;
    color: white;
}

[b-r5onn76gjq] .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

[b-r5onn76gjq] .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert[b-r5onn76gjq] {
    padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-danger[b-r5onn76gjq] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-warning[b-r5onn76gjq] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.btn-close[b-r5onn76gjq] {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0.5;
}

.btn-close:hover[b-r5onn76gjq] {
    opacity: 1;
}
/* /Pages/Admin/ComplianceDashboard.razor.rz.scp.css */
/*
    VS-8ac.1 (2026-05-09): SCOPED sidecar — moved from inline <style> block in
    Pages/Admin/ComplianceDashboard.razor (gotcha #12). Blazor compile-time
    scoping auto-tags selectors with b-{hash} so .spinner-border-sm only
    matches inside this page; refresh-button spinners on other pages keep
    Bootstrap defaults.
*/

.spinner-border-sm[b-es9b3xrgb3] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}
/* /Pages/Admin/DemoRequests.razor.rz.scp.css */
/* ========================================
   COLOR VARIABLES - ShipleyBI Dark Theme
   ======================================== */
:root[b-hh8bz1pnrc] {
    --dark-slate: #0F172A;
    --navy: #1e3a8a;
    --navy-dark: #1e293b;
    --amber: #f59e0b;
    --amber-dark: #d97706;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-60: rgba(255, 255, 255, 0.6);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --success: #22c55e;
    --info: #3b82f6;
    --warning: #f59e0b;
    --danger: #ef4444;
}

/* ========================================
   ADMIN LAYOUT
   ======================================== */
.admin-container[b-hh8bz1pnrc] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
}

.admin-header[b-hh8bz1pnrc] {
    background: rgba(30, 41, 59, 0.95);
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 0;
    backdrop-filter: blur(10px);
}

.brand-text[b-hh8bz1pnrc] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
}

.brand-accent[b-hh8bz1pnrc] {
    color: var(--amber);
}

/* ========================================
   SECTION STYLES
   ======================================== */
.section-title[b-hh8bz1pnrc] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.text-white[b-hh8bz1pnrc] {
    color: white;
}

.text-white-70[b-hh8bz1pnrc] {
    color: var(--white-70);
}

.text-white-60[b-hh8bz1pnrc] {
    color: var(--white-60);
}

/* ========================================
   ADMIN BADGE
   ======================================== */
.admin-badge[b-hh8bz1pnrc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--amber);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
}

/* ========================================
   BACK LINK
   ======================================== */
.back-link[b-hh8bz1pnrc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white-70);
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.back-link:hover[b-hh8bz1pnrc] {
    color: var(--amber);
    text-decoration: none;
}

/* ========================================
   FILTER & SEARCH SECTION
   ======================================== */
.filter-section[b-hh8bz1pnrc] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 1rem;
    padding: 1.5rem;
    backdrop-filter: blur(20px);
    margin-bottom: 2rem;
}

.search-input[b-hh8bz1pnrc] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: white;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    width: 100%;
}

.search-input:focus[b-hh8bz1pnrc] {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--amber);
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.search-input[b-hh8bz1pnrc]::placeholder {
    color: var(--white-60);
}

.filter-btn[b-hh8bz1pnrc] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: var(--white-70);
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn:hover[b-hh8bz1pnrc] {
    background: rgba(245, 158, 11, 0.15);
    border-color: var(--amber);
    color: var(--amber);
}

.filter-btn.active[b-hh8bz1pnrc] {
    background: rgba(245, 158, 11, 0.2);
    border-color: var(--amber);
    color: var(--amber);
}

/* ========================================
   TABLE SECTION
   VS-8u.4 (2026-05-09): table moved to DemoRequestsTable peeled
   component — reach into its scope via ::deep so the page-scoped
   styles apply identically. status-badge classes are already exposed
   via ::deep further down (originally for the modal's badge).
   ======================================== */
[b-hh8bz1pnrc] .table-section {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 1rem;
    backdrop-filter: blur(20px);
    overflow: hidden;
}

[b-hh8bz1pnrc] .table-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--glass-border);
}

[b-hh8bz1pnrc] .table-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0;
}

[b-hh8bz1pnrc] .demo-table {
    width: 100%;
    margin: 0;
}

[b-hh8bz1pnrc] .demo-table thead {
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid var(--glass-border);
}

[b-hh8bz1pnrc] .demo-table th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--white-90);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem 1.5rem;
    border: none;
}

[b-hh8bz1pnrc] .demo-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

[b-hh8bz1pnrc] .demo-table tbody tr:last-child {
    border-bottom: none;
}

[b-hh8bz1pnrc] .demo-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

[b-hh8bz1pnrc] .demo-table td {
    color: var(--white-70);
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
    border: none;
    vertical-align: middle;
}

/* ========================================
   STATUS BADGES
   ======================================== */
.status-badge[b-hh8bz1pnrc] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid;
}

.status-badge.pending[b-hh8bz1pnrc] {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.3);
    color: var(--amber);
}

.status-badge.approved[b-hh8bz1pnrc], .status-badge.scheduled[b-hh8bz1pnrc] {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.3);
    color: var(--success);
}

.status-badge.rejected[b-hh8bz1pnrc], .status-badge.closed[b-hh8bz1pnrc] {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: var(--danger);
}

.status-badge.contacted[b-hh8bz1pnrc], .status-badge.underreview[b-hh8bz1pnrc] {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
    color: var(--info);
}

.status-icon[b-hh8bz1pnrc] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-badge.pending .status-icon[b-hh8bz1pnrc] {
    background: var(--amber);
}

.status-badge.approved .status-icon[b-hh8bz1pnrc], .status-badge.scheduled .status-icon[b-hh8bz1pnrc] {
    background: var(--success);
}

.status-badge.rejected .status-icon[b-hh8bz1pnrc], .status-badge.closed .status-icon[b-hh8bz1pnrc] {
    background: var(--danger);
}

.status-badge.contacted .status-icon[b-hh8bz1pnrc], .status-badge.underreview .status-icon[b-hh8bz1pnrc] {
    background: var(--info);
}

/* ========================================
   ACTION BUTTONS — exposed via ::deep for the per-row Schedule/Close/
   View buttons inside DemoRequestsTable (VS-8u.4).
   ======================================== */
[b-hh8bz1pnrc] .action-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.375rem;
    color: var(--white-70);
    padding: 0.5rem 0.875rem;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

[b-hh8bz1pnrc] .action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--white-70);
    color: white;
    text-decoration: none;
}

[b-hh8bz1pnrc] .action-btn.approve:hover {
    background: rgba(34, 197, 94, 0.15);
    border-color: var(--success);
    color: var(--success);
}

[b-hh8bz1pnrc] .action-btn.reject:hover {
    background: rgba(239, 68, 68, 0.15);
    border-color: var(--danger);
    color: var(--danger);
}

[b-hh8bz1pnrc] .action-btn.view:hover {
    background: rgba(59, 130, 246, 0.15);
    border-color: var(--info);
    color: var(--info);
}

/* ========================================
   LOADING & ERROR STATES
   ======================================== */
.loading-container[b-hh8bz1pnrc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.loading-spinner[b-hh8bz1pnrc] {
    width: 3rem;
    height: 3rem;
    border: 4px solid rgba(245, 158, 11, 0.2);
    border-top-color: var(--amber);
    border-radius: 50%;
    animation: spin-b-hh8bz1pnrc 1s linear infinite;
}

@keyframes spin-b-hh8bz1pnrc {
    to { transform: rotate(360deg); }
}

.error-container[b-hh8bz1pnrc] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
}

.error-icon[b-hh8bz1pnrc] {
    color: var(--danger);
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-text[b-hh8bz1pnrc] {
    color: var(--white-70);
    margin-bottom: 1rem;
}

/* no-results: empty state inside DemoRequestsTable peeled component
   (VS-8u.4) — exposed via ::deep so page-scoped styles reach into it. */
[b-hh8bz1pnrc] .no-results {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--white-60);
}

[b-hh8bz1pnrc] .no-results i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* ========================================
   MODAL STYLES
   VS-8u.3 (2026-05-09): the modal moved to DemoRequestDetailsModal
   peeled component — reach into its scope via ::deep so the page-scoped
   styles apply identically.
   ======================================== */
[b-hh8bz1pnrc] .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

[b-hh8bz1pnrc] .modal-content-custom {
    background: rgba(30, 41, 59, 0.98);
    border: 1px solid var(--glass-border);
    border-radius: 1rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

[b-hh8bz1pnrc] .modal-header-custom {
    padding: 1.5rem;
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-hh8bz1pnrc] .modal-title-custom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.25rem;
    margin: 0;
}

[b-hh8bz1pnrc] .modal-close {
    background: transparent;
    border: none;
    color: var(--white-60);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

[b-hh8bz1pnrc] .modal-close:hover {
    color: white;
}

[b-hh8bz1pnrc] .modal-body-custom {
    padding: 1.5rem;
}

[b-hh8bz1pnrc] .detail-row {
    margin-bottom: 1.25rem;
}

[b-hh8bz1pnrc] .detail-label {
    color: var(--white-60);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.375rem;
}

[b-hh8bz1pnrc] .detail-value {
    color: white;
    font-size: 1rem;
}

[b-hh8bz1pnrc] .modal-footer-custom {
    padding: 1.5rem;
    border-top: 1px solid var(--glass-border);
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

[b-hh8bz1pnrc] .btn-modal {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid;
    cursor: pointer;
}

[b-hh8bz1pnrc] .btn-modal.btn-approve {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.3);
    color: var(--success);
}

[b-hh8bz1pnrc] .btn-modal.btn-approve:hover {
    background: rgba(34, 197, 94, 0.25);
    border-color: var(--success);
}

[b-hh8bz1pnrc] .btn-modal.btn-reject {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: var(--danger);
}

[b-hh8bz1pnrc] .btn-modal.btn-reject:hover {
    background: rgba(239, 68, 68, 0.25);
    border-color: var(--danger);
}

[b-hh8bz1pnrc] .btn-modal.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--glass-border);
    color: var(--white-70);
}

[b-hh8bz1pnrc] .btn-modal.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

/* status-badge classes are also used inside the peeled modal — already
   covered by their non-deep rules for the table, but also expose via
   ::deep so the modal status badge gets identical styling. */
[b-hh8bz1pnrc] .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid;
}

[b-hh8bz1pnrc] .status-badge.pending {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.3);
    color: var(--amber);
}

[b-hh8bz1pnrc] .status-badge.approved, [b-hh8bz1pnrc] .status-badge.scheduled {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.3);
    color: var(--success);
}

[b-hh8bz1pnrc] .status-badge.rejected, [b-hh8bz1pnrc] .status-badge.closed {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: var(--danger);
}

[b-hh8bz1pnrc] .status-badge.contacted, [b-hh8bz1pnrc] .status-badge.underreview {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
    color: var(--info);
}

[b-hh8bz1pnrc] .status-icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

[b-hh8bz1pnrc] .status-badge.pending .status-icon {
    background: var(--amber);
}

[b-hh8bz1pnrc] .status-badge.approved .status-icon, [b-hh8bz1pnrc] .status-badge.scheduled .status-icon {
    background: var(--success);
}

[b-hh8bz1pnrc] .status-badge.rejected .status-icon, [b-hh8bz1pnrc] .status-badge.closed .status-icon {
    background: var(--danger);
}

[b-hh8bz1pnrc] .status-badge.contacted .status-icon, [b-hh8bz1pnrc] .status-badge.underreview .status-icon {
    background: var(--info);
}

/* ========================================
   RESPONSIVE — demo-table + action-btn live inside DemoRequestsTable
   peeled component (VS-8u.4); reach via ::deep.
   ======================================== */
@media (max-width: 768px) {
    [b-hh8bz1pnrc] .demo-table {
        font-size: 0.8rem;
    }

    [b-hh8bz1pnrc] .demo-table th,
    [b-hh8bz1pnrc] .demo-table td {
        padding: 0.75rem;
    }

    .section-title[b-hh8bz1pnrc] {
        font-size: 1.25rem;
    }

    [b-hh8bz1pnrc] .action-btn {
        padding: 0.375rem 0.625rem;
        font-size: 0.7rem;
    }
}
/* /Pages/Admin/Team.razor.rz.scp.css */
/* ========================================
   COLOR VARIABLES - ShipleyBI Dark Theme
   ======================================== */
:root[b-ex1e7gxe30] {
    --dark-slate: #0F172A;
    --navy: #1e3a8a;
    --navy-dark: #1e293b;
    --amber: #f59e0b;
    --amber-dark: #d97706;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-60: rgba(255, 255, 255, 0.6);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --success: #22c55e;
    --info: #3b82f6;
    --warning: #f59e0b;
    --danger: #ef4444;
    --purple: #a855f7;
}

/* ========================================
   ADMIN LAYOUT
   ======================================== */
.admin-container[b-ex1e7gxe30] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
}

[b-ex1e7gxe30] .admin-header {
    background: rgba(30, 41, 59, 0.95);
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 0;
    backdrop-filter: blur(10px);
}

[b-ex1e7gxe30] .brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
}

[b-ex1e7gxe30] .brand-accent {
    color: var(--amber);
}

/* ========================================
   CONTENT CARD
   ======================================== */
.content-card[b-ex1e7gxe30] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 1rem;
    padding: 2rem;
    backdrop-filter: blur(20px);
    margin-bottom: 2rem;
}

/* ========================================
   BREADCRUMB
   ======================================== */
[b-ex1e7gxe30] .breadcrumb-section {
    margin-bottom: 2rem;
}

[b-ex1e7gxe30] .breadcrumb-link {
    color: var(--white-60);
    text-decoration: none;
    transition: color 0.3s ease;
}

[b-ex1e7gxe30] .breadcrumb-link:hover {
    color: var(--amber);
}

[b-ex1e7gxe30] .breadcrumb-separator {
    color: var(--white-60);
    margin: 0 0.5rem;
}

[b-ex1e7gxe30] .breadcrumb-current {
    color: white;
}

/* ========================================
   INVITE FORM
   ======================================== */
[b-ex1e7gxe30] .invite-form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--glass-border);
}

[b-ex1e7gxe30] .form-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: white;
    padding: 0.75rem 1rem;
    width: 100%;
}

[b-ex1e7gxe30] .form-input::placeholder {
    color: var(--white-60);
}

[b-ex1e7gxe30] .form-input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--amber);
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

[b-ex1e7gxe30] .form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: white;
    padding: 0.75rem 1rem;
    width: 100%;
}

[b-ex1e7gxe30] .form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--amber);
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

[b-ex1e7gxe30] .form-select option {
    background: var(--navy-dark);
    color: white;
}

[b-ex1e7gxe30] .form-label {
    color: var(--white-70);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

[b-ex1e7gxe30] .invite-btn {
    background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%);
    border: none;
    border-radius: 0.5rem;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-ex1e7gxe30] .invite-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

[b-ex1e7gxe30] .invite-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* ========================================
   TABLE STYLING
   ======================================== */
[b-ex1e7gxe30] .invitations-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

[b-ex1e7gxe30] .invitations-table thead th {
    background: rgba(255, 255, 255, 0.05);
    color: var(--white-70);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--glass-border);
}

[b-ex1e7gxe30] .invitations-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

[b-ex1e7gxe30] .invitations-table tbody tr:hover {
    background: rgba(245, 158, 11, 0.05);
}

[b-ex1e7gxe30] .invitations-table tbody td {
    padding: 1rem;
    color: var(--white-70);
}

/* ========================================
   BADGES
   ======================================== */
[b-ex1e7gxe30] .role-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
}

[b-ex1e7gxe30] .role-badge.admin {
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: var(--purple);
}

[b-ex1e7gxe30] .role-badge.user {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: var(--info);
}

[b-ex1e7gxe30] .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
}

[b-ex1e7gxe30] .status-badge.pending {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--warning);
}

[b-ex1e7gxe30] .status-badge.expired {
    background: rgba(107, 114, 128, 0.15);
    border: 1px solid rgba(107, 114, 128, 0.3);
    color: #9ca3af;
}

[b-ex1e7gxe30] .status-badge.accepted {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: var(--success);
}

[b-ex1e7gxe30] .status-badge.revoked {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: var(--danger);
}

/* ========================================
   ACTION BUTTONS
   ======================================== */
[b-ex1e7gxe30] .action-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: var(--white-70);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

[b-ex1e7gxe30] .action-btn:hover {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.3);
    color: var(--amber);
}

[b-ex1e7gxe30] .action-btn.danger:hover {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: var(--danger);
}

[b-ex1e7gxe30] .action-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ========================================
   ALERTS
   ======================================== */
[b-ex1e7gxe30] .alert-success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.4);
    border-radius: 0.5rem;
    padding: 1rem;
    color: var(--success);
    margin-bottom: 1rem;
}

[b-ex1e7gxe30] .alert-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-radius: 0.5rem;
    padding: 1rem;
    color: var(--danger);
    margin-bottom: 1rem;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
[b-ex1e7gxe30] .page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

[b-ex1e7gxe30] .page-subtitle {
    color: var(--white-60);
    font-size: 1rem;
    margin-bottom: 2rem;
}

[b-ex1e7gxe30] .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

[b-ex1e7gxe30] .text-white {
    color: white;
}

[b-ex1e7gxe30] .text-white-70 {
    color: var(--white-70);
}

[b-ex1e7gxe30] .text-white-60 {
    color: var(--white-60);
}

/* ========================================
   LOADING & EMPTY STATES
   ======================================== */
[b-ex1e7gxe30] .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

[b-ex1e7gxe30] .loading-spinner {
    width: 3rem;
    height: 3rem;
    border: 4px solid rgba(245, 158, 11, 0.2);
    border-top-color: var(--amber);
    border-radius: 50%;
    animation: spin-b-ex1e7gxe30 1s linear infinite;
}

@keyframes spin-b-ex1e7gxe30 {
    to { transform: rotate(360deg); }
}

[b-ex1e7gxe30] .empty-state {
    text-align: center;
    padding: 3rem;
}

[b-ex1e7gxe30] .empty-icon {
    font-size: 4rem;
    color: var(--white-60);
    margin-bottom: 1rem;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    [b-ex1e7gxe30] .page-title {
        font-size: 1.5rem;
    }

    [b-ex1e7gxe30] .invitations-table {
        font-size: 0.875rem;
    }

    [b-ex1e7gxe30] .invitations-table thead th,
    [b-ex1e7gxe30] .invitations-table tbody td {
        padding: 0.75rem 0.5rem;
    }

    [b-ex1e7gxe30] .action-btn {
        padding: 0.375rem 0.5rem;
        font-size: 0.75rem;
    }
}
/* /Pages/Admin/Users.razor.rz.scp.css */
/* ========================================
   COLOR VARIABLES - ShipleyBI Dark Theme
   VS-8aa.1 (2026-05-09): extracted from Pages/Admin/Users.razor inline
   <style> block. Page-scoped via the .razor.css sidecar — Blazor adds a
   per-component b-{hash} attribute to selectors so they cannot leak to
   sibling Admin pages (Team, DemoRequests, BetaCodes, …) that reuse the
   same class names (.admin-container, .brand-text, .role-badge, …).
   :root custom-property block stays unprefixed (CSS variables cascade).
   Future child-component peels (VS-8aa.3..N) require ::deep prefix on
   any selector that targets classes rendered by those children — see
   gotcha #15 in razor-mega-page-decomposer.md.
   ======================================== */
:root[b-sjfz0e7j0e] {
    --dark-slate: #0F172A;
    --navy: #1e3a8a;
    --navy-dark: #1e293b;
    --amber: #f59e0b;
    --amber-dark: #d97706;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-60: rgba(255, 255, 255, 0.6);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --success: #22c55e;
    --info: #3b82f6;
    --warning: #f59e0b;
    --danger: #ef4444;
    --purple: #a855f7;
}

/* ========================================
   ADMIN LAYOUT
   ======================================== */
.admin-container[b-sjfz0e7j0e] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
}

/* VS-8aa.5 (2026-05-09): the .admin-header block + brand-text/-accent
   moved to UsersAdminHeader peeled component — reach via ::deep
   (gotcha #15). .admin-container stays unprefixed — still rendered
   directly by the parent page. */
[b-sjfz0e7j0e] .admin-header {
    background: rgba(30, 41, 59, 0.95);
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 0;
    backdrop-filter: blur(10px);
}

[b-sjfz0e7j0e] .brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
}

[b-sjfz0e7j0e] .brand-accent {
    color: var(--amber);
}

/* ========================================
   CONTENT CARD
   ======================================== */
.content-card[b-sjfz0e7j0e] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 1rem;
    padding: 2rem;
    backdrop-filter: blur(20px);
    margin-bottom: 2rem;
}

/* ========================================
   BREADCRUMB
   ======================================== */
.breadcrumb-section[b-sjfz0e7j0e] {
    margin-bottom: 2rem;
}

.breadcrumb-link[b-sjfz0e7j0e] {
    color: var(--white-60);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover[b-sjfz0e7j0e] {
    color: var(--amber);
}

.breadcrumb-separator[b-sjfz0e7j0e] {
    color: var(--white-60);
    margin: 0 0.5rem;
}

.breadcrumb-current[b-sjfz0e7j0e] {
    color: white;
}

/* ========================================
   SEARCH & FILTERS
   VS-8aa.3 (2026-05-09): the .search-filters-section block moved to
   UserSearchFilters peeled component — reach into its scope via ::deep
   so the page-scoped styles apply identically (gotcha #15).
   ======================================== */
[b-sjfz0e7j0e] .search-filters-section {
    margin-bottom: 2rem;
}

[b-sjfz0e7j0e] .search-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: white;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    width: 100%;
}

[b-sjfz0e7j0e] .search-input::placeholder {
    color: var(--white-60);
}

[b-sjfz0e7j0e] .search-input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--amber);
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

[b-sjfz0e7j0e] .search-wrapper {
    position: relative;
}

[b-sjfz0e7j0e] .search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white-60);
}

[b-sjfz0e7j0e] .filter-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: white;
    padding: 0.75rem 1rem;
    width: 100%;
}

[b-sjfz0e7j0e] .filter-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--amber);
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

[b-sjfz0e7j0e] .filter-select option {
    background: var(--navy-dark);
    color: white;
}

/* ========================================
   TABLE STYLING
   VS-8aa.4 (2026-05-09): the .table-responsive table block moved to
   UsersTable peeled component — reach into its scope via ::deep so the
   page-scoped styles apply identically (gotcha #15).
   ======================================== */
[b-sjfz0e7j0e] .users-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

[b-sjfz0e7j0e] .users-table thead th {
    background: rgba(255, 255, 255, 0.05);
    color: var(--white-70);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--glass-border);
}

[b-sjfz0e7j0e] .users-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

[b-sjfz0e7j0e] .users-table tbody tr:hover {
    background: rgba(245, 158, 11, 0.05);
}

[b-sjfz0e7j0e] .users-table tbody td {
    padding: 1rem;
    color: var(--white-70);
}

[b-sjfz0e7j0e] .user-name {
    color: white;
    font-weight: 500;
}

[b-sjfz0e7j0e] .user-email {
    color: var(--white-60);
    font-size: 0.875rem;
}

/* ========================================
   BADGES — also live inside UsersTable now (VS-8aa.4); ::deep both
   the base badge and modifier classes.
   ======================================== */
[b-sjfz0e7j0e] .role-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
}

[b-sjfz0e7j0e] .role-badge.admin {
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: var(--purple);
}

[b-sjfz0e7j0e] .role-badge.user {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: var(--info);
}

[b-sjfz0e7j0e] .role-badge.beta {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--amber);
}

[b-sjfz0e7j0e] .plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
}

[b-sjfz0e7j0e] .plan-badge.free {
    background: rgba(107, 114, 128, 0.15);
    border: 1px solid rgba(107, 114, 128, 0.3);
    color: #9ca3af;
}

[b-sjfz0e7j0e] .plan-badge.starter {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: var(--success);
}

[b-sjfz0e7j0e] .plan-badge.pro {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--amber);
}

[b-sjfz0e7j0e] .plan-badge.enterprise {
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: var(--purple);
}

[b-sjfz0e7j0e] .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
}

[b-sjfz0e7j0e] .status-badge.active {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: var(--success);
}

[b-sjfz0e7j0e] .status-badge.suspended {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: var(--danger);
}

[b-sjfz0e7j0e] .status-badge.pending {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--warning);
}

/* ========================================
   ACTION BUTTONS — per-row buttons inside UsersTable (VS-8aa.4); ::deep.
   ======================================== */
[b-sjfz0e7j0e] .action-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    color: var(--white-70);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

[b-sjfz0e7j0e] .action-btn:hover {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.3);
    color: var(--amber);
}

[b-sjfz0e7j0e] .action-btn.danger:hover {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: var(--danger);
}

/* ========================================
   STATS SUMMARY
   VS-8aa.2 (2026-05-09): the .stats-summary block moved to
   UserStatsSummary peeled component — reach into its scope via ::deep
   so the page-scoped styles apply identically. Per gotcha #15, child
   components get their own b-{hash} attribute that the parent's plain
   selector cannot pierce without ::deep.
   ======================================== */
[b-sjfz0e7j0e] .stats-summary {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

[b-sjfz0e7j0e] .stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-sjfz0e7j0e] .stat-label {
    color: var(--white-60);
    font-size: 0.875rem;
}

[b-sjfz0e7j0e] .stat-value {
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
.page-title[b-sjfz0e7j0e] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.page-subtitle[b-sjfz0e7j0e] {
    color: var(--white-60);
    font-size: 1rem;
    margin-bottom: 2rem;
}

.text-white[b-sjfz0e7j0e] {
    color: white;
}

.text-white-70[b-sjfz0e7j0e] {
    color: var(--white-70);
}

.text-white-60[b-sjfz0e7j0e] {
    color: var(--white-60);
}

/* ========================================
   LOADING STATE
   ======================================== */
.loading-container[b-sjfz0e7j0e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.loading-spinner[b-sjfz0e7j0e] {
    width: 3rem;
    height: 3rem;
    border: 4px solid rgba(245, 158, 11, 0.2);
    border-top-color: var(--amber);
    border-radius: 50%;
    animation: spin-b-sjfz0e7j0e 1s linear infinite;
}

@keyframes spin-b-sjfz0e7j0e {
    to { transform: rotate(360deg); }
}

/* ========================================
   RESPONSIVE — .users-table + .action-btn live inside UsersTable peeled
   component (VS-8aa.4); reach via ::deep. .page-title is still on the
   parent page so stays unprefixed.
   ======================================== */
@media (max-width: 768px) {
    .page-title[b-sjfz0e7j0e] {
        font-size: 1.5rem;
    }

    [b-sjfz0e7j0e] .users-table {
        font-size: 0.875rem;
    }

    [b-sjfz0e7j0e] .users-table thead th,
    [b-sjfz0e7j0e] .users-table tbody td {
        padding: 0.75rem 0.5rem;
    }

    [b-sjfz0e7j0e] .action-btn {
        padding: 0.375rem 0.5rem;
        font-size: 0.75rem;
    }
}
/* /Pages/Billing/PricingPlans.razor.rz.scp.css */
/* VS-8ah (2026-05-09): minimal sidecar for PricingPlans page after VS-8ah.1..7 peels.
   Only the pricing-cards section wrapper remains in the parent's markup; the rest
   of the page is composed of child components, each with its own scoped sidecar. */

.bg-deep-slate[b-t5jthmwjrv] {
    background-color: #0F172A;
}
/* /Pages/CaseStudies/Ecommerce.razor.rz.scp.css */
/*
    Ecommerce.razor.css — scoped sidecar for /case-studies/ecommerce.
    VS-8aj.1 (2026-05-09): peeled from inline <style> block (lines 711-774).
    Blazor scoped CSS auto-tags every selector with b-{hash} so the rules
    only match elements rendered by THIS page; ::deep cascades the rules
    into peeled child components (EcommerceHero, EcommerceChallengeSection,
    etc. introduced in slices VS-8aj.2..9). Prevents leakage onto sibling
    case-study pages (HvacContractor, SolarContractor) that use the same
    .glass-card / .btn-amber / .text-amber class names.
*/

[b-xzcf4ysyqi] .text-gradient-amber {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[b-xzcf4ysyqi] .glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

[b-xzcf4ysyqi] .glass-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(245, 158, 11, 0.2);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

[b-xzcf4ysyqi] .btn-amber {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    border: none;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
}

[b-xzcf4ysyqi] .btn-amber:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
    color: #000;
}

[b-xzcf4ysyqi] .text-amber {
    color: #f59e0b !important;
}

[b-xzcf4ysyqi] .bg-amber {
    background-color: #f59e0b !important;
}

[b-xzcf4ysyqi] .border-amber {
    border-color: #f59e0b !important;
}

[b-xzcf4ysyqi] .progress-bar {
    transition: width 1s ease;
}

[b-xzcf4ysyqi] .table-dark {
    --bs-table-bg: transparent;
    --bs-table-border-color: rgba(255, 255, 255, 0.05);
}

[b-xzcf4ysyqi] .table-dark tbody tr {
    transition: background-color 0.2s ease;
}

[b-xzcf4ysyqi] .table-dark tbody tr:hover {
    background-color: rgba(245, 158, 11, 0.05) !important;
}
/* /Pages/Content/BlogEditor.razor.rz.scp.css */
/* BlogEditor.razor.css — VS-8r.7 (2026-05-09)
   Page-level scoped styles for /content/blog/new and /content/blog/edit/{id}.
   Originally a 442-line inline <style> block in BlogEditor.razor; split
   here per gotcha #12 (scoped sidecar — never global wwwroot/css/* —
   because class names like .editor-container / .editor-header collide
   with Pages/Marketing/CampaignContentEditor.razor and .glass-card /
   .form-group / .modal-overlay collide with multiple sibling pages).

   `::deep` reaches into child component DOM (BlogEditorHeader,
   BlogContentForm, BlogSeoSettingsCard, BlogSeoScoreSidebar,
   BlogStatusCard, BlogScheduleModal) when their elements are descendants
   of `.editor-container`. The BlogScheduleModal lives outside
   .editor-container (it's a peer @if block) but its rules are still
   scoped via the page's component scope ID.

   The :root token block stays inline in BlogEditor.razor because CSS
   custom properties cannot be scoped (Blazor scoped CSS rewrites
   selectors only — :root is intrinsically global). */

.editor-container[b-iwk5fvulq8] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
    padding: 1.5rem;
}

.editor-container[b-iwk5fvulq8]  .editor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.editor-container[b-iwk5fvulq8]  .back-link {
    color: var(--white-70);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.editor-container[b-iwk5fvulq8]  .back-link:hover { color: white; }

.editor-container[b-iwk5fvulq8]  .header-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.editor-container .editor-layout[b-iwk5fvulq8] {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .editor-container .editor-layout[b-iwk5fvulq8] {
        grid-template-columns: 1fr;
    }
    .editor-container .sidebar[b-iwk5fvulq8] { order: -1; }
}

.editor-container[b-iwk5fvulq8]  .glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 1.5rem;
    color: white;
    margin-bottom: 1.5rem;
}

.editor-container[b-iwk5fvulq8]  .glass-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.editor-container[b-iwk5fvulq8]  .form-group {
    margin-bottom: 1.25rem;
}

.editor-container[b-iwk5fvulq8]  .form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--white-90);
}

.editor-container[b-iwk5fvulq8]  .required { color: var(--danger); }

.editor-container[b-iwk5fvulq8]  .form-group input,
.editor-container[b-iwk5fvulq8]  .form-group textarea,
.editor-container[b-iwk5fvulq8]  .form-group select {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 0.9375rem;
    font-family: inherit;
}

.editor-container[b-iwk5fvulq8]  .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.editor-container[b-iwk5fvulq8]  .form-group input:focus,
.editor-container[b-iwk5fvulq8]  .form-group textarea:focus {
    outline: none;
    border-color: var(--amber);
}

.editor-container[b-iwk5fvulq8]  .form-group input::placeholder,
.editor-container[b-iwk5fvulq8]  .form-group textarea::placeholder {
    color: var(--white-60);
}

.editor-container[b-iwk5fvulq8]  .slug-input {
    display: flex;
    align-items: center;
}

.editor-container[b-iwk5fvulq8]  .slug-prefix {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.75rem;
    border-radius: 8px 0 0 8px;
    color: var(--white-60);
    font-size: 0.875rem;
}

.editor-container[b-iwk5fvulq8]  .slug-input input {
    border-radius: 0 8px 8px 0;
}

.editor-container[b-iwk5fvulq8]  .char-count {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    color: var(--white-60);
    margin-top: 0.25rem;
}

.editor-container[b-iwk5fvulq8]  .char-count.warning { color: var(--warning); }

.editor-container[b-iwk5fvulq8]  .hint {
    display: block;
    font-size: 0.75rem;
    color: var(--white-60);
    margin-top: 0.25rem;
    font-style: italic;
}

.editor-container[b-iwk5fvulq8]  .content-stats {
    display: flex;
    gap: 1.5rem;
    font-size: 0.75rem;
    color: var(--white-60);
    margin-top: 0.5rem;
}

.editor-container[b-iwk5fvulq8]  .content-stats span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* SEO Score Panel */
.editor-container[b-iwk5fvulq8]  .seo-score-panel {
    position: sticky;
    top: 1.5rem;
}

.editor-container[b-iwk5fvulq8]  .score-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.editor-container[b-iwk5fvulq8]  .score-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid;
}

.editor-container[b-iwk5fvulq8]  .score-circle.excellent { border-color: var(--success); background: rgba(34, 197, 94, 0.1); }
.editor-container[b-iwk5fvulq8]  .score-circle.good { border-color: var(--info); background: rgba(59, 130, 246, 0.1); }
.editor-container[b-iwk5fvulq8]  .score-circle.fair { border-color: var(--warning); background: rgba(245, 158, 11, 0.1); }
.editor-container[b-iwk5fvulq8]  .score-circle.poor { border-color: var(--danger); background: rgba(239, 68, 68, 0.1); }

.editor-container[b-iwk5fvulq8]  .score-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.editor-container[b-iwk5fvulq8]  .score-label {
    font-size: 0.625rem;
    color: var(--white-60);
}

.editor-container[b-iwk5fvulq8]  .score-grade {
    text-align: center;
    margin-bottom: 1.5rem;
}

.editor-container[b-iwk5fvulq8]  .grade {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
}

.editor-container[b-iwk5fvulq8]  .grade.excellent { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
.editor-container[b-iwk5fvulq8]  .grade.good { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
.editor-container[b-iwk5fvulq8]  .grade.fair { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
.editor-container[b-iwk5fvulq8]  .grade.poor { background: rgba(239, 68, 68, 0.2); color: #f87171; }

.editor-container[b-iwk5fvulq8]  .grade-label {
    display: block;
    font-size: 0.75rem;
    color: var(--white-70);
    margin-top: 0.25rem;
}

.editor-container[b-iwk5fvulq8]  .score-breakdown h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white-70);
    margin-bottom: 0.75rem;
}

.editor-container[b-iwk5fvulq8]  .score-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.editor-container[b-iwk5fvulq8]  .item-label {
    font-size: 0.75rem;
    color: var(--white-70);
    width: 70px;
}

.editor-container[b-iwk5fvulq8]  .score-bar {
    flex: 1;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow: hidden;
}

.editor-container[b-iwk5fvulq8]  .score-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.editor-container[b-iwk5fvulq8]  .score-fill.excellent { background: var(--success); }
.editor-container[b-iwk5fvulq8]  .score-fill.good { background: var(--info); }
.editor-container[b-iwk5fvulq8]  .score-fill.fair { background: var(--warning); }
.editor-container[b-iwk5fvulq8]  .score-fill.poor { background: var(--danger); }

.editor-container[b-iwk5fvulq8]  .item-value {
    font-size: 0.75rem;
    font-weight: 600;
    width: 24px;
    text-align: right;
}

.editor-container[b-iwk5fvulq8]  .seo-issues {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--glass-border);
}

.editor-container[b-iwk5fvulq8]  .seo-issues h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white-70);
    margin-bottom: 0.75rem;
}

.editor-container[b-iwk5fvulq8]  .issue-item {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
}

.editor-container[b-iwk5fvulq8]  .issue-item.critical { background: rgba(239, 68, 68, 0.1); }
.editor-container[b-iwk5fvulq8]  .issue-item.major { background: rgba(245, 158, 11, 0.1); }
.editor-container[b-iwk5fvulq8]  .issue-item.minor { background: rgba(59, 130, 246, 0.1); }

.editor-container[b-iwk5fvulq8]  .issue-item.critical i { color: var(--danger); }
.editor-container[b-iwk5fvulq8]  .issue-item.major i { color: var(--warning); }
.editor-container[b-iwk5fvulq8]  .issue-item.minor i { color: var(--info); }

.editor-container[b-iwk5fvulq8]  .issue-content {
    flex: 1;
}

.editor-container[b-iwk5fvulq8]  .issue-text {
    display: block;
    margin-bottom: 0.125rem;
}

.editor-container[b-iwk5fvulq8]  .issue-fix {
    display: block;
    font-size: 0.75rem;
    color: var(--white-60);
}

.editor-container[b-iwk5fvulq8]  .seo-success {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 8px;
    color: #4ade80;
    font-size: 0.875rem;
    margin-top: 1rem;
}

.editor-container[b-iwk5fvulq8]  .ai-suggestions {
    margin-top: 1.5rem;
}

.editor-container[b-iwk5fvulq8]  .btn-ai {
    width: 100%;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: opacity 0.2s;
}

.editor-container[b-iwk5fvulq8]  .btn-ai:hover { opacity: 0.9; }
.editor-container[b-iwk5fvulq8]  .btn-ai:disabled { opacity: 0.5; cursor: not-allowed; }

.editor-container[b-iwk5fvulq8]  .status-card .status-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.editor-container[b-iwk5fvulq8]  .status-badge.draft { background: rgba(99, 102, 241, 0.2); color: #818cf8; }
.editor-container[b-iwk5fvulq8]  .status-badge.scheduled { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
.editor-container[b-iwk5fvulq8]  .status-badge.published { background: rgba(34, 197, 94, 0.2); color: #4ade80; }

.editor-container[b-iwk5fvulq8]  .scheduled-info,
.editor-container[b-iwk5fvulq8]  .published-info {
    font-size: 0.8125rem;
    color: var(--white-70);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.editor-container[b-iwk5fvulq8]  .btn-primary,
.editor-container[b-iwk5fvulq8]  .btn-outline,
.editor-container[b-iwk5fvulq8]  .btn-link {
    border-radius: 8px;
    padding: 0.625rem 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.editor-container[b-iwk5fvulq8]  .btn-primary {
    background: var(--amber);
    color: var(--dark-slate);
    border: none;
}

.editor-container[b-iwk5fvulq8]  .btn-primary:hover { background: var(--amber-dark); }
.editor-container[b-iwk5fvulq8]  .btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }

.editor-container[b-iwk5fvulq8]  .btn-outline {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: white;
}

.editor-container[b-iwk5fvulq8]  .btn-outline:hover { background: var(--glass-bg); }

.editor-container[b-iwk5fvulq8]  .btn-link {
    background: transparent;
    border: none;
    color: var(--amber);
    padding: 0.25rem;
}

/* Schedule modal — rendered as a peer of .editor-container via @if so
   we cannot prefix with .editor-container. The page's component scope
   id still tags these selectors so they only match elements rendered
   from this .razor (and its peeled children). */
[b-iwk5fvulq8] .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

[b-iwk5fvulq8] .modal-content {
    max-width: 400px;
    width: 90%;
}

[b-iwk5fvulq8] .modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}
/* /Pages/Content/BlogManager.razor.rz.scp.css */
/* BlogManager.razor.css — VS-8q.6 (2026-05-09)
   Page-level scoped styles for /content/blog. Originally a 440-line inline
   <style> block in BlogManager.razor; split here so per-component sidecars
   own their own rules (BlogPostCard.razor.css, BlogDeleteConfirmModal.razor.css,
   etc.), while shell styles (container, header, filters, stats, topic-card,
   posts-grid wrapper, the empty-state, top-level CTAs) live here.

   `::deep` reaches into child components when their elements are descendants
   of `.blog-manager-container`. The :root token block stays inline in the
   .razor file because CSS custom properties cannot be scoped. */

.blog-manager-container[b-oeadn6dk0v] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
    padding: 2rem;
}

.blog-manager-container[b-oeadn6dk0v]  .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.blog-manager-container[b-oeadn6dk0v]  .header-content h1 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.blog-manager-container[b-oeadn6dk0v]  .header-content p {
    color: var(--white-70);
}

.blog-manager-container[b-oeadn6dk0v]  .glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 1.5rem;
    color: white;
}

.blog-manager-container[b-oeadn6dk0v]  .filters-card {
    margin-bottom: 1.5rem;
}

.blog-manager-container[b-oeadn6dk0v]  .filter-row {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.blog-manager-container[b-oeadn6dk0v]  .search-box {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.blog-manager-container[b-oeadn6dk0v]  .search-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white-60);
}

.blog-manager-container[b-oeadn6dk0v]  .search-box input {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    color: white;
    font-size: 0.875rem;
}

.blog-manager-container[b-oeadn6dk0v]  .search-box input::placeholder {
    color: var(--white-60);
}

.blog-manager-container[b-oeadn6dk0v]  .filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.blog-manager-container[b-oeadn6dk0v]  .filter-group label {
    font-size: 0.75rem;
    color: var(--white-70);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.blog-manager-container[b-oeadn6dk0v]  .filter-group select {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: white;
    min-width: 150px;
}

.blog-manager-container[b-oeadn6dk0v]  .stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.blog-manager-container[b-oeadn6dk0v]  .stat-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog-manager-container[b-oeadn6dk0v]  .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.blog-manager-container[b-oeadn6dk0v]  .stat-icon.draft { background: rgba(99, 102, 241, 0.2); color: #818cf8; }
.blog-manager-container[b-oeadn6dk0v]  .stat-icon.scheduled { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
.blog-manager-container[b-oeadn6dk0v]  .stat-icon.published { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
.blog-manager-container[b-oeadn6dk0v]  .stat-icon.seo { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }

.blog-manager-container[b-oeadn6dk0v]  .stat-content {
    display: flex;
    flex-direction: column;
}

.blog-manager-container[b-oeadn6dk0v]  .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.blog-manager-container[b-oeadn6dk0v]  .stat-label {
    font-size: 0.75rem;
    color: var(--white-70);
    text-transform: uppercase;
}

.blog-manager-container .posts-grid[b-oeadn6dk0v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.blog-manager-container[b-oeadn6dk0v]  .btn-primary {
    background: var(--amber);
    color: var(--dark-slate);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s;
}

.blog-manager-container[b-oeadn6dk0v]  .btn-primary:hover { background: var(--amber-dark); }

.blog-manager-container[b-oeadn6dk0v]  .btn-outline {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: white;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}

.blog-manager-container[b-oeadn6dk0v]  .btn-outline:hover { background: var(--glass-bg); }

.blog-manager-container[b-oeadn6dk0v]  .empty-state {
    text-align: center;
    padding: 4rem 2rem;
}

.blog-manager-container[b-oeadn6dk0v]  .empty-state i {
    font-size: 4rem;
    color: var(--white-60);
    margin-bottom: 1rem;
}

.blog-manager-container[b-oeadn6dk0v]  .empty-state h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.blog-manager-container[b-oeadn6dk0v]  .empty-state p {
    color: var(--white-70);
    margin-bottom: 1.5rem;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Dashboard.razor.css - Component-specific styles for activity feed */
/* Main dark theme styles are in shipleybi-theme.css */

/* Activity dot status colors */
.activity-dot.success[b-9nm82lynfq] { background-color: var(--success, #22c55e); }
.activity-dot.warning[b-9nm82lynfq] { background-color: var(--warning, #f59e0b); }
.activity-dot.danger[b-9nm82lynfq] { background-color: var(--danger, #ef4444); }
.activity-dot.info[b-9nm82lynfq] { background-color: var(--info, #3b82f6); }
/* /Pages/Keywords.razor.rz.scp.css */
h1[b-ypg5wkagr3] {
    color: #2c3e50;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
}

.performance-summary[b-ypg5wkagr3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.summary-card[b-ypg5wkagr3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.summary-card h3[b-ypg5wkagr3] {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
}

.summary-card .metric[b-ypg5wkagr3] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.keyword-table[b-ypg5wkagr3] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.keyword-table thead[b-ypg5wkagr3] {
    background: #f8f9fa;
}

.keyword-table th[b-ypg5wkagr3] {
    padding: 0.875rem 0.75rem;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.keyword-table td[b-ypg5wkagr3] {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #dee2e6;
    color: #212529;
}

.keyword-table tbody tr[b-ypg5wkagr3] {
    transition: background-color 0.2s;
}

.keyword-table tbody tr:hover[b-ypg5wkagr3] {
    background-color: #f8f9fa;
}

.row-excellent[b-ypg5wkagr3] {
    border-left: 4px solid #28a745;
}

.row-on-target[b-ypg5wkagr3] {
    border-left: 4px solid #17a2b8;
}

.row-warning[b-ypg5wkagr3] {
    border-left: 4px solid #ffc107;
}

.row-underperforming[b-ypg5wkagr3] {
    border-left: 4px solid #dc3545;
}

.quality-badge[b-ypg5wkagr3] {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
}

.quality-high[b-ypg5wkagr3] {
    background-color: #d4edda;
    color: #155724;
}

.quality-medium[b-ypg5wkagr3] {
    background-color: #fff3cd;
    color: #856404;
}

.quality-low[b-ypg5wkagr3] {
    background-color: #f8d7da;
    color: #721c24;
}

.cpl-excellent[b-ypg5wkagr3] {
    color: #28a745;
}

.cpl-good[b-ypg5wkagr3] {
    color: #17a2b8;
}

.cpl-warning[b-ypg5wkagr3] {
    color: #ffc107;
}

.cpl-high[b-ypg5wkagr3] {
    color: #dc3545;
}

.status-badge[b-ypg5wkagr3] {
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-active[b-ypg5wkagr3] {
    background-color: #d4edda;
    color: #155724;
}

.status-paused[b-ypg5wkagr3] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.status-removed[b-ypg5wkagr3] {
    background-color: #f8d7da;
    color: #721c24;
}

.insights[b-ypg5wkagr3] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.insights h3[b-ypg5wkagr3] {
    color: #2c3e50;
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
}

.insight-card[b-ypg5wkagr3] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    border-left: 4px solid #667eea;
}

.insight-card.success[b-ypg5wkagr3] {
    background: #d4edda;
    border-left-color: #28a745;
}

.insight-card.warning[b-ypg5wkagr3] {
    background: #fff3cd;
    border-left-color: #ffc107;
}

.insight-card.danger[b-ypg5wkagr3] {
    background: #f8d7da;
    border-left-color: #dc3545;
}

.insight-card.info[b-ypg5wkagr3] {
    background: #d1ecf1;
    border-left-color: #17a2b8;
}

.insight-card:last-child[b-ypg5wkagr3] {
    margin-bottom: 0;
}

.text-center[b-ypg5wkagr3] {
    text-align: center;
}

.text-muted[b-ypg5wkagr3] {
    color: #6c757d;
    font-style: italic;
}
/* /Pages/Marketing/AgentConsultationPanel.razor.rz.scp.css */
/* VS-8w.1 (2026-05-09): page-scoped CSS sidecar peeled from
   AgentConsultationPanel.razor inline <style> block (lines 17-508).
   Blazor compile-time scoped CSS auto-tags selectors with b-{hash}
   so they only apply to elements rendered by THIS page (gotcha #12).
   The :root CSS-variable tokens stay in the .razor file because
   :root cannot be scoped — Blazor strips ::root rules. */

.consultation-container[b-cc6xgdzix0] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
    padding: 2rem;
}

.consultation-header[b-cc6xgdzix0] {
    color: white;
    margin-bottom: 2rem;
}

.consultation-header h1[b-cc6xgdzix0] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.consultation-header p[b-cc6xgdzix0] {
    color: var(--white-70);
    font-size: 1rem;
}

.glass-card[b-cc6xgdzix0] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    color: white;
}

.glass-card h3[b-cc6xgdzix0] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-bar[b-cc6xgdzix0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.back-link[b-cc6xgdzix0] {
    color: var(--white-70);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.back-link:hover[b-cc6xgdzix0] {
    color: white;
}

.btn-primary[b-cc6xgdzix0] {
    background: var(--amber);
    color: var(--dark-slate);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover[b-cc6xgdzix0] {
    background: var(--amber-dark);
}

.btn-primary:disabled[b-cc6xgdzix0] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-sm[b-cc6xgdzix0] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.btn-outline[b-cc6xgdzix0] {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

.btn-outline:hover[b-cc6xgdzix0] {
    background: var(--glass-bg);
}

.btn-success[b-cc6xgdzix0] {
    background: var(--success);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

.btn-danger[b-cc6xgdzix0] {
    background: var(--danger);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

.btn-info[b-cc6xgdzix0] {
    background: var(--info);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

.stats-row[b-cc6xgdzix0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-cc6xgdzix0] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    color: white;
}

.stat-card .stat-value[b-cc6xgdzix0] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--amber);
}

.stat-card .stat-label[b-cc6xgdzix0] {
    font-size: 0.75rem;
    color: var(--white-70);
}

.input-section[b-cc6xgdzix0] {
    margin-bottom: 1.5rem;
}

.input-label[b-cc6xgdzix0] {
    font-size: 0.875rem;
    color: var(--white-70);
    margin-bottom: 0.5rem;
    display: block;
}

.content-textarea[b-cc6xgdzix0] {
    width: 100%;
    min-height: 120px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 1rem;
    color: white;
    font-size: 0.875rem;
    line-height: 1.5;
    resize: vertical;
}

.content-textarea:focus[b-cc6xgdzix0] {
    outline: none;
    border-color: var(--amber);
}

.options-row[b-cc6xgdzix0] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.form-control[b-cc6xgdzix0] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--glass-border);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.875rem;
}

.form-control:focus[b-cc6xgdzix0] {
    outline: none;
    border-color: var(--amber);
}

.recommendation-list[b-cc6xgdzix0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recommendation-card[b-cc6xgdzix0] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.2s ease;
}

.recommendation-card:hover[b-cc6xgdzix0] {
    background: rgba(255, 255, 255, 0.08);
}

.recommendation-card.pending[b-cc6xgdzix0] {
    border-left: 4px solid var(--warning);
}

.recommendation-card.applied[b-cc6xgdzix0] {
    border-left: 4px solid var(--success);
}

.recommendation-card.rejected[b-cc6xgdzix0] {
    border-left: 4px solid var(--danger);
    opacity: 0.7;
}

.recommendation-card.modified[b-cc6xgdzix0] {
    border-left: 4px solid var(--info);
}

.recommendation-header[b-cc6xgdzix0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.recommendation-type[b-cc6xgdzix0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.recommendation-type-badge[b-cc6xgdzix0] {
    background: var(--purple);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.confidence-badge[b-cc6xgdzix0] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.confidence-high[b-cc6xgdzix0] {
    background: rgba(34, 197, 94, 0.2);
    color: var(--success);
}

.confidence-medium[b-cc6xgdzix0] {
    background: rgba(245, 158, 11, 0.2);
    color: var(--warning);
}

.confidence-low[b-cc6xgdzix0] {
    background: rgba(239, 68, 68, 0.2);
    color: var(--danger);
}

.diff-viewer[b-cc6xgdzix0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .diff-viewer[b-cc6xgdzix0] {
        grid-template-columns: 1fr;
    }
}

.diff-panel[b-cc6xgdzix0] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1rem;
}

.diff-panel h5[b-cc6xgdzix0] {
    font-size: 0.75rem;
    color: var(--white-60);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.diff-panel-original h5[b-cc6xgdzix0] { color: var(--danger); }
.diff-panel-suggested h5[b-cc6xgdzix0] { color: var(--success); }

.diff-content[b-cc6xgdzix0] {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--white-90);
    white-space: pre-wrap;
}

.rationale-section[b-cc6xgdzix0] {
    background: rgba(59, 130, 246, 0.1);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.rationale-section h5[b-cc6xgdzix0] {
    font-size: 0.75rem;
    color: var(--info);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.rationale-text[b-cc6xgdzix0] {
    font-size: 0.875rem;
    color: var(--white-90);
    line-height: 1.5;
}

.recommendation-actions[b-cc6xgdzix0] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.status-badge[b-cc6xgdzix0] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-pending[b-cc6xgdzix0] { background: var(--warning); color: var(--dark-slate); }
.status-applied[b-cc6xgdzix0] { background: var(--success); color: white; }
.status-rejected[b-cc6xgdzix0] { background: var(--danger); color: white; }
.status-modified[b-cc6xgdzix0] { background: var(--info); color: white; }
.status-expired[b-cc6xgdzix0] { background: rgba(255, 255, 255, 0.3); color: var(--white-70); }

.loading-spinner[b-cc6xgdzix0] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    color: var(--white-70);
}

.error-message[b-cc6xgdzix0] {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid var(--danger);
    border-radius: 8px;
    padding: 1rem;
    color: white;
    margin-bottom: 1rem;
}

.success-message[b-cc6xgdzix0] {
    background: rgba(34, 197, 94, 0.2);
    border: 1px solid var(--success);
    border-radius: 8px;
    padding: 1rem;
    color: white;
    margin-bottom: 1rem;
}

.empty-state[b-cc6xgdzix0] {
    text-align: center;
    padding: 3rem;
    color: var(--white-60);
}

.empty-state i[b-cc6xgdzix0] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.modify-textarea[b-cc6xgdzix0] {
    width: 100%;
    min-height: 80px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--info);
    border-radius: 8px;
    padding: 0.75rem;
    color: white;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    resize: vertical;
}

.filter-row[b-cc6xgdzix0] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.tab-list[b-cc6xgdzix0] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--glass-border);
    padding-bottom: 0.5rem;
}

.tab-btn[b-cc6xgdzix0] {
    background: transparent;
    border: none;
    color: var(--white-60);
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    font-size: 0.875rem;
}

.tab-btn:hover[b-cc6xgdzix0] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn.active[b-cc6xgdzix0] {
    color: var(--amber);
    border-bottom: 2px solid var(--amber);
    font-weight: 600;
}

.quality-score[b-cc6xgdzix0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.quality-score-value[b-cc6xgdzix0] {
    font-size: 2rem;
    font-weight: 700;
}

.quality-score-high[b-cc6xgdzix0] { color: var(--success); }
.quality-score-medium[b-cc6xgdzix0] { color: var(--warning); }
.quality-score-low[b-cc6xgdzix0] { color: var(--danger); }
/* /Pages/Marketing/CampaignAnalytics.razor.rz.scp.css */
/* Campaign Analytics Dashboard - Mobile-Responsive */
.campaign-analytics[b-d8ebixh1qo] {
    padding: 1rem;
}

/* KPI Cards */
.kpi-card[b-d8ebixh1qo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    height: 100%;
}

.kpi-icon[b-d8ebixh1qo] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.kpi-content[b-d8ebixh1qo] {
    display: flex;
    flex-direction: column;
}

.kpi-value[b-d8ebixh1qo] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.kpi-label[b-d8ebixh1qo] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Metric Cards */
.metric-card[b-d8ebixh1qo] {
    padding: 1.25rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    height: 100%;
    text-align: center;
}

.metric-title[b-d8ebixh1qo] {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.metric-value[b-d8ebixh1qo] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.metric-detail[b-d8ebixh1qo] {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* Channel Stats */
.channel-stats[b-d8ebixh1qo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.stat-row[b-d8ebixh1qo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.stat-row:last-child[b-d8ebixh1qo] {
    border-bottom: none;
}

/* Health Indicators */
.health-indicator[b-d8ebixh1qo] {
    text-align: center;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.health-label[b-d8ebixh1qo] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.health-value[b-d8ebixh1qo] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.health-status[b-d8ebixh1qo] {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Table Styling */
.table th[b-d8ebixh1qo] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    background: #f9fafb;
    border-bottom: 2px solid #e5e7eb;
}

.table td[b-d8ebixh1qo] {
    vertical-align: middle;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .campaign-analytics[b-d8ebixh1qo] {
        padding: 0.75rem;
    }

    .page-header[b-d8ebixh1qo] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .page-header .d-flex.gap-2[b-d8ebixh1qo] {
        width: 100%;
        flex-wrap: wrap;
    }

    .page-header .form-select[b-d8ebixh1qo] {
        width: 100% !important;
    }

    .page-header .btn[b-d8ebixh1qo] {
        width: 100%;
    }

    .kpi-card[b-d8ebixh1qo] {
        padding: 1rem;
    }

    .kpi-icon[b-d8ebixh1qo] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .kpi-value[b-d8ebixh1qo] {
        font-size: 1.25rem;
    }

    .metric-value[b-d8ebixh1qo] {
        font-size: 1.5rem;
    }

    .health-indicator[b-d8ebixh1qo] {
        padding: 0.75rem;
    }

    .health-value[b-d8ebixh1qo] {
        font-size: 1.25rem;
    }

    /* Make table scrollable on mobile */
    .table-responsive[b-d8ebixh1qo] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table[b-d8ebixh1qo] {
        min-width: 600px;
    }
}

@media (max-width: 576px) {
    .kpi-card[b-d8ebixh1qo] {
        flex-direction: column;
        text-align: center;
    }

    .kpi-content[b-d8ebixh1qo] {
        align-items: center;
    }

    .metric-card[b-d8ebixh1qo] {
        padding: 1rem;
    }

    .card-header[b-d8ebixh1qo] {
        font-size: 0.9rem;
    }
}

/* Card styling */
.card[b-d8ebixh1qo] {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.card-header[b-d8ebixh1qo] {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    color: #374151;
}

.card-body.p-0[b-d8ebixh1qo] {
    padding: 0 !important;
}
/* /Pages/Marketing/CampaignBuilder.razor.rz.scp.css */
/* Campaign Builder Layout */
.campaign-builder[b-z51tb52d6j] {
    padding: 1rem;
    min-height: calc(100vh - 120px);
}

.builder-layout[b-z51tb52d6j] {
    display: grid;
    grid-template-columns: 280px 1fr 320px;
    gap: 1rem;
    min-height: 500px;
}

.builder-panel[b-z51tb52d6j] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.panel-header[b-z51tb52d6j] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.panel-header h5[b-z51tb52d6j] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

.panel-body[b-z51tb52d6j] {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

/* Content Block Library */
.block-library[b-z51tb52d6j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.library-block[b-z51tb52d6j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    cursor: grab;
    transition: all 0.2s ease;
    background: white;
}

.library-block:hover[b-z51tb52d6j] {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.library-block:active[b-z51tb52d6j] {
    cursor: grabbing;
}

.library-block.block-value[b-z51tb52d6j] {
    border-left: 3px solid #10b981;
}

.library-block.block-promo[b-z51tb52d6j] {
    border-left: 3px solid #f59e0b;
}

.block-icon[b-z51tb52d6j] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 6px;
    color: #6b7280;
}

.block-info[b-z51tb52d6j] {
    flex: 1;
    min-width: 0;
}

.block-name[b-z51tb52d6j] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-type[b-z51tb52d6j] {
    display: block;
    font-size: 0.7rem;
    color: #9ca3af;
    text-transform: uppercase;
}

/* Sequence Canvas */
.canvas-container[b-z51tb52d6j] {
    background: #f9fafb;
    border-radius: 4px;
    min-height: 400px;
}

[b-z51tb52d6j] .sequence-canvas {
    min-height: 100%;
    padding: 1rem;
}

[b-z51tb52d6j] .sequence-canvas.drag-over {
    background: #eff6ff;
    border: 2px dashed #3b82f6;
}

[b-z51tb52d6j] .empty-canvas-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #9ca3af;
}

[b-z51tb52d6j] .sequence-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

[b-z51tb52d6j] .sequence-step {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

[b-z51tb52d6j] .sequence-step:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

[b-z51tb52d6j] .sequence-step.selected {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

[b-z51tb52d6j] .sequence-step.block-value {
    border-left: 4px solid #10b981;
}

[b-z51tb52d6j] .sequence-step.block-promo {
    border-left: 4px solid #f59e0b;
}

[b-z51tb52d6j] .step-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

[b-z51tb52d6j] .step-number {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b82f6;
    color: white;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 600;
}

[b-z51tb52d6j] .channel-badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    background: #f3f4f6;
    color: #6b7280;
}

[b-z51tb52d6j] .channel-badge.channel-email {
    background: #dbeafe;
    color: #1e40af;
}

[b-z51tb52d6j] .channel-badge.channel-sms {
    background: #d1fae5;
    color: #065f46;
}

[b-z51tb52d6j] .channel-badge.channel-both {
    background: #fef3c7;
    color: #92400e;
}

[b-z51tb52d6j] .block-type-badge {
    font-size: 0.65rem;
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
    background: #f3f4f6;
    color: #9ca3af;
    text-transform: uppercase;
}

[b-z51tb52d6j] .step-body {
    margin-bottom: 0.5rem;
}

[b-z51tb52d6j] .step-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

[b-z51tb52d6j] .step-preview {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

[b-z51tb52d6j] .step-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.25rem;
    padding-top: 0.5rem;
    border-top: 1px solid #f3f4f6;
}

/* Delay Connector */
[b-z51tb52d6j] .delay-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    cursor: pointer;
}

[b-z51tb52d6j] .delay-connector:hover .delay-badge {
    background: #3b82f6;
    color: white;
}

[b-z51tb52d6j] .connector-line {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
}

[b-z51tb52d6j] .delay-badge {
    padding: 0.25rem 0.75rem;
    background: #f3f4f6;
    border-radius: 20px;
    font-size: 0.75rem;
    color: #6b7280;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* Compliance Bar */
[b-z51tb52d6j] .compliance-bar {
    padding: 1rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

[b-z51tb52d6j] .compliance-header {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

/* Properties Editor */
.properties-editor .form-label[b-z51tb52d6j] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
}

/* Timeline */
.builder-timeline[b-z51tb52d6j] {
    background: white;
    position: relative;
}

.timeline-track[b-z51tb52d6j] {
    position: relative;
    height: 80px;
    background: #f9fafb;
    border-radius: 4px;
    overflow-x: auto;
    min-width: 100%;
}

.timeline-track[b-z51tb52d6j]::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e5e7eb;
}

.timeline-item[b-z51tb52d6j] {
    position: absolute;
    top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-marker[b-z51tb52d6j] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b82f6;
    color: white;
    border-radius: 50%;
    font-weight: 600;
    z-index: 1;
}

.timeline-marker.block-value[b-z51tb52d6j] {
    background: #10b981;
}

.timeline-marker.block-promo[b-z51tb52d6j] {
    background: #f59e0b;
}

.timeline-label[b-z51tb52d6j] {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #6b7280;
    white-space: nowrap;
}

.timeline-end[b-z51tb52d6j] {
    position: absolute;
    top: 20px;
    font-size: 0.8rem;
    color: #6b7280;
}

/* Campaign Name Input */
.campaign-name-input input[b-z51tb52d6j] {
    max-width: 200px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1200px) {
    .builder-layout[b-z51tb52d6j] {
        grid-template-columns: 1fr;
    }

    .panel-left[b-z51tb52d6j],
    .panel-right[b-z51tb52d6j] {
        display: none;
    }
}
/* /Pages/Marketing/CampaignCalendar.razor.rz.scp.css */
    :root[b-98fbo7y7l2] {
        --dark-slate: #0F172A;
        --navy: #1e3a8a;
        --amber: #f59e0b;
        --amber-dark: #d97706;
        --white-90: rgba(255, 255, 255, 0.9);
        --white-70: rgba(255, 255, 255, 0.7);
        --white-60: rgba(255, 255, 255, 0.6);
        --glass-bg: rgba(255, 255, 255, 0.1);
        --glass-border: rgba(255, 255, 255, 0.2);
        --success: #22c55e;
        --info: #3b82f6;
        --warning: #f59e0b;
        --danger: #ef4444;
        --pink: #ec4899;
        --purple: #8b5cf6;
    }

    .calendar-container[b-98fbo7y7l2] {
        min-height: 100vh;
        background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
        padding: 2rem;
    }

    .calendar-header[b-98fbo7y7l2] {
        color: white;
        margin-bottom: 2rem;
    }

    .calendar-header h1[b-98fbo7y7l2] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .calendar-header p[b-98fbo7y7l2] {
        color: var(--white-70);
        font-size: 1rem;
    }

    [b-98fbo7y7l2] .glass-card {
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 16px;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        color: white;
    }

    [b-98fbo7y7l2] .action-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
        gap: 1rem;
    }

    [b-98fbo7y7l2] .back-link {
        color: var(--white-70);
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    [b-98fbo7y7l2] .back-link:hover {
        color: white;
    }

    [b-98fbo7y7l2] .btn-primary {
        background: var(--amber);
        color: var(--dark-slate);
        border: none;
        border-radius: 8px;
        padding: 0.5rem 1rem;
        font-weight: 600;
        cursor: pointer;
    }

    [b-98fbo7y7l2] .btn-primary:hover {
        background: var(--amber-dark);
    }

    [b-98fbo7y7l2] .btn-outline {
        background: transparent;
        border: 1px solid var(--glass-border);
        color: white;
        border-radius: 6px;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }

    [b-98fbo7y7l2] .btn-outline:hover {
        background: var(--glass-bg);
    }

    [b-98fbo7y7l2] .calendar-controls {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    [b-98fbo7y7l2] .month-nav {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    [b-98fbo7y7l2] .month-nav button {
        background: transparent;
        border: 1px solid var(--glass-border);
        color: white;
        width: 36px;
        height: 36px;
        border-radius: 6px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    [b-98fbo7y7l2] .month-nav button:hover {
        background: var(--glass-bg);
    }

    [b-98fbo7y7l2] .current-month {
        font-size: 1.25rem;
        font-weight: 600;
        min-width: 180px;
        text-align: center;
    }

    [b-98fbo7y7l2] .view-toggle {
        display: flex;
        gap: 0.25rem;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        padding: 0.25rem;
    }

    [b-98fbo7y7l2] .view-toggle button {
        background: transparent;
        border: none;
        color: var(--white-60);
        padding: 0.5rem 0.75rem;
        border-radius: 4px;
        cursor: pointer;
        font-size: 0.875rem;
    }

    [b-98fbo7y7l2] .view-toggle button.active {
        background: var(--amber);
        color: var(--dark-slate);
    }

    [b-98fbo7y7l2] .filter-select {
        background: rgba(0, 0, 0, 0.3);
        border: 1px solid var(--glass-border);
        border-radius: 6px;
        padding: 0.5rem 0.75rem;
        color: white;
        font-size: 0.875rem;
    }

    [b-98fbo7y7l2] .calendar-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 1px;
        background: var(--glass-border);
        border-radius: 12px;
        overflow: hidden;
    }

    [b-98fbo7y7l2] .calendar-day-header {
        background: rgba(0, 0, 0, 0.3);
        padding: 0.75rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        color: var(--white-70);
    }

    [b-98fbo7y7l2] .calendar-day {
        background: rgba(255, 255, 255, 0.05);
        min-height: 100px;
        padding: 0.5rem;
        position: relative;
    }

    [b-98fbo7y7l2] .calendar-day.other-month {
        background: rgba(0, 0, 0, 0.2);
    }

    [b-98fbo7y7l2] .calendar-day.other-month .day-number {
        color: var(--white-60);
    }

    [b-98fbo7y7l2] .calendar-day.today {
        background: rgba(245, 158, 11, 0.1);
    }

    [b-98fbo7y7l2] .calendar-day.today .day-number {
        background: var(--amber);
        color: var(--dark-slate);
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    [b-98fbo7y7l2] .day-number {
        font-size: 0.875rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: var(--white-90);
    }

    [b-98fbo7y7l2] .day-events {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    [b-98fbo7y7l2] .calendar-event {
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-size: 0.7rem;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: transform 0.1s ease;
    }

    [b-98fbo7y7l2] .calendar-event:hover {
        transform: scale(1.02);
    }

    [b-98fbo7y7l2] .more-events {
        font-size: 0.7rem;
        color: var(--white-60);
        text-align: center;
        cursor: pointer;
    }

    [b-98fbo7y7l2] .more-events:hover {
        color: var(--amber);
    }

    [b-98fbo7y7l2] .campaign-legend {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    }

    [b-98fbo7y7l2] .legend-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
    }

    [b-98fbo7y7l2] .legend-color {
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }

    [b-98fbo7y7l2] .legend-count {
        color: var(--white-60);
        font-size: 0.75rem;
    }

    [b-98fbo7y7l2] .event-detail-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    [b-98fbo7y7l2] .event-detail-content {
        background: var(--dark-slate);
        border: 1px solid var(--glass-border);
        border-radius: 16px;
        padding: 1.5rem;
        max-width: 450px;
        width: 90%;
        color: white;
    }

    [b-98fbo7y7l2] .event-detail-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    [b-98fbo7y7l2] .event-detail-close {
        background: transparent;
        border: none;
        color: var(--white-60);
        cursor: pointer;
        font-size: 1.25rem;
    }

    [b-98fbo7y7l2] .event-channel-badge {
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-size: 0.75rem;
        font-weight: 500;
    }

    [b-98fbo7y7l2] .badge-sms { background: var(--pink); color: white; }
    [b-98fbo7y7l2] .badge-email { background: var(--info); color: white; }
    [b-98fbo7y7l2] .badge-both { background: var(--purple); color: white; }

    [b-98fbo7y7l2] .event-content-preview {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 1rem;
        font-size: 0.875rem;
        line-height: 1.5;
        margin: 1rem 0;
    }

    [b-98fbo7y7l2] .event-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        font-size: 0.875rem;
    }

    [b-98fbo7y7l2] .event-meta-item {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    [b-98fbo7y7l2] .event-meta-label {
        color: var(--white-60);
        font-size: 0.75rem;
    }

    .loading-spinner[b-98fbo7y7l2] {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem;
        color: var(--white-70);
    }

    .error-message[b-98fbo7y7l2] {
        background: rgba(239, 68, 68, 0.2);
        border: 1px solid var(--danger);
        border-radius: 8px;
        padding: 1rem;
        color: white;
        margin-bottom: 1rem;
    }

    [b-98fbo7y7l2] .stats-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    [b-98fbo7y7l2] .stat-card {
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 12px;
        padding: 1rem;
        text-align: center;
    }

    [b-98fbo7y7l2] .stat-value {
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--amber);
    }

    [b-98fbo7y7l2] .stat-label {
        font-size: 0.75rem;
        color: var(--white-70);
    }
/* /Pages/Marketing/CampaignContentEditor.razor.rz.scp.css */
    :root[b-saj8ug35hx] {
        --dark-slate: #0F172A;
        --navy: #1e3a8a;
        --navy-dark: #1e293b;
        --amber: #f59e0b;
        --amber-dark: #d97706;
        --white-90: rgba(255, 255, 255, 0.9);
        --white-70: rgba(255, 255, 255, 0.7);
        --white-60: rgba(255, 255, 255, 0.6);
        --glass-bg: rgba(255, 255, 255, 0.1);
        --glass-border: rgba(255, 255, 255, 0.2);
        --success: #22c55e;
        --info: #3b82f6;
        --warning: #f59e0b;
        --danger: #ef4444;
        --pink: #ec4899;
        --purple: #8b5cf6;
    }

    .editor-container[b-saj8ug35hx] {
        min-height: 100vh;
        background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
        padding: 2rem;
    }

    .editor-header[b-saj8ug35hx] {
        color: white;
        margin-bottom: 2rem;
    }

    .editor-header h1[b-saj8ug35hx] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .editor-header p[b-saj8ug35hx] {
        color: var(--white-70);
        font-size: 1rem;
    }

    .glass-card[b-saj8ug35hx] {
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 16px;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        color: white;
    }

    .glass-card h3[b-saj8ug35hx] {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .action-bar[b-saj8ug35hx] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .back-link[b-saj8ug35hx] {
        color: var(--white-70);
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .back-link:hover[b-saj8ug35hx] {
        color: white;
    }

    .btn-primary[b-saj8ug35hx] {
        background: var(--amber);
        color: var(--dark-slate);
        border: none;
        border-radius: 8px;
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .btn-primary:hover[b-saj8ug35hx] {
        background: var(--amber-dark);
    }

    .btn-primary:disabled[b-saj8ug35hx] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .btn-sm[b-saj8ug35hx] {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }

    .btn-outline[b-saj8ug35hx] {
        background: transparent;
        border: 1px solid var(--glass-border);
        color: white;
        border-radius: 6px;
        cursor: pointer;
    }

    .btn-outline:hover[b-saj8ug35hx] {
        background: var(--glass-bg);
    }

    .btn-success[b-saj8ug35hx] {
        background: var(--success);
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

    .btn-danger[b-saj8ug35hx] {
        background: var(--danger);
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

    .campaign-selector[b-saj8ug35hx] {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .campaign-selector label[b-saj8ug35hx] {
        color: var(--white-70);
        font-size: 0.875rem;
    }

    .campaign-select[b-saj8ug35hx] {
        background: rgba(0, 0, 0, 0.3);
        border: 1px solid var(--glass-border);
        border-radius: 8px;
        padding: 0.5rem 1rem;
        color: white;
        min-width: 250px;
    }

    .campaign-select:focus[b-saj8ug35hx] {
        outline: none;
        border-color: var(--amber);
    }

    .compliance-indicator[b-saj8ug35hx] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1rem;
        border-radius: 8px;
        font-size: 0.875rem;
    }

    .compliance-compliant[b-saj8ug35hx] {
        background: rgba(34, 197, 94, 0.2);
        border: 1px solid var(--success);
    }

    .compliance-warning[b-saj8ug35hx] {
        background: rgba(245, 158, 11, 0.2);
        border: 1px solid var(--warning);
    }

    .compliance-danger[b-saj8ug35hx] {
        background: rgba(239, 68, 68, 0.2);
        border: 1px solid var(--danger);
    }

    .compliance-bar[b-saj8ug35hx] {
        width: 100px;
        height: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        overflow: hidden;
    }

    .compliance-bar-fill[b-saj8ug35hx] {
        height: 100%;
        border-radius: 4px;
        transition: width 0.3s ease;
    }

    .content-layout[b-saj8ug35hx] {
        display: grid;
        grid-template-columns: 1fr 350px;
        gap: 1.5rem;
    }

    @@media (max-width: 1024px) {
        .content-layout[b-saj8ug35hx] {
            grid-template-columns: 1fr;
        }
    }

    .block-list[b-saj8ug35hx] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .block-card[b-saj8ug35hx] {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid var(--glass-border);
        border-radius: 12px;
        padding: 1rem;
        transition: all 0.2s ease;
    }

    .block-card:hover[b-saj8ug35hx] {
        background: rgba(255, 255, 255, 0.08);
    }

    .block-card.editing[b-saj8ug35hx] {
        border-color: var(--amber);
    }

    .block-header[b-saj8ug35hx] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.75rem;
    }

    .block-info[b-saj8ug35hx] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .block-drag-handle[b-saj8ug35hx] {
        cursor: grab;
        color: var(--white-60);
        padding: 0.25rem;
    }

    .block-name[b-saj8ug35hx] {
        font-weight: 600;
        font-size: 0.875rem;
    }

    .block-badges[b-saj8ug35hx] {
        display: flex;
        gap: 0.5rem;
    }

    .badge[b-saj8ug35hx] {
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-size: 0.7rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    .badge-value[b-saj8ug35hx] { background: var(--info); color: white; }
    .badge-promotional[b-saj8ug35hx] { background: var(--pink); color: white; }
    .badge-urgency[b-saj8ug35hx] { background: var(--danger); color: white; }
    .badge-social[b-saj8ug35hx] { background: var(--purple); color: white; }
    .badge-cta[b-saj8ug35hx] { background: var(--success); color: white; }
    .badge-email[b-saj8ug35hx] { background: rgba(59, 130, 246, 0.3); color: var(--info); }
    .badge-sms[b-saj8ug35hx] { background: rgba(236, 72, 153, 0.3); color: var(--pink); }
    .badge-both[b-saj8ug35hx] { background: rgba(139, 92, 246, 0.3); color: var(--purple); }

    .block-actions[b-saj8ug35hx] {
        display: flex;
        gap: 0.5rem;
    }

    .block-content[b-saj8ug35hx] {
        margin-bottom: 0.75rem;
    }

    .content-preview[b-saj8ug35hx] {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.5;
        color: var(--white-90);
        white-space: pre-wrap;
        max-height: 150px;
        overflow-y: auto;
    }

    .content-editor-textarea[b-saj8ug35hx] {
        width: 100%;
        min-height: 120px;
        background: rgba(0, 0, 0, 0.3);
        border: 1px solid var(--amber);
        border-radius: 8px;
        padding: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.5;
        color: white;
        font-family: inherit;
        resize: vertical;
    }

    .content-editor-textarea:focus[b-saj8ug35hx] {
        outline: none;
        border-color: var(--amber);
    }

    .block-meta[b-saj8ug35hx] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.75rem;
        color: var(--white-60);
    }

    .char-count[b-saj8ug35hx] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

    .char-count.warning[b-saj8ug35hx] { color: var(--warning); }
    .char-count.danger[b-saj8ug35hx] { color: var(--danger); }

    .placeholder-toolbar[b-saj8ug35hx] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.75rem;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        margin-bottom: 0.75rem;
    }

    .placeholder-btn[b-saj8ug35hx] {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid var(--glass-border);
        border-radius: 4px;
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        color: var(--white-90);
        cursor: pointer;
        font-family: monospace;
    }

    .placeholder-btn:hover[b-saj8ug35hx] {
        background: rgba(255, 255, 255, 0.2);
        border-color: var(--amber);
    }

    .sidebar[b-saj8ug35hx] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .version-list[b-saj8ug35hx] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        max-height: 300px;
        overflow-y: auto;
    }

    .version-item[b-saj8ug35hx] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0.75rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 6px;
        font-size: 0.75rem;
    }

    .version-item:hover[b-saj8ug35hx] {
        background: rgba(255, 255, 255, 0.1);
    }

    .version-number[b-saj8ug35hx] {
        font-weight: 600;
        color: var(--amber);
    }

    .version-date[b-saj8ug35hx] {
        color: var(--white-60);
    }

    .live-preview-section[b-saj8ug35hx] {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 1rem;
    }

    .live-preview-section h4[b-saj8ug35hx] {
        font-size: 0.875rem;
        color: var(--white-70);
        margin-bottom: 0.5rem;
    }

    .live-preview-content[b-saj8ug35hx] {
        font-size: 0.875rem;
        line-height: 1.6;
        color: var(--white-90);
        white-space: pre-wrap;
    }

    .loading-spinner[b-saj8ug35hx] {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem;
        color: var(--white-70);
    }

    .error-message[b-saj8ug35hx] {
        background: rgba(239, 68, 68, 0.2);
        border: 1px solid var(--danger);
        border-radius: 8px;
        padding: 1rem;
        color: white;
        margin-bottom: 1rem;
    }

    .success-message[b-saj8ug35hx] {
        background: rgba(34, 197, 94, 0.2);
        border: 1px solid var(--success);
        border-radius: 8px;
        padding: 1rem;
        color: white;
        margin-bottom: 1rem;
    }

    .empty-state[b-saj8ug35hx] {
        text-align: center;
        padding: 3rem;
        color: var(--white-60);
    }

    .empty-state i[b-saj8ug35hx] {
        font-size: 3rem;
        margin-bottom: 1rem;
        display: block;
    }

    .modal-overlay[b-saj8ug35hx] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .modal-content[b-saj8ug35hx] {
        background: var(--dark-slate);
        border: 1px solid var(--glass-border);
        border-radius: 16px;
        padding: 2rem;
        max-width: 500px;
        width: 90%;
        color: white;
    }

    .modal-content h3[b-saj8ug35hx] {
        margin-bottom: 1.5rem;
    }

    .form-group[b-saj8ug35hx] {
        margin-bottom: 1rem;
    }

    .form-group label[b-saj8ug35hx] {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
        color: var(--white-70);
    }

    .form-control[b-saj8ug35hx] {
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        border: 1px solid var(--glass-border);
        border-radius: 6px;
        padding: 0.5rem 0.75rem;
        color: white;
        font-size: 0.875rem;
    }

    .form-control:focus[b-saj8ug35hx] {
        outline: none;
        border-color: var(--amber);
    }

    .modal-actions[b-saj8ug35hx] {
        display: flex;
        justify-content: flex-end;
        gap: 0.75rem;
        margin-top: 1.5rem;
    }
/* /Pages/Opportunities.razor.rz.scp.css */
/*
    Opportunities.razor.css — scoped sidecar styles for /opportunities.

    VS-8ad.1 (2026-05-09): extracted from inline <style> in Opportunities.razor.
    Selectors targeting classes rendered by upcoming peeled child components
    (summary cards, table rows, modals, toast) are prefixed with `::deep` so
    Blazor's per-component scoped-CSS hashing still matches them after the
    children render under their own b-{hash}. Selectors for elements rendered
    BY THE PAGE itself (none currently — the page only renders chrome that
    inherits global stylesheet rules) stay unprefixed.
*/

[b-hneen96kqm] .summary-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

[b-hneen96kqm] .summary-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #007bff;
}

[b-hneen96kqm] .summary-card.summary-won {
    border-left-color: #28a745;
}

[b-hneen96kqm] .summary-card.summary-rate {
    border-left-color: #ffc107;
}

[b-hneen96kqm] .summary-card h4 {
    margin: 0 0 10px 0;
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

[b-hneen96kqm] .summary-value {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

[b-hneen96kqm] .summary-subtitle {
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #6c757d;
}

[b-hneen96kqm] .stage-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

[b-hneen96kqm] .stage-prospecting {
    background-color: #e7f3ff;
    color: #0056b3;
}

[b-hneen96kqm] .stage-qualification {
    background-color: #fff3cd;
    color: #856404;
}

[b-hneen96kqm] .stage-needsanalysis {
    background-color: #d1ecf1;
    color: #0c5460;
}

[b-hneen96kqm] .stage-proposal {
    background-color: #f8d7da;
    color: #721c24;
}

[b-hneen96kqm] .stage-negotiation {
    background-color: #e2e3e5;
    color: #383d41;
}

[b-hneen96kqm] .stage-closedwon {
    background-color: #d4edda;
    color: #155724;
    font-weight: bold;
}

[b-hneen96kqm] .stage-closedlost {
    background-color: #f8d7da;
    color: #721c24;
}

[b-hneen96kqm] .revenue-badge {
    background-color: #d4edda;
    color: #155724;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

[b-hneen96kqm] .row-won {
    background-color: #f0fff4;
}

[b-hneen96kqm] .row-lost {
    background-color: #fff5f5;
    opacity: 0.7;
}

[b-hneen96kqm] .modal-subtitle {
    color: #6c757d;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 14px;
}

[b-hneen96kqm] .warning-text {
    color: #dc3545;
    font-weight: 500;
    margin-top: 10px;
}
/* /Pages/Products/OperationsManager/Automotive.razor.rz.scp.css */
/*
    Automotive.razor.css — SCOPED sidecar styles for the Automotive
    operations-manager landing page. ::deep is applied to every
    selector so the rules reach descendants rendered by peeled child
    components (AutomotiveHero, AutomotivePainPoints, etc.) which
    each receive their own b-{hash} scope tag.

    Without ::deep, parent's .hero-section[b-page-hash] would NOT
    match the <section class="hero-section"> rendered by
    AutomotiveHero (which carries b-{child-hash} instead).
*/

/* Hero Section */
[b-r1l5c2bilo] .hero-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

[b-r1l5c2bilo] .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(251, 191, 36, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

[b-r1l5c2bilo] .industry-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: #fbbf24;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

[b-r1l5c2bilo] .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 24px;
}

[b-r1l5c2bilo] .hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
}

[b-r1l5c2bilo] .stats-row {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

[b-r1l5c2bilo] .stat-item {
    flex: 1;
    min-width: 120px;
}

[b-r1l5c2bilo] .stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fbbf24;
    line-height: 1;
    margin-bottom: 8px;
}

[b-r1l5c2bilo] .stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}

[b-r1l5c2bilo] .cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

[b-r1l5c2bilo] .hero-visual {
    position: relative;
}

[b-r1l5c2bilo] .visual-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

[b-r1l5c2bilo] .visual-card .card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

[b-r1l5c2bilo] .visual-card .card-icon i {
    font-size: 2rem;
    color: #0a0a0a;
}

[b-r1l5c2bilo] .visual-card h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}

[b-r1l5c2bilo] .visual-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.125rem;
    margin-bottom: 20px;
}

[b-r1l5c2bilo] .ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(251, 191, 36, 0.2);
    border: 1px solid rgba(251, 191, 36, 0.4);
    color: #fbbf24;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Pain Points Section */
[b-r1l5c2bilo] .pain-points-section {
    background: #0f0f0f;
    padding: 80px 0;
}

[b-r1l5c2bilo] .section-header {
    margin-bottom: 60px;
}

[b-r1l5c2bilo] .section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}

[b-r1l5c2bilo] .section-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
}

[b-r1l5c2bilo] .pain-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
}

[b-r1l5c2bilo] .pain-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-4px);
}

[b-r1l5c2bilo] .pain-icon {
    width: 56px;
    height: 56px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

[b-r1l5c2bilo] .pain-icon i {
    font-size: 1.75rem;
    color: #ef4444;
}

[b-r1l5c2bilo] .pain-card h3 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

[b-r1l5c2bilo] .pain-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}

[b-r1l5c2bilo] .solution-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #22c55e;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Features Section */
[b-r1l5c2bilo] .features-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    padding: 80px 0;
}

[b-r1l5c2bilo] .feature-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px;
    height: 100%;
    display: flex;
    gap: 24px;
    transition: all 0.3s ease;
}

[b-r1l5c2bilo] .feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-4px);
}

[b-r1l5c2bilo] .feature-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-r1l5c2bilo] .feature-icon i {
    font-size: 2rem;
    color: #0a0a0a;
}

[b-r1l5c2bilo] .feature-content h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}

[b-r1l5c2bilo] .feature-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}

[b-r1l5c2bilo] .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-r1l5c2bilo] .feature-list li {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}

[b-r1l5c2bilo] .feature-list i {
    color: #22c55e;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ROI Section */
[b-r1l5c2bilo] .roi-section {
    background: #0f0f0f;
    padding: 80px 0;
}

[b-r1l5c2bilo] .metric-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

[b-r1l5c2bilo] .metric-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-4px);
}

[b-r1l5c2bilo] .metric-value {
    font-size: 3rem;
    font-weight: 800;
    color: #fbbf24;
    line-height: 1;
    margin-bottom: 12px;
}

[b-r1l5c2bilo] .metric-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

[b-r1l5c2bilo] .metric-description {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}

[b-r1l5c2bilo] .roi-example {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 48px;
    margin-top: 60px;
}

[b-r1l5c2bilo] .roi-example h3 {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
}

[b-r1l5c2bilo] .before-after-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px;
    height: 100%;
}

[b-r1l5c2bilo] .before-after-card.before {
    border-left: 4px solid #ef4444;
}

[b-r1l5c2bilo] .before-after-card.after {
    border-left: 4px solid #22c55e;
}

[b-r1l5c2bilo] .before-after-card h4 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

[b-r1l5c2bilo] .before-after-card.before h4 i {
    color: #ef4444;
}

[b-r1l5c2bilo] .before-after-card.after h4 i {
    color: #22c55e;
}

[b-r1l5c2bilo] .before-after-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-r1l5c2bilo] .before-after-card li {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    line-height: 1.5;
}

[b-r1l5c2bilo] .roi-summary {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0a0a0a;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 32px;
}

/* Use Cases Section */
[b-r1l5c2bilo] .use-cases-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    padding: 80px 0;
}

[b-r1l5c2bilo] .use-case-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

[b-r1l5c2bilo] .use-case-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-4px);
}

[b-r1l5c2bilo] .use-case-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

[b-r1l5c2bilo] .use-case-icon i {
    font-size: 2.5rem;
    color: #0a0a0a;
}

[b-r1l5c2bilo] .use-case-card h3 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

[b-r1l5c2bilo] .use-case-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
[b-r1l5c2bilo] .cta-section {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    padding: 80px 0;
}

[b-r1l5c2bilo] .cta-content h2 {
    color: #0a0a0a;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

[b-r1l5c2bilo] .cta-subtitle {
    color: rgba(10, 10, 10, 0.8);
    font-size: 1.25rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

[b-r1l5c2bilo] .cta-section .cta-buttons {
    justify-content: center;
    margin-bottom: 24px;
}

[b-r1l5c2bilo] .cta-section .btn-primary {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #ffffff;
}

[b-r1l5c2bilo] .cta-section .btn-primary:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    transform: translateY(-2px);
}

[b-r1l5c2bilo] .cta-section .btn-outline-light {
    border-color: #0a0a0a;
    color: #0a0a0a;
}

[b-r1l5c2bilo] .cta-section .btn-outline-light:hover {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #ffffff;
}

[b-r1l5c2bilo] .cta-note {
    color: rgba(10, 10, 10, 0.7);
    font-size: 0.875rem;
    margin: 0;
}

[b-r1l5c2bilo] .cta-note i {
    color: #22c55e;
    margin-right: 8px;
}

/* Responsive */
@media (max-width: 991px) {
    [b-r1l5c2bilo] .hero-title {
        font-size: 2.5rem;
    }

    [b-r1l5c2bilo] .section-header h2 {
        font-size: 2rem;
    }

    [b-r1l5c2bilo] .feature-card {
        flex-direction: column;
    }

    [b-r1l5c2bilo] .stats-row {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    [b-r1l5c2bilo] .hero-section {
        padding: 80px 0 60px;
    }

    [b-r1l5c2bilo] .hero-title {
        font-size: 2rem;
    }

    [b-r1l5c2bilo] .hero-subtitle {
        font-size: 1.125rem;
    }

    [b-r1l5c2bilo] .cta-buttons {
        flex-direction: column;
    }

    [b-r1l5c2bilo] .cta-buttons .btn {
        width: 100%;
    }

    [b-r1l5c2bilo] .stats-row {
        flex-direction: column;
        gap: 20px;
    }

    [b-r1l5c2bilo] .roi-example {
        padding: 24px;
    }
}
/* /Pages/Products/OperationsManager/Healthcare.razor.rz.scp.css */
/*
    Healthcare.razor.css — scoped sidecar for /products/operations-manager/healthcare.
    VS-8v.1 (2026-05-09): peeled from inline <style> block (lines 473-1061).
    Blazor scoped CSS auto-tags every selector with b-{hash} so .hero-badge,
    .feature-card, .pain-card, etc. only match elements rendered by THIS page
    (and ::deep cascades into peeled child components). Prevents leakage onto
    Trial.razor, Recommendations/Index.razor, and other pages that also use
    .hero-badge. Sibling Automotive.razor.css owns the same class names — both
    work in isolation thanks to scoped CSS.
*/

/* Hero Section */
[b-h3hu7jkl0k] .hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

[b-h3hu7jkl0k] .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(251, 191, 36, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(251, 191, 36, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

[b-h3hu7jkl0k] .hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 20px;
    color: #fbbf24;
    font-size: 14px;
    font-weight: 500;
}

[b-h3hu7jkl0k] .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

[b-h3hu7jkl0k] .gradient-text {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[b-h3hu7jkl0k] .hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

[b-h3hu7jkl0k] .hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

[b-h3hu7jkl0k] .stat-item {
    flex: 1;
    min-width: 120px;
}

[b-h3hu7jkl0k] .stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fbbf24;
    line-height: 1;
    margin-bottom: 0.5rem;
}

[b-h3hu7jkl0k] .stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-h3hu7jkl0k] .hero-image {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-h3hu7jkl0k] .floating-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    animation: float-b-h3hu7jkl0k 3s ease-in-out infinite;
}

@keyframes float-b-h3hu7jkl0k {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

[b-h3hu7jkl0k] .icon-large {
    font-size: 3rem;
    color: #fbbf24;
}

[b-h3hu7jkl0k] .card-content {
    flex: 1;
}

[b-h3hu7jkl0k] .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

[b-h3hu7jkl0k] .card-subtitle {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .progress-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

[b-h3hu7jkl0k] .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    animation: progress-b-h3hu7jkl0k 2s ease-in-out infinite;
}

@keyframes progress-b-h3hu7jkl0k {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
}

/* Pain Points Section */
[b-h3hu7jkl0k] .pain-points-section {
    padding: 80px 0;
    background: #0f0f1e;
}

[b-h3hu7jkl0k] .section-header {
    margin-bottom: 3rem;
}

[b-h3hu7jkl0k] .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .section-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
}

[b-h3hu7jkl0k] .pain-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

[b-h3hu7jkl0k] .pain-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-5px);
}

[b-h3hu7jkl0k] .pain-icon {
    width: 60px;
    height: 60px;
    background: rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fbbf24;
    margin-bottom: 1.5rem;
}

[b-h3hu7jkl0k] .pain-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .pain-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .pain-impact {
    font-size: 0.875rem;
    color: #fbbf24;
    font-weight: 500;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Features Section */
[b-h3hu7jkl0k] .features-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);
}

[b-h3hu7jkl0k] .feature-card-large {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

[b-h3hu7jkl0k] .feature-card-large:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-5px);
}

[b-h3hu7jkl0k] .feature-icon-large {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.1));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fbbf24;
    margin-bottom: 1.5rem;
}

[b-h3hu7jkl0k] .feature-title-large {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .feature-description-large {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

[b-h3hu7jkl0k] .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-h3hu7jkl0k] .feature-list li {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

[b-h3hu7jkl0k] .feature-list i {
    color: #fbbf24;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-top: 2px;
}

[b-h3hu7jkl0k] .feature-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

[b-h3hu7jkl0k] .feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
}

[b-h3hu7jkl0k] .feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fbbf24;
    margin-bottom: 1.5rem;
}

[b-h3hu7jkl0k] .feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .feature-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Metrics Section */
[b-h3hu7jkl0k] .metrics-section {
    padding: 80px 0;
    background: #0f0f1e;
}

[b-h3hu7jkl0k] .metric-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

[b-h3hu7jkl0k] .metric-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-5px);
}

[b-h3hu7jkl0k] .metric-icon {
    width: 60px;
    height: 60px;
    background: rgba(251, 191, 36, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fbbf24;
    margin: 0 auto 1.5rem;
}

[b-h3hu7jkl0k] .metric-value {
    font-size: 3rem;
    font-weight: 700;
    color: #fbbf24;
    line-height: 1;
    margin-bottom: 0.5rem;
}

[b-h3hu7jkl0k] .metric-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .metric-description {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

/* Comparison Card */
[b-h3hu7jkl0k] .comparison-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
}

[b-h3hu7jkl0k] .comparison-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

[b-h3hu7jkl0k] .comparison-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
}

@media (max-width: 768px) {
    [b-h3hu7jkl0k] .comparison-grid {
        grid-template-columns: 1fr;
    }
    [b-h3hu7jkl0k] .comparison-divider {
        transform: rotate(90deg);
    }
}

[b-h3hu7jkl0k] .comparison-item {
    padding: 1.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
}

[b-h3hu7jkl0k] .comparison-item.highlight {
    background: rgba(251, 191, 36, 0.05);
    border: 1px solid rgba(251, 191, 36, 0.2);
}

[b-h3hu7jkl0k] .comparison-method {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

[b-h3hu7jkl0k] .comparison-cost {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .comparison-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-h3hu7jkl0k] .comparison-features li {
    color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[b-h3hu7jkl0k] .comparison-features li:first-child {
    border-top: none;
}

[b-h3hu7jkl0k] .comparison-item.highlight .comparison-features li {
    color: rgba(255, 255, 255, 0.8);
}

[b-h3hu7jkl0k] .comparison-divider {
    font-size: 2rem;
    color: #fbbf24;
    text-align: center;
}

/* Use Cases Section */
[b-h3hu7jkl0k] .use-cases-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);
}

[b-h3hu7jkl0k] .use-case-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

[b-h3hu7jkl0k] .use-case-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-5px);
}

[b-h3hu7jkl0k] .use-case-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fbbf24;
    margin: 0 auto 1.5rem;
}

[b-h3hu7jkl0k] .use-case-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

[b-h3hu7jkl0k] .use-case-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* CTA Section */
[b-h3hu7jkl0k] .cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);
    position: relative;
    overflow: hidden;
}

[b-h3hu7jkl0k] .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(251, 191, 36, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

[b-h3hu7jkl0k] .cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

[b-h3hu7jkl0k] .cta-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

[b-h3hu7jkl0k] .cta-note {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 992px) {
    [b-h3hu7jkl0k] .hero-title {
        font-size: 2.5rem;
    }
    [b-h3hu7jkl0k] .section-title {
        font-size: 2rem;
    }
    [b-h3hu7jkl0k] .cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    [b-h3hu7jkl0k] .hero-section {
        padding: 60px 0 40px;
    }
    [b-h3hu7jkl0k] .hero-title {
        font-size: 2rem;
    }
    [b-h3hu7jkl0k] .hero-subtitle {
        font-size: 1rem;
    }
    [b-h3hu7jkl0k] .hero-stats {
        gap: 1rem;
    }
    [b-h3hu7jkl0k] .stat-value {
        font-size: 2rem;
    }
}
/* /Pages/Recommendations/Index.razor.rz.scp.css */
    :root[b-1tteb1sbf4] {
        --dark-slate: #0F172A;
        --navy: #1e3a8a;
        --navy-dark: #1e293b;
        --amber: #f59e0b;
        --amber-dark: #d97706;
        --white-90: rgba(255, 255, 255, 0.9);
        --white-70: rgba(255, 255, 255, 0.7);
        --white-60: rgba(255, 255, 255, 0.6);
        --glass-bg: rgba(255, 255, 255, 0.1);
        --glass-border: rgba(255, 255, 255, 0.2);
        --success: #22c55e;
        --info: #3b82f6;
        --warning: #f59e0b;
        --danger: #ef4444;
    }

    .recommendations-container[b-1tteb1sbf4] {
        min-height: 100vh;
        background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
    }

    .recommendations-header[b-1tteb1sbf4] {
        background: rgba(30, 41, 59, 0.95);
        border-bottom: 1px solid var(--glass-border);
        padding: 1rem 0;
        backdrop-filter: blur(10px);
    }

    .brand-text[b-1tteb1sbf4] {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: white;
        font-size: 1.5rem;
    }

    .brand-accent[b-1tteb1sbf4] { color: var(--amber); }

    .glass-card[b-1tteb1sbf4] {
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 1rem;
        backdrop-filter: blur(20px);
    }

    /* Hero Recommendation */
    .hero-card[b-1tteb1sbf4] {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(30, 58, 138, 0.3) 100%);
        border: 2px solid var(--amber);
        border-radius: 1rem;
        padding: 2rem;
        position: relative;
        overflow: hidden;
    }

    .hero-card[b-1tteb1sbf4]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -30%;
        width: 60%;
        height: 200%;
        background: radial-gradient(ellipse, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .hero-badge[b-1tteb1sbf4] {
        background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%);
        color: #0F172A;
        font-weight: 700;
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0.3rem 0.8rem;
        border-radius: 9999px;
        display: inline-block;
    }

    .hero-title[b-1tteb1sbf4] {
        font-size: 1.25rem;
        font-weight: 700;
        color: white;
        margin: 0.75rem 0 0.5rem;
    }

    .hero-entity[b-1tteb1sbf4] {
        color: var(--amber);
        font-weight: 600;
    }

    .hero-rationale[b-1tteb1sbf4] {
        color: var(--white-70);
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .hero-impact[b-1tteb1sbf4] {
        font-size: 1.75rem;
        font-weight: 700;
    }

    .confidence-stars[b-1tteb1sbf4] {
        color: var(--amber);
        font-size: 1rem;
        letter-spacing: 2px;
    }

    /* Stats Cards */
    .stats-card[b-1tteb1sbf4] {
        text-align: center;
        padding: 1.25rem;
    }

    .stats-value[b-1tteb1sbf4] {
        font-size: 1.75rem;
        font-weight: 700;
        color: white;
    }

    .stats-label[b-1tteb1sbf4] {
        color: var(--white-60);
        font-size: 0.8rem;
    }

    /* Tier Cards */
    .tier-card[b-1tteb1sbf4] {
        padding: 1rem;
        border-radius: 0.75rem;
        text-align: center;
        transition: all 0.2s ease;
        cursor: default;
    }

    .tier-quickwin[b-1tteb1sbf4] { background: rgba(34, 197, 94, 0.15); border: 1px solid rgba(34, 197, 94, 0.3); }
    .tier-strategic[b-1tteb1sbf4] { background: rgba(59, 130, 246, 0.15); border: 1px solid rgba(59, 130, 246, 0.3); }
    .tier-optimization[b-1tteb1sbf4] { background: rgba(245, 158, 11, 0.15); border: 1px solid rgba(245, 158, 11, 0.3); }
    .tier-lowpriority[b-1tteb1sbf4] { background: rgba(148, 163, 184, 0.15); border: 1px solid rgba(148, 163, 184, 0.3); }

    .tier-count[b-1tteb1sbf4] {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
    }

    .tier-label[b-1tteb1sbf4] {
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .tier-impact[b-1tteb1sbf4] {
        font-size: 0.75rem;
        color: var(--white-60);
        margin-top: 0.25rem;
    }

    /* Category Tabs */
    .category-tabs[b-1tteb1sbf4] {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .category-tab[b-1tteb1sbf4] {
        background: transparent;
        color: var(--white-60);
        border: 1px solid var(--glass-border);
        padding: 0.4rem 1rem;
        border-radius: 9999px;
        font-size: 0.8rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .category-tab:hover[b-1tteb1sbf4] { border-color: var(--amber); color: var(--white-90); }
    .category-tab.active[b-1tteb1sbf4] { background: var(--amber); color: #0F172A; border-color: var(--amber); }

    /* Finding Cards */
    .finding-card[b-1tteb1sbf4] {
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 0.75rem;
        padding: 1.25rem;
        margin-bottom: 0.75rem;
        transition: all 0.3s ease;
    }

    .finding-card:hover[b-1tteb1sbf4] {
        border-color: rgba(245, 158, 11, 0.5);
        transform: translateY(-1px);
    }

    .finding-tier-badge[b-1tteb1sbf4] {
        font-size: 0.65rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 0.2rem 0.6rem;
        border-radius: 9999px;
        font-weight: 600;
    }

    .badge-quickwin[b-1tteb1sbf4] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
    .badge-strategic[b-1tteb1sbf4] { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
    .badge-optimization[b-1tteb1sbf4] { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
    .badge-lowpriority[b-1tteb1sbf4] { background: rgba(148, 163, 184, 0.2); color: #94a3b8; }
    .badge-moonshot[b-1tteb1sbf4] { background: rgba(168, 85, 247, 0.2); color: #c084fc; }

    .category-badge[b-1tteb1sbf4] {
        font-size: 0.65rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 0.2rem 0.6rem;
        border-radius: 9999px;
        font-weight: 600;
    }

    .cat-seo[b-1tteb1sbf4] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
    .cat-ppc[b-1tteb1sbf4] { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
    .cat-content[b-1tteb1sbf4] { background: rgba(168, 85, 247, 0.2); color: #c084fc; }
    .cat-analytics[b-1tteb1sbf4] { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
    .cat-default[b-1tteb1sbf4] { background: rgba(148, 163, 184, 0.2); color: #94a3b8; }

    .confidence-bar[b-1tteb1sbf4] {
        height: 4px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;
        width: 60px;
        display: inline-block;
        vertical-align: middle;
    }

    .confidence-fill[b-1tteb1sbf4] {
        height: 100%;
        border-radius: 2px;
        transition: width 0.3s ease;
    }

    .sync-badge[b-1tteb1sbf4] {
        font-size: 0.65rem;
        padding: 0.15rem 0.5rem;
        border-radius: 0.25rem;
    }

    .sync-synced[b-1tteb1sbf4] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
    .sync-syncing[b-1tteb1sbf4] { background: rgba(245, 158, 11, 0.2); color: #fbbf24; }
    .sync-failed[b-1tteb1sbf4] { background: rgba(239, 68, 68, 0.2); color: #f87171; }
    .sync-notsynced[b-1tteb1sbf4] { background: rgba(148, 163, 184, 0.2); color: #94a3b8; }

    .outcome-badge[b-1tteb1sbf4] {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
        border-radius: 9999px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .outcome-improved[b-1tteb1sbf4] { background: rgba(34, 197, 94, 0.2); color: #4ade80; }
    .outcome-nochange[b-1tteb1sbf4] { background: rgba(239, 68, 68, 0.15); color: #f87171; }
    .outcome-pending[b-1tteb1sbf4] { background: rgba(148, 163, 184, 0.15); color: #94a3b8; }

    .btn-approve[b-1tteb1sbf4] {
        background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
        color: white;
        border: none;
        padding: 0.4rem 0.9rem;
        border-radius: 0.5rem;
        font-weight: 600;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .btn-approve:hover[b-1tteb1sbf4] { transform: scale(1.03); box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3); }
    .btn-approve:disabled[b-1tteb1sbf4] { opacity: 0.5; cursor: not-allowed; transform: none; }

    .btn-reject[b-1tteb1sbf4] {
        background: transparent;
        color: #f87171;
        border: 1px solid rgba(248, 113, 113, 0.4);
        padding: 0.4rem 0.9rem;
        border-radius: 0.5rem;
        font-weight: 600;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .btn-reject:hover[b-1tteb1sbf4] { background: rgba(248, 113, 113, 0.1); }

    .btn-defer[b-1tteb1sbf4] {
        background: transparent;
        color: var(--white-60);
        border: 1px solid var(--glass-border);
        padding: 0.4rem 0.9rem;
        border-radius: 0.5rem;
        font-weight: 600;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .btn-defer:hover[b-1tteb1sbf4] { border-color: var(--white-70); color: var(--white-90); }

    .btn-bulk[b-1tteb1sbf4] {
        background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%);
        color: #0F172A;
        border: none;
        padding: 0.5rem 1.25rem;
        border-radius: 0.5rem;
        font-weight: 700;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .btn-bulk:hover[b-1tteb1sbf4] { transform: scale(1.03); box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3); }
    .btn-bulk:disabled[b-1tteb1sbf4] { opacity: 0.5; cursor: not-allowed; }

    .loading-spinner[b-1tteb1sbf4] {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid var(--white-60);
        border-radius: 50%;
        border-top-color: var(--amber);
        animation: spin 1s ease-in-out infinite;
    }

    @@keyframes spin { to[b-1tteb1sbf4] { transform: rotate(360deg); } }

    .empty-state[b-1tteb1sbf4] {
        text-align: center;
        padding: 3rem 2rem;
        color: var(--white-60);
    }

    .queue-summary[b-1tteb1sbf4] {
        color: var(--white-60);
        font-size: 0.85rem;
    }

    .recurrence-badge[b-1tteb1sbf4] {
        font-size: 0.65rem;
        padding: 0.15rem 0.4rem;
        border-radius: 0.25rem;
        background: rgba(168, 85, 247, 0.2);
        color: #c084fc;
    }

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

    .modal-glass[b-1tteb1sbf4] {
        background: rgba(30, 41, 59, 0.98);
        border: 1px solid var(--glass-border);
        border-radius: 1rem;
        padding: 2rem;
        width: 90%;
        max-width: 480px;
        backdrop-filter: blur(20px);
    }

    .modal-glass select[b-1tteb1sbf4], .modal-glass textarea[b-1tteb1sbf4] {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid var(--glass-border);
        color: white;
        border-radius: 0.5rem;
        padding: 0.5rem;
        width: 100%;
    }

    .modal-glass select option[b-1tteb1sbf4] { background: #1e293b; color: white; }
/* /Pages/Revenue/Dashboard.razor.rz.scp.css */
/* Revenue Dashboard Styles */

.revenue-dashboard[b-m165ppo5ll] {
    padding: 2rem 0;
    max-width: 1400px;
    margin: 0 auto;
}

/* Dashboard Header */
.dashboard-header[b-m165ppo5ll] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--bs-border-color);
}

.header-content h1[b-m165ppo5ll] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.header-content .text-muted[b-m165ppo5ll] {
    font-size: 1rem;
    margin-bottom: 0;
}

/* Loading State */
.loading-container[b-m165ppo5ll] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
}

.loading-container p[b-m165ppo5ll] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
}

/* Empty State */
.empty-state[b-m165ppo5ll] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state-icon[b-m165ppo5ll] {
    font-size: 5rem;
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

.empty-state h2[b-m165ppo5ll] {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.empty-state p[b-m165ppo5ll] {
    font-size: 1.1rem;
    color: var(--bs-secondary);
    margin-bottom: 2rem;
    max-width: 500px;
}

/* Section Headings */
.section-heading[b-m165ppo5ll] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

/* Campaign Selector */
.campaign-selector-section[b-m165ppo5ll] {
    margin-bottom: 2rem;
}

.campaign-selector-section .input-group[b-m165ppo5ll] {
    max-width: 600px;
}

.campaign-selector-section .input-group-text[b-m165ppo5ll] {
    background-color: var(--bs-light);
    border-right: none;
    font-weight: 500;
}

.campaign-selector-section .form-select[b-m165ppo5ll] {
    border-left: none;
}

/* Metrics Grid */
.metrics-grid[b-m165ppo5ll] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.metric-card[b-m165ppo5ll] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
}

.metric-card:hover[b-m165ppo5ll] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.metric-icon[b-m165ppo5ll] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 0.5rem;
    font-size: 2rem;
    color: white;
    flex-shrink: 0;
}

.metric-content[b-m165ppo5ll] {
    flex: 1;
    min-width: 0;
}

.metric-label[b-m165ppo5ll] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--bs-secondary);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metric-value[b-m165ppo5ll] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.metric-description[b-m165ppo5ll] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

/* CRM Connections Grid */
.connection-grid[b-m165ppo5ll] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.connection-card[b-m165ppo5ll] {
    background: white;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: border-color 0.2s ease;
}

.connection-card:hover[b-m165ppo5ll] {
    border-color: var(--bs-primary);
}

.connection-header[b-m165ppo5ll] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.connection-name[b-m165ppo5ll] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    color: var(--bs-dark);
}

.connection-details .detail-row[b-m165ppo5ll] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--bs-border-color-translucent);
}

.connection-details .detail-row:last-child[b-m165ppo5ll] {
    border-bottom: none;
}

.detail-label[b-m165ppo5ll] {
    font-weight: 500;
    color: var(--bs-secondary);
}

.detail-value[b-m165ppo5ll] {
    color: var(--bs-dark);
}

/* Pipeline Visualization */
.pipeline-stages[b-m165ppo5ll] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.pipeline-stage[b-m165ppo5ll] {
    background: white;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pipeline-stage:hover[b-m165ppo5ll] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stage-header[b-m165ppo5ll] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--bs-primary);
}

.stage-name[b-m165ppo5ll] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    color: var(--bs-dark);
}

.stage-count[b-m165ppo5ll] {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
}

.stage-metrics[b-m165ppo5ll] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.stage-value[b-m165ppo5ll] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.value-label[b-m165ppo5ll] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    font-weight: 500;
}

.value-amount[b-m165ppo5ll] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bs-dark);
}

.stage-progress[b-m165ppo5ll] {
    margin-top: 0.5rem;
}

.stage-progress .progress[b-m165ppo5ll] {
    height: 8px;
    margin-bottom: 0.5rem;
    background-color: var(--bs-gray-200);
}

.stage-progress .progress-bar[b-m165ppo5ll] {
    background-color: var(--bs-primary);
}

.progress-label[b-m165ppo5ll] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

/* Responsive Design - Mobile First */
@media (max-width: 768px) {
    .revenue-dashboard[b-m165ppo5ll] {
        padding: 1rem 0;
    }

    .dashboard-header[b-m165ppo5ll] {
        margin-bottom: 1.5rem;
    }

    .header-content h1[b-m165ppo5ll] {
        font-size: 1.5rem;
    }

    .header-content .text-muted[b-m165ppo5ll] {
        font-size: 0.875rem;
    }

    .metrics-grid[b-m165ppo5ll] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .metric-card[b-m165ppo5ll] {
        padding: 1rem;
        gap: 1rem;
    }

    .metric-icon[b-m165ppo5ll] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .metric-value[b-m165ppo5ll] {
        font-size: 1.5rem;
    }

    .connection-grid[b-m165ppo5ll] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pipeline-stages[b-m165ppo5ll] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .campaign-selector-section .input-group[b-m165ppo5ll] {
        max-width: 100%;
    }

    .section-heading[b-m165ppo5ll] {
        font-size: 1.25rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .metrics-grid[b-m165ppo5ll] {
        grid-template-columns: repeat(2, 1fr);
    }

    .connection-grid[b-m165ppo5ll] {
        grid-template-columns: repeat(2, 1fr);
    }

    .pipeline-stages[b-m165ppo5ll] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .metrics-grid[b-m165ppo5ll] {
        grid-template-columns: repeat(4, 1fr);
    }

    .connection-grid[b-m165ppo5ll] {
        grid-template-columns: repeat(3, 1fr);
    }

    .pipeline-stages[b-m165ppo5ll] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Accessibility - High Contrast Mode Support */
@media (prefers-contrast: high) {
    .metric-card[b-m165ppo5ll],
    .connection-card[b-m165ppo5ll],
    .pipeline-stage[b-m165ppo5ll] {
        border-width: 2px;
    }

    .metric-icon[b-m165ppo5ll] {
        border: 2px solid white;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .metric-card[b-m165ppo5ll],
    .connection-card[b-m165ppo5ll],
    .pipeline-stage[b-m165ppo5ll] {
        background: var(--bs-dark);
        color: var(--bs-light);
    }

    .header-content h1[b-m165ppo5ll],
    .section-heading[b-m165ppo5ll],
    .connection-name[b-m165ppo5ll],
    .stage-name[b-m165ppo5ll],
    .metric-value[b-m165ppo5ll],
    .value-amount[b-m165ppo5ll] {
        color: var(--bs-light);
    }
}

/* Print Styles */
@media print {
    .revenue-dashboard[b-m165ppo5ll] {
        padding: 0;
    }

    .metric-card[b-m165ppo5ll],
    .connection-card[b-m165ppo5ll],
    .pipeline-stage[b-m165ppo5ll] {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #000;
    }

    .campaign-selector-section[b-m165ppo5ll] {
        display: none;
    }
}
/* /Pages/RuleTemplates.razor.rz.scp.css */
.rule-templates-container[b-deqqzev5f1] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-deqqzev5f1] {
    margin-bottom: 2rem;
}

.page-description[b-deqqzev5f1] {
    color: #666;
    font-size: 1.1rem;
}

.category-filter[b-deqqzev5f1] {
    margin-bottom: 2rem;
}

.category-filter .btn-group[b-deqqzev5f1] {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.templates-grid[b-deqqzev5f1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.template-card[b-deqqzev5f1] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    background: white;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}

.template-card:hover[b-deqqzev5f1] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.template-card.category-budget[b-deqqzev5f1] {
    border-left: 4px solid #dc3545;
}

.template-card.category-quality[b-deqqzev5f1] {
    border-left: 4px solid #28a745;
}

.template-card.category-performance[b-deqqzev5f1] {
    border-left: 4px solid #17a2b8;
}

.template-card.category-bidding[b-deqqzev5f1] {
    border-left: 4px solid #ffc107;
}

.template-card.category-geographic[b-deqqzev5f1] {
    border-left: 4px solid #6f42c1;
}

.template-header[b-deqqzev5f1] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
}

.template-header h4[b-deqqzev5f1] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

.category-badge[b-deqqzev5f1] {
    background: #e9ecef;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}

.template-description[b-deqqzev5f1] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.template-stats[b-deqqzev5f1] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    font-size: 0.9rem;
    color: #666;
}

.template-stats i[b-deqqzev5f1] {
    margin-right: 0.25rem;
}

.template-actions[b-deqqzev5f1] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.loading-spinner[b-deqqzev5f1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 1rem;
}

.modal.show[b-deqqzev5f1] {
    display: block;
}

@media (max-width: 768px) {
    .templates-grid[b-deqqzev5f1] {
        grid-template-columns: 1fr;
    }

    .template-actions[b-deqqzev5f1] {
        flex-direction: column;
    }

    .template-actions button[b-deqqzev5f1] {
        width: 100%;
    }
}
/* /Pages/Setup/AgentAutonomy.razor.rz.scp.css */
/* ========================================
   COLOR VARIABLES - ShipleyBI Dark Theme
   ======================================== */
:root[b-ub1z8ievqs] {
    --dark-slate: #0F172A;
    --navy: #1e3a8a;
    --navy-dark: #1e293b;
    --amber: #f59e0b;
    --amber-dark: #d97706;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-60: rgba(255, 255, 255, 0.6);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --success: #22c55e;
    --info: #3b82f6;
    --warning: #f59e0b;
    --danger: #ef4444;
}

.setup-container[b-ub1z8ievqs] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
}

.setup-header[b-ub1z8ievqs] {
    background: rgba(30, 41, 59, 0.95);
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 0;
    backdrop-filter: blur(10px);
}

.brand-text[b-ub1z8ievqs] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
}

.glass-card[b-ub1z8ievqs] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(20px);
}

.page-header-icon[b-ub1z8ievqs] {
    width: 80px;
    height: 80px;
    background: rgba(139, 92, 246, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.page-header-icon i[b-ub1z8ievqs] {
    font-size: 2rem;
    color: #8b5cf6;
}

/* Use ::deep so peeled child components (SafetyOverviewCard, AgentRow,
   AgentCategorySection, etc.) inherit these styles even though Blazor
   scoped CSS gives each child its own b-{hash} attribute. */

[b-ub1z8ievqs] .category-section {
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

[b-ub1z8ievqs] .category-header {
    background: rgba(255, 255, 255, 0.08);
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--glass-border);
    cursor: pointer;
    transition: background 0.2s ease;
}

[b-ub1z8ievqs] .category-header:hover {
    background: rgba(255, 255, 255, 0.12);
}

[b-ub1z8ievqs] .category-header h4 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--white-90);
}

[b-ub1z8ievqs] .agent-row {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease;
}

[b-ub1z8ievqs] .agent-row:last-child {
    border-bottom: none;
}

[b-ub1z8ievqs] .agent-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

[b-ub1z8ievqs] .agent-name {
    font-weight: 600;
    color: var(--white-90);
    margin-bottom: 0.25rem;
}

[b-ub1z8ievqs] .agent-description {
    font-size: 0.85rem;
    color: var(--white-60);
    margin-bottom: 0.75rem;
}

[b-ub1z8ievqs] .autonomy-toggle {
    display: flex;
    gap: 0.25rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.25rem;
}

[b-ub1z8ievqs] .autonomy-btn {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: none;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    color: var(--white-60);
}

[b-ub1z8ievqs] .autonomy-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-90);
}

[b-ub1z8ievqs] .autonomy-btn.active {
    color: white;
}

[b-ub1z8ievqs] .autonomy-btn.manual.active {
    background: #64748b;
}

[b-ub1z8ievqs] .autonomy-btn.semi.active {
    background: #3b82f6;
}

[b-ub1z8ievqs] .autonomy-btn.full.active {
    background: #22c55e;
}

[b-ub1z8ievqs] .spend-settings {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

[b-ub1z8ievqs] .spend-field label {
    font-size: 0.75rem;
    color: var(--white-60);
    display: block;
    margin-bottom: 0.25rem;
}

[b-ub1z8ievqs] .spend-field input {
    width: 100%;
    padding: 0.4rem 0.6rem;
    font-size: 0.85rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: white;
}

[b-ub1z8ievqs] .spend-field input:focus {
    border-color: var(--amber);
    outline: none;
}

[b-ub1z8ievqs] .input-with-prefix {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
}

[b-ub1z8ievqs] .input-with-prefix:focus-within {
    border-color: var(--amber);
}

[b-ub1z8ievqs] .input-with-prefix .prefix {
    padding: 0.4rem 0.5rem;
    color: var(--amber);
    font-weight: 600;
    font-size: 0.85rem;
}

[b-ub1z8ievqs] .input-with-prefix input {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-left: 0;
}

[b-ub1z8ievqs] .input-with-prefix input:focus {
    border-color: transparent;
}

[b-ub1z8ievqs] .spend-field label .bi-info-circle {
    font-size: 0.7rem;
    margin-left: 0.25rem;
    opacity: 0.7;
    cursor: help;
}

[b-ub1z8ievqs] .spend-helper {
    font-size: 0.75rem;
    color: var(--amber);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

[b-ub1z8ievqs] .global-settings {
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

[b-ub1z8ievqs] .global-settings h5 {
    color: var(--white-90);
    margin-bottom: 1rem;
}

[b-ub1z8ievqs] .stats-row {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

[b-ub1z8ievqs] .stat-item {
    text-align: center;
}

[b-ub1z8ievqs] .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--amber);
}

[b-ub1z8ievqs] .stat-label {
    font-size: 0.8rem;
    color: var(--white-60);
}

[b-ub1z8ievqs] .enable-toggle {
    width: 50px;
    height: 26px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    position: relative;
    cursor: pointer;
    transition: background 0.2s ease;
}

[b-ub1z8ievqs] .enable-toggle.enabled {
    background: var(--success);
}

[b-ub1z8ievqs] .enable-toggle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: transform 0.2s ease;
}

[b-ub1z8ievqs] .enable-toggle.enabled::after {
    transform: translateX(24px);
}

.btn-primary-amber[b-ub1z8ievqs] {
    background: var(--amber);
    border-color: var(--amber);
    color: #1e293b;
    font-weight: 600;
}

.btn-primary-amber:hover[b-ub1z8ievqs] {
    background: var(--amber-dark);
    border-color: var(--amber-dark);
    color: #1e293b;
}

[b-ub1z8ievqs] .spend-progress {
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    margin-top: 0.5rem;
}

[b-ub1z8ievqs] .spend-progress-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.5s ease;
}
/* /Pages/Setup/Cms.razor.rz.scp.css */
/*
    VS-8ae.1 (2026-05-09): peeled from inline <style> block of
    Cms.razor (lines 15-236) to scoped CSS sidecar so Blazor's
    compile-time scoped-CSS attribute (b-{hash}) confines these rules
    to elements descended from THIS page only — preventing leakage of
    `.glass-card`, `.brand-text`, `.form-control-dark`, `.btn-amber`,
    `.btn-glass`, `.icon-box`, `.alert-dark-*`, etc. to other Setup
    pages that use the same class names. See gotcha catalog #12.

    All rules except the outer `.setup-container` are wrapped in
    `::deep` so they will continue to match descendants — including
    elements rendered by future per-section child components — even
    after sections are peeled in subsequent VS-8ae.N slices.

    CSS variables originally on `:root` are scoped to
    `.setup-container` so they only apply within this page.
*/

.setup-container[b-r2npu5ioes] {
    --dark-slate: #0F172A;
    --navy: #1e3a8a;
    --navy-dark: #1e293b;
    --amber: #f59e0b;
    --amber-dark: #d97706;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-60: rgba(255, 255, 255, 0.6);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --success: #22c55e;
    --info: #3b82f6;
    --warning: #f59e0b;
    --danger: #ef4444;
    --cyan: #0ea5e9;
    --wordpress: #21759b;

    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
}

[b-r2npu5ioes] .setup-header {
    background: rgba(30, 41, 59, 0.95);
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 0;
    backdrop-filter: blur(10px);
}

[b-r2npu5ioes] .brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
}

[b-r2npu5ioes] .glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 1.5rem;
    backdrop-filter: blur(20px);
}

[b-r2npu5ioes] .glass-card:hover {
    border-color: rgba(245, 158, 11, 0.3);
    transition: border-color 0.3s ease;
}

[b-r2npu5ioes] .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

[b-r2npu5ioes] .icon-cms {
    background: rgba(33, 117, 155, 0.15);
    color: var(--wordpress);
}

[b-r2npu5ioes] .form-control-dark {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    color: white;
    padding: 0.75rem 1rem;
}

[b-r2npu5ioes] .form-control-dark:focus {
    background: rgba(30, 41, 59, 0.7);
    border-color: var(--amber);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
    color: white;
}

[b-r2npu5ioes] .form-control-dark::placeholder {
    color: var(--white-60);
}

[b-r2npu5ioes] .btn-amber {
    background: linear-gradient(135deg, var(--amber), var(--amber-dark));
    border: none;
    color: var(--dark-slate);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

[b-r2npu5ioes] .btn-amber:hover {
    background: linear-gradient(135deg, var(--amber-dark), #b45309);
    color: var(--dark-slate);
    transform: translateY(-1px);
}

[b-r2npu5ioes] .btn-amber:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

[b-r2npu5ioes] .btn-glass {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: var(--white-90);
    border-radius: 10px;
}

[b-r2npu5ioes] .btn-glass:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--amber);
    color: white;
}

[b-r2npu5ioes] .btn-wordpress {
    background: linear-gradient(135deg, #21759b, #0073aa);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

[b-r2npu5ioes] .btn-wordpress:hover {
    background: linear-gradient(135deg, #0073aa, #005a87);
    color: white;
    transform: translateY(-1px);
}

[b-r2npu5ioes] .website-item {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

[b-r2npu5ioes] .website-item:hover {
    border-color: rgba(245, 158, 11, 0.5);
}

[b-r2npu5ioes] .website-item.selected {
    border-color: var(--amber);
    background: rgba(245, 158, 11, 0.1);
}

[b-r2npu5ioes] .text-white-60 { color: var(--white-60); }
[b-r2npu5ioes] .text-white-70 { color: var(--white-70); }
[b-r2npu5ioes] .text-white-90 { color: var(--white-90); }
[b-r2npu5ioes] .text-amber { color: var(--amber); }
[b-r2npu5ioes] .text-cyan { color: var(--cyan); }
[b-r2npu5ioes] .text-wordpress { color: var(--wordpress); }

[b-r2npu5ioes] .alert-dark-success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #22c55e;
    border-radius: 10px;
}

[b-r2npu5ioes] .alert-dark-danger {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
    border-radius: 10px;
}

[b-r2npu5ioes] .alert-dark-info {
    background: rgba(33, 117, 155, 0.15);
    border: 1px solid rgba(33, 117, 155, 0.3);
    color: #21759b;
    border-radius: 10px;
}

[b-r2npu5ioes] .connection-status {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
}

[b-r2npu5ioes] .empty-state {
    text-align: center;
    padding: 3rem;
}

[b-r2npu5ioes] .step-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

[b-r2npu5ioes] .step-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--amber);
    color: var(--dark-slate);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
}

[b-r2npu5ioes] .password-hint {
    font-size: 0.8rem;
    line-height: 1.4;
}
/* /Pages/Setup/SalesProcess.razor.rz.scp.css */
/*
    VS-8s.1 (2026-05-09): peeled from inline <style> block of
    SalesProcess.razor (lines 11-304) to scoped CSS sidecar so Blazor's
    compile-time scoped-CSS attribute (b-{hash}) confines these rules
    to elements descended from THIS page only — preventing leakage
    of `.glass-card`, `.brand-text`, `.tool-chip`, `.step-circle`, etc.
    to other pages with same class names. See gotcha catalog #12.

    All rules except the outer `.sales-process-container` are wrapped in
    `::deep` so they will continue to match descendants — including
    elements rendered by future per-section child components — even
    after sections are peeled in subsequent VS-8s.N slices.

    CSS variables originally on `:root` are scoped to
    `.sales-process-container` so they only apply within this page.
*/

.sales-process-container[b-dlhvnerwju] {
    --dark-slate: #0F172A;
    --navy: #1e3a8a;
    --navy-dark: #1e293b;
    --amber: #f59e0b;
    --amber-dark: #d97706;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-60: rgba(255, 255, 255, 0.6);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --success: #22c55e;
    --info: #3b82f6;
    --warning: #f59e0b;
    --danger: #ef4444;
    --pink: #ec4899;

    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-slate) 0%, var(--navy) 100%);
}

.sales-process-container[b-dlhvnerwju]  .sales-process-header {
    background: rgba(30, 41, 59, 0.95);
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 0;
    backdrop-filter: blur(10px);
}

.sales-process-container[b-dlhvnerwju]  .brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
}

.sales-process-container[b-dlhvnerwju]  .glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(20px);
    margin-bottom: 1.5rem;
}

.sales-process-container[b-dlhvnerwju]  .glass-card h2 {
    color: var(--white-90);
    font-weight: 600;
    margin-bottom: 1rem;
}

.sales-process-container[b-dlhvnerwju]  .glass-card h3 {
    color: var(--white-90);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.sales-process-container[b-dlhvnerwju]  .glass-card p {
    color: var(--white-70);
}

.sales-process-container[b-dlhvnerwju]  .glass-card label {
    color: var(--white-90);
}

.sales-process-container[b-dlhvnerwju]  .form-select,
.sales-process-container[b-dlhvnerwju]  .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--glass-border);
    color: var(--white-90);
    border-radius: 8px;
}

.sales-process-container[b-dlhvnerwju]  .form-select:focus,
.sales-process-container[b-dlhvnerwju]  .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--amber);
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.25);
    color: var(--white-90);
}

.sales-process-container[b-dlhvnerwju]  .form-select option {
    background: var(--navy-dark);
    color: white;
}

.sales-process-container[b-dlhvnerwju]  .form-check-input {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--glass-border);
}

.sales-process-container[b-dlhvnerwju]  .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}

.sales-process-container[b-dlhvnerwju]  .form-check-label {
    color: var(--white-90);
}

.sales-process-container[b-dlhvnerwju]  .btn-primary {
    background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%);
    border: none;
    color: #1a1a2e;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
}

.sales-process-container[b-dlhvnerwju]  .btn-primary:hover {
    background: linear-gradient(135deg, var(--amber-dark) 0%, var(--amber) 100%);
    color: #1a1a2e;
}

.sales-process-container[b-dlhvnerwju]  .btn-outline-secondary {
    border-color: var(--glass-border);
    color: var(--white-70);
}

.sales-process-container[b-dlhvnerwju]  .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--white-70);
    color: var(--white-90);
}

.sales-process-container[b-dlhvnerwju]  .btn-success {
    background: linear-gradient(135deg, var(--success) 0%, #16a34a 100%);
    border: none;
    color: white;
}

.sales-process-container[b-dlhvnerwju]  .alert-success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: var(--success);
    border-radius: 12px;
}

.sales-process-container[b-dlhvnerwju]  .alert-danger {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: var(--danger);
    border-radius: 12px;
}

.sales-process-container[b-dlhvnerwju]  .page-header-icon {
    width: 64px;
    height: 64px;
    background: rgba(236, 72, 153, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.sales-process-container[b-dlhvnerwju]  .page-header-icon i {
    font-size: 1.75rem;
    color: var(--pink);
}

/* Step Progress Indicator */
.sales-process-container[b-dlhvnerwju]  .step-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 0;
}

.sales-process-container[b-dlhvnerwju]  .step-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.sales-process-container[b-dlhvnerwju]  .step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--glass-border);
    z-index: 0;
}

.sales-process-container[b-dlhvnerwju]  .step-item.completed:not(:last-child)::after {
    background: var(--success);
}

.sales-process-container[b-dlhvnerwju]  .step-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--glass-bg);
    border: 2px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--white-60);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.sales-process-container[b-dlhvnerwju]  .step-item.active .step-circle {
    background: var(--pink);
    border-color: var(--pink);
    color: white;
}

.sales-process-container[b-dlhvnerwju]  .step-item.completed .step-circle {
    background: var(--success);
    border-color: var(--success);
    color: white;
}

.sales-process-container[b-dlhvnerwju]  .step-label {
    font-size: 0.7rem;
    color: var(--white-60);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sales-process-container[b-dlhvnerwju]  .step-item.active .step-label {
    color: var(--pink);
}

.sales-process-container[b-dlhvnerwju]  .step-item.completed .step-label {
    color: var(--success);
}

/* Tool Chips */
.sales-process-container[b-dlhvnerwju]  .tool-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    margin: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sales-process-container[b-dlhvnerwju]  .tool-chip:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sales-process-container[b-dlhvnerwju]  .tool-chip.selected {
    background: rgba(236, 72, 153, 0.2);
    border-color: var(--pink);
    color: var(--pink);
}

.sales-process-container[b-dlhvnerwju]  .tool-chip input {
    margin-right: 0.5rem;
}

/* Star Rating */
.sales-process-container[b-dlhvnerwju]  .star-rating {
    display: flex;
    gap: 0.5rem;
}

.sales-process-container[b-dlhvnerwju]  .star-rating .star {
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--glass-border);
    transition: color 0.2s ease;
}

.sales-process-container[b-dlhvnerwju]  .star-rating .star:hover,
.sales-process-container[b-dlhvnerwju]  .star-rating .star.filled {
    color: var(--amber);
}

/* Review Summary Row (VS-8s.5) */
.sales-process-container[b-dlhvnerwju]  .review-row {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

/* Section Description */
.sales-process-container[b-dlhvnerwju]  .section-description {
    background: rgba(236, 72, 153, 0.1);
    border-left: 3px solid var(--pink);
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 0 8px 8px 0;
}

.sales-process-container[b-dlhvnerwju]  .section-description p {
    margin: 0;
    color: var(--white-70);
}
</content[b-dlhvnerwju]>
/* /Pages/Trust/Index.razor.rz.scp.css */
.trust-container[b-rdc8yz9xps] {
    padding: 1.5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.trust-header[b-rdc8yz9xps] {
    margin-bottom: 1.5rem;
}

.trust-title[b-rdc8yz9xps] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #f59e0b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.trust-subtitle[b-rdc8yz9xps] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.trust-loading[b-rdc8yz9xps], .trust-empty[b-rdc8yz9xps] {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.trust-empty i[b-rdc8yz9xps] {
    font-size: 3rem;
    color: #f59e0b;
    margin-bottom: 1rem;
}

.glass-card[b-rdc8yz9xps] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    backdrop-filter: blur(12px);
    padding: 1.5rem;
}

/* Vertical Ledger Strip layout: sticky rail on left, scrollable timeline on right. */
.ledger-strip[b-rdc8yz9xps] {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1rem;
    align-items: start;
}

.confidence-rail[b-rdc8yz9xps] {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0.75rem 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.rail-label[b-rdc8yz9xps] {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.rail-cell[b-rdc8yz9xps] {
    width: 36px;
    height: 18px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.06);
}

.rail-cell-0[b-rdc8yz9xps] { background: rgba(255, 255, 255, 0.04); }
.rail-cell-1[b-rdc8yz9xps] { background: rgba(245, 158, 11, 0.25); }
.rail-cell-2[b-rdc8yz9xps] { background: rgba(245, 158, 11, 0.45); }
.rail-cell-3[b-rdc8yz9xps] { background: rgba(245, 158, 11, 0.7); }
.rail-cell-4[b-rdc8yz9xps] { background: rgba(245, 158, 11, 0.95); }

.ledger-timeline[b-rdc8yz9xps] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.day-group[b-rdc8yz9xps] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.day-header[b-rdc8yz9xps] {
    position: sticky;
    top: 0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #f59e0b;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.ledger-entry[b-rdc8yz9xps] {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ledger-entry:last-child[b-rdc8yz9xps] {
    border-bottom: none;
}

.entry-time[b-rdc8yz9xps] {
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    padding-top: 0.15rem;
}

.entry-body[b-rdc8yz9xps] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.entry-agent[b-rdc8yz9xps] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
}

.entry-confidence i[b-rdc8yz9xps] {
    color: #f59e0b;
    font-size: 0.8rem;
}

.entry-confidence i.bi-star[b-rdc8yz9xps] {
    color: rgba(255, 255, 255, 0.2);
}

.outcome-badge[b-rdc8yz9xps] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.outcome-pending[b-rdc8yz9xps] {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
}

.outcome-positive[b-rdc8yz9xps] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.outcome-neutral[b-rdc8yz9xps] {
    background: rgba(148, 163, 184, 0.15);
    color: #94a3b8;
}

.outcome-negative[b-rdc8yz9xps] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.outcome-inconclusive[b-rdc8yz9xps] {
    background: rgba(234, 179, 8, 0.12);
    color: #eab308;
}

.outcome-delta[b-rdc8yz9xps] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
}
