/* _content/VibronTax/Components/AuditRiskMeter.razor.rz.scp.css */
.audit-risk-meter[b-yhvdt4x49g] {
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.meter-header[b-yhvdt4x49g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font: inherit;
    color: inherit;
}

.meter-header:focus-visible[b-yhvdt4x49g] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: -2px;
    border-radius: 6px 12px 0 0;
}

.meter-header:hover[b-yhvdt4x49g] {
    background: #f8fafc;
}

.meter-header:active[b-yhvdt4x49g] {
    background: #f1f5f9;
    transform: scale(0.995);
}

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

.risk-gauge[b-yhvdt4x49g] {
    width: 60px;
    height: 36px;
}

.gauge-svg[b-yhvdt4x49g] {
    width: 100%;
    height: 100%;
}

.header-text h3[b-yhvdt4x49g] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.risk-label[b-yhvdt4x49g] {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
}

.risk-label.low[b-yhvdt4x49g] {
    background: #dcfce7;
    color: #16a34a;
}

.risk-label.moderate[b-yhvdt4x49g] {
    background: #fef9c3;
    color: #ca8a04;
}

.risk-label.elevated[b-yhvdt4x49g] {
    background: #ffedd5;
    color: #ea580c;
}

.risk-label.high[b-yhvdt4x49g] {
    background: #fee2e2;
    color: #dc2626;
}

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

.risk-score[b-yhvdt4x49g] {
    font-weight: 500;
    color: #64748b;
}

.expand-icon[b-yhvdt4x49g] {
    color: #94a3b8;
    font-size: 0.75rem;
}

.meter-body[b-yhvdt4x49g] {
    padding: 0 1.25rem 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.loading-state[b-yhvdt4x49g] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    color: #64748b;
}

.spinner[b-yhvdt4x49g] {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-yhvdt4x49g 1s linear infinite;
}

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

.risk-summary[b-yhvdt4x49g] {
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    margin-top: 1rem;
    color: #475569;
    line-height: 1.5;
}

.risk-factors[b-yhvdt4x49g] {
    margin-top: 1.5rem;
}

.risk-factors h4[b-yhvdt4x49g],
.documentation-tips h4[b-yhvdt4x49g] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
}

.factor-item[b-yhvdt4x49g] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    background: #f8fafc;
}

.factor-item.high[b-yhvdt4x49g] {
    background: #fef2f2;
    border-left: 3px solid #ef4444;
}

.factor-item.medium[b-yhvdt4x49g] {
    background: #fffbeb;
    border-left: 3px solid #f59e0b;
}

.factor-item.low[b-yhvdt4x49g] {
    background: #f0fdf4;
    border-left: 3px solid #22c55e;
}

.factor-icon[b-yhvdt4x49g] {
    font-size: 1rem;
    flex-shrink: 0;
}

.factor-content[b-yhvdt4x49g] {
    flex: 1;
}

.factor-title[b-yhvdt4x49g] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.factor-description[b-yhvdt4x49g] {
    font-size: 0.875rem;
    color: #64748b;
}

.factor-recommendation[b-yhvdt4x49g] {
    font-size: 0.8rem;
    color: #475569;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed #e2e8f0;
}

.factor-impact[b-yhvdt4x49g] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    flex-shrink: 0;
}

.documentation-tips[b-yhvdt4x49g] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #eff6ff;
    border-radius: 8px;
}

.documentation-tips ul[b-yhvdt4x49g] {
    margin: 0;
    padding-left: 1.25rem;
}

.documentation-tips li[b-yhvdt4x49g] {
    font-size: 0.875rem;
    color: #1e40af;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.documentation-tips li:last-child[b-yhvdt4x49g] {
    margin-bottom: 0;
}

.meter-footer[b-yhvdt4x49g] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.disclaimer[b-yhvdt4x49g] {
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.4;
}

/* Dark theme support - default for app dark mode (absence of light class) */
html:not(.light):not(.sacred-light) .audit-risk-meter[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .audit-risk-meter[b-yhvdt4x49g] {
    background: rgba(22, 27, 42, 0.95);
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

html:not(.light):not(.sacred-light) .meter-header:hover[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .meter-header:hover[b-yhvdt4x49g] {
    background: rgba(255,255,255,0.03);
}

html:not(.light):not(.sacred-light) .meter-header:active[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .meter-header:active[b-yhvdt4x49g] {
    background: rgba(255,255,255,0.06);
}

html:not(.light):not(.sacred-light) .header-text h3[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .header-text h3[b-yhvdt4x49g] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .risk-label.low[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .risk-label.low[b-yhvdt4x49g] {
    background: rgba(22, 163, 74, 0.2);
    color: #4ade80;
}

html:not(.light):not(.sacred-light) .risk-label.moderate[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .risk-label.moderate[b-yhvdt4x49g] {
    background: rgba(202, 138, 4, 0.2);
    color: #facc15;
}

html:not(.light):not(.sacred-light) .risk-label.elevated[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .risk-label.elevated[b-yhvdt4x49g] {
    background: rgba(234, 88, 12, 0.2);
    color: #fb923c;
}

html:not(.light):not(.sacred-light) .risk-label.high[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .risk-label.high[b-yhvdt4x49g] {
    background: rgba(220, 38, 38, 0.2);
    color: #f87171;
}

html:not(.light):not(.sacred-light) .risk-score[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .risk-score[b-yhvdt4x49g] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .expand-icon[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .expand-icon[b-yhvdt4x49g] {
    color: #6b7280;
}

html:not(.light):not(.sacred-light) .meter-body[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .meter-body[b-yhvdt4x49g] {
    border-top-color: rgba(255,255,255,0.08);
}

html:not(.light):not(.sacred-light) .loading-state[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .loading-state[b-yhvdt4x49g] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .spinner[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .spinner[b-yhvdt4x49g] {
    border-color: rgba(255,255,255,0.1);
    border-top-color: #60a5fa;
}

html:not(.light):not(.sacred-light) .risk-summary[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .risk-summary[b-yhvdt4x49g] {
    background: rgba(255,255,255,0.03);
    color: #d1d5db;
}

html:not(.light):not(.sacred-light) .risk-factors h4[b-yhvdt4x49g],
html:not(.light):not(.sacred-light) .documentation-tips h4[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .risk-factors h4[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .documentation-tips h4[b-yhvdt4x49g] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .factor-item[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-item[b-yhvdt4x49g] {
    background: rgba(255,255,255,0.03);
}

html:not(.light):not(.sacred-light) .factor-item.high[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-item.high[b-yhvdt4x49g] {
    background: rgba(239, 68, 68, 0.1);
    border-left-color: #ef4444;
}

html:not(.light):not(.sacred-light) .factor-item.medium[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-item.medium[b-yhvdt4x49g] {
    background: rgba(245, 158, 11, 0.1);
    border-left-color: #f59e0b;
}

html:not(.light):not(.sacred-light) .factor-item.low[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-item.low[b-yhvdt4x49g] {
    background: rgba(34, 197, 94, 0.1);
    border-left-color: #22c55e;
}

html:not(.light):not(.sacred-light) .factor-title[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-title[b-yhvdt4x49g] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .factor-description[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-description[b-yhvdt4x49g] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .factor-recommendation[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-recommendation[b-yhvdt4x49g] {
    color: #d1d5db;
    border-top-color: rgba(255,255,255,0.1);
}

html:not(.light):not(.sacred-light) .factor-impact[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .factor-impact[b-yhvdt4x49g] {
    color: #6b7280;
}

html:not(.light):not(.sacred-light) .documentation-tips[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .documentation-tips[b-yhvdt4x49g] {
    background: rgba(59, 130, 246, 0.1);
}

html:not(.light):not(.sacred-light) .documentation-tips li[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .documentation-tips li[b-yhvdt4x49g] {
    color: #93c5fd;
}

html:not(.light):not(.sacred-light) .meter-footer[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .meter-footer[b-yhvdt4x49g] {
    border-top-color: rgba(255,255,255,0.08);
}

html:not(.light):not(.sacred-light) .disclaimer[b-yhvdt4x49g],
body:not(.light):not(.sacred-light) .disclaimer[b-yhvdt4x49g] {
    color: #6b7280;
}
/* _content/VibronTax/Components/ContextualAssistant.razor.rz.scp.css */
.ctx-assistant[b-pd0yidirz1] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 6px;
    margin-bottom: 1rem;
    border: 1px solid rgba(37, 99, 235, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}

.ctx-assistant.minimized[b-pd0yidirz1] {
    background: rgba(37, 99, 235, 0.1);
    border-radius: 8px;
}

.ctx-assistant.urgent[b-pd0yidirz1] {
    border-color: rgba(239, 68, 68, 0.5);
    animation: urgent-pulse-b-pd0yidirz1 2s ease-in-out infinite;
}

@keyframes urgent-pulse-b-pd0yidirz1 {
    0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.2); }
    50% { box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1); }
}

.ctx-expand[b-pd0yidirz1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #e5e7eb;
    text-align: left;
}

.ctx-expand:hover[b-pd0yidirz1] {
    background: rgba(37, 99, 235, 0.1);
}

.ctx-orb[b-pd0yidirz1] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}

.ctx-mini-text[b-pd0yidirz1] {
    font-size: 0.875rem;
    color: #9ca3af;
}

.ctx-content[b-pd0yidirz1] {
    padding: 1rem 1.25rem;
}

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

.ctx-identity[b-pd0yidirz1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ctx-identity .ctx-orb[b-pd0yidirz1] {
    width: 28px;
    height: 28px;
    font-size: 0.875rem;
}

.ctx-name[b-pd0yidirz1] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #e5e7eb;
}

.ctx-progress-mini[b-pd0yidirz1] {
    flex: 1;
    position: relative;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.ctx-progress-bar[b-pd0yidirz1] {
    height: 100%;
    background: #2563eb;
    border-radius: 4px;
    transition: width 0.5s ease;
}

.ctx-progress-text[b-pd0yidirz1] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
}

.ctx-minimize[b-pd0yidirz1] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #9ca3af;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
}

.ctx-minimize:hover[b-pd0yidirz1] {
    background: rgba(255, 255, 255, 0.15);
    color: #e5e7eb;
}

.ctx-action-area[b-pd0yidirz1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ctx-action-main[b-pd0yidirz1] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.ctx-icon[b-pd0yidirz1] {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.ctx-action-content[b-pd0yidirz1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ctx-action-title[b-pd0yidirz1] {
    font-weight: 600;
    font-size: 1rem;
    color: #f3f4f6;
}

.ctx-action-desc[b-pd0yidirz1] {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.4;
}

.ctx-actions[b-pd0yidirz1] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ctx-btn[b-pd0yidirz1] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.ctx-btn.primary[b-pd0yidirz1] {
    background: #2563eb;
    color: #fff;
}

.ctx-btn.primary:hover[b-pd0yidirz1] {
    background: #1d4ed8;
}

.ctx-btn.ghost[b-pd0yidirz1] {
    background: rgba(255, 255, 255, 0.1);
    color: #d1d5db;
}

.ctx-btn.ghost:hover[b-pd0yidirz1] {
    background: rgba(255, 255, 255, 0.15);
}

.ctx-complete[b-pd0yidirz1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ctx-complete-icon[b-pd0yidirz1] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
}

.ctx-complete-text[b-pd0yidirz1] {
    flex: 1;
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 640px) {
    .ctx-action-area[b-pd0yidirz1] {
        flex-direction: column;
    }

    .ctx-actions[b-pd0yidirz1] {
        width: 100%;
    }

    .ctx-btn[b-pd0yidirz1] {
        flex: 1;
    }
}

/* Light/Dawn mode overrides */
[b-pd0yidirz1] .light .ctx-ring-fill-text,
[b-pd0yidirz1] .sacred-light .ctx-ring-fill-text,
:global(.light) .ctx-ring-fill-text[b-pd0yidirz1],
:global(.sacred-light) .ctx-ring-fill-text[b-pd0yidirz1] {
    color: #1a1f2e;
}

[b-pd0yidirz1] .light .ctx-minimize,
[b-pd0yidirz1] .sacred-light .ctx-minimize,
:global(.light) .ctx-minimize[b-pd0yidirz1],
:global(.sacred-light) .ctx-minimize[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.06);
    color: #4b5563;
}

[b-pd0yidirz1] .light .ctx-minimize:hover,
[b-pd0yidirz1] .sacred-light .ctx-minimize:hover,
:global(.light) .ctx-minimize:hover[b-pd0yidirz1],
:global(.sacred-light) .ctx-minimize:hover[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.1);
    color: #1f2937;
}

[b-pd0yidirz1] .light .ctx-action-title,
[b-pd0yidirz1] .sacred-light .ctx-action-title,
:global(.light) .ctx-action-title[b-pd0yidirz1],
:global(.sacred-light) .ctx-action-title[b-pd0yidirz1] {
    color: #1a1f2e;
}

[b-pd0yidirz1] .light .ctx-action-desc,
[b-pd0yidirz1] .light .ctx-progress-label,
[b-pd0yidirz1] .sacred-light .ctx-action-desc,
:global(.light) .ctx-action-desc[b-pd0yidirz1],
:global(.light) .ctx-progress-label[b-pd0yidirz1],
:global(.sacred-light) .ctx-action-desc[b-pd0yidirz1] {
    color: #4b5563;
}

[b-pd0yidirz1] .light .ctx-btn.ghost,
[b-pd0yidirz1] .sacred-light .ctx-btn.ghost,
:global(.light) .ctx-btn.ghost[b-pd0yidirz1],
:global(.sacred-light) .ctx-btn.ghost[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.06);
    color: #374151;
}

[b-pd0yidirz1] .light .ctx-btn.ghost:hover,
[b-pd0yidirz1] .sacred-light .ctx-btn.ghost:hover,
:global(.light) .ctx-btn.ghost:hover[b-pd0yidirz1],
:global(.sacred-light) .ctx-btn.ghost:hover[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.1);
    color: #1f2937;
}

[b-pd0yidirz1] .light .ctx-complete-title,
[b-pd0yidirz1] .sacred-light .ctx-complete-title,
:global(.light) .ctx-complete-title[b-pd0yidirz1],
:global(.sacred-light) .ctx-complete-title[b-pd0yidirz1] {
    color: #1a1f2e;
}

[b-pd0yidirz1] .light .ctx-complete-sub,
[b-pd0yidirz1] .sacred-light .ctx-complete-sub,
:global(.light) .ctx-complete-sub[b-pd0yidirz1],
:global(.sacred-light) .ctx-complete-sub[b-pd0yidirz1] {
    color: #4b5563;
}

[b-pd0yidirz1] .light .ctx-assistant-card,
[b-pd0yidirz1] .sacred-light .ctx-assistant-card,
:global(.light) .ctx-assistant-card[b-pd0yidirz1],
:global(.sacred-light) .ctx-assistant-card[b-pd0yidirz1] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(59, 130, 246, 0.05) 100%);
    border-color: rgba(37, 99, 235, 0.15);
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The ::deep selectors don't work for <html> elements
   ============================================ */

html.light .ctx-ring-fill-text[b-pd0yidirz1],
html.sacred-light .ctx-ring-fill-text[b-pd0yidirz1] {
    color: #1e293b;
}

html.light .ctx-minimize[b-pd0yidirz1],
html.sacred-light .ctx-minimize[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

html.light .ctx-minimize:hover[b-pd0yidirz1],
html.sacred-light .ctx-minimize:hover[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.08);
}

html.light .ctx-action-title[b-pd0yidirz1],
html.sacred-light .ctx-action-title[b-pd0yidirz1] {
    color: #1e293b;
}

html.light .ctx-action-desc[b-pd0yidirz1],
html.light .ctx-progress-label[b-pd0yidirz1],
html.sacred-light .ctx-action-desc[b-pd0yidirz1] {
    color: #4b5563;
}

html.light .ctx-btn.ghost[b-pd0yidirz1],
html.sacred-light .ctx-btn.ghost[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

html.light .ctx-btn.ghost:hover[b-pd0yidirz1],
html.sacred-light .ctx-btn.ghost:hover[b-pd0yidirz1] {
    background: rgba(0, 0, 0, 0.08);
}

html.light .ctx-complete-title[b-pd0yidirz1],
html.sacred-light .ctx-complete-title[b-pd0yidirz1] {
    color: #1a1f2e;
}

html.light .ctx-complete-sub[b-pd0yidirz1],
html.sacred-light .ctx-complete-sub[b-pd0yidirz1] {
    color: #4b5563;
}

html.light .ctx-assistant-card[b-pd0yidirz1],
html.sacred-light .ctx-assistant-card[b-pd0yidirz1] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(59, 130, 246, 0.05) 100%);
    border-color: rgba(37, 99, 235, 0.15);
}
/* _content/VibronTax/Components/DailyCheckIn.razor.rz.scp.css */
.daily-checkin-overlay[b-xz9uf6w9ls] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: var(--z-modal, 1050);
    backdrop-filter: blur(4px);
}

.daily-checkin-overlay.open[b-xz9uf6w9ls] {
    display: flex;
}

.daily-checkin-modal[b-xz9uf6w9ls] {
    background: var(--card-bg, #ffffff);
    border-radius: 6px;
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.checkin-header[b-xz9uf6w9ls] {
    padding: 24px 24px 16px;
    border-bottom: 1px solid var(--border-color, #e0e0e0);
    position: relative;
}

.checkin-header h3[b-xz9uf6w9ls] {
    margin: 0 0 4px;
    font-size: 1.5rem;
    font-weight: 600;
}

.checkin-subtitle[b-xz9uf6w9ls] {
    margin: 0;
    color: var(--text-muted, #666);
    font-size: 0.9rem;
}

.close-btn[b-xz9uf6w9ls] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-muted, #666);
    padding: 4px 8px;
    border-radius: 4px;
}

.close-btn:hover[b-xz9uf6w9ls] {
    background: var(--hover-bg, #f0f0f0);
}

.checkin-progress[b-xz9uf6w9ls] {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px;
}

.progress-dot[b-xz9uf6w9ls] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-color, #e0e0e0);
    transition: all 0.2s;
}

.progress-dot.completed[b-xz9uf6w9ls] {
    background: var(--success-color, #28a745);
}

.progress-dot.current[b-xz9uf6w9ls] {
    background: var(--primary-color, #2563eb);
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #2563eb;
}

.checkin-content[b-xz9uf6w9ls] {
    padding: 24px;
    min-height: 300px;
}

.checkin-question[b-xz9uf6w9ls] {
    text-align: center;
}

.question-icon[b-xz9uf6w9ls] {
    font-size: 3rem;
    margin-bottom: 16px;
}

.checkin-question h4[b-xz9uf6w9ls] {
    margin: 0 0 8px;
    font-size: 1.25rem;
}

.checkin-question > p[b-xz9uf6w9ls] {
    color: var(--text-muted, #666);
    margin: 0 0 24px;
}

.quick-answers[b-xz9uf6w9ls] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.answer-btn[b-xz9uf6w9ls] {
    padding: 16px 32px;
    border: 2px solid var(--border-color, #e0e0e0);
    border-radius: 6px;
    background: var(--card-bg, #fff);
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s;
}

.answer-btn:hover[b-xz9uf6w9ls] {
    border-color: var(--primary-color, #2563eb);
    background: var(--hover-bg, #f8f9ff);
}

.answer-btn.yes:hover[b-xz9uf6w9ls] {
    border-color: var(--success-color, #28a745);
    background: #f0fff4;
}

.follow-up[b-xz9uf6w9ls] {
    text-align: left;
    background: var(--panel-bg, #f8f9fa);
    padding: 20px;
    border-radius: 6px;
    margin-top: 16px;
}

.follow-up label[b-xz9uf6w9ls] {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-color, #333);
}

.follow-up input[b-xz9uf6w9ls], .follow-up select[b-xz9uf6w9ls], .follow-up textarea[b-xz9uf6w9ls] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--border-color, #e0e0e0);
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 12px;
    background: var(--input-bg, #fff);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.follow-up input:focus[b-xz9uf6w9ls], .follow-up select:focus[b-xz9uf6w9ls], .follow-up textarea:focus[b-xz9uf6w9ls] {
    outline: none;
    border-color: var(--primary-color, #2563eb);
    box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.15);
}

.follow-up input:focus-visible[b-xz9uf6w9ls], .follow-up select:focus-visible[b-xz9uf6w9ls], .follow-up textarea:focus-visible[b-xz9uf6w9ls] {
    outline: 2px solid var(--primary-color, #2563eb);
    outline-offset: 2px;
}

.miles-input[b-xz9uf6w9ls] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.miles-input input[b-xz9uf6w9ls] {
    flex: 1;
    margin-bottom: 0;
}

.input-unit[b-xz9uf6w9ls] {
    color: var(--text-muted, #666);
}

.expense-quick-add[b-xz9uf6w9ls] {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px;
}

.upload-hint[b-xz9uf6w9ls], .ai-hint[b-xz9uf6w9ls] {
    font-size: 0.85rem;
    color: var(--text-muted, #666);
    font-style: italic;
    margin-top: 8px;
}

.checkin-question textarea[b-xz9uf6w9ls] {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color, #e0e0e0);
    border-radius: 8px;
    font-size: 1rem;
    resize: vertical;
    min-height: 100px;
}

.checkin-summary .summary-items[b-xz9uf6w9ls] {
    text-align: left;
    margin: 20px 0;
}

.summary-item[b-xz9uf6w9ls] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--panel-bg, #f8f9fa);
    border-radius: 8px;
    margin-bottom: 8px;
}

.summary-item .item-icon[b-xz9uf6w9ls] {
    font-size: 1.25rem;
}

.summary-item .item-text[b-xz9uf6w9ls] {
    flex: 1;
}

.summary-item .item-value[b-xz9uf6w9ls] {
    font-weight: 600;
    color: var(--success-color, #28a745);
}

.summary-item.quiet-day[b-xz9uf6w9ls] {
    background: var(--hover-bg, #f0f0f0);
    justify-content: center;
    color: var(--text-muted, #666);
}

.summary-actions[b-xz9uf6w9ls] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.btn-primary[b-xz9uf6w9ls], .btn-secondary[b-xz9uf6w9ls] {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
}

.btn-primary[b-xz9uf6w9ls] {
    background: var(--primary-color, #2563eb);
    color: white;
}

.btn-secondary[b-xz9uf6w9ls] {
    background: var(--panel-bg, #f8f9fa);
    border: 1px solid var(--border-color, #e0e0e0);
    color: var(--text-color, #333);
}

.btn-primary:hover[b-xz9uf6w9ls], .btn-secondary:hover[b-xz9uf6w9ls] {
    opacity: 0.9;
}

.btn-primary:focus-visible[b-xz9uf6w9ls], .btn-secondary:focus-visible[b-xz9uf6w9ls] {
    outline: 2px solid var(--primary-color, #2563eb);
    outline-offset: 2px;
}

.checkin-nav[b-xz9uf6w9ls] {
    display: flex;
    justify-content: space-between;
    padding: 0 24px 16px;
}

.nav-btn[b-xz9uf6w9ls] {
    padding: 10px 20px;
    background: none;
    border: 1px solid var(--border-color, #e0e0e0);
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
}

.nav-btn.next[b-xz9uf6w9ls] {
    background: var(--primary-color, #2563eb);
    color: white;
    border: none;
}

.nav-btn:hover[b-xz9uf6w9ls] {
    opacity: 0.9;
}

.nav-btn:focus-visible[b-xz9uf6w9ls] {
    outline: 2px solid var(--primary-color, #2563eb);
    outline-offset: 2px;
}

.checkin-footer[b-xz9uf6w9ls] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-top: 1px solid var(--border-color, #e0e0e0);
    background: var(--panel-bg, #f8f9fa);
    border-radius: 0 0 16px 16px;
}

.skip-link[b-xz9uf6w9ls] {
    background: none;
    border: none;
    color: var(--text-muted, #666);
    cursor: pointer;
    font-size: 0.9rem;
}

.skip-link:hover[b-xz9uf6w9ls] {
    text-decoration: underline;
}

.reminder-text[b-xz9uf6w9ls] {
    font-size: 0.8rem;
    color: var(--text-muted, #999);
}

/* Tax savings preview */
.tax-savings-preview[b-xz9uf6w9ls] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 8px;
    margin: 8px 0 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #155724;
}

.savings-icon[b-xz9uf6w9ls] {
    font-size: 1.1rem;
}

.tax-tip[b-xz9uf6w9ls] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 14px;
    background: rgba(37, 99, 235, 0.08);
    border-left: 3px solid #2563eb;
    border-radius: 0 4px 4px 0;
    margin-top: 12px;
    font-size: 0.8rem;
    color: #4b5563;
    line-height: 1.4;
}

.tax-tip .tip-icon[b-xz9uf6w9ls] {
    flex-shrink: 0;
}

.upload-hint-card[b-xz9uf6w9ls] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(234, 179, 8, 0.1);
    border-radius: 8px;
    margin-top: 12px;
}

.upload-hint-card .hint-icon[b-xz9uf6w9ls] {
    font-size: 1.2rem;
}

.upload-hint-card .hint-text[b-xz9uf6w9ls] {
    font-size: 0.85rem;
    color: #4b5563;
}

.expense-quick-add[b-xz9uf6w9ls] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.expense-quick-add .currency-prefix[b-xz9uf6w9ls] {
    font-size: 1rem;
    color: var(--text-muted, #666);
    font-weight: 500;
}

.expense-quick-add input[b-xz9uf6w9ls] {
    width: 100px;
    margin-bottom: 0 !important;
}

.expense-quick-add select[b-xz9uf6w9ls] {
    flex: 1;
    margin-bottom: 0 !important;
}

/* Dark mode - default theme styling (sacred theme uses .dark class) */
.daily-checkin-modal[b-xz9uf6w9ls] {
    background: #1a1a2e;
    color: #e5e7eb;
}

.answer-btn[b-xz9uf6w9ls] {
    background: #252542;
    color: #e5e7eb;
    border-color: rgba(255, 255, 255, 0.1);
}

.answer-btn:hover[b-xz9uf6w9ls] {
    background: rgba(37, 99, 235, 0.2);
}

.follow-up[b-xz9uf6w9ls] {
    background: #252542;
    border-color: rgba(255, 255, 255, 0.1);
}

.tax-savings-preview[b-xz9uf6w9ls] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(6, 95, 70, 0.2) 100%);
    color: #6ee7b7;
}

.tax-tip[b-xz9uf6w9ls] {
    background: rgba(37, 99, 235, 0.15);
    color: #a5b4fc;
}

.upload-hint-card[b-xz9uf6w9ls] {
    background: rgba(234, 179, 8, 0.15);
    color: #fcd34d;
}

.checkin-header[b-xz9uf6w9ls] {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.checkin-close[b-xz9uf6w9ls] {
    color: #9ca3af;
}

.checkin-close:hover[b-xz9uf6w9ls] {
    background: rgba(255, 255, 255, 0.1);
    color: #e5e7eb;
}

/* Light mode overrides */
[b-xz9uf6w9ls] .light .daily-checkin-modal {
    background: #ffffff;
    color: #1a1f2e;
}

[b-xz9uf6w9ls] .light .answer-btn {
    background: #f3f4f6;
    color: #1a1f2e;
    border-color: #e5e7eb;
}

[b-xz9uf6w9ls] .light .answer-btn:hover {
    background: #e5e7eb;
}

[b-xz9uf6w9ls] .light .follow-up {
    background: #f9fafb;
    border-color: #e5e7eb;
}

[b-xz9uf6w9ls] .light .tax-savings-preview {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #047857;
}

[b-xz9uf6w9ls] .light .tax-tip {
    background: #eef2ff;
    color: #4f46e5;
}

[b-xz9uf6w9ls] .light .upload-hint-card {
    background: #fef3c7;
    color: #b45309;
}

[b-xz9uf6w9ls] .light .checkin-header {
    border-bottom-color: #e5e7eb;
}

[b-xz9uf6w9ls] .light .checkin-close {
    color: #6b7280;
}

[b-xz9uf6w9ls] .light .checkin-close:hover {
    background: #f3f4f6;
    color: #1f2937;
}

/* Dark mode form inputs (default) */
.follow-up input[b-xz9uf6w9ls], .follow-up select[b-xz9uf6w9ls], .follow-up textarea[b-xz9uf6w9ls] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #e5e7eb;
}

.follow-up input[b-xz9uf6w9ls]::placeholder, .follow-up textarea[b-xz9uf6w9ls]::placeholder {
    color: #6b7280;
}

.follow-up select option[b-xz9uf6w9ls] {
    background: #1a1a2e;
    color: #e5e7eb;
}

.input-unit[b-xz9uf6w9ls] {
    color: #9ca3af;
}

/* Light mode form inputs */
[b-xz9uf6w9ls] .light .follow-up input,
[b-xz9uf6w9ls] .light .follow-up select,
[b-xz9uf6w9ls] .light .follow-up textarea {
    background: #ffffff;
    border-color: #e5e7eb;
    color: #1a1f2e;
}

[b-xz9uf6w9ls] .light .follow-up input::placeholder,
[b-xz9uf6w9ls] .light .follow-up textarea::placeholder {
    color: #9ca3af;
}

[b-xz9uf6w9ls] .light .follow-up select option {
    background: #ffffff;
    color: #1a1f2e;
}

[b-xz9uf6w9ls] .light .input-unit {
    color: #6b7280;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The ::deep selectors don't work for <html> elements
   ============================================ */

html.light .daily-checkin-modal[b-xz9uf6w9ls],
html.sacred-light .daily-checkin-modal[b-xz9uf6w9ls] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .answer-btn[b-xz9uf6w9ls],
html.sacred-light .answer-btn[b-xz9uf6w9ls] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

html.light .answer-btn:hover[b-xz9uf6w9ls],
html.sacred-light .answer-btn:hover[b-xz9uf6w9ls] {
    background: rgba(0, 0, 0, 0.08);
}

html.light .follow-up[b-xz9uf6w9ls],
html.sacred-light .follow-up[b-xz9uf6w9ls] {
    background: rgba(0, 0, 0, 0.02);
    border-top-color: rgba(0, 0, 0, 0.08);
}

html.light .tax-savings-preview[b-xz9uf6w9ls],
html.sacred-light .tax-savings-preview[b-xz9uf6w9ls] {
    background: rgba(22, 163, 74, 0.08);
    border-color: rgba(22, 163, 74, 0.2);
}

html.light .tax-tip[b-xz9uf6w9ls],
html.sacred-light .tax-tip[b-xz9uf6w9ls] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
}

html.light .upload-hint-card[b-xz9uf6w9ls],
html.sacred-light .upload-hint-card[b-xz9uf6w9ls] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

html.light .checkin-header[b-xz9uf6w9ls],
html.sacred-light .checkin-header[b-xz9uf6w9ls] {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

html.light .checkin-close[b-xz9uf6w9ls],
html.sacred-light .checkin-close[b-xz9uf6w9ls] {
    color: #6b7280;
}

html.light .checkin-close:hover[b-xz9uf6w9ls],
html.sacred-light .checkin-close:hover[b-xz9uf6w9ls] {
    color: #374151;
}

html.light .follow-up input[b-xz9uf6w9ls],
html.light .follow-up select[b-xz9uf6w9ls],
html.light .follow-up textarea[b-xz9uf6w9ls],
html.sacred-light .follow-up input[b-xz9uf6w9ls],
html.sacred-light .follow-up select[b-xz9uf6w9ls],
html.sacred-light .follow-up textarea[b-xz9uf6w9ls] {
    background: #ffffff;
    border-color: #e5e7eb;
    color: #1a1f2e;
}

html.light .follow-up input[b-xz9uf6w9ls]::placeholder,
html.light .follow-up textarea[b-xz9uf6w9ls]::placeholder,
html.sacred-light .follow-up input[b-xz9uf6w9ls]::placeholder,
html.sacred-light .follow-up textarea[b-xz9uf6w9ls]::placeholder {
    color: #9ca3af;
}

html.light .follow-up select option[b-xz9uf6w9ls],
html.sacred-light .follow-up select option[b-xz9uf6w9ls] {
    background: #ffffff;
    color: #1a1f2e;
}

html.light .input-unit[b-xz9uf6w9ls],
html.sacred-light .input-unit[b-xz9uf6w9ls] {
    color: #6b7280;
}
/* _content/VibronTax/Components/GuidancePanel.razor.rz.scp.css */
.guidance-panel[b-z0tnq1dpa8] {
    background: var(--surface-1, #1a1a2e);
    border-radius: 6px;
    padding: 1.5rem;
    color: var(--text-1, #fff);
}

.guidance-panel.compact[b-z0tnq1dpa8] {
    padding: 1rem;
}

.guidance-loading[b-z0tnq1dpa8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-2, #a0a0a0);
    font-size: 0.9rem;
}

.guidance-spinner[b-z0tnq1dpa8] {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: var(--accent, #2563eb);
    border-radius: 50%;
    animation: spin-b-z0tnq1dpa8 0.8s linear infinite;
}

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

/* Header with progress */
.guidance-header[b-z0tnq1dpa8] {
    margin-bottom: 1.5rem;
}

.guidance-progress[b-z0tnq1dpa8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.progress-ring[b-z0tnq1dpa8] {
    position: relative;
    width: 60px;
    height: 60px;
}

.progress-ring svg[b-z0tnq1dpa8] {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-bg[b-z0tnq1dpa8] {
    fill: none;
    stroke: var(--surface-3, #2a2a4a);
    stroke-width: 3;
}

.progress-fill[b-z0tnq1dpa8] {
    fill: none;
    stroke: var(--accent, #2563eb);
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease;
}

.progress-text[b-z0tnq1dpa8] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.85rem;
    font-weight: 600;
}

.progress-info[b-z0tnq1dpa8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.progress-label[b-z0tnq1dpa8] {
    font-size: 0.75rem;
    color: var(--text-2, #a0a0a0);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.progress-phase[b-z0tnq1dpa8] {
    font-size: 1rem;
    font-weight: 500;
}

/* Steps */
.guidance-steps[b-z0tnq1dpa8] {
    margin-bottom: 1.5rem;
}

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

.steps-title[b-z0tnq1dpa8] {
    font-weight: 600;
    font-size: 0.95rem;
}

.steps-subtitle[b-z0tnq1dpa8] {
    font-size: 0.8rem;
    color: var(--text-2, #a0a0a0);
}

.steps-list[b-z0tnq1dpa8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.step-item[b-z0tnq1dpa8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--surface-2, #242447);
    border-radius: 4px;
    transition: all 0.2s;
}

.step-item.current[b-z0tnq1dpa8] {
    background: var(--surface-3, #2a2a5a);
    border: 1px solid var(--accent, #2563eb);
}

.step-item.completed[b-z0tnq1dpa8] {
    opacity: 0.6;
}

.step-indicator[b-z0tnq1dpa8] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-3, #2a2a4a);
    font-size: 0.8rem;
    font-weight: 600;
    flex-shrink: 0;
}

.step-item.completed .step-indicator[b-z0tnq1dpa8] {
    background: var(--success, #22c55e);
    color: white;
}

.step-item.current .step-indicator[b-z0tnq1dpa8] {
    background: var(--accent, #2563eb);
    color: white;
}

.step-check[b-z0tnq1dpa8] {
    font-size: 0.9rem;
}

.step-content[b-z0tnq1dpa8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.step-name[b-z0tnq1dpa8] {
    font-weight: 500;
    font-size: 0.9rem;
}

.step-desc[b-z0tnq1dpa8] {
    font-size: 0.75rem;
    color: var(--text-2, #a0a0a0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-action[b-z0tnq1dpa8] {
    padding: 0.4rem 0.8rem;
    background: var(--accent, #2563eb);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.step-action:hover[b-z0tnq1dpa8] {
    background: var(--accent-hover, #5355e8);
    transform: translateX(2px);
}

/* Recommendations */
.guidance-recommendations[b-z0tnq1dpa8] {
    margin-top: 1rem;
}

.recs-header[b-z0tnq1dpa8] {
    margin-bottom: 0.75rem;
}

.recs-title[b-z0tnq1dpa8] {
    font-weight: 600;
    font-size: 0.95rem;
}

.recs-list[b-z0tnq1dpa8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.recs-list.compact[b-z0tnq1dpa8] {
    gap: 0.35rem;
}

.rec-card[b-z0tnq1dpa8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--surface-2, #242447);
    border-radius: 4px;
    border-left: 3px solid transparent;
    transition: all 0.2s;
}

.rec-card:hover[b-z0tnq1dpa8] {
    background: var(--surface-3, #2a2a5a);
}

.rec-card.priority-high[b-z0tnq1dpa8] {
    border-left-color: var(--error, #ef4444);
}

.rec-card.priority-medium[b-z0tnq1dpa8] {
    border-left-color: var(--warning, #f59e0b);
}

.rec-card.priority-low[b-z0tnq1dpa8] {
    border-left-color: var(--success, #22c55e);
}

.rec-card.priority-info[b-z0tnq1dpa8] {
    border-left-color: var(--info, #3b82f6);
}

.rec-icon[b-z0tnq1dpa8] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.rec-content[b-z0tnq1dpa8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.rec-title[b-z0tnq1dpa8] {
    font-weight: 500;
    font-size: 0.9rem;
}

.rec-desc[b-z0tnq1dpa8] {
    font-size: 0.75rem;
    color: var(--text-2, #a0a0a0);
}

.compact .rec-desc[b-z0tnq1dpa8] {
    display: none;
}

.rec-action[b-z0tnq1dpa8] {
    padding: 0.4rem 0.75rem;
    background: transparent;
    color: var(--accent, #2563eb);
    border: 1px solid var(--accent, #2563eb);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    white-space: nowrap;
}

.rec-action:hover[b-z0tnq1dpa8] {
    background: var(--accent, #2563eb);
    color: white;
}

/* Complete state */
.guidance-complete[b-z0tnq1dpa8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--success, #22c55e);
    border-radius: 4px;
}

.complete-icon[b-z0tnq1dpa8] {
    font-size: 2rem;
}

.complete-text[b-z0tnq1dpa8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.complete-title[b-z0tnq1dpa8] {
    font-weight: 600;
    font-size: 1.1rem;
}

.complete-desc[b-z0tnq1dpa8] {
    font-size: 0.85rem;
    opacity: 0.9;
}

.complete-action[b-z0tnq1dpa8] {
    padding: 0.6rem 1.25rem;
    background: white;
    color: var(--success, #22c55e);
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.complete-action:hover[b-z0tnq1dpa8] {
    background: var(--success-dark, #16a34a);
}

/* Light/Dawn Mode Overrides */
:global(.light) .guidance-panel[b-z0tnq1dpa8],
:global(.sacred-light) .guidance-panel[b-z0tnq1dpa8] {
    background: var(--sacred-card, rgba(255, 255, 255, 0.95));
    color: #1a1f2e;
}

:global(.light) .guidance-loading[b-z0tnq1dpa8],
:global(.light) .progress-label[b-z0tnq1dpa8],
:global(.light) .steps-subtitle[b-z0tnq1dpa8],
:global(.light) .step-desc[b-z0tnq1dpa8],
:global(.light) .rec-desc[b-z0tnq1dpa8],
:global(.sacred-light) .guidance-loading[b-z0tnq1dpa8],
:global(.sacred-light) .progress-label[b-z0tnq1dpa8],
:global(.sacred-light) .steps-subtitle[b-z0tnq1dpa8],
:global(.sacred-light) .step-desc[b-z0tnq1dpa8],
:global(.sacred-light) .rec-desc[b-z0tnq1dpa8] {
    color: #4a5568;
}

:global(.light) .step-item[b-z0tnq1dpa8],
:global(.light) .rec-card[b-z0tnq1dpa8],
:global(.sacred-light) .step-item[b-z0tnq1dpa8],
:global(.sacred-light) .rec-card[b-z0tnq1dpa8] {
    background: rgba(0, 0, 0, 0.03);
}

:global(.light) .step-item.current[b-z0tnq1dpa8],
:global(.sacred-light) .step-item.current[b-z0tnq1dpa8] {
    background: rgba(37, 99, 235, 0.08);
}

:global(.light) .step-indicator[b-z0tnq1dpa8],
:global(.sacred-light) .step-indicator[b-z0tnq1dpa8] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .progress-bg[b-z0tnq1dpa8],
:global(.sacred-light) .progress-bg[b-z0tnq1dpa8] {
    stroke: rgba(0, 0, 0, 0.08);
}

:global(.light) .guidance-panel[b-z0tnq1dpa8],
:global(.sacred-light) .guidance-panel[b-z0tnq1dpa8] {
    background: rgba(255, 255, 255, 0.9);
    color: #1a1f2e;
}

/* html.light selectors for proper theme detection */
:global(html.light) .guidance-panel[b-z0tnq1dpa8],
:global(html.sacred-light) .guidance-panel[b-z0tnq1dpa8] {
    background: var(--sacred-card, rgba(255, 255, 255, 0.95));
    color: #1a1f2e;
}

:global(html.light) .guidance-loading[b-z0tnq1dpa8],
:global(html.light) .progress-label[b-z0tnq1dpa8],
:global(html.light) .steps-subtitle[b-z0tnq1dpa8],
:global(html.light) .step-desc[b-z0tnq1dpa8],
:global(html.light) .rec-desc[b-z0tnq1dpa8],
:global(html.sacred-light) .guidance-loading[b-z0tnq1dpa8],
:global(html.sacred-light) .progress-label[b-z0tnq1dpa8],
:global(html.sacred-light) .steps-subtitle[b-z0tnq1dpa8],
:global(html.sacred-light) .step-desc[b-z0tnq1dpa8],
:global(html.sacred-light) .rec-desc[b-z0tnq1dpa8] {
    color: #4a5568;
}

:global(html.light) .step-item[b-z0tnq1dpa8],
:global(html.light) .rec-card[b-z0tnq1dpa8],
:global(html.sacred-light) .step-item[b-z0tnq1dpa8],
:global(html.sacred-light) .rec-card[b-z0tnq1dpa8] {
    background: rgba(0, 0, 0, 0.03);
}

:global(html.light) .step-item.current[b-z0tnq1dpa8],
:global(html.sacred-light) .step-item.current[b-z0tnq1dpa8] {
    background: rgba(37, 99, 235, 0.08);
}

:global(html.light) .step-indicator[b-z0tnq1dpa8],
:global(html.sacred-light) .step-indicator[b-z0tnq1dpa8] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(html.light) .progress-bg[b-z0tnq1dpa8],
:global(html.sacred-light) .progress-bg[b-z0tnq1dpa8] {
    stroke: rgba(0, 0, 0, 0.08);
}

:global(html.light) .progress-text[b-z0tnq1dpa8],
:global(html.light) .progress-phase[b-z0tnq1dpa8],
:global(html.light) .steps-title[b-z0tnq1dpa8],
:global(html.light) .step-name[b-z0tnq1dpa8],
:global(html.light) .recs-title[b-z0tnq1dpa8],
:global(html.light) .rec-title[b-z0tnq1dpa8],
:global(html.sacred-light) .progress-text[b-z0tnq1dpa8],
:global(html.sacred-light) .progress-phase[b-z0tnq1dpa8],
:global(html.sacred-light) .steps-title[b-z0tnq1dpa8],
:global(html.sacred-light) .step-name[b-z0tnq1dpa8],
:global(html.sacred-light) .recs-title[b-z0tnq1dpa8],
:global(html.sacred-light) .rec-title[b-z0tnq1dpa8] {
    color: #1a1f2e;
}
/* _content/VibronTax/Components/OnboardingWizard.razor.rz.scp.css */
.onboarding-overlay[b-9ih9dh2zmo] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    /* High but consistent with modal hierarchy (FloatingAI panel is 9000) */
    z-index: 9500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.onboarding-overlay.open[b-9ih9dh2zmo] {
    display: flex;
}

.onboarding-modal[b-9ih9dh2zmo] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 6px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.onboarding-header[b-9ih9dh2zmo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.onboarding-logo[b-9ih9dh2zmo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-glyph[b-9ih9dh2zmo] {
    font-size: 1.5rem;
    color: #2563eb;
}

.logo-text[b-9ih9dh2zmo] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e5e7eb;
}

.close-btn[b-9ih9dh2zmo] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem;
    line-height: 1;
}

.close-btn:hover[b-9ih9dh2zmo] {
    color: #e5e7eb;
}

.onboarding-progress[b-9ih9dh2zmo] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
}

.progress-step[b-9ih9dh2zmo] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #9ca3af;
    transition: all 0.3s ease;
}

.progress-step.current[b-9ih9dh2zmo] {
    background: #2563eb;
    color: #fff;
}

.progress-step.completed[b-9ih9dh2zmo] {
    background: #10b981;
    color: #fff;
}

.onboarding-content[b-9ih9dh2zmo] {
    padding: 2rem;
}

.onboarding-step[b-9ih9dh2zmo] {
    text-align: center;
}

.step-icon[b-9ih9dh2zmo] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.step-icon.success[b-9ih9dh2zmo] {
    animation: bounce-b-9ih9dh2zmo 0.5s ease;
}

@keyframes bounce-b-9ih9dh2zmo {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.onboarding-step h2[b-9ih9dh2zmo] {
    color: #e5e7eb;
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
}

.step-subtitle[b-9ih9dh2zmo] {
    color: #9ca3af;
    margin: 0 0 1.5rem 0;
}

.welcome-features[b-9ih9dh2zmo] {
    display: grid;
    gap: 1rem;
    text-align: left;
    margin-bottom: 1.5rem;
}

.feature[b-9ih9dh2zmo] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.feature-icon[b-9ih9dh2zmo] {
    font-size: 1.5rem;
}

.feature-text[b-9ih9dh2zmo] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.feature-text strong[b-9ih9dh2zmo] {
    color: #e5e7eb;
}

.feature-text span[b-9ih9dh2zmo] {
    color: #9ca3af;
    font-size: 0.875rem;
}

.setup-time[b-9ih9dh2zmo] {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.form-group[b-9ih9dh2zmo] {
    margin-bottom: 1rem;
    text-align: left;
}

.form-group label[b-9ih9dh2zmo] {
    display: block;
    color: #9ca3af;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.form-input[b-9ih9dh2zmo], .form-select[b-9ih9dh2zmo] {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #e5e7eb;
    font-size: 1rem;
}

.form-input:focus[b-9ih9dh2zmo], .form-select:focus[b-9ih9dh2zmo] {
    outline: none;
    border-color: #2563eb;
}

.form-select option[b-9ih9dh2zmo] {
    background: #1a1a2e;
    color: #e5e7eb;
}

.info-box[b-9ih9dh2zmo] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 8px;
    text-align: left;
    margin-top: 1rem;
}

.info-icon[b-9ih9dh2zmo] {
    font-size: 1.25rem;
}

.info-box span:not(.info-icon)[b-9ih9dh2zmo] {
    color: #9ca3af;
    font-size: 0.875rem;
}

.choice-cards[b-9ih9dh2zmo] {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.choice-card[b-9ih9dh2zmo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.choice-card:hover[b-9ih9dh2zmo] {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
}

.choice-card.selected[b-9ih9dh2zmo] {
    background: rgba(37, 99, 235, 0.15);
    border-color: #2563eb;
}

.choice-icon[b-9ih9dh2zmo] {
    font-size: 1.25rem;
}

.choice-card strong[b-9ih9dh2zmo] {
    color: #e5e7eb;
}

.choice-desc[b-9ih9dh2zmo] {
    color: #9ca3af;
    font-size: 0.875rem;
}

.doc-checklist[b-9ih9dh2zmo] {
    display: grid;
    gap: 0.75rem;
    text-align: left;
}

.doc-check[b-9ih9dh2zmo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.doc-check:hover[b-9ih9dh2zmo] {
    background: rgba(37, 99, 235, 0.1);
}

.doc-check input[b-9ih9dh2zmo] {
    display: none;
}

.check-box[b-9ih9dh2zmo] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.doc-check input:checked + .check-box[b-9ih9dh2zmo] {
    background: #2563eb;
    border-color: #2563eb;
}

.doc-check input:checked + .check-box[b-9ih9dh2zmo]::after {
    content: '✓';
    color: #fff;
    font-size: 0.75rem;
}

.check-content[b-9ih9dh2zmo] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.check-content strong[b-9ih9dh2zmo] {
    color: #e5e7eb;
    font-size: 0.9rem;
}

.check-content span[b-9ih9dh2zmo] {
    color: #9ca3af;
    font-size: 0.8rem;
}

.plan-summary[b-9ih9dh2zmo] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.plan-item[b-9ih9dh2zmo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-item:last-child[b-9ih9dh2zmo] {
    border-bottom: none;
}

.plan-icon[b-9ih9dh2zmo] {
    font-size: 1.25rem;
}

.plan-text[b-9ih9dh2zmo] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.plan-text strong[b-9ih9dh2zmo] {
    color: #e5e7eb;
}

.plan-text span[b-9ih9dh2zmo] {
    color: #9ca3af;
    font-size: 0.875rem;
}

.next-steps[b-9ih9dh2zmo] {
    text-align: left;
}

.next-steps h4[b-9ih9dh2zmo] {
    color: #9ca3af;
    font-size: 0.875rem;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.next-steps-list[b-9ih9dh2zmo] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.next-steps-list li[b-9ih9dh2zmo] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.step-marker[b-9ih9dh2zmo] {
    width: 24px;
    height: 24px;
    background: #2563eb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #fff;
    flex-shrink: 0;
}

.next-steps-list li strong[b-9ih9dh2zmo] {
    color: #e5e7eb;
}

.onboarding-footer[b-9ih9dh2zmo] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-back[b-9ih9dh2zmo] {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #9ca3af;
    cursor: pointer;
    font-size: 0.875rem;
}

.btn-back:hover[b-9ih9dh2zmo] {
    background: rgba(255, 255, 255, 0.05);
    color: #e5e7eb;
}

.btn-next[b-9ih9dh2zmo], .btn-finish[b-9ih9dh2zmo] {
    padding: 0.75rem 1.5rem;
    background: #2563eb;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s ease;
}

.btn-next:hover[b-9ih9dh2zmo], .btn-finish:hover[b-9ih9dh2zmo] {
    background: #1d4ed8;
}

.btn-next:disabled[b-9ih9dh2zmo] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-finish[b-9ih9dh2zmo] {
    background: #10b981;
}

.btn-finish:hover[b-9ih9dh2zmo] {
    background: #059669;
}

.onboarding-skip[b-9ih9dh2zmo] {
    text-align: center;
    padding: 0.75rem;
}

.skip-link[b-9ih9dh2zmo] {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 0.8rem;
    cursor: pointer;
}

.skip-link:hover[b-9ih9dh2zmo] {
    color: #9ca3af;
    text-decoration: underline;
}

/* Light/Dawn mode overrides */
[b-9ih9dh2zmo] .light .onboarding-content,
[b-9ih9dh2zmo] .sacred-light .onboarding-content {
    background: rgba(255, 255, 255, 0.98);
}

[b-9ih9dh2zmo] .light .step-title,
[b-9ih9dh2zmo] .light .progress-title,
[b-9ih9dh2zmo] .light .option-title,
[b-9ih9dh2zmo] .sacred-light .step-title {
    color: #1a1f2e;
}

[b-9ih9dh2zmo] .light .step-subtitle,
[b-9ih9dh2zmo] .light .option-desc,
[b-9ih9dh2zmo] .light .form-help,
[b-9ih9dh2zmo] .sacred-light .step-subtitle {
    color: #4b5563;
}

[b-9ih9dh2zmo] .light .progress-step,
[b-9ih9dh2zmo] .sacred-light .progress-step {
    color: #6b7280;
}

[b-9ih9dh2zmo] .light .progress-step.active,
[b-9ih9dh2zmo] .sacred-light .progress-step.active {
    color: #1a1f2e;
}

[b-9ih9dh2zmo] .light .option-card,
[b-9ih9dh2zmo] .sacred-light .option-card {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.1);
}

[b-9ih9dh2zmo] .light .option-card.selected,
[b-9ih9dh2zmo] .sacred-light .option-card.selected {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.05);
}

[b-9ih9dh2zmo] .light .form-label,
[b-9ih9dh2zmo] .sacred-light .form-label {
    color: #374151;
}

[b-9ih9dh2zmo] .light .btn-secondary,
[b-9ih9dh2zmo] .sacred-light .btn-secondary {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
    border-color: rgba(0, 0, 0, 0.15);
}

[b-9ih9dh2zmo] .light .btn-secondary:hover,
[b-9ih9dh2zmo] .sacred-light .btn-secondary:hover {
    background: rgba(0, 0, 0, 0.08);
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The ::deep selectors don't work for <html> elements
   ============================================ */

html.light .onboarding-content[b-9ih9dh2zmo],
html.sacred-light .onboarding-content[b-9ih9dh2zmo] {
    background: rgba(255, 255, 255, 0.98);
}

html.light .step-title[b-9ih9dh2zmo],
html.light .progress-title[b-9ih9dh2zmo],
html.light .option-title[b-9ih9dh2zmo],
html.sacred-light .step-title[b-9ih9dh2zmo],
html.sacred-light .progress-title[b-9ih9dh2zmo],
html.sacred-light .option-title[b-9ih9dh2zmo] {
    color: #1a1f2e;
}

html.light .step-subtitle[b-9ih9dh2zmo],
html.light .option-desc[b-9ih9dh2zmo],
html.light .form-help[b-9ih9dh2zmo],
html.sacred-light .step-subtitle[b-9ih9dh2zmo],
html.sacred-light .option-desc[b-9ih9dh2zmo],
html.sacred-light .form-help[b-9ih9dh2zmo] {
    color: #64748b;
}

html.light .progress-step[b-9ih9dh2zmo],
html.sacred-light .progress-step[b-9ih9dh2zmo] {
    color: #94a3b8;
}

html.light .progress-step.active[b-9ih9dh2zmo],
html.sacred-light .progress-step.active[b-9ih9dh2zmo] {
    color: #2563eb;
}

html.light .option-card[b-9ih9dh2zmo],
html.sacred-light .option-card[b-9ih9dh2zmo] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .option-card.selected[b-9ih9dh2zmo],
html.sacred-light .option-card.selected[b-9ih9dh2zmo] {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.05);
}

html.light .form-label[b-9ih9dh2zmo],
html.sacred-light .form-label[b-9ih9dh2zmo] {
    color: #374151;
}

html.light .btn-secondary[b-9ih9dh2zmo],
html.sacred-light .btn-secondary[b-9ih9dh2zmo] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
    border-color: rgba(0, 0, 0, 0.15);
}

html.light .btn-secondary:hover[b-9ih9dh2zmo],
html.sacred-light .btn-secondary:hover[b-9ih9dh2zmo] {
    background: rgba(0, 0, 0, 0.08);
}
/* _content/VibronTax/Components/PreFilingChecklist.razor.rz.scp.css */
.prefiling-checklist[b-24uvh5fwc7] {
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.checklist-header[b-24uvh5fwc7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font: inherit;
    color: inherit;
}

.checklist-header:focus-visible[b-24uvh5fwc7] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: -2px;
    border-radius: 6px 12px 0 0;
}

.checklist-header:hover[b-24uvh5fwc7] {
    background: #f8fafc;
}

.header-left[b-24uvh5fwc7] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-icon[b-24uvh5fwc7] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.header-icon.ready[b-24uvh5fwc7] {
    background: #dcfce7;
    color: #16a34a;
}

.header-icon.warning[b-24uvh5fwc7] {
    background: #fef3c7;
    color: #d97706;
}

.header-icon.pending[b-24uvh5fwc7] {
    background: #e0f2fe;
    color: #0284c7;
}

.header-text h3[b-24uvh5fwc7] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.status-text[b-24uvh5fwc7] {
    font-size: 0.875rem;
    color: #64748b;
}

.header-right[b-24uvh5fwc7] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.progress-count[b-24uvh5fwc7] {
    font-weight: 600;
    color: #3b82f6;
}

.expand-icon[b-24uvh5fwc7] {
    color: #94a3b8;
    font-size: 0.75rem;
}

.checklist-body[b-24uvh5fwc7] {
    padding: 0 1.25rem 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.loading-state[b-24uvh5fwc7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    color: #64748b;
}

.spinner[b-24uvh5fwc7] {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-24uvh5fwc7 1s linear infinite;
}

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

.category-section[b-24uvh5fwc7] {
    margin-top: 1.25rem;
}

.category-title[b-24uvh5fwc7] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin: 0 0 0.75rem 0;
}

.checklist-item[b-24uvh5fwc7] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    background: #f8fafc;
    transition: all 0.2s;
}

.checklist-item:hover[b-24uvh5fwc7] {
    background: #f1f5f9;
}

.checklist-item.checked[b-24uvh5fwc7] {
    background: #f0fdf4;
}

.checklist-item.critical:not(.checked)[b-24uvh5fwc7] {
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
}

.item-checkbox[b-24uvh5fwc7] {
    width: 22px;
    height: 22px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    margin-top: 2px;
    background: transparent;
    padding: 0;
    font: inherit;
}

.item-checkbox:hover[b-24uvh5fwc7] {
    border-color: #3b82f6;
}

.item-checkbox:focus-visible[b-24uvh5fwc7] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: 2px;
}

.checked .item-checkbox[b-24uvh5fwc7] {
    background: #3b82f6;
    border-color: #3b82f6;
}

.check-mark[b-24uvh5fwc7] {
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
}

.item-content[b-24uvh5fwc7] {
    flex: 1;
    min-width: 0;
}

.item-title[b-24uvh5fwc7] {
    font-weight: 500;
    color: #1e293b;
    font-size: 0.9rem;
}

.checked .item-title[b-24uvh5fwc7] {
    color: #64748b;
    text-decoration: line-through;
}

.item-description[b-24uvh5fwc7] {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.item-issue[b-24uvh5fwc7] {
    font-size: 0.8rem;
    color: #d97706;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.item-action[b-24uvh5fwc7] {
    padding: 0.375rem 0.75rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}

.item-action:hover[b-24uvh5fwc7] {
    background: #2563eb;
}

.checklist-footer[b-24uvh5fwc7] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.ready-message[b-24uvh5fwc7],
.warning-message[b-24uvh5fwc7],
.info-message[b-24uvh5fwc7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.ready-message[b-24uvh5fwc7] {
    background: #dcfce7;
    color: #16a34a;
    font-weight: 500;
}

.warning-message[b-24uvh5fwc7] {
    background: #fef3c7;
    color: #d97706;
}

.info-message[b-24uvh5fwc7] {
    color: #64748b;
    font-size: 0.875rem;
}

.ready-icon[b-24uvh5fwc7] {
    font-size: 1.25rem;
}

.btn-file[b-24uvh5fwc7] {
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-file:hover[b-24uvh5fwc7] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

/* Dark theme support - default for app dark mode (absence of light class) */
html:not(.light):not(.sacred-light) .prefiling-checklist[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .prefiling-checklist[b-24uvh5fwc7] {
    background: rgba(22, 27, 42, 0.95);
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

html:not(.light):not(.sacred-light) .checklist-header:hover[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checklist-header:hover[b-24uvh5fwc7] {
    background: rgba(255,255,255,0.03);
}

html:not(.light):not(.sacred-light) .header-icon.ready[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .header-icon.ready[b-24uvh5fwc7] {
    background: rgba(22, 163, 74, 0.2);
    color: #22c55e;
}

html:not(.light):not(.sacred-light) .header-icon.warning[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .header-icon.warning[b-24uvh5fwc7] {
    background: rgba(217, 119, 6, 0.2);
    color: #f59e0b;
}

html:not(.light):not(.sacred-light) .header-icon.pending[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .header-icon.pending[b-24uvh5fwc7] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

html:not(.light):not(.sacred-light) .header-text h3[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .header-text h3[b-24uvh5fwc7] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .status-text[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .status-text[b-24uvh5fwc7] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .progress-count[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .progress-count[b-24uvh5fwc7] {
    color: #60a5fa;
}

html:not(.light):not(.sacred-light) .expand-icon[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .expand-icon[b-24uvh5fwc7] {
    color: #6b7280;
}

html:not(.light):not(.sacred-light) .checklist-body[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checklist-body[b-24uvh5fwc7] {
    border-top-color: rgba(255,255,255,0.08);
}

html:not(.light):not(.sacred-light) .loading-state[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .loading-state[b-24uvh5fwc7] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .spinner[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .spinner[b-24uvh5fwc7] {
    border-color: rgba(255,255,255,0.1);
    border-top-color: #60a5fa;
}

html:not(.light):not(.sacred-light) .category-title[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .category-title[b-24uvh5fwc7] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .checklist-item[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checklist-item[b-24uvh5fwc7] {
    background: rgba(255,255,255,0.03);
}

html:not(.light):not(.sacred-light) .checklist-item:hover[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checklist-item:hover[b-24uvh5fwc7] {
    background: rgba(255,255,255,0.05);
}

html:not(.light):not(.sacred-light) .checklist-item.checked[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checklist-item.checked[b-24uvh5fwc7] {
    background: rgba(34, 197, 94, 0.1);
}

html:not(.light):not(.sacred-light) .checklist-item.critical:not(.checked)[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checklist-item.critical:not(.checked)[b-24uvh5fwc7] {
    background: rgba(245, 158, 11, 0.15);
    border-left-color: #f59e0b;
}

html:not(.light):not(.sacred-light) .item-checkbox[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .item-checkbox[b-24uvh5fwc7] {
    border-color: rgba(255,255,255,0.2);
}

html:not(.light):not(.sacred-light) .item-checkbox:hover[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .item-checkbox:hover[b-24uvh5fwc7] {
    border-color: #60a5fa;
}

html:not(.light):not(.sacred-light) .item-title[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .item-title[b-24uvh5fwc7] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .checked .item-title[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checked .item-title[b-24uvh5fwc7] {
    color: #6b7280;
}

html:not(.light):not(.sacred-light) .item-description[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .item-description[b-24uvh5fwc7] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .item-issue[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .item-issue[b-24uvh5fwc7] {
    color: #fbbf24;
}

html:not(.light):not(.sacred-light) .checklist-footer[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .checklist-footer[b-24uvh5fwc7] {
    border-top-color: rgba(255,255,255,0.08);
}

html:not(.light):not(.sacred-light) .ready-message[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .ready-message[b-24uvh5fwc7] {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
}

html:not(.light):not(.sacred-light) .warning-message[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .warning-message[b-24uvh5fwc7] {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

html:not(.light):not(.sacred-light) .info-message[b-24uvh5fwc7],
body:not(.light):not(.sacred-light) .info-message[b-24uvh5fwc7] {
    color: #9ca3af;
}
/* _content/VibronTax/Components/RefundTracker.razor.rz.scp.css */
.refund-tracker[b-lhvyevvc1b] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 6px;
    padding: 1.25rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.refund-tracker.refund[b-lhvyevvc1b] {
    border-left: 4px solid #4ade80;
}

.refund-tracker.owed[b-lhvyevvc1b] {
    border-left: 4px solid #f59e0b;
}

.refund-tracker.compact[b-lhvyevvc1b] {
    padding: 0.75rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.tracker-loading[b-lhvyevvc1b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
}

.spinner-small[b-lhvyevvc1b] {
    width: 16px;
    height: 16px;
    border: 2px solid #334155;
    border-top-color: #60a5fa;
    border-radius: 50%;
    animation: spin-b-lhvyevvc1b 1s linear infinite;
}

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

.tracker-content[b-lhvyevvc1b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.compact .tracker-content[b-lhvyevvc1b] {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
}

.tracker-main[b-lhvyevvc1b] {
    text-align: center;
}

.compact .tracker-main[b-lhvyevvc1b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: left;
}

.tracker-label[b-lhvyevvc1b] {
    font-size: 0.875rem;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.compact .tracker-label[b-lhvyevvc1b] {
    margin-bottom: 0;
}

.tracker-amount[b-lhvyevvc1b] {
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.compact .tracker-amount[b-lhvyevvc1b] {
    font-size: 1.5rem;
}

.refund .tracker-amount[b-lhvyevvc1b] {
    color: #4ade80;
}

.owed .tracker-amount[b-lhvyevvc1b] {
    color: #f59e0b;
}

.currency[b-lhvyevvc1b] {
    font-size: 1.5rem;
    opacity: 0.7;
}

.compact .currency[b-lhvyevvc1b] {
    font-size: 1rem;
}

.tracker-updated[b-lhvyevvc1b] {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.tracker-breakdown[b-lhvyevvc1b] {
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 0.5rem;
}

.breakdown-row[b-lhvyevvc1b] {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    font-size: 0.875rem;
}

.breakdown-label[b-lhvyevvc1b] {
    color: #94a3b8;
}

.breakdown-value[b-lhvyevvc1b] {
    font-weight: 500;
}

.breakdown-value.deduction[b-lhvyevvc1b],
.breakdown-value.credit[b-lhvyevvc1b] {
    color: #4ade80;
}

.breakdown-divider[b-lhvyevvc1b] {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

.breakdown-row.total[b-lhvyevvc1b] {
    font-weight: 600;
    font-size: 1rem;
}

.refund-amount[b-lhvyevvc1b] {
    color: #4ade80;
}

.owed-amount[b-lhvyevvc1b] {
    color: #f59e0b;
}

.tracker-actions[b-lhvyevvc1b] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.btn-breakdown[b-lhvyevvc1b],
.btn-whatif[b-lhvyevvc1b] {
    flex: 1;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.btn-breakdown[b-lhvyevvc1b] {
    background: rgba(255,255,255,0.1);
    color: white;
}

.btn-breakdown:hover[b-lhvyevvc1b] {
    background: rgba(255,255,255,0.15);
}

.btn-whatif[b-lhvyevvc1b] {
    background: #3b82f6;
    color: white;
}

.btn-whatif:hover[b-lhvyevvc1b] {
    background: #2563eb;
}

.btn-breakdown:focus-visible[b-lhvyevvc1b],
.btn-whatif:focus-visible[b-lhvyevvc1b] {
    outline: 2px solid rgba(59, 130, 246, 0.5);
    outline-offset: 2px;
}

.btn-breakdown:active[b-lhvyevvc1b],
.btn-whatif:active[b-lhvyevvc1b] {
    transform: scale(0.97);
}

.btn-breakdown:active[b-lhvyevvc1b] {
    background: rgba(255,255,255,0.2);
}

.btn-whatif:active[b-lhvyevvc1b] {
    background: #1d4ed8;
}

.tracker-change[b-lhvyevvc1b] {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.tracker-change.positive[b-lhvyevvc1b] {
    background: rgba(74, 222, 128, 0.2);
    color: #4ade80;
}

.tracker-change.negative[b-lhvyevvc1b] {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
}

/* Light theme support - includes both .light and .sacred-light */
[b-lhvyevvc1b] .light .refund-tracker,
[b-lhvyevvc1b] .sacred-light .refund-tracker {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #1f2937;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

[b-lhvyevvc1b] .light .tracker-loading,
[b-lhvyevvc1b] .sacred-light .tracker-loading {
    color: #6b7280;
}

[b-lhvyevvc1b] .light .spinner-small,
[b-lhvyevvc1b] .sacred-light .spinner-small {
    border-color: rgba(0, 0, 0, 0.1);
    border-top-color: #2563eb;
}

[b-lhvyevvc1b] .light .tracker-label,
[b-lhvyevvc1b] .sacred-light .tracker-label {
    color: #6b7280;
}

[b-lhvyevvc1b] .light .refund .tracker-amount,
[b-lhvyevvc1b] .sacred-light .refund .tracker-amount {
    color: #16a34a;
}

[b-lhvyevvc1b] .light .owed .tracker-amount,
[b-lhvyevvc1b] .sacred-light .owed .tracker-amount {
    color: #d97706;
}

[b-lhvyevvc1b] .light .tracker-updated,
[b-lhvyevvc1b] .sacred-light .tracker-updated {
    color: #9ca3af;
}

[b-lhvyevvc1b] .light .tracker-breakdown,
[b-lhvyevvc1b] .sacred-light .tracker-breakdown {
    background: rgba(0, 0, 0, 0.02);
}

[b-lhvyevvc1b] .light .breakdown-label,
[b-lhvyevvc1b] .sacred-light .breakdown-label {
    color: #6b7280;
}

[b-lhvyevvc1b] .light .breakdown-value.deduction,
[b-lhvyevvc1b] .light .breakdown-value.credit,
[b-lhvyevvc1b] .sacred-light .breakdown-value.deduction,
[b-lhvyevvc1b] .sacred-light .breakdown-value.credit {
    color: #16a34a;
}

[b-lhvyevvc1b] .light .breakdown-divider,
[b-lhvyevvc1b] .sacred-light .breakdown-divider {
    background: rgba(0, 0, 0, 0.08);
}

[b-lhvyevvc1b] .light .refund-amount,
[b-lhvyevvc1b] .sacred-light .refund-amount {
    color: #16a34a;
}

[b-lhvyevvc1b] .light .owed-amount,
[b-lhvyevvc1b] .sacred-light .owed-amount {
    color: #d97706;
}

[b-lhvyevvc1b] .light .btn-breakdown,
[b-lhvyevvc1b] .sacred-light .btn-breakdown {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

[b-lhvyevvc1b] .light .btn-breakdown:hover,
[b-lhvyevvc1b] .sacred-light .btn-breakdown:hover {
    background: rgba(0, 0, 0, 0.08);
}

[b-lhvyevvc1b] .light .tracker-change.positive,
[b-lhvyevvc1b] .sacred-light .tracker-change.positive {
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

[b-lhvyevvc1b] .light .tracker-change.negative,
[b-lhvyevvc1b] .sacred-light .tracker-change.negative {
    background: rgba(217, 119, 6, 0.1);
    color: #d97706;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The ::deep selectors don't work for <html> elements
   ============================================ */

html.light .refund-tracker[b-lhvyevvc1b],
html.sacred-light .refund-tracker[b-lhvyevvc1b] {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .tracker-loading[b-lhvyevvc1b],
html.sacred-light .tracker-loading[b-lhvyevvc1b] {
    color: #374151;
}

html.light .spinner-small[b-lhvyevvc1b],
html.sacred-light .spinner-small[b-lhvyevvc1b] {
    border-color: rgba(0, 0, 0, 0.1);
    border-top-color: #3b82f6;
}

html.light .tracker-label[b-lhvyevvc1b],
html.sacred-light .tracker-label[b-lhvyevvc1b] {
    color: #64748b;
}

html.light .refund .tracker-amount[b-lhvyevvc1b],
html.sacred-light .refund .tracker-amount[b-lhvyevvc1b] {
    color: #16a34a;
}

html.light .owed .tracker-amount[b-lhvyevvc1b],
html.sacred-light .owed .tracker-amount[b-lhvyevvc1b] {
    color: #dc2626;
}

html.light .tracker-updated[b-lhvyevvc1b],
html.sacred-light .tracker-updated[b-lhvyevvc1b] {
    color: #94a3b8;
}

html.light .tracker-breakdown[b-lhvyevvc1b],
html.sacred-light .tracker-breakdown[b-lhvyevvc1b] {
    border-top-color: rgba(0, 0, 0, 0.08);
}

html.light .breakdown-label[b-lhvyevvc1b],
html.sacred-light .breakdown-label[b-lhvyevvc1b] {
    color: #64748b;
}

html.light .breakdown-value.deduction[b-lhvyevvc1b],
html.light .breakdown-value.credit[b-lhvyevvc1b],
html.sacred-light .breakdown-value.deduction[b-lhvyevvc1b],
html.sacred-light .breakdown-value.credit[b-lhvyevvc1b] {
    color: #16a34a;
}

html.light .breakdown-divider[b-lhvyevvc1b],
html.sacred-light .breakdown-divider[b-lhvyevvc1b] {
    border-top-color: rgba(0, 0, 0, 0.08);
}

html.light .refund-amount[b-lhvyevvc1b],
html.sacred-light .refund-amount[b-lhvyevvc1b] {
    color: #16a34a;
}

html.light .owed-amount[b-lhvyevvc1b],
html.sacred-light .owed-amount[b-lhvyevvc1b] {
    color: #dc2626;
}

html.light .btn-breakdown[b-lhvyevvc1b],
html.sacred-light .btn-breakdown[b-lhvyevvc1b] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

html.light .btn-breakdown:hover[b-lhvyevvc1b],
html.sacred-light .btn-breakdown:hover[b-lhvyevvc1b] {
    background: rgba(0, 0, 0, 0.08);
}

html.light .tracker-change.positive[b-lhvyevvc1b],
html.sacred-light .tracker-change.positive[b-lhvyevvc1b] {
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

html.light .tracker-change.negative[b-lhvyevvc1b],
html.sacred-light .tracker-change.negative[b-lhvyevvc1b] {
    background: rgba(217, 119, 6, 0.1);
    color: #d97706;
}
/* _content/VibronTax/Components/Signature/SignatureCapture.razor.rz.scp.css */
.signature-capture[b-n04pvncfga] {
    --sig-border-radius: 6px;
    --sig-bg: #f8f9fa;
    --sig-border: #dee2e6;
}

.signature-capture.compact[b-n04pvncfga] {
    font-size: 0.9rem;
}

.signature-capture.compact .signature-title[b-n04pvncfga] {
    font-size: 1rem;
}

.signature-title[b-n04pvncfga] {
    color: var(--text, #1a1f2e);
    margin-bottom: 1rem;
}

.consent-card[b-n04pvncfga] {
    background: var(--sig-bg);
    border: 1px solid var(--sig-border);
    border-radius: var(--sig-border-radius);
    overflow: hidden;
}

.consent-header[b-n04pvncfga] {
    background: rgba(0, 0, 0, 0.03);
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--sig-border);
    color: var(--text, #1a1f2e);
}

.consent-body[b-n04pvncfga] {
    padding: 1rem;
}

.consent-text[b-n04pvncfga] {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-muted, #4a5568);
    margin-bottom: 1rem;
}

.signature-input-section label[b-n04pvncfga] {
    color: var(--text, #1a1f2e);
}

.signature-input[b-n04pvncfga] {
    font-family: 'Brush Script MT', 'Segoe Script', cursive;
    font-size: 1.5rem;
    padding: 0.75rem 1rem;
    border-radius: var(--sig-border-radius);
    color: #1a1f2e;
    background: white;
}

.signature-input[b-n04pvncfga]::placeholder {
    font-family: inherit;
    opacity: 0.5;
}

.signature-mode-toggle .btn[b-n04pvncfga] {
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
}

.signature-pad-container[b-n04pvncfga] {
    border: 2px dashed var(--sig-border);
    border-radius: var(--sig-border-radius);
    background: white;
    padding: 0.5rem;
}

.signature-pad[b-n04pvncfga] {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 150px;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: crosshair;
    touch-action: none;
}

.signature-pad-actions[b-n04pvncfga] {
    margin-top: 0.5rem;
    text-align: right;
}

.audit-notice[b-n04pvncfga] {
    background: #e7f3ff;
    border: 1px solid #b6d4fe;
    border-radius: var(--sig-border-radius);
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: #0d6efd;
    display: flex;
    align-items: flex-start;
}

.audit-notice i[b-n04pvncfga] {
    flex-shrink: 0;
    margin-top: 2px;
}

.validation-message[b-n04pvncfga] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: var(--sig-border-radius);
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    color: #842029;
    margin-top: 0.75rem;
}

/* Light mode adjustments */
html.light .consent-text[b-n04pvncfga],
html.sacred-light .consent-text[b-n04pvncfga] {
    color: #4a5568;
}

html.light .signature-title[b-n04pvncfga],
html.sacred-light .signature-title[b-n04pvncfga] {
    color: #1a1f2e;
}

html.light .consent-header[b-n04pvncfga],
html.sacred-light .consent-header[b-n04pvncfga] {
    color: #1a1f2e;
}

html.light .signature-input[b-n04pvncfga] {
    color: #1a1f2e;
    background: white;
    border: 1px solid #e2e8f0;
}

html.light .consent-card[b-n04pvncfga] {
    background: #f8fafc;
    border-color: #e2e8f0;
}

html.light .audit-notice[b-n04pvncfga] {
    background: #e7f3ff;
    border-color: #b6d4fe;
    color: #0d6efd;
}

html.light .validation-message[b-n04pvncfga] {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #842029;
}
/* _content/VibronTax/Components/ValidationAlert.razor.rz.scp.css */
.validation-alerts[b-dil4e749xh] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.validation-alerts.has-critical[b-dil4e749xh] {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
}

.alerts-header[b-dil4e749xh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.header-left[b-dil4e749xh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-icon[b-dil4e749xh] {
    font-size: 1rem;
}

.alert-icon.critical[b-dil4e749xh] {
    color: #ef4444;
}

.alert-icon.info[b-dil4e749xh] {
    color: #f59e0b;
}

.alert-count[b-dil4e749xh] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #f59e0b;
}

.has-critical .alert-count[b-dil4e749xh] {
    color: #ef4444;
}

.btn-dismiss[b-dil4e749xh] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: var(--text-muted, #b0b8c8);
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    transition: color 0.2s ease;
}

.btn-dismiss:hover[b-dil4e749xh] {
    color: var(--text, #e0e4ed);
}

.btn-dismiss:focus-visible[b-dil4e749xh] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
}

.alerts-list[b-dil4e749xh] {
    padding: 0.5rem;
}

.alert-item[b-dil4e749xh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
}

.alert-item:last-child[b-dil4e749xh] {
    margin-bottom: 0;
}

.alert-item.critical[b-dil4e749xh] {
    border-left: 3px solid #ef4444;
}

.alert-item.warning[b-dil4e749xh] {
    border-left: 3px solid #f59e0b;
}

.alert-item.info[b-dil4e749xh] {
    border-left: 3px solid #3b82f6;
}

.alert-content[b-dil4e749xh] {
    flex: 1;
    min-width: 0;
}

.alert-title[b-dil4e749xh] {
    font-weight: 500;
    color: var(--text, #e0e4ed);
    font-size: 0.9rem;
}

.alert-description[b-dil4e749xh] {
    font-size: 0.8rem;
    color: var(--text-muted, #b0b8c8);
    margin-top: 0.125rem;
}

.btn-fix[b-dil4e749xh] {
    padding: 0.375rem 0.875rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.btn-fix:hover[b-dil4e749xh] {
    background: #2563eb;
    transform: translateY(-1px);
}

.btn-fix:focus-visible[b-dil4e749xh] {
    outline: 2px solid rgba(59, 130, 246, 0.5);
    outline-offset: 2px;
}

.critical .btn-fix[b-dil4e749xh] {
    background: #dc2626;
}

.critical .btn-fix:hover[b-dil4e749xh] {
    background: #b91c1c;
}

/* Light theme overrides */
[b-dil4e749xh] .light .validation-alerts,
:global(.light) .validation-alerts[b-dil4e749xh] {
    background: #fffbeb;
    border-color: #fcd34d;
}

[b-dil4e749xh] .light .validation-alerts.has-critical,
:global(.light) .validation-alerts.has-critical[b-dil4e749xh] {
    background: #fef2f2;
    border-color: #fca5a5;
}

[b-dil4e749xh] .light .alerts-header,
:global(.light) .alerts-header[b-dil4e749xh] {
    background: rgba(0, 0, 0, 0.03);
}

[b-dil4e749xh] .light .alert-count,
:global(.light) .alert-count[b-dil4e749xh] {
    color: #92400e;
}

[b-dil4e749xh] .light .has-critical .alert-count,
:global(.light) .has-critical .alert-count[b-dil4e749xh] {
    color: #b91c1c;
}

[b-dil4e749xh] .light .alert-item,
:global(.light) .alert-item[b-dil4e749xh] {
    background: white;
}

[b-dil4e749xh] .light .alert-title,
:global(.light) .alert-title[b-dil4e749xh] {
    color: #1e293b;
}

[b-dil4e749xh] .light .alert-description,
:global(.light) .alert-description[b-dil4e749xh] {
    color: #64748b;
}

[b-dil4e749xh] .light .btn-dismiss,
:global(.light) .btn-dismiss[b-dil4e749xh] {
    color: #94a3b8;
}

[b-dil4e749xh] .light .btn-dismiss:hover,
:global(.light) .btn-dismiss:hover[b-dil4e749xh] {
    color: #64748b;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The ::deep selectors don't work for <html> elements
   ============================================ */

html.light .validation-alerts[b-dil4e749xh],
html.sacred-light .validation-alerts[b-dil4e749xh] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .validation-alerts.has-critical[b-dil4e749xh],
html.sacred-light .validation-alerts.has-critical[b-dil4e749xh] {
    border-color: rgba(220, 38, 38, 0.3);
}

html.light .alerts-header[b-dil4e749xh],
html.sacred-light .alerts-header[b-dil4e749xh] {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

html.light .alert-count[b-dil4e749xh],
html.sacred-light .alert-count[b-dil4e749xh] {
    color: #374151;
}

html.light .has-critical .alert-count[b-dil4e749xh],
html.sacred-light .has-critical .alert-count[b-dil4e749xh] {
    color: #dc2626;
}

html.light .alert-item[b-dil4e749xh],
html.sacred-light .alert-item[b-dil4e749xh] {
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

html.light .alert-title[b-dil4e749xh],
html.sacred-light .alert-title[b-dil4e749xh] {
    color: #1e293b;
}

html.light .alert-description[b-dil4e749xh],
html.sacred-light .alert-description[b-dil4e749xh] {
    color: #64748b;
}

html.light .btn-dismiss[b-dil4e749xh],
html.sacred-light .btn-dismiss[b-dil4e749xh] {
    color: #94a3b8;
}

html.light .btn-dismiss:hover[b-dil4e749xh],
html.sacred-light .btn-dismiss:hover[b-dil4e749xh] {
    color: #64748b;
}
/* _content/VibronTax/Pages/Admin/DiligenceImport.razor.rz.scp.css */
.diligence-import-page[b-daofll8kpk] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.page-header[b-daofll8kpk] {
    margin-bottom: 2rem;
}

.page-header h1[b-daofll8kpk] {
    font-size: 1.75rem;
    margin: 0 0 0.5rem 0;
}

.header-subtitle[b-daofll8kpk] {
    color: var(--color-text-muted, #666);
    margin: 0;
}

.alert[b-daofll8kpk] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.alert-success[b-daofll8kpk] {
    background: rgba(0, 180, 100, 0.1);
    border: 1px solid rgba(0, 180, 100, 0.3);
    color: #00b464;
}

.alert-error[b-daofll8kpk] {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
}

.import-sections[b-daofll8kpk] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.import-section[b-daofll8kpk] {
    background: var(--color-surface, #fff);
    border-radius: 6px;
    padding: 1.5rem;
    border: 1px solid var(--color-border, #ddd);
}

.section-header[b-daofll8kpk] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.section-header h2[b-daofll8kpk] {
    font-size: 1.25rem;
    margin: 0;
}

.section-badge[b-daofll8kpk] {
    font-size: 0.85rem;
    color: var(--color-text-muted, #666);
    background: var(--color-bg, #f5f5f5);
    padding: 0.25rem 0.75rem;
    border-radius: 2px;
    text-transform: uppercase;
}

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

.preview-card[b-daofll8kpk] {
    background: var(--color-bg, #f8f9fa);
    border-radius: 8px;
    padding: 1rem;
}

.preview-card h4[b-daofll8kpk] {
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
    color: var(--color-text-muted, #666);
}

.company-list[b-daofll8kpk], .category-list[b-daofll8kpk], .type-list[b-daofll8kpk], .tax-doc-list[b-daofll8kpk] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

.company-list li[b-daofll8kpk], .type-list li[b-daofll8kpk] {
    padding: 0.25rem 0;
}

.company-list li.selected[b-daofll8kpk] {
    background: rgba(79, 70, 229, 0.1);
    border-radius: 4px;
    margin: 0 -0.5rem;
    padding: 0.25rem 0.5rem;
}

.category-list li[b-daofll8kpk] {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
}

.count[b-daofll8kpk] {
    color: var(--color-text-muted, #888);
    font-size: 0.85rem;
}

label[b-daofll8kpk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.option-group[b-daofll8kpk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.option-group.horizontal[b-daofll8kpk] {
    flex-direction: row;
    flex-wrap: wrap;
}

.import-options[b-daofll8kpk] {
    margin-bottom: 1.5rem;
}

.import-options h4[b-daofll8kpk] {
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
}

.actions[b-daofll8kpk] {
    display: flex;
    gap: 1rem;
}

.btn[b-daofll8kpk] {
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.15s ease;
}

.btn-primary[b-daofll8kpk] {
    background: var(--color-primary, #4f46e5);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-daofll8kpk] {
    background: var(--color-primary-hover, #4338ca);
}

.btn:focus-visible[b-daofll8kpk] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: 2px;
}

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

.spinner[b-daofll8kpk] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-daofll8kpk 0.8s linear infinite;
}

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

.import-result[b-daofll8kpk] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: var(--color-bg, #f8f9fa);
    border-radius: 8px;
}

.import-result h4[b-daofll8kpk] {
    margin: 0 0 0.75rem 0;
}

.result-stats[b-daofll8kpk] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.stat[b-daofll8kpk] {
    font-size: 0.9rem;
}

.stat.success[b-daofll8kpk] {
    color: #00b464;
}

.stat.neutral[b-daofll8kpk] {
    color: var(--color-text-muted, #666);
}

.stat.error[b-daofll8kpk] {
    color: #dc3545;
}

.error-details[b-daofll8kpk], .warning-details[b-daofll8kpk] {
    margin-top: 1rem;
}

details summary[b-daofll8kpk] {
    cursor: pointer;
    color: var(--color-primary, #4f46e5);
}

details ul[b-daofll8kpk] {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    max-height: 200px;
    overflow-y: auto;
}

details li[b-daofll8kpk] {
    font-size: 0.85rem;
    color: var(--color-text-muted, #666);
}

.tax-docs-summary[b-daofll8kpk] {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

/* ============================================
   DARK MODE SUPPORT - Default text readability
   ============================================ */

html:not(.light):not(.sacred-light) .page-header h1[b-daofll8kpk],
html:not(.light):not(.sacred-light) .section-header h2[b-daofll8kpk],
html:not(.light):not(.sacred-light) .preview-card h4[b-daofll8kpk],
html:not(.light):not(.sacred-light) .import-options h4[b-daofll8kpk],
html:not(.light):not(.sacred-light) .import-result h4[b-daofll8kpk] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .header-subtitle[b-daofll8kpk],
html:not(.light):not(.sacred-light) .section-badge[b-daofll8kpk],
html:not(.light):not(.sacred-light) .count[b-daofll8kpk],
html:not(.light):not(.sacred-light) .stat.neutral[b-daofll8kpk],
html:not(.light):not(.sacred-light) details li[b-daofll8kpk] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .import-section[b-daofll8kpk] {
    background: rgba(22, 27, 42, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
}

html:not(.light):not(.sacred-light) .preview-card[b-daofll8kpk],
html:not(.light):not(.sacred-light) .import-result[b-daofll8kpk] {
    background: rgba(255, 255, 255, 0.03);
}

html:not(.light):not(.sacred-light) label[b-daofll8kpk] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .company-list li[b-daofll8kpk],
html:not(.light):not(.sacred-light) .type-list li[b-daofll8kpk],
html:not(.light):not(.sacred-light) .category-list li[b-daofll8kpk] {
    color: #d1d5db;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   ============================================ */

html.light .page-header h1[b-daofll8kpk],
html.sacred-light .page-header h1[b-daofll8kpk] {
    color: #1e293b;
}

html.light .header-subtitle[b-daofll8kpk],
html.sacred-light .header-subtitle[b-daofll8kpk] {
    color: #64748b;
}

html.light .section-header h2[b-daofll8kpk],
html.sacred-light .section-header h2[b-daofll8kpk] {
    color: #1e293b;
}

html.light .section-badge[b-daofll8kpk],
html.sacred-light .section-badge[b-daofll8kpk] {
    color: #64748b;
    background: rgba(0, 0, 0, 0.04);
}

html.light .import-section[b-daofll8kpk],
html.sacred-light .import-section[b-daofll8kpk] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .preview-card[b-daofll8kpk],
html.sacred-light .preview-card[b-daofll8kpk] {
    background: rgba(0, 0, 0, 0.02);
}

html.light .preview-card h4[b-daofll8kpk],
html.sacred-light .preview-card h4[b-daofll8kpk] {
    color: #374151;
}

html.light .company-list li[b-daofll8kpk],
html.light .type-list li[b-daofll8kpk],
html.light .category-list li[b-daofll8kpk],
html.sacred-light .company-list li[b-daofll8kpk],
html.sacred-light .type-list li[b-daofll8kpk],
html.sacred-light .category-list li[b-daofll8kpk] {
    color: #1e293b;
}

html.light .count[b-daofll8kpk],
html.sacred-light .count[b-daofll8kpk] {
    color: #64748b;
}

html.light label[b-daofll8kpk],
html.sacred-light label[b-daofll8kpk] {
    color: #374151;
}

html.light .import-options h4[b-daofll8kpk],
html.sacred-light .import-options h4[b-daofll8kpk] {
    color: #1e293b;
}

html.light .import-result[b-daofll8kpk],
html.sacred-light .import-result[b-daofll8kpk] {
    background: rgba(0, 0, 0, 0.02);
}

html.light .import-result h4[b-daofll8kpk],
html.sacred-light .import-result h4[b-daofll8kpk] {
    color: #1e293b;
}

html.light .stat.neutral[b-daofll8kpk],
html.sacred-light .stat.neutral[b-daofll8kpk] {
    color: #64748b;
}

html.light details summary[b-daofll8kpk],
html.sacred-light details summary[b-daofll8kpk] {
    color: #2563eb;
}

html.light details li[b-daofll8kpk],
html.sacred-light details li[b-daofll8kpk] {
    color: #64748b;
}
/* _content/VibronTax/Pages/AdminSetup.razor.rz.scp.css */
.admin-setup-container[b-1f0jp7riht] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

.setup-header[b-1f0jp7riht] {
    text-align: center;
    margin-bottom: 2rem;
}

.setup-icon[b-1f0jp7riht] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.setup-header h1[b-1f0jp7riht] {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-primary, #fff);
    margin: 0 0 0.5rem 0;
}

.setup-subtitle[b-1f0jp7riht] {
    color: var(--sacred-text-muted, #c4c9d8);
    margin: 0;
}

.setup-loading[b-1f0jp7riht] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 3rem;
    color: var(--sacred-text-muted, #c4c9d8);
}

.spinner[b-1f0jp7riht] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(37, 99, 235, 0.2);
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin-b-1f0jp7riht 1s linear infinite;
}

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

.setup-status-banner[b-1f0jp7riht] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.status-success[b-1f0jp7riht] {
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.3);
}

.status-warning[b-1f0jp7riht] {
    background: rgba(255, 200, 100, 0.15);
    border: 1px solid rgba(255, 200, 100, 0.3);
}

.status-icon[b-1f0jp7riht] { font-size: 1.5rem; }
.status-success .status-icon[b-1f0jp7riht] { color: #2563eb; }
.status-warning .status-icon[b-1f0jp7riht] { color: #ffc864; }
.status-text[b-1f0jp7riht] { color: #e2e6f0; }

.setup-section[b-1f0jp7riht] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

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

.section-icon[b-1f0jp7riht] { font-size: 1.25rem; }

.section-header h2[b-1f0jp7riht] {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e6f0;
    margin: 0;
}

.check-list[b-1f0jp7riht] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.check-item[b-1f0jp7riht] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
    flex-wrap: wrap;
}

.check-item.passing .check-status[b-1f0jp7riht] { color: #2563eb; }
.check-item.failing .check-status[b-1f0jp7riht] { color: #ef5f5f; }

.check-status[b-1f0jp7riht] { font-size: 1.1rem; }

.check-details[b-1f0jp7riht] {
    flex: 1;
    min-width: 200px;
}

.check-name[b-1f0jp7riht] {
    display: block;
    font-weight: 500;
    color: #e2e6f0;
}

.check-description[b-1f0jp7riht] {
    display: block;
    font-size: 0.85rem;
    color: var(--sacred-text-muted, #c4c9d8);
}

.check-fix[b-1f0jp7riht] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fix-label[b-1f0jp7riht] {
    font-size: 0.75rem;
    color: var(--sacred-text-muted, #c4c9d8);
}

.fix-command[b-1f0jp7riht] {
    flex: 1;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    cursor: pointer;
    word-break: break-all;
}

.fix-command:hover[b-1f0jp7riht] {
    background: rgba(37, 99, 235, 0.1);
}

.btn-copy[b-1f0jp7riht] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.btn-copy:hover[b-1f0jp7riht] { opacity: 1; }

.info-grid[b-1f0jp7riht] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.info-item[b-1f0jp7riht] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-label[b-1f0jp7riht] {
    font-size: 0.75rem;
    color: var(--sacred-text-muted, #c4c9d8);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-value[b-1f0jp7riht] {
    font-size: 0.95rem;
    color: #e2e6f0;
}

.info-value.text-success[b-1f0jp7riht] { color: #2563eb; }
.info-value.text-danger[b-1f0jp7riht] { color: #ef5f5f; }
.info-value.text-warning[b-1f0jp7riht] { color: #ffc864; }
.info-value.text-muted[b-1f0jp7riht] { color: var(--sacred-text-muted, #c4c9d8); }
.info-value.text-small[b-1f0jp7riht] { font-size: 0.8rem; word-break: break-all; }

.config-action[b-1f0jp7riht], .config-note[b-1f0jp7riht] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.config-action p[b-1f0jp7riht], .config-note p[b-1f0jp7riht] {
    font-size: 0.85rem;
    color: var(--sacred-text-muted, #c4c9d8);
    margin-bottom: 0.75rem;
}

.btn-action[b-1f0jp7riht] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: #2563eb;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.btn-action:hover[b-1f0jp7riht] {
    background: #1d4ed8;
}

.btn-action-secondary[b-1f0jp7riht] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #e2e6f0;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-action-secondary:hover[b-1f0jp7riht] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
}

.command-list[b-1f0jp7riht] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.command-item[b-1f0jp7riht] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.command-label[b-1f0jp7riht] {
    flex-shrink: 0;
    font-size: 0.8rem;
    color: var(--sacred-text-muted, #c4c9d8);
    min-width: 140px;
}

.command-code[b-1f0jp7riht] {
    flex: 1;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    word-break: break-all;
}

.setup-actions[b-1f0jp7riht] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

/* Light mode overrides */
:global(.light) .setup-header h1[b-1f0jp7riht],
:global(.sacred-light) .setup-header h1[b-1f0jp7riht],
:global(.light) .status-text[b-1f0jp7riht],
:global(.sacred-light) .status-text[b-1f0jp7riht],
:global(.light) .section-header h2[b-1f0jp7riht],
:global(.sacred-light) .section-header h2[b-1f0jp7riht],
:global(.light) .check-name[b-1f0jp7riht],
:global(.sacred-light) .check-name[b-1f0jp7riht],
:global(.light) .info-value[b-1f0jp7riht],
:global(.sacred-light) .info-value[b-1f0jp7riht] {
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .setup-section[b-1f0jp7riht],
:global(.sacred-light) .setup-section[b-1f0jp7riht],
:global(.light) .check-item[b-1f0jp7riht],
:global(.sacred-light) .check-item[b-1f0jp7riht] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .btn-action-secondary[b-1f0jp7riht],
:global(.sacred-light) .btn-action-secondary[b-1f0jp7riht] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .btn-action-secondary:hover[b-1f0jp7riht],
:global(.sacred-light) .btn-action-secondary:hover[b-1f0jp7riht] {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.18);
}

.copy-toast[b-1f0jp7riht] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.75rem 1.5rem;
    background: rgba(37, 99, 235, 0.9);
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    animation: fadeInOut-b-1f0jp7riht 2s ease;
}

@keyframes fadeInOut-b-1f0jp7riht {
    0%, 100% { opacity: 0; transform: translateX(-50%) translateY(20px); }
    20%, 80% { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Additional light mode text color fixes */
:global(.light) .setup-header h1[b-1f0jp7riht],
:global(.sacred-light) .setup-header h1[b-1f0jp7riht] {
    color: #1a1f2e;
}

/* html.light selectors for proper theme detection */
:global(html.light) .setup-header h1[b-1f0jp7riht],
:global(html.sacred-light) .setup-header h1[b-1f0jp7riht],
:global(html.light) .status-text[b-1f0jp7riht],
:global(html.sacred-light) .status-text[b-1f0jp7riht],
:global(html.light) .section-header h2[b-1f0jp7riht],
:global(html.sacred-light) .section-header h2[b-1f0jp7riht],
:global(html.light) .check-name[b-1f0jp7riht],
:global(html.sacred-light) .check-name[b-1f0jp7riht],
:global(html.light) .info-value[b-1f0jp7riht],
:global(html.sacred-light) .info-value[b-1f0jp7riht] {
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .setup-section[b-1f0jp7riht],
:global(html.sacred-light) .setup-section[b-1f0jp7riht],
:global(html.light) .check-item[b-1f0jp7riht],
:global(html.sacred-light) .check-item[b-1f0jp7riht] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .btn-action-secondary[b-1f0jp7riht],
:global(html.sacred-light) .btn-action-secondary[b-1f0jp7riht] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .btn-action-secondary:hover[b-1f0jp7riht],
:global(html.sacred-light) .btn-action-secondary:hover[b-1f0jp7riht] {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.18);
}

:global(html.light) .setup-subtitle[b-1f0jp7riht],
:global(html.sacred-light) .setup-subtitle[b-1f0jp7riht],
:global(html.light) .setup-loading[b-1f0jp7riht],
:global(html.sacred-light) .setup-loading[b-1f0jp7riht],
:global(html.light) .check-description[b-1f0jp7riht],
:global(html.sacred-light) .check-description[b-1f0jp7riht],
:global(html.light) .fix-label[b-1f0jp7riht],
:global(html.sacred-light) .fix-label[b-1f0jp7riht],
:global(html.light) .info-label[b-1f0jp7riht],
:global(html.sacred-light) .info-label[b-1f0jp7riht],
:global(html.light) .command-label[b-1f0jp7riht],
:global(html.sacred-light) .command-label[b-1f0jp7riht],
:global(html.light) .config-action p[b-1f0jp7riht],
:global(html.sacred-light) .config-action p[b-1f0jp7riht],
:global(html.light) .config-note p[b-1f0jp7riht],
:global(html.sacred-light) .config-note p[b-1f0jp7riht] {
    color: #4a5568;
}

:global(html.light) .fix-command[b-1f0jp7riht],
:global(html.sacred-light) .fix-command[b-1f0jp7riht],
:global(html.light) .command-code[b-1f0jp7riht],
:global(html.sacred-light) .command-code[b-1f0jp7riht],
:global(html.light) .command-item[b-1f0jp7riht],
:global(html.sacred-light) .command-item[b-1f0jp7riht] {
    background: rgba(0, 0, 0, 0.06);
    color: #1a1f2e;
}
/* _content/VibronTax/Pages/AIInbox.razor.rz.scp.css */
    .inbox-container[b-ppi2xu4huw] {
        max-width: 1000px;
        margin: 0 auto;
        padding: 1.5rem;
        /* Add bottom padding for FloatingAI button clearance */
        padding-bottom: 5rem;
    }

    .inbox-header[b-ppi2xu4huw] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 2rem;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .inbox-title h1[b-ppi2xu4huw] {
        font-size: 1.75rem;
        font-weight: 600;
        color: var(--text-strong, #fff);
        margin: 0 0 0.25rem;
    }

    .inbox-subtitle[b-ppi2xu4huw] {
        color: var(--text-muted, #c4c9d8);
        margin: 0;
        font-size: 0.9rem;
    }

    .inbox-stats[b-ppi2xu4huw] {
        display: flex;
        gap: 0.75rem;
    }

    .stat-pill[b-ppi2xu4huw] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        background: var(--card-bg, rgba(255, 255, 255, 0.05));
        border: 1px solid var(--card-border, rgba(255, 255, 255, 0.1));
        border-radius: 4px;
    }

    .stat-count[b-ppi2xu4huw] {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--text-strong, #fff);
    }

    .stat-label[b-ppi2xu4huw] {
        font-size: 0.8rem;
        color: var(--text-muted, #c4c9d8);
    }

    .stat-pill.clarifications .stat-count[b-ppi2xu4huw] {
        color: #ffc107;
    }

    .stat-pill.reviews .stat-count[b-ppi2xu4huw] {
        color: #3b82f6;
    }

    /* Empty State */
    .inbox-empty[b-ppi2xu4huw] {
        text-align: center;
        padding: 4rem 2rem;
        background: var(--card-bg, rgba(255, 255, 255, 0.03));
        border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
        border-radius: 6px;
        color: var(--text-primary, inherit);
    }

    .empty-icon[b-ppi2xu4huw] {
        font-size: 4rem;
        color: #2563eb;
        margin-bottom: 1rem;
    }

    .inbox-empty h2[b-ppi2xu4huw] {
        font-size: 1.5rem;
        color: var(--text-strong, #fff);
        margin: 0 0 0.5rem;
    }

    .inbox-empty p[b-ppi2xu4huw] {
        color: var(--text-muted, #c4c9d8);
        margin: 0 0 1.5rem;
    }

    .empty-actions[b-ppi2xu4huw] {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }

    .btn-primary[b-ppi2xu4huw], .btn-secondary[b-ppi2xu4huw] {
        padding: 0.75rem 1.5rem;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .btn-primary[b-ppi2xu4huw] {
        background: #2563eb;
        color: #fff;
    }

    .btn-primary:hover[b-ppi2xu4huw] {
        background: #1d4ed8;
    }

    .btn-secondary[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: var(--text, #e2e6f0);
    }

    .btn-secondary:hover[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.12);
    }

    /* Content Sections */
    .inbox-content[b-ppi2xu4huw] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .inbox-section[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 6px;
        overflow: hidden;
    }

    .inbox-section.priority[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.05);
        border-color: rgba(37, 99, 235, 0.2);
    }

    .section-header[b-ppi2xu4huw] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 1.25rem;
        background: rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .section-icon[b-ppi2xu4huw] {
        font-size: 1.1rem;
    }

    .section-title[b-ppi2xu4huw] {
        font-weight: 600;
        color: var(--text, #e2e6f0);
        flex: 1;
    }

    .section-count[b-ppi2xu4huw] {
        font-size: 0.8rem;
        padding: 0.2rem 0.6rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        color: var(--text-muted, #c4c9d8);
    }

    /* Quick Action Grid */
    .quick-action-grid[b-ppi2xu4huw] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 0.75rem;
        padding: 1rem;
    }

    .quick-action-card[b-ppi2xu4huw] {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 0.75rem 1rem;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        transition: background-color 0.2s ease;
    }

    .quick-action-card:hover[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.3);
    }

    .qa-content[b-ppi2xu4huw] {
        flex: 1;
        min-width: 0;
    }

    .qa-type[b-ppi2xu4huw] {
        font-size: 0.7rem;
        color: #2563eb;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.25rem;
    }

    .qa-prompt[b-ppi2xu4huw] {
        font-size: 0.85rem;
        color: var(--text, #e2e6f0);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .qa-actions[b-ppi2xu4huw] {
        display: flex;
        gap: 0.5rem;
    }

    .qa-btn[b-ppi2xu4huw] {
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .qa-btn.yes[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.15);
        color: #2563eb;
    }

    .qa-btn.yes:hover[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.25);
    }

    .qa-btn.no[b-ppi2xu4huw] {
        background: rgba(239, 95, 95, 0.15);
        color: #ef5f5f;
    }

    .qa-btn.no:hover[b-ppi2xu4huw] {
        background: rgba(239, 95, 95, 0.25);
    }

    /* Inbox List */
    .inbox-list[b-ppi2xu4huw] {
        display: flex;
        flex-direction: column;
    }

    .inbox-item[b-ppi2xu4huw] {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem 1.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        transition: all 0.2s ease;
    }

    .inbox-item:last-child[b-ppi2xu4huw] {
        border-bottom: none;
    }

    .inbox-item:hover[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.02);
    }

    .inbox-item.selected[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.08);
    }

    .inbox-item.snoozed[b-ppi2xu4huw] {
        opacity: 0.6;
    }

    .item-indicator[b-ppi2xu4huw] {
        width: 4px;
        height: 100%;
        min-height: 60px;
        border-radius: 2px;
        flex-shrink: 0;
    }

    .item-indicator.high[b-ppi2xu4huw] {
        background: #ef5f5f;
    }

    .item-indicator.medium[b-ppi2xu4huw] {
        background: #ffc107;
    }

    .item-indicator.low[b-ppi2xu4huw] {
        background: #2563eb;
    }

    .item-indicator.review[b-ppi2xu4huw] {
        background: #3b82f6;
    }

    .item-content[b-ppi2xu4huw] {
        flex: 1;
        cursor: pointer;
    }

    .item-header[b-ppi2xu4huw] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .item-type[b-ppi2xu4huw] {
        font-size: 0.75rem;
        font-weight: 600;
        color: #2563eb;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .item-date[b-ppi2xu4huw] {
        font-size: 0.75rem;
        color: var(--text-muted, #c4c9d8);
    }

    .item-prompt[b-ppi2xu4huw] {
        color: var(--text, #e2e6f0);
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }

    .item-context[b-ppi2xu4huw] {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        font-size: 0.8rem;
        color: var(--text-muted, #c4c9d8);
    }

    .item-context.snoozed[b-ppi2xu4huw] {
        color: #ffc107;
    }

    .context-icon[b-ppi2xu4huw] {
        font-size: 0.9rem;
    }

    .item-actions[b-ppi2xu4huw] {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .action-btn[b-ppi2xu4huw] {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.5rem 0.75rem;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 0.8rem;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .action-btn.resolve[b-ppi2xu4huw], .action-btn.approve[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.15);
        color: #2563eb;
    }

    .action-btn.resolve:hover[b-ppi2xu4huw], .action-btn.approve:hover[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.25);
    }

    .action-btn.dismiss[b-ppi2xu4huw], .action-btn.reject[b-ppi2xu4huw] {
        background: rgba(239, 95, 95, 0.15);
        color: #ef5f5f;
    }

    .action-btn.dismiss:hover[b-ppi2xu4huw], .action-btn.reject:hover[b-ppi2xu4huw] {
        background: rgba(239, 95, 95, 0.25);
    }

    .action-btn.snooze[b-ppi2xu4huw] {
        background: rgba(255, 193, 7, 0.15);
        color: #ffc107;
    }

    .action-btn.snooze:hover[b-ppi2xu4huw] {
        background: rgba(255, 193, 7, 0.25);
    }

    .action-btn.business[b-ppi2xu4huw] {
        background: rgba(59, 130, 246, 0.15);
        color: #3b82f6;
    }

    .action-btn.business:hover[b-ppi2xu4huw] {
        background: rgba(59, 130, 246, 0.25);
    }

    .action-btn.personal[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.15);
        color: #2563eb;
    }

    .action-btn.personal:hover[b-ppi2xu4huw] {
        background: rgba(37, 99, 235, 0.25);
    }

    /* Light mode overrides */
    :global(.light) .inbox-title h1[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-title h1[b-ppi2xu4huw],
    :global(.light) .stat-count[b-ppi2xu4huw],
    :global(.sacred-light) .stat-count[b-ppi2xu4huw],
    :global(.light) .inbox-empty h2[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-empty h2[b-ppi2xu4huw] {
        color: var(--sacred-text, #1a1f2e);
    }

    :global(.light) .stat-pill[b-ppi2xu4huw],
    :global(.sacred-light) .stat-pill[b-ppi2xu4huw],
    :global(.light) .inbox-empty[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-empty[b-ppi2xu4huw],
    :global(.light) .inbox-section[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-section[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.02);
        border-color: rgba(0, 0, 0, 0.08);
    }

    :global(.light) .section-header[b-ppi2xu4huw],
    :global(.sacred-light) .section-header[b-ppi2xu4huw],
    :global(.light) .quick-action-card[b-ppi2xu4huw],
    :global(.sacred-light) .quick-action-card[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.04);
    }

    :global(.light) .section-count[b-ppi2xu4huw],
    :global(.sacred-light) .section-count[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.06);
        color: var(--sacred-text-muted, #4a5568);
    }

    @media (max-width: 768px) {
        .inbox-item[b-ppi2xu4huw] {
            flex-direction: column;
        }

        .item-actions[b-ppi2xu4huw] {
            width: 100%;
            margin-top: 0.75rem;
        }

        .action-btn[b-ppi2xu4huw] {
            flex: 1;
            justify-content: center;
        }
    }

    /* Additional light mode text overrides */
    :global(.light) .inbox-title h1[b-ppi2xu4huw],
    :global(.light) .inbox-description[b-ppi2xu4huw],
    :global(.light) .section-title[b-ppi2xu4huw],
    :global(.light) .item-name[b-ppi2xu4huw],
    :global(.light) .item-source[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-title h1[b-ppi2xu4huw],
    :global(.sacred-light) .item-name[b-ppi2xu4huw] {
        color: #1a1f2e;
    }

    :global(.light) .item-date[b-ppi2xu4huw],
    :global(.light) .item-amount[b-ppi2xu4huw],
    :global(.light) .item-category[b-ppi2xu4huw],
    :global(.sacred-light) .item-date[b-ppi2xu4huw] {
        color: #4a5568;
    }

    :global(.light) .inbox-item[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-item[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.85);
        border-color: rgba(0, 0, 0, 0.08);
    }

    :global(.light) .inbox-item:hover[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-item:hover[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.95);
    }

    /* Additional light mode text color fixes */
    :global(.light) .stat-count[b-ppi2xu4huw],
    :global(.light) .inbox-empty h2[b-ppi2xu4huw],
    :global(.sacred-light) .stat-count[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-empty h2[b-ppi2xu4huw] {
        color: #1a1f2e;
    }

    :global(.light) .stat-pill[b-ppi2xu4huw],
    :global(.sacred-light) .stat-pill[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.04);
        border-color: rgba(0, 0, 0, 0.1);
    }

    :global(.light) .inbox-empty[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-empty[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.02);
        border-color: rgba(0, 0, 0, 0.08);
    }

    :global(.light) .inbox-title h1[b-ppi2xu4huw],
    :global(.light) .inbox-item-title[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-title h1[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-item-title[b-ppi2xu4huw] {
        color: #1a1f2e;
    }

    :global(.light) .inbox-subtitle[b-ppi2xu4huw],
    :global(.light) .inbox-item-preview[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-subtitle[b-ppi2xu4huw],
    :global(.sacred-light) .inbox-item-preview[b-ppi2xu4huw] {
        color: #6b7280;
    }

    /* html.light selectors for proper theme detection */
    :global(html.light) .inbox-title h1[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-title h1[b-ppi2xu4huw],
    :global(html.light) .stat-count[b-ppi2xu4huw],
    :global(html.sacred-light) .stat-count[b-ppi2xu4huw],
    :global(html.light) .inbox-empty h2[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-empty h2[b-ppi2xu4huw],
    :global(html.light) .inbox-description[b-ppi2xu4huw],
    :global(html.light) .section-title[b-ppi2xu4huw],
    :global(html.light) .item-name[b-ppi2xu4huw],
    :global(html.light) .item-source[b-ppi2xu4huw],
    :global(html.light) .inbox-item-title[b-ppi2xu4huw],
    :global(html.sacred-light) .item-name[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-item-title[b-ppi2xu4huw] {
        color: #1a1f2e;
    }

    :global(html.light) .item-date[b-ppi2xu4huw],
    :global(html.light) .item-amount[b-ppi2xu4huw],
    :global(html.light) .item-category[b-ppi2xu4huw],
    :global(html.light) .inbox-subtitle[b-ppi2xu4huw],
    :global(html.light) .inbox-item-preview[b-ppi2xu4huw],
    :global(html.sacred-light) .item-date[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-subtitle[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-item-preview[b-ppi2xu4huw] {
        color: #6b7280;
    }

    :global(html.light) .stat-pill[b-ppi2xu4huw],
    :global(html.sacred-light) .stat-pill[b-ppi2xu4huw],
    :global(html.light) .inbox-empty[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-empty[b-ppi2xu4huw],
    :global(html.light) .inbox-section[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-section[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.02);
        border-color: rgba(0, 0, 0, 0.08);
    }

    :global(html.light) .section-header[b-ppi2xu4huw],
    :global(html.sacred-light) .section-header[b-ppi2xu4huw],
    :global(html.light) .quick-action-card[b-ppi2xu4huw],
    :global(html.sacred-light) .quick-action-card[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.04);
    }

    :global(html.light) .section-count[b-ppi2xu4huw],
    :global(html.sacred-light) .section-count[b-ppi2xu4huw] {
        background: rgba(0, 0, 0, 0.06);
        color: #4a5568;
    }

    :global(html.light) .inbox-item[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-item[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.85);
        border-color: rgba(0, 0, 0, 0.08);
    }

    :global(html.light) .inbox-item:hover[b-ppi2xu4huw],
    :global(html.sacred-light) .inbox-item:hover[b-ppi2xu4huw] {
        background: rgba(255, 255, 255, 0.95);
    }
/* _content/VibronTax/Pages/Assets.razor.rz.scp.css */
.modal-card[b-88mt5en0gc] {
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: min(960px, 96vw);
    z-index: var(--z-modal, 1050);
    border-radius: 6px;
}

.modal-backdrop[b-88mt5en0gc] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: var(--z-modal-backdrop, 1040);
}
/* _content/VibronTax/Pages/ComplianceTracker.razor.rz.scp.css */
.compliance-container[b-4t6v6jfdak] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

.compliance-header[b-4t6v6jfdak] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.compliance-header h1[b-4t6v6jfdak] {
    margin: 0;
    font-size: 1.75rem;
}

.subtitle[b-4t6v6jfdak] {
    color: var(--text-secondary, #666);
    margin: 0.25rem 0 0;
}

.header-actions[b-4t6v6jfdak] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.year-select[b-4t6v6jfdak] {
    padding: 0.5rem 1rem;
    border: 1px solid var(--border-color, #ddd);
    border-radius: 6px;
    background: var(--bg-secondary, #f5f5f5);
    font-size: 0.875rem;
}

.btn[b-4t6v6jfdak] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.btn.primary[b-4t6v6jfdak] {
    background: var(--primary-color, #2563eb);
    color: white;
}

.btn.primary:hover[b-4t6v6jfdak] {
    background: var(--primary-hover, #1d4ed8);
}

.btn.ghost[b-4t6v6jfdak] {
    background: transparent;
    border: 1px solid var(--border-color, #ddd);
}

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

.summary-card[b-4t6v6jfdak] {
    padding: 1.25rem;
    border-radius: 6px;
    text-align: center;
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.06));
}

.summary-card.overdue[b-4t6v6jfdak] {
    border-color: #dc2626;
    background: rgba(220, 38, 38, 0.1);
}

.summary-card.due-soon[b-4t6v6jfdak] {
    border-color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
}

.summary-card.upcoming[b-4t6v6jfdak] {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
}

.summary-card.completed[b-4t6v6jfdak] {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

/* Light theme summary card overrides */
:global(.light) .summary-card.overdue[b-4t6v6jfdak] {
    background: #fef2f2;
}

:global(.light) .summary-card.due-soon[b-4t6v6jfdak] {
    background: #fffbeb;
}

:global(.light) .summary-card.upcoming[b-4t6v6jfdak] {
    background: #eff6ff;
}

:global(.light) .summary-card.completed[b-4t6v6jfdak] {
    background: #ecfdf5;
}

.summary-value[b-4t6v6jfdak] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.summary-label[b-4t6v6jfdak] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-secondary, #666);
    margin-top: 0.5rem;
}

.progress-bar[b-4t6v6jfdak] {
    height: 6px;
    background: var(--bg-secondary, #e5e7eb);
    border-radius: 3px;
    margin-top: 0.75rem;
    overflow: hidden;
}

.progress-fill[b-4t6v6jfdak] {
    height: 100%;
    background: #10b981;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.filter-bar[b-4t6v6jfdak] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    background: var(--bg-secondary, #f5f5f5);
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
}

.filter-btn[b-4t6v6jfdak] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.filter-btn.active[b-4t6v6jfdak] {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.filter-spacer[b-4t6v6jfdak] {
    flex: 1;
}

.checkbox-label[b-4t6v6jfdak] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    cursor: pointer;
}

.obligations-list[b-4t6v6jfdak] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.obligation-group[b-4t6v6jfdak] {
    background: var(--bg-card, #fff);
    border-radius: 6px;
    border: 1px solid var(--border-color, #e5e7eb);
    overflow: hidden;
}

.group-header[b-4t6v6jfdak] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: var(--bg-secondary, #f9fafb);
    border-bottom: 1px solid var(--border-color, #e5e7eb);
    font-size: 0.875rem;
}

.group-title[b-4t6v6jfdak] {
    font-weight: 600;
}

.group-count[b-4t6v6jfdak] {
    color: var(--text-secondary, #666);
}

.obligation-card[b-4t6v6jfdak] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
    transition: background 0.2s;
}

.obligation-card:last-child[b-4t6v6jfdak] {
    border-bottom: none;
}

.obligation-card:hover[b-4t6v6jfdak] {
    background: var(--bg-hover, #f9fafb);
}

.obligation-card.overdue[b-4t6v6jfdak] {
    background: rgba(220, 38, 38, 0.12);
}

.obligation-card.due-soon[b-4t6v6jfdak] {
    background: rgba(245, 158, 11, 0.12);
}

/* Light theme overrides for obligation cards */
:global(.light) .obligation-card.overdue[b-4t6v6jfdak] {
    background: #fef2f2;
}

:global(.light) .obligation-card.due-soon[b-4t6v6jfdak] {
    background: #fffbeb;
}

.obligation-card.completed[b-4t6v6jfdak] {
    opacity: 0.7;
}

.obligation-status[b-4t6v6jfdak] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.status-check[b-4t6v6jfdak] {
    color: #10b981;
}

.status-warning[b-4t6v6jfdak] {
    color: #dc2626;
}

.status-clock[b-4t6v6jfdak] {
    color: #f59e0b;
}

.status-dot[b-4t6v6jfdak] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--text-secondary, #c4c9d8);
}

.obligation-main[b-4t6v6jfdak] {
    flex: 1;
    min-width: 0;
}

.obligation-name[b-4t6v6jfdak] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.obligation-meta[b-4t6v6jfdak] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.meta-tag[b-4t6v6jfdak] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    background: var(--bg-secondary, #e5e7eb);
}

.meta-tag.form[b-4t6v6jfdak] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.meta-tag.state[b-4t6v6jfdak] {
    background: rgba(236, 72, 153, 0.2);
    color: #f472b6;
}

.meta-tag.entity[b-4t6v6jfdak] {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

/* Light theme overrides for meta tags */
:global(.light) .meta-tag.form[b-4t6v6jfdak] {
    background: #dbeafe;
    color: #1d4ed8;
}

:global(.light) .meta-tag.state[b-4t6v6jfdak] {
    background: #fce7f3;
    color: #be185d;
}

:global(.light) .meta-tag.entity[b-4t6v6jfdak] {
    background: #d1fae5;
    color: #047857;
}

.obligation-desc[b-4t6v6jfdak] {
    font-size: 0.8rem;
    color: var(--text-secondary, #666);
}

.obligation-due[b-4t6v6jfdak] {
    text-align: right;
    min-width: 120px;
}

.due-date[b-4t6v6jfdak] {
    font-weight: 500;
}

.days-until[b-4t6v6jfdak] {
    font-size: 0.75rem;
    color: var(--text-secondary, #666);
}

.days-until.overdue[b-4t6v6jfdak] {
    color: #dc2626;
    font-weight: 500;
}

.days-until.soon[b-4t6v6jfdak] {
    color: #f59e0b;
}

.obligation-actions[b-4t6v6jfdak] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-4t6v6jfdak] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.2s;
}

.action-btn.complete[b-4t6v6jfdak] {
    background: #d1fae5;
    color: #047857;
}

.action-btn.complete:hover[b-4t6v6jfdak] {
    background: #10b981;
    color: white;
}

.action-btn.action[b-4t6v6jfdak] {
    background: #dbeafe;
    color: #1d4ed8;
}

.action-btn.action:hover[b-4t6v6jfdak] {
    background: #2563eb;
    color: white;
}

.action-btn.external[b-4t6v6jfdak] {
    background: var(--bg-secondary, #e5e7eb);
    color: var(--text-secondary, #666);
}

.loading-state[b-4t6v6jfdak], .empty-state[b-4t6v6jfdak] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-secondary, #666);
}

.empty-icon[b-4t6v6jfdak] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

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

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

.toast[b-4t6v6jfdak] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    color: white;
    font-size: 0.875rem;
    z-index: var(--z-toast, 1150);
    animation: slideUp-b-4t6v6jfdak 0.3s ease;
}

.toast.success[b-4t6v6jfdak] {
    background: #10b981;
}

.toast.error[b-4t6v6jfdak] {
    background: #dc2626;
}

@keyframes slideUp-b-4t6v6jfdak {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

/* ==========================================================
   Light/Dawn Mode Overrides
   ========================================================== */
:global(.light) .compliance-container[b-4t6v6jfdak],
:global(.sacred-light) .compliance-container[b-4t6v6jfdak] {
    color: #1a1f2e;
}

:global(.light) .summary-card[b-4t6v6jfdak],
:global(.light) .obligation-card[b-4t6v6jfdak],
:global(.light) .filter-group[b-4t6v6jfdak],
:global(.sacred-light) .summary-card[b-4t6v6jfdak],
:global(.sacred-light) .obligation-card[b-4t6v6jfdak] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.1);
}

:global(.light) .section-title[b-4t6v6jfdak],
:global(.light) .obligation-title[b-4t6v6jfdak],
:global(.light) .summary-value[b-4t6v6jfdak],
:global(.sacred-light) .section-title[b-4t6v6jfdak],
:global(.sacred-light) .obligation-title[b-4t6v6jfdak] {
    color: #1a1f2e;
}

:global(.light) .summary-label[b-4t6v6jfdak],
:global(.light) .obligation-frequency[b-4t6v6jfdak],
:global(.light) .due-label[b-4t6v6jfdak],
:global(.light) .text-muted[b-4t6v6jfdak],
:global(.sacred-light) .summary-label[b-4t6v6jfdak] {
    color: #6b7280;
}

:global(.light) .btn.ghost[b-4t6v6jfdak],
:global(.sacred-light) .btn.ghost[b-4t6v6jfdak] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

/* html.light selectors for proper theme detection */
:global(html.light) .compliance-container[b-4t6v6jfdak],
:global(html.sacred-light) .compliance-container[b-4t6v6jfdak] {
    color: #1a1f2e;
}

:global(html.light) .summary-card[b-4t6v6jfdak],
:global(html.light) .obligation-card[b-4t6v6jfdak],
:global(html.light) .filter-group[b-4t6v6jfdak],
:global(html.sacred-light) .summary-card[b-4t6v6jfdak],
:global(html.sacred-light) .obligation-card[b-4t6v6jfdak] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.1);
}

:global(html.light) .section-title[b-4t6v6jfdak],
:global(html.light) .obligation-title[b-4t6v6jfdak],
:global(html.light) .summary-value[b-4t6v6jfdak],
:global(html.sacred-light) .section-title[b-4t6v6jfdak],
:global(html.sacred-light) .obligation-title[b-4t6v6jfdak] {
    color: #1a1f2e;
}

:global(html.light) .summary-label[b-4t6v6jfdak],
:global(html.light) .obligation-frequency[b-4t6v6jfdak],
:global(html.light) .due-label[b-4t6v6jfdak],
:global(html.light) .text-muted[b-4t6v6jfdak],
:global(html.sacred-light) .summary-label[b-4t6v6jfdak] {
    color: #6b7280;
}

:global(html.light) .btn.ghost[b-4t6v6jfdak],
:global(html.sacred-light) .btn.ghost[b-4t6v6jfdak] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(html.light) .summary-card.overdue[b-4t6v6jfdak],
:global(html.light) .obligation-card.overdue[b-4t6v6jfdak] {
    border-color: rgba(239, 68, 68, 0.4);
}

:global(html.light) .summary-card.due-soon[b-4t6v6jfdak],
:global(html.light) .obligation-card.due-soon[b-4t6v6jfdak] {
    border-color: rgba(245, 158, 11, 0.4);
}

:global(html.light) .summary-card.upcoming[b-4t6v6jfdak] {
    border-color: rgba(59, 130, 246, 0.4);
}

:global(html.light) .summary-card.completed[b-4t6v6jfdak] {
    border-color: rgba(34, 197, 94, 0.4);
}

:global(html.light) .meta-tag.form[b-4t6v6jfdak] {
    background: rgba(139, 92, 246, 0.1);
    color: #7c3aed;
}

:global(html.light) .meta-tag.state[b-4t6v6jfdak] {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}

:global(html.light) .meta-tag.entity[b-4t6v6jfdak] {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
}

@media (max-width: 768px) {
    .compliance-container[b-4t6v6jfdak] {
        padding: 1rem;
    }

    .obligation-card[b-4t6v6jfdak] {
        flex-wrap: wrap;
    }

    .obligation-due[b-4t6v6jfdak] {
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
        display: flex;
        gap: 1rem;
    }

    .obligation-actions[b-4t6v6jfdak] {
        width: 100%;
        margin-top: 0.5rem;
    }
}
/* _content/VibronTax/Pages/Dashboard.razor.rz.scp.css */
.dash-container[b-71o8e92ovi] {
    padding: 1.25rem;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

/* Urgent Deadline Bar */
.urgent-deadline-bar[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    margin-bottom: 1rem;
    background: rgba(217, 119, 6, 0.08);
    border: 1px solid rgba(217, 119, 6, 0.25);
    border-left: 3px solid #d97706;
    border-radius: 4px;
}
.urgent-deadline-bar.critical[b-71o8e92ovi] {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.25);
    border-left-color: #dc2626;
}
.urgent-deadline-bar.warn[b-71o8e92ovi] {
    background: rgba(217, 119, 6, 0.08);
    border-color: rgba(217, 119, 6, 0.25);
    border-left-color: #d97706;
}
.urgent-icon[b-71o8e92ovi] { font-size: 1.25rem; }
.urgent-text[b-71o8e92ovi] { flex: 1; font-size: 0.875rem; }
.urgent-text strong[b-71o8e92ovi] { color: var(--text-strong, #f1f5f9); }
.urgent-countdown[b-71o8e92ovi] { color: #d97706; font-weight: 600; margin-left: 0.35rem; }
.urgent-deadline-bar.critical .urgent-countdown[b-71o8e92ovi] { color: #dc2626; }
.urgent-action[b-71o8e92ovi] {
    padding: 0.375rem 0.75rem;
    background: #d97706;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: background-color 0.15s;
}
.urgent-action:hover[b-71o8e92ovi] { background: #b45309; }
.urgent-deadline-bar.critical .urgent-action[b-71o8e92ovi] { background: #dc2626; }
.urgent-deadline-bar.critical .urgent-action:hover[b-71o8e92ovi] { background: #b91c1c; }

/* Hero Section */
.dash-hero[b-71o8e92ovi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: rgba(37, 99, 235, 0.04);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 6px;
}
.hero-content[b-71o8e92ovi] { flex: 1; }
.hero-badge[b-71o8e92ovi] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    background: rgba(37, 99, 235, 0.12);
    border-radius: 3px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #2563eb;
    margin-bottom: 0.625rem;
}
.badge-icon[b-71o8e92ovi] { font-size: 0.875rem; }
.hero-content h1[b-71o8e92ovi] { margin: 0 0 0.25rem; font-size: 1.5rem; font-weight: 600; }
.dash-subtitle[b-71o8e92ovi] { color: var(--vt-muted, #94a3b8); margin: 0 0 0.875rem; font-size: 0.875rem; }
.hero-actions[b-71o8e92ovi] { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.hero-cta[b-71o8e92ovi] { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.5rem 0.875rem; border-radius: 4px; font-size: 0.8125rem; font-weight: 500; text-decoration: none; transition: background-color 0.15s; }
.hero-cta.primary[b-71o8e92ovi] { background: #2563eb; color: #ffffff; }
.hero-cta.primary:hover[b-71o8e92ovi] { background: #1d4ed8; }
.hero-cta:focus-visible[b-71o8e92ovi] { outline: 2px solid #2563eb; outline-offset: 2px; }
.hero-cta.ghost[b-71o8e92ovi] { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--ghost-text, #f1f5f9); }
.hero-cta.ghost:hover[b-71o8e92ovi] { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.25); }
.hero-stats[b-71o8e92ovi] { display: flex; gap: 1.5rem; margin-top: 0.875rem; }
.hero-stat[b-71o8e92ovi] { text-align: center; }
.stat-num[b-71o8e92ovi] { display: block; font-size: 1.375rem; font-weight: 600; color: #2563eb; }
.stat-label[b-71o8e92ovi] { display: block; font-size: 0.6875rem; color: var(--vt-muted, #64748b); text-transform: uppercase; letter-spacing: 0.04em; }

.dash-controls[b-71o8e92ovi] { display: flex; gap: 0.5rem; align-items: center; flex-direction: row; flex-wrap: wrap; }
.dash-year[b-71o8e92ovi], .dash-view[b-71o8e92ovi] { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12); color: var(--control-text, #f1f5f9); padding: 0.375rem 0.75rem; border-radius: 4px; font-size: 0.8125rem; }
.dash-loading[b-71o8e92ovi] { text-align: center; padding: 2.5rem 1rem; }
.dash-spinner[b-71o8e92ovi] { width: 32px; height: 32px; border: 2px solid rgba(37,99,235,0.2); border-top-color: #2563eb; border-radius: 50%; margin: 0 auto 0.75rem; animation: spin-b-71o8e92ovi 1s linear infinite; }
.metric-grid[b-71o8e92ovi] { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 0.75rem; margin-bottom: 1rem; }
.metric-card[b-71o8e92ovi] { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 4px; padding: 0.875rem; color: var(--text-primary, #f1f5f9); }
.metric-card.highlight-federal[b-71o8e92ovi] { border-left: 3px solid #2563eb; }
.metric-card.highlight-state[b-71o8e92ovi] { border-left: 3px solid #d97706; }
.metric-grid-small[b-71o8e92ovi] { margin-bottom: 0.875rem; }
.metric-card-mini[b-71o8e92ovi] { background: rgba(255,255,255,0.015); border: 1px solid rgba(255,255,255,0.05); border-radius: 4px; padding: 0.625rem; }
.metric-card-mini .metric-label[b-71o8e92ovi] { font-size: 0.6875rem; }
.metric-card-mini .metric-value[b-71o8e92ovi] { font-size: 1rem; margin: 0.1rem 0; }
.metric-label[b-71o8e92ovi] { color: var(--vt-muted, #64748b); font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.03em; }
.metric-value[b-71o8e92ovi] { font-size: 1.375rem; font-weight: 600; margin: 0.25rem 0; font-family: var(--sacred-font-mono, 'SF Mono', monospace); }
.metric-sub[b-71o8e92ovi] { color: var(--vt-muted, #64748b); font-size: 0.75rem; }
.text-warn[b-71o8e92ovi] { color: #d97706; }
.text-success[b-71o8e92ovi] { color: #059669; }
.section-header[b-71o8e92ovi] { display: flex; justify-content: space-between; align-items: center; margin: 1rem 0 0.5rem; }
.section-header h2[b-71o8e92ovi], .section-header h3[b-71o8e92ovi] { margin: 0; font-size: 0.9375rem; font-weight: 600; }
.entity-grid[b-71o8e92ovi] { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 0.625rem; }
.entity-card[b-71o8e92ovi] { width: 100%; text-align: left; border-radius: 4px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.015); padding: 0.75rem; color: inherit; cursor: pointer; transition: border-color 0.15s, background-color 0.15s; }
.entity-card:hover[b-71o8e92ovi] { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.12); }
.entity-card.selected[b-71o8e92ovi] { border-color: #2563eb; background: rgba(37, 99, 235, 0.05); }
.entity-card.entity-business[b-71o8e92ovi] { border-left: 3px solid #2563eb; }
.entity-card.entity-personal[b-71o8e92ovi] { border-left: 3px solid #059669; }
.entity-card:focus-visible[b-71o8e92ovi] { outline: 2px solid #2563eb; outline-offset: 2px; }
.entity-top[b-71o8e92ovi] { display: flex; justify-content: space-between; align-items: center; }
.entity-pill[b-71o8e92ovi] { padding: 0.125rem 0.375rem; border-radius: 3px; font-size: 0.625rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; }
.entity-pill.pill-biz[b-71o8e92ovi] { background: rgba(37,99,235,0.12); color: #2563eb; }
.entity-pill.pill-personal[b-71o8e92ovi] { background: rgba(5,150,105,0.12); color: #059669; }
.entity-name[b-71o8e92ovi] { font-weight: 600; font-size: 0.875rem; }
.entity-financials[b-71o8e92ovi] { display: flex; justify-content: space-between; margin-top: 0.375rem; font-size: 0.8125rem; }
.entity-income[b-71o8e92ovi] { font-weight: 600; font-family: var(--sacred-font-mono, monospace); }
.entity-tax[b-71o8e92ovi] { font-size: 0.75rem; font-family: var(--sacred-font-mono, monospace); }
.entity-stats[b-71o8e92ovi] { display: flex; gap: 0.625rem; margin-top: 0.25rem; color: var(--vt-muted, #64748b); font-size: 0.6875rem; }
.entity-forms[b-71o8e92ovi] { display: flex; gap: 0.25rem; margin-top: 0.375rem; flex-wrap: wrap; }
.form-tag[b-71o8e92ovi] { background: rgba(255,255,255,0.04); padding: 0.125rem 0.35rem; border-radius: 3px; font-size: 0.625rem; color: var(--vt-muted, #64748b); }

/* Entity Quick Actions */
.entity-actions[b-71o8e92ovi] {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.entity-quick-action[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255,255,255,0.05);
    color: #b8c0d4;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
}
.entity-quick-action:hover[b-71o8e92ovi] {
    background: rgba(37,99,235,0.2);
    color: var(--sacred-secondary, #3b82f6);
}
.empty-state[b-71o8e92ovi] { padding: 1rem; border: 1px dashed rgba(255,255,255,0.15); border-radius: 6px; text-align: center; }
.dash-columns[b-71o8e92ovi] { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1rem; margin-top: 1.25rem; }
.card[b-71o8e92ovi] { border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); border-radius: 6px; padding: 1rem; }
.progress-top[b-71o8e92ovi] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.35rem; }
.progress-rail[b-71o8e92ovi] { height: 8px; border-radius: 6px; background: rgba(255,255,255,0.06); overflow: hidden; }
.progress-fill[b-71o8e92ovi] { height: 100%; background: #2563eb; }
.checklist[b-71o8e92ovi] { list-style: none; padding: 0; margin: 0.75rem 0; display: grid; gap: 0.35rem; }
.checklist li[b-71o8e92ovi] { padding-left: 0.75rem; position: relative; color: var(--vt-muted, #b8c0d4); }
.checklist li.done[b-71o8e92ovi] { color: var(--sacred-primary, #16a34a); }
.checklist li[b-71o8e92ovi]::before { content: "•"; position: absolute; left: 0; color: rgba(255,255,255,0.5); }
.list[b-71o8e92ovi] { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.6rem; }
.list li[b-71o8e92ovi] { display: grid; grid-template-columns: auto 1fr auto; gap: 0.75rem; align-items: center; }
.list-title[b-71o8e92ovi] { font-weight: 600; }
.list-sub[b-71o8e92ovi] { color: var(--vt-muted, #b8c0d4); font-size: 0.9rem; }
.pill[b-71o8e92ovi] { border-radius: 2px; padding: 0.25rem 0.65rem; background: rgba(255,255,255,0.08); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.03em; }
.pill-good[b-71o8e92ovi] { background: rgba(22,163,74,0.15); color: var(--sacred-primary, #16a34a); }
.pill-warn[b-71o8e92ovi] { background: rgba(247,178,103,0.15); color: var(--sacred-warm, #f7b267); }
.doc-chip[b-71o8e92ovi] { width: 32px; height: 32px; border-radius: 4px; display: grid; place-items: center; background: rgba(37,99,235,0.15); color: var(--sacred-secondary, #3b82f6); font-weight: 600; }
.actions[b-71o8e92ovi] { margin-top: 1.25rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.action[b-71o8e92ovi] { padding: 0.65rem 1rem; border-radius: 4px; border: 1px solid var(--card-border, rgba(255,255,255,0.08)); background: var(--card-bg, rgba(255,255,255,0.02)); color: var(--text-primary, inherit); text-decoration: none; }
.action:focus-visible[b-71o8e92ovi], .btn:focus-visible[b-71o8e92ovi] { outline: 2px solid var(--sacred-secondary, #3b82f6); outline-offset: 2px; }
.btn[b-71o8e92ovi] { border-radius: 4px; padding: 0.45rem 0.9rem; border: 1px solid rgba(255,255,255,0.14); background: #2563eb; color: #ffffff; text-decoration: none; font-weight: 600; }
.btn.ghost[b-71o8e92ovi] { background: var(--ghost-bg, rgba(255,255,255,0.04)); color: var(--ghost-text, #fff); }
.link[b-71o8e92ovi] { color: var(--sacred-secondary, #3b82f6); text-decoration: none; }
.muted[b-71o8e92ovi] { color: var(--vt-muted, #b8c0d4); }

/* Chart Section */
.charts-grid[b-71o8e92ovi] { display: grid; grid-template-columns: repeat(auto-fit,minmax(350px,1fr)); gap: 1rem; margin-top: 1.25rem; }
.chart-card[b-71o8e92ovi] { background: var(--card-bg, rgba(255,255,255,0.02)); border: 1px solid var(--card-border, rgba(255,255,255,0.06)); border-radius: 6px; padding: 1rem; color: var(--text-primary, #e0e4ed); }
.chart-card .section-header[b-71o8e92ovi] { margin-top: 0; }
.chart-canvas-wrap[b-71o8e92ovi] { height: 220px; position: relative; }
.chart-canvas-wrap.chart-donut[b-71o8e92ovi] { height: 200px; }
.chart-canvas-wrap canvas[b-71o8e92ovi] { width: 100% !important; height: 100% !important; }

/* AI Prompt Section */
.ai-prompt-section[b-71o8e92ovi] { margin-top: 1.5rem; }
.ai-prompt-card[b-71o8e92ovi] { display: flex; align-items: center; gap: 1.25rem; padding: 1.25rem; background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.2); border-radius: 6px; }
.ai-icon-wrapper[b-71o8e92ovi] { flex-shrink: 0; }
.ai-icon[b-71o8e92ovi] { width: 40px; height: 40px; border-radius: 4px; background: #2563eb; }
.ai-prompt-content[b-71o8e92ovi] { flex: 1; }
.ai-prompt-content h3[b-71o8e92ovi] { margin: 0 0 0.35rem; font-size: 1.05rem; }
.ai-prompt-content p[b-71o8e92ovi] { margin: 0; color: var(--vt-muted, #b8c0d4); font-size: 0.9rem; }
.ai-suggestions[b-71o8e92ovi] { display: flex; gap: 0.5rem; margin-top: 0.75rem; flex-wrap: wrap; }
.suggestion-chip[b-71o8e92ovi] { background: var(--card-bg, rgba(255,255,255,0.06)); border: 1px solid var(--card-border, rgba(255,255,255,0.1)); color: var(--text-primary, #fff); padding: 0.4rem 0.75rem; border-radius: 4px; font-size: 0.8rem; cursor: pointer; transition: background-color 0.15s ease, border-color 0.15s ease; }
.suggestion-chip:hover[b-71o8e92ovi] { background: rgba(37,99,235,0.15); border-color: rgba(37,99,235,0.3); }
.ai-cta[b-71o8e92ovi] { padding: 0.65rem 1.25rem; background: #2563eb; color: #ffffff; font-weight: 600; border-radius: 4px; text-decoration: none; white-space: nowrap; }
.ai-cta:hover[b-71o8e92ovi] { background: #1d4ed8; }

/* Enhanced Actions */
.actions .action[b-71o8e92ovi] { display: flex; align-items: center; gap: 0.6rem; }
.action-icon[b-71o8e92ovi] { font-size: 1.1rem; }

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

/* Tax Return Tracker */
.return-tracker[b-71o8e92ovi] { margin: 1.5rem 0; }
.return-tracker .section-header[b-71o8e92ovi] { margin-top: 0; }

.return-grid[b-71o8e92ovi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.85rem;
    margin-top: 0.75rem;
}

.return-card[b-71o8e92ovi] {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    padding: 1rem;
    transition: background-color 0.15s ease;
}
.return-card:hover[b-71o8e92ovi] {
    background: rgba(255,255,255,0.04);
}
.return-card.return-business[b-71o8e92ovi] { border-left: 3px solid var(--sacred-secondary, #3b82f6); }
.return-card.return-personal[b-71o8e92ovi] { border-left: 3px solid var(--sacred-primary, #2563eb); }

.return-header[b-71o8e92ovi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.return-entity[b-71o8e92ovi] { font-weight: 600; font-size: 1rem; }

.return-type-badge[b-71o8e92ovi] {
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.return-type-badge.badge-biz[b-71o8e92ovi] { background: rgba(59,130,246,0.15); color: #3b82f6; }
.return-type-badge.badge-personal[b-71o8e92ovi] { background: rgba(37,99,235,0.15); color: #60a5fa; }

.return-forms[b-71o8e92ovi] { display: grid; gap: 0.4rem; }

.form-row[b-71o8e92ovi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0.5rem;
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
}

.form-name[b-71o8e92ovi] { font-size: 0.85rem; color: var(--vt-muted, #b8c0d4); }

.form-status[b-71o8e92ovi] {
    font-size: 0.75rem;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
}
.form-status.pending[b-71o8e92ovi] { background: rgba(247,178,103,0.15); color: #f7b267; }
.form-status.filed[b-71o8e92ovi] { background: rgba(22,163,74,0.15); color: #16a34a; }
.form-status.review[b-71o8e92ovi] { background: rgba(59,130,246,0.15); color: #3b82f6; }

.return-actions[b-71o8e92ovi] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.return-btn[b-71o8e92ovi] {
    flex: 1;
    padding: 0.45rem 0.65rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background: #2563eb;
    color: #ffffff;
    transition: background-color 0.15s ease;
}
.return-btn:hover[b-71o8e92ovi] { background: #1d4ed8; }
.return-btn:focus-visible[b-71o8e92ovi] { outline: 2px solid #3b82f6; outline-offset: 2px; }
.return-btn.ghost[b-71o8e92ovi] { background: var(--ghost-bg, rgba(255,255,255,0.05)); color: var(--text-secondary, #b8c0d4); border: 1px solid var(--card-border, rgba(255,255,255,0.1)); }
.return-btn.ghost:hover[b-71o8e92ovi] { background: var(--ghost-hover-bg, rgba(255,255,255,0.08)); color: var(--text-strong, #fff); }

/* Responsive Design for Dashboard */
@media (max-width: 768px) {
    .dash-container[b-71o8e92ovi] { padding: 1rem; }
    .dash-hero[b-71o8e92ovi] { flex-direction: column; gap: 1rem; padding: 1.25rem; }
    .dash-controls[b-71o8e92ovi] { flex-direction: row; width: 100%; justify-content: flex-start; }
    .hero-stats[b-71o8e92ovi] { gap: 1rem; }
    .stat-num[b-71o8e92ovi] { font-size: 1.25rem; }
    .metric-grid[b-71o8e92ovi] { grid-template-columns: 1fr 1fr; }
    .entity-grid[b-71o8e92ovi] { grid-template-columns: 1fr; }
    .dash-columns[b-71o8e92ovi] { grid-template-columns: 1fr; }
    .charts-grid[b-71o8e92ovi] { grid-template-columns: 1fr; }
    .chart-canvas-wrap[b-71o8e92ovi] { height: 180px; }
    .ai-prompt-card[b-71o8e92ovi] { flex-direction: column; text-align: center; }
    .ai-suggestions[b-71o8e92ovi] { justify-content: center; }
    .actions[b-71o8e92ovi] { flex-wrap: wrap; }
    .action[b-71o8e92ovi] { flex: 1 1 45%; min-width: 140px; }
}

@media (max-width: 480px) {
    .dash-container[b-71o8e92ovi] { padding: 0.75rem; }
    .dash-hero[b-71o8e92ovi] { padding: 1rem; }
    .hero-content h1[b-71o8e92ovi] { font-size: 1.4rem; }
    .hero-stats[b-71o8e92ovi] { flex-wrap: wrap; justify-content: flex-start; }
    .metric-grid[b-71o8e92ovi] { grid-template-columns: 1fr; }
    .metric-value[b-71o8e92ovi] { font-size: 1.3rem; }
    .entity-card[b-71o8e92ovi] { padding: 0.6rem; }
    .entity-financials[b-71o8e92ovi] { flex-direction: column; gap: 0.25rem; }
    .chart-canvas-wrap[b-71o8e92ovi] { height: 160px; }
    .ai-prompt-card[b-71o8e92ovi] { padding: 1rem; gap: 1rem; }
    .ai-cta[b-71o8e92ovi] { width: 100%; text-align: center; }
    .urgent-deadline-bar[b-71o8e92ovi] { flex-direction: column; text-align: center; gap: 0.5rem; }
    .urgent-action[b-71o8e92ovi] { width: 100%; text-align: center; }
    .ai-insights-panel[b-71o8e92ovi] { padding: 1rem; }
    .insights-grid[b-71o8e92ovi] { grid-template-columns: 1fr; }
}

/* AI Insights Panel */
.ai-insights-panel[b-71o8e92ovi] {
    background: rgba(37,99,235,0.06);
    border: 1px solid rgba(37,99,235,0.2);
    border-radius: 6px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}
.insights-header[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.insights-header h3[b-71o8e92ovi] { margin: 0; flex: 1; font-size: 1.05rem; }
.insights-orb[b-71o8e92ovi] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #2563eb;
}
.insights-link[b-71o8e92ovi] { color: #3b82f6; text-decoration: none; font-size: 0.85rem; }
.insights-link:hover[b-71o8e92ovi] { text-decoration: underline; }

.insights-grid[b-71o8e92ovi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.75rem;
}
.insight-card[b-71o8e92ovi] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    transition: background-color 0.15s ease;
}
.insight-card:hover[b-71o8e92ovi] { background: rgba(255,255,255,0.05); }
.insight-card.warning[b-71o8e92ovi] { border-left: 3px solid #f7b267; }
.insight-card.opportunity[b-71o8e92ovi] { border-left: 3px solid #16a34a; }
.insight-card.success[b-71o8e92ovi] { border-left: 3px solid #16a34a; }
.insight-card.info[b-71o8e92ovi] { border-left: 3px solid #3b82f6; }
.insight-icon[b-71o8e92ovi] { font-size: 1.25rem; flex-shrink: 0; }
.insight-content[b-71o8e92ovi] { flex: 1; min-width: 0; }
.insight-title[b-71o8e92ovi] { font-weight: 600; font-size: 0.9rem; margin-bottom: 0.25rem; }
.insight-detail[b-71o8e92ovi] { color: var(--vt-muted, #b8c0d4); font-size: 0.85rem; line-height: 1.4; }
.insight-action[b-71o8e92ovi] {
    padding: 0.35rem 0.75rem;
    background: rgba(37,99,235,0.15);
    border: 1px solid rgba(37,99,235,0.3);
    border-radius: 4px;
    color: var(--sacred-secondary, #3b82f6);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease;
}
.insight-action:hover[b-71o8e92ovi] { background: rgba(37,99,235,0.25); }
.insight-card.warning .insight-action[b-71o8e92ovi] { background: rgba(247,178,103,0.15); border-color: rgba(247,178,103,0.3); color: #f7b267; }
.insight-card.warning .insight-action:hover[b-71o8e92ovi] { background: rgba(247,178,103,0.25); }
.insight-card.opportunity .insight-action[b-71o8e92ovi] { background: rgba(22,163,74,0.15); border-color: rgba(22,163,74,0.3); color: #16a34a; }
.insight-card.opportunity .insight-action:hover[b-71o8e92ovi] { background: rgba(22,163,74,0.25); }

/* Compliance Panel */
.compliance-panel[b-71o8e92ovi] {
    background: var(--bg-card, rgba(255,255,255,0.03));
    border: 1px solid var(--border-color, rgba(255,255,255,0.08));
    border-radius: 6px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}
.compliance-header[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.compliance-icon[b-71o8e92ovi] {
    font-size: 1.5rem;
}
.compliance-header h3[b-71o8e92ovi] {
    margin: 0;
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
}
.compliance-link[b-71o8e92ovi] {
    color: var(--primary-color, #2563eb);
    text-decoration: none;
    font-size: 0.875rem;
}
.compliance-summary[b-71o8e92ovi] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.compliance-stat[b-71o8e92ovi] {
    flex: 1;
    text-align: center;
    padding: 0.75rem;
    border-radius: 4px;
    background: var(--bg-secondary, #f5f5f5);
}
.compliance-stat.overdue[b-71o8e92ovi] {
    background: rgba(220, 38, 38, 0.15);
    border: 1px solid #dc2626;
}
.compliance-stat.due-soon[b-71o8e92ovi] {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid #f59e0b;
}
.compliance-stat.upcoming[b-71o8e92ovi] {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid #3b82f6;
}
.compliance-stat.completed[b-71o8e92ovi] {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid #10b981;
}

/* Light theme overrides for compliance stats */
:global(.light) .compliance-stat.overdue[b-71o8e92ovi] {
    background: #fef2f2;
}
:global(.light) .compliance-stat.due-soon[b-71o8e92ovi] {
    background: #fffbeb;
}
:global(.light) .compliance-stat.upcoming[b-71o8e92ovi] {
    background: #eff6ff;
}
:global(.light) .compliance-stat.completed[b-71o8e92ovi] {
    background: #ecfdf5;
}
.stat-value[b-71o8e92ovi] {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}
.stat-label[b-71o8e92ovi] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-secondary, #666);
    margin-top: 0.25rem;
}
.compliance-urgent[b-71o8e92ovi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.urgent-item[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    background: var(--bg-secondary, #f5f5f5);
    font-size: 0.875rem;
}
.urgent-item.overdue[b-71o8e92ovi] {
    background: rgba(220, 38, 38, 0.15);
}
.urgent-item.due-soon[b-71o8e92ovi] {
    background: rgba(245, 158, 11, 0.15);
}

/* Light theme overrides for urgent items */
:global(.light) .urgent-item.overdue[b-71o8e92ovi] {
    background: #fef2f2;
}
:global(.light) .urgent-item.due-soon[b-71o8e92ovi] {
    background: #fffbeb;
}
.urgent-icon[b-71o8e92ovi] {
    font-size: 1rem;
}
.urgent-name[b-71o8e92ovi] {
    flex: 1;
}
.urgent-due[b-71o8e92ovi] {
    font-weight: 500;
    color: var(--text-secondary, #666);
}

/* Daily Check-In Button */
.checkin-btn[b-71o8e92ovi] {
    position: relative;
    /* Removed pulse animation for professional look */
}

/* Today's Activity & Pending Items Grid */
.today-activity-grid[b-71o8e92ovi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .today-activity-grid[b-71o8e92ovi] {
        grid-template-columns: 1fr;
    }
}

.today-card[b-71o8e92ovi], .pending-card[b-71o8e92ovi] {
    background: var(--card-bg, rgba(20, 25, 40, 0.6));
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    border-radius: 6px;
    padding: 1.25rem;
}

.today-header[b-71o8e92ovi], .pending-header[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.today-header h3[b-71o8e92ovi], .pending-header h3[b-71o8e92ovi] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary, #e0e4ed);
}

.today-icon[b-71o8e92ovi], .pending-icon[b-71o8e92ovi] {
    font-size: 1.25rem;
}

.today-stats[b-71o8e92ovi] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 600px) {
    .today-stats[b-71o8e92ovi] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 380px) {
    .today-stats[b-71o8e92ovi] {
        grid-template-columns: 1fr;
    }
}

.today-stat[b-71o8e92ovi] {
    text-align: center;
}

.today-stat .stat-value[b-71o8e92ovi] {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.today-stat .stat-label[b-71o8e92ovi] {
    font-size: 0.75rem;
    color: var(--text-muted, #a0a8b8);
}

.pending-stats[b-71o8e92ovi] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pending-item[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

.pending-item:hover[b-71o8e92ovi] {
    background: rgba(255, 255, 255, 0.06);
}

.pending-item.needs-attention[b-71o8e92ovi] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.pending-count[b-71o8e92ovi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 0.5rem;
    border-radius: 4px;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
}

.pending-item.needs-attention .pending-count[b-71o8e92ovi] {
    background: #ef4444;
}

.pending-label[b-71o8e92ovi] {
    color: var(--text-primary, #e0e4ed);
    font-size: 0.9rem;
}

.pending-clear[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    color: var(--text-muted, #a0a8b8);
}

.clear-icon[b-71o8e92ovi] {
    font-size: 1.25rem;
}

/* Recent Activity Panel */
.recent-activity-panel[b-71o8e92ovi] {
    background: var(--card-bg, rgba(20, 25, 40, 0.6));
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    border-radius: 6px;
    padding: 1.25rem;
    margin-bottom: 2rem;
}

.activity-header[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.activity-header h3[b-71o8e92ovi] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary, #e0e4ed);
}

.activity-icon[b-71o8e92ovi] {
    font-size: 1.25rem;
}

.activity-list[b-71o8e92ovi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.activity-item[b-71o8e92ovi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
}

.activity-item.income[b-71o8e92ovi] {
    border-left: 3px solid #10b981;
}

.activity-item.expense[b-71o8e92ovi] {
    border-left: 3px solid #f59e0b;
}

.activity-item.document[b-71o8e92ovi] {
    border-left: 3px solid #2563eb;
}

.activity-entity-badge[b-71o8e92ovi] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    background: rgba(37, 99, 235, 0.15);
    color: var(--sacred-secondary, #3b82f6);
    font-size: 0.7rem;
    font-weight: 500;
    white-space: nowrap;
}

.activity-description[b-71o8e92ovi] {
    flex: 1;
    color: var(--text-primary, #e0e4ed);
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-amount[b-71o8e92ovi] {
    font-weight: 600;
    font-size: 0.875rem;
}

.activity-amount.positive[b-71o8e92ovi] {
    color: #10b981;
}

.activity-amount.negative[b-71o8e92ovi] {
    color: #f59e0b;
}

.activity-time[b-71o8e92ovi] {
    font-size: 0.75rem;
    color: var(--text-muted, #a0a8b8);
    white-space: nowrap;
}

/* Dark theme overrides for compliance panel */
@media (prefers-color-scheme: dark) {
    .compliance-panel[b-71o8e92ovi] {
        background: rgba(255, 255, 255, 0.02);
        border-color: rgba(255, 255, 255, 0.08);
    }

    .compliance-link[b-71o8e92ovi] {
        color: var(--sacred-secondary, #3b82f6);
    }

    .compliance-stat[b-71o8e92ovi] {
        background: rgba(255, 255, 255, 0.04);
    }

    .compliance-stat.overdue[b-71o8e92ovi] {
        background: rgba(220, 38, 38, 0.15);
        border-color: rgba(220, 38, 38, 0.4);
    }

    .compliance-stat.due-soon[b-71o8e92ovi] {
        background: rgba(245, 158, 11, 0.15);
        border-color: rgba(245, 158, 11, 0.4);
    }

    .compliance-stat.upcoming[b-71o8e92ovi] {
        background: rgba(59, 130, 246, 0.15);
        border-color: rgba(59, 130, 246, 0.4);
    }

    .compliance-stat.completed[b-71o8e92ovi] {
        background: rgba(16, 185, 129, 0.15);
        border-color: rgba(16, 185, 129, 0.4);
    }

    .stat-label[b-71o8e92ovi] {
        color: var(--vt-muted, #b8c0d4);
    }

    .urgent-item[b-71o8e92ovi] {
        background: rgba(255, 255, 255, 0.04);
    }

    .urgent-item.overdue[b-71o8e92ovi] {
        background: rgba(220, 38, 38, 0.12);
    }

    .urgent-item.due-soon[b-71o8e92ovi] {
        background: rgba(245, 158, 11, 0.12);
    }

    .urgent-due[b-71o8e92ovi] {
        color: var(--vt-muted, #b8c0d4);
    }
}

/* ========== Light/Dawn Mode Overrides ========== */
:global(.light) .dash-year[b-71o8e92ovi],
:global(.light) .dash-view[b-71o8e92ovi],
:global(.sacred-light) .dash-year[b-71o8e92ovi],
:global(.sacred-light) .dash-view[b-71o8e92ovi] {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #1a1f2e;
}

:global(.light) .btn.ghost[b-71o8e92ovi],
:global(.sacred-light) .btn.ghost[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1f2e;
}

:global(.light) .btn.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .btn.ghost:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .suggestion-chip[b-71o8e92ovi],
:global(.sacred-light) .suggestion-chip[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .suggestion-chip:hover[b-71o8e92ovi],
:global(.sacred-light) .suggestion-chip:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
}

:global(.light) .urgent-text strong[b-71o8e92ovi],
:global(.sacred-light) .urgent-text strong[b-71o8e92ovi] {
    color: #1a1f2e;
}

:global(.light) .hero-cta.ghost[b-71o8e92ovi],
:global(.light) .hero-cta.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .hero-cta.ghost[b-71o8e92ovi] {
    color: #1a1f2e;
    border-color: rgba(0, 0, 0, 0.15);
}

:global(.light) .return-btn.ghost[b-71o8e92ovi],
:global(.light) .return-btn.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .return-btn.ghost[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1f2e;
}

/* Urgent deadline bar in light mode */
:global(.light) .urgent-text strong[b-71o8e92ovi],
:global(.sacred-light) .urgent-text strong[b-71o8e92ovi] {
    color: #1a1f2e;
}

:global(.light) .dash-year[b-71o8e92ovi],
:global(.light) .dash-view[b-71o8e92ovi],
:global(.sacred-light) .dash-year[b-71o8e92ovi],
:global(.sacred-light) .dash-view[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #1a1f2e;
}

:global(.light) .suggestion-chip[b-71o8e92ovi],
:global(.sacred-light) .suggestion-chip[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .suggestion-chip:hover[b-71o8e92ovi],
:global(.sacred-light) .suggestion-chip:hover[b-71o8e92ovi] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
    color: #2563eb;
}

:global(.light) .btn.ghost[b-71o8e92ovi],
:global(.sacred-light) .btn.ghost[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

:global(.light) .btn.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .btn.ghost:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

/* Additional light mode text color overrides */
:global(.light) .hero-cta.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .hero-cta.ghost:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
    border-color: rgba(0, 0, 0, 0.2);
}

:global(.light) .metric-label[b-71o8e92ovi],
:global(.light) .metric-sub[b-71o8e92ovi],
:global(.light) .dash-subtitle[b-71o8e92ovi],
:global(.light) .entity-stats[b-71o8e92ovi],
:global(.light) .form-tag[b-71o8e92ovi],
:global(.light) .muted[b-71o8e92ovi],
:global(.light) .stat-label[b-71o8e92ovi],
:global(.light) .form-name[b-71o8e92ovi],
:global(.light) .urgent-due[b-71o8e92ovi],
:global(.sacred-light) .metric-label[b-71o8e92ovi],
:global(.sacred-light) .metric-sub[b-71o8e92ovi],
:global(.sacred-light) .dash-subtitle[b-71o8e92ovi] {
    color: #4a5568;
}

:global(.light) .metric-value[b-71o8e92ovi],
:global(.light) .entity-name[b-71o8e92ovi],
:global(.light) .return-entity[b-71o8e92ovi],
:global(.light) .list-title[b-71o8e92ovi],
:global(.light) .ai-prompt-content h3[b-71o8e92ovi],
:global(.light) .stat-num[b-71o8e92ovi],
:global(.sacred-light) .metric-value[b-71o8e92ovi],
:global(.sacred-light) .entity-name[b-71o8e92ovi] {
    color: #1a1f2e;
}

:global(.light) .entity-card[b-71o8e92ovi],
:global(.light) .return-card[b-71o8e92ovi],
:global(.light) .chart-card[b-71o8e92ovi],
:global(.light) .card[b-71o8e92ovi],
:global(.light) .action[b-71o8e92ovi],
:global(.light) .ai-prompt-card[b-71o8e92ovi],
:global(.sacred-light) .entity-card[b-71o8e92ovi],
:global(.sacred-light) .return-card[b-71o8e92ovi] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .entity-card:hover[b-71o8e92ovi],
:global(.light) .return-card:hover[b-71o8e92ovi],
:global(.sacred-light) .entity-card:hover[b-71o8e92ovi] {
    background: rgba(255, 255, 255, 0.95);
}

:global(.light) .dash-hero[b-71o8e92ovi],
:global(.sacred-light) .dash-hero[b-71o8e92ovi] {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.12);
}

:global(.light) .hero-content h1[b-71o8e92ovi],
:global(.sacred-light) .hero-content h1[b-71o8e92ovi] {
    color: #1a1f2e;
}

:global(.light) .entity-quick-action[b-71o8e92ovi],
:global(.sacred-light) .entity-quick-action[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    color: #4a5568;
}

:global(.light) .entity-quick-action:hover[b-71o8e92ovi],
:global(.sacred-light) .entity-quick-action:hover[b-71o8e92ovi] {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

:global(.light) .progress-rail[b-71o8e92ovi],
:global(.sacred-light) .progress-rail[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.06);
}

:global(.light) .pill[b-71o8e92ovi],
:global(.sacred-light) .pill[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.06);
    color: #374151;
}

:global(.light) .checklist li[b-71o8e92ovi],
:global(.light) .list-sub[b-71o8e92ovi],
:global(.light) .ai-prompt-content p[b-71o8e92ovi],
:global(.sacred-light) .checklist li[b-71o8e92ovi] {
    color: #4a5568;
}

:global(.light) .checklist li[b-71o8e92ovi]::before,
:global(.sacred-light) .checklist li[b-71o8e92ovi]::before {
    color: rgba(0, 0, 0, 0.4);
}

:global(.light) .empty-state[b-71o8e92ovi],
:global(.sacred-light) .empty-state[b-71o8e92ovi] {
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

:global(.light) .form-row[b-71o8e92ovi],
:global(.sacred-light) .form-row[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.02);
}

:global(.light) .return-btn.ghost[b-71o8e92ovi],
:global(.sacred-light) .return-btn.ghost[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .return-btn.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .return-btn.ghost:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

/* Additional light mode text color fixes */
:global(.light) .urgent-text strong[b-71o8e92ovi],
:global(.sacred-light) .urgent-text strong[b-71o8e92ovi] {
    color: #1a1f2e;
}

:global(.light) .dash-year[b-71o8e92ovi],
:global(.light) .dash-view[b-71o8e92ovi],
:global(.sacred-light) .dash-year[b-71o8e92ovi],
:global(.sacred-light) .dash-view[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.12);
    color: #1a1f2e;
}

:global(.light) .suggestion-chip[b-71o8e92ovi],
:global(.sacred-light) .suggestion-chip[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .suggestion-chip:hover[b-71o8e92ovi],
:global(.sacred-light) .suggestion-chip:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .btn.ghost[b-71o8e92ovi],
:global(.light) .hero-cta.ghost[b-71o8e92ovi],
:global(.sacred-light) .btn.ghost[b-71o8e92ovi],
:global(.sacred-light) .hero-cta.ghost[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .btn.ghost:hover[b-71o8e92ovi],
:global(.light) .hero-cta.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .btn.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .hero-cta.ghost:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

/* ==========================================================
   Comprehensive Light/Dawn Mode Overrides
   ========================================================== */
:global(.light) .urgent-text strong[b-71o8e92ovi],
:global(.sacred-light) .urgent-text strong[b-71o8e92ovi] {
    color: #1a1f2e;
}

:global(.light) .dash-year[b-71o8e92ovi],
:global(.light) .dash-view[b-71o8e92ovi],
:global(.sacred-light) .dash-year[b-71o8e92ovi],
:global(.sacred-light) .dash-view[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .suggestion-chip[b-71o8e92ovi],
:global(.sacred-light) .suggestion-chip[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .chart-card[b-71o8e92ovi],
:global(.sacred-light) .chart-card[b-71o8e92ovi] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .action[b-71o8e92ovi],
:global(.sacred-light) .action[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .muted[b-71o8e92ovi],
:global(.sacred-light) .muted[b-71o8e92ovi] {
    color: #6b7280;
}

:global(.light) .return-btn.ghost:hover[b-71o8e92ovi],
:global(.sacred-light) .return-btn.ghost:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.06);
    color: #1a1f2e;
}

:global(.light) .ai-prompt-content p[b-71o8e92ovi],
:global(.sacred-light) .ai-prompt-content p[b-71o8e92ovi] {
    color: #6b7280;
}

/* html.light selectors for proper theme detection */
:global(html.light) .metric-label[b-71o8e92ovi],
:global(html.light) .metric-sub[b-71o8e92ovi],
:global(html.light) .dash-subtitle[b-71o8e92ovi],
:global(html.light) .entity-stats[b-71o8e92ovi],
:global(html.light) .form-tag[b-71o8e92ovi],
:global(html.light) .muted[b-71o8e92ovi],
:global(html.light) .stat-label[b-71o8e92ovi],
:global(html.light) .form-name[b-71o8e92ovi],
:global(html.light) .urgent-due[b-71o8e92ovi],
:global(html.light) .checklist li[b-71o8e92ovi],
:global(html.light) .list-sub[b-71o8e92ovi],
:global(html.light) .ai-prompt-content p[b-71o8e92ovi],
:global(html.sacred-light) .metric-label[b-71o8e92ovi],
:global(html.sacred-light) .metric-sub[b-71o8e92ovi],
:global(html.sacred-light) .dash-subtitle[b-71o8e92ovi] {
    color: #4a5568;
}

:global(html.light) .metric-value[b-71o8e92ovi],
:global(html.light) .entity-name[b-71o8e92ovi],
:global(html.light) .return-entity[b-71o8e92ovi],
:global(html.light) .list-title[b-71o8e92ovi],
:global(html.light) .ai-prompt-content h3[b-71o8e92ovi],
:global(html.light) .stat-num[b-71o8e92ovi],
:global(html.light) .hero-content h1[b-71o8e92ovi],
:global(html.light) .urgent-text strong[b-71o8e92ovi],
:global(html.light) .dash-year[b-71o8e92ovi],
:global(html.light) .dash-view[b-71o8e92ovi],
:global(html.sacred-light) .metric-value[b-71o8e92ovi],
:global(html.sacred-light) .entity-name[b-71o8e92ovi],
:global(html.sacred-light) .hero-content h1[b-71o8e92ovi] {
    color: #1a1f2e;
}

:global(html.light) .entity-card[b-71o8e92ovi],
:global(html.light) .return-card[b-71o8e92ovi],
:global(html.light) .chart-card[b-71o8e92ovi],
:global(html.light) .card[b-71o8e92ovi],
:global(html.light) .action[b-71o8e92ovi],
:global(html.light) .ai-prompt-card[b-71o8e92ovi],
:global(html.sacred-light) .entity-card[b-71o8e92ovi],
:global(html.sacred-light) .return-card[b-71o8e92ovi] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .entity-card:hover[b-71o8e92ovi],
:global(html.light) .return-card:hover[b-71o8e92ovi],
:global(html.sacred-light) .entity-card:hover[b-71o8e92ovi] {
    background: rgba(255, 255, 255, 0.95);
}

:global(html.light) .dash-hero[b-71o8e92ovi],
:global(html.sacred-light) .dash-hero[b-71o8e92ovi] {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.12);
}

:global(html.light) .entity-quick-action[b-71o8e92ovi],
:global(html.sacred-light) .entity-quick-action[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    color: #4a5568;
}

:global(html.light) .entity-quick-action:hover[b-71o8e92ovi],
:global(html.sacred-light) .entity-quick-action:hover[b-71o8e92ovi] {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

:global(html.light) .progress-rail[b-71o8e92ovi],
:global(html.sacred-light) .progress-rail[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.06);
}

:global(html.light) .pill[b-71o8e92ovi],
:global(html.sacred-light) .pill[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.06);
    color: #374151;
}

:global(html.light) .checklist li[b-71o8e92ovi]::before,
:global(html.sacred-light) .checklist li[b-71o8e92ovi]::before {
    color: rgba(0, 0, 0, 0.4);
}

:global(html.light) .empty-state[b-71o8e92ovi],
:global(html.sacred-light) .empty-state[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.06);
}

:global(html.light) .form-row[b-71o8e92ovi],
:global(html.sacred-light) .form-row[b-71o8e92ovi] {
    border-color: rgba(0, 0, 0, 0.05);
}

:global(html.light) .btn.ghost[b-71o8e92ovi],
:global(html.light) .hero-cta.ghost[b-71o8e92ovi],
:global(html.light) .return-btn.ghost[b-71o8e92ovi],
:global(html.sacred-light) .btn.ghost[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(html.light) .btn.ghost:hover[b-71o8e92ovi],
:global(html.light) .hero-cta.ghost:hover[b-71o8e92ovi],
:global(html.light) .return-btn.ghost:hover[b-71o8e92ovi],
:global(html.sacred-light) .btn.ghost:hover[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
    border-color: rgba(0, 0, 0, 0.2);
}

:global(html.light) .suggestion-chip[b-71o8e92ovi],
:global(html.sacred-light) .suggestion-chip[b-71o8e92ovi] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(html.light) .suggestion-chip:hover[b-71o8e92ovi],
:global(html.sacred-light) .suggestion-chip:hover[b-71o8e92ovi] {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
    color: #2563eb;
}

:global(html.light) .compliance-stat.overdue[b-71o8e92ovi] {
    border-color: rgba(239, 68, 68, 0.4);
}

:global(html.light) .compliance-stat.due-soon[b-71o8e92ovi] {
    border-color: rgba(245, 158, 11, 0.4);
}

:global(html.light) .compliance-stat.upcoming[b-71o8e92ovi] {
    border-color: rgba(59, 130, 246, 0.4);
}

:global(html.light) .compliance-stat.completed[b-71o8e92ovi] {
    border-color: rgba(34, 197, 94, 0.4);
}

:global(html.light) .urgent-item.overdue[b-71o8e92ovi] {
    border-left-color: rgba(239, 68, 68, 0.6);
}

:global(html.light) .urgent-item.due-soon[b-71o8e92ovi] {
    border-left-color: rgba(245, 158, 11, 0.6);
}
/* _content/VibronTax/Pages/DeductionOptimizer.razor.rz.scp.css */
.opt-container[b-c1nt6ti3cz] {
    padding: 1.5rem;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

/* Header with gradient badge */
.opt-header[b-c1nt6ti3cz] { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; gap: 1rem; flex-wrap: wrap; }
.opt-header h1[b-c1nt6ti3cz] { margin: 0; }
.opt-header > div:first-child[b-c1nt6ti3cz] { display: flex; flex-direction: column; gap: 0.25rem; }
.opt-controls[b-c1nt6ti3cz] { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.entity-filter[b-c1nt6ti3cz] { min-width: 150px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: #fff; padding: 0.35rem 0.75rem; border-radius: 4px; }
.opt-container select[b-c1nt6ti3cz] { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: #fff; padding: 0.35rem 0.75rem; border-radius: 4px; }

/* Enhanced metric grid */
.metric-grid[b-c1nt6ti3cz] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0.75rem; margin-bottom: 1rem; }
.metric-grid.metric-grid-small[b-c1nt6ti3cz] { margin-bottom: 1rem; }

.metric[b-c1nt6ti3cz] {
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    padding: 0.85rem;
    transition: background-color 0.2s ease;
}
.metric:hover[b-c1nt6ti3cz] { background: rgba(255,255,255,0.04); }
.metric.highlight-savings[b-c1nt6ti3cz] {
    border-left: 3px solid #2563eb;
    background: rgba(37,99,235,0.05);
}

.metric-mini[b-c1nt6ti3cz] { border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); border-radius: 4px; padding: 0.65rem; }
.metric-mini .metric-label[b-c1nt6ti3cz] { font-size: 0.75rem; }
.metric-mini .metric-value[b-c1nt6ti3cz] { font-size: 1.1rem; }

.metric-label[b-c1nt6ti3cz] { color: var(--vt-muted, #b8c0d4); font-size: 0.9rem; }
.metric-value[b-c1nt6ti3cz] { font-size: 1.4rem; font-weight: 600; }
.metric-value.text-success[b-c1nt6ti3cz] { color: #2563eb; }
.metric-sub[b-c1nt6ti3cz] { color: var(--vt-muted, #b8c0d4); font-size: 0.85rem; }

.grid[b-c1nt6ti3cz] { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.col[b-c1nt6ti3cz] { display: flex; flex-direction: column; gap: 0.5rem; }

.card[b-c1nt6ti3cz] { border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.02); border-radius: 6px; padding: 1rem; }

.section-header[b-c1nt6ti3cz] { display: flex; justify-content: space-between; align-items: center; margin: 1rem 0 0.5rem; }
.section-header h3[b-c1nt6ti3cz] { margin: 0; font-size: 1rem; font-weight: 600; }

.list[b-c1nt6ti3cz] { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.list li[b-c1nt6ti3cz] { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 0.2rem 0; }
.list-title[b-c1nt6ti3cz] { font-weight: 600; }
.list-sub[b-c1nt6ti3cz] { color: var(--vt-muted, #b8c0d4); font-size: 0.9rem; }

.pill[b-c1nt6ti3cz] { border-radius: 2px; padding: 0.25rem 0.7rem; background: rgba(255,255,255,0.08); font-size: 0.8rem; font-weight: 600; }
.pill-good[b-c1nt6ti3cz] { background: rgba(34,197,94,0.18); color: #16a34a; }
.pill-warn[b-c1nt6ti3cz] { background: rgba(247,178,103,0.15); color: #f7b267; }

.compare[b-c1nt6ti3cz] { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.75rem; }

.btn[b-c1nt6ti3cz] { border-radius: 4px; padding: 0.45rem 0.9rem; border: 1px solid rgba(255,255,255,0.14); background: #2563eb; color: #fff; text-decoration: none; font-weight: 600; cursor: pointer; }
.btn.ghost[b-c1nt6ti3cz] { background: rgba(255,255,255,0.05); color: #fff; }
.btn:hover[b-c1nt6ti3cz] { background: #1d4ed8; }

.muted[b-c1nt6ti3cz] { color: var(--vt-muted, #b8c0d4); }

.empty[b-c1nt6ti3cz], .opt-loading[b-c1nt6ti3cz] { border: 1px dashed rgba(255,255,255,0.15); padding: 1.5rem; border-radius: 6px; text-align: center; }
.spin[b-c1nt6ti3cz] { width: 32px; height: 32px; border-radius: 50%; border: 3px solid rgba(59,130,246,0.3); border-top-color: #3b82f6; margin: 0 auto 0.75rem; animation: spin-b-c1nt6ti3cz 1s linear infinite; }
@keyframes spin-b-c1nt6ti3cz { to { transform: rotate(360deg); } }

/* Deduction category list enhancements */
.list li[b-c1nt6ti3cz] { transition: background 0.15s ease; padding: 0.35rem 0.5rem; margin: -0.35rem -0.5rem; border-radius: 4px; }
.list li:hover[b-c1nt6ti3cz] { background: rgba(255,255,255,0.03); }

/* Standard vs Itemized comparison */
.compare > div[b-c1nt6ti3cz] {
    padding: 0.75rem;
    background: rgba(255,255,255,0.03);
    border-radius: 4px;
    text-align: center;
}
.compare .metric-value[b-c1nt6ti3cz] { font-size: 1.3rem; margin-top: 0.25rem; }

.charts-grid[b-c1nt6ti3cz] { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin: 1rem 0; }
.chart-card[b-c1nt6ti3cz] { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; padding: 1rem; }
.chart-canvas-wrap[b-c1nt6ti3cz] { height: 240px; position: relative; }
.chart-canvas-wrap.chart-donut[b-c1nt6ti3cz] { height: 220px; }
.chart-canvas-wrap canvas[b-c1nt6ti3cz] { width: 100% !important; height: 100% !important; }
.chart-footnote[b-c1nt6ti3cz] { margin: 0.35rem 0 0; font-size: 0.85rem; }

/* Spend to Save Calculator */
.spend-to-save[b-c1nt6ti3cz] {
    margin: 1.5rem 0;
    padding: 1.25rem;
    background: rgba(59,130,246,0.05);
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 6px;
}
.spend-to-save .section-header[b-c1nt6ti3cz] { margin-top: 0; }
.spend-to-save .tag[b-c1nt6ti3cz] { background: rgba(59,130,246,0.2); color: #3b82f6; padding: 0.2rem 0.5rem; border-radius: 2px; font-size: 0.75rem; text-transform: uppercase; font-weight: 600; }

.spend-grid[b-c1nt6ti3cz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.spend-item[b-c1nt6ti3cz] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.spend-item:hover[b-c1nt6ti3cz] {
    background: rgba(255,255,255,0.05);
    border-color: rgba(37,99,235,0.2);
}

.spend-icon[b-c1nt6ti3cz] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgba(37,99,235,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.spend-content[b-c1nt6ti3cz] { flex: 1; }
.spend-title[b-c1nt6ti3cz] { font-weight: 600; margin-bottom: 0.15rem; }
.spend-desc[b-c1nt6ti3cz] { font-size: 0.85rem; color: var(--vt-muted, #b8c0d4); margin-bottom: 0.5rem; }

.spend-calc[b-c1nt6ti3cz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.spend-label[b-c1nt6ti3cz] { color: var(--vt-muted, #b8c0d4); }
.spend-arrow[b-c1nt6ti3cz] { color: #2563eb; }
.spend-savings[b-c1nt6ti3cz] { font-weight: 600; color: #2563eb; }

/* Light mode overrides */
:global(.light) .entity-filter[b-c1nt6ti3cz],
:global(.sacred-light) .entity-filter[b-c1nt6ti3cz],
:global(.light) .opt-container select[b-c1nt6ti3cz],
:global(.sacred-light) .opt-container select[b-c1nt6ti3cz] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .btn.ghost[b-c1nt6ti3cz],
:global(.sacred-light) .btn.ghost[b-c1nt6ti3cz] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .pill[b-c1nt6ti3cz],
:global(.sacred-light) .pill[b-c1nt6ti3cz] {
    background: rgba(0,0,0,0.06);
}

/* Additional light mode text overrides */
:global(.light) .opt-header h1[b-c1nt6ti3cz],
:global(.light) .section-header h3[b-c1nt6ti3cz],
:global(.light) .list-title[b-c1nt6ti3cz],
:global(.light) .metric-value[b-c1nt6ti3cz],
:global(.light) .spend-title[b-c1nt6ti3cz],
:global(.sacred-light) .opt-header h1[b-c1nt6ti3cz],
:global(.sacred-light) .section-header h3[b-c1nt6ti3cz] {
    color: #1a1f2e;
}

:global(.light) .metric-label[b-c1nt6ti3cz],
:global(.light) .metric-sub[b-c1nt6ti3cz],
:global(.light) .list-sub[b-c1nt6ti3cz],
:global(.light) .muted[b-c1nt6ti3cz],
:global(.light) .spend-desc[b-c1nt6ti3cz],
:global(.light) .spend-label[b-c1nt6ti3cz],
:global(.sacred-light) .metric-label[b-c1nt6ti3cz],
:global(.sacred-light) .muted[b-c1nt6ti3cz] {
    color: #4a5568;
}

:global(.light) .card[b-c1nt6ti3cz],
:global(.light) .metric[b-c1nt6ti3cz],
:global(.light) .chart-card[b-c1nt6ti3cz],
:global(.light) .spend-item[b-c1nt6ti3cz],
:global(.sacred-light) .card[b-c1nt6ti3cz],
:global(.sacred-light) .metric[b-c1nt6ti3cz] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .compare > div[b-c1nt6ti3cz],
:global(.sacred-light) .compare > div[b-c1nt6ti3cz] {
    background: rgba(0, 0, 0, 0.03);
}

:global(.light) .list li:hover[b-c1nt6ti3cz],
:global(.sacred-light) .list li:hover[b-c1nt6ti3cz] {
    background: rgba(0, 0, 0, 0.03);
}

:global(.light) .empty[b-c1nt6ti3cz],
:global(.light) .opt-loading[b-c1nt6ti3cz],
:global(.sacred-light) .empty[b-c1nt6ti3cz] {
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

:global(.light) .entity-filter[b-c1nt6ti3cz],
:global(.light) .opt-container select[b-c1nt6ti3cz],
:global(.sacred-light) .entity-filter[b-c1nt6ti3cz],
:global(.sacred-light) .opt-container select[b-c1nt6ti3cz] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .btn.ghost[b-c1nt6ti3cz],
:global(.sacred-light) .btn.ghost[b-c1nt6ti3cz] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

/* html.light selectors for proper theme detection */
:global(html.light) .entity-filter[b-c1nt6ti3cz],
:global(html.sacred-light) .entity-filter[b-c1nt6ti3cz],
:global(html.light) .opt-container select[b-c1nt6ti3cz],
:global(html.sacred-light) .opt-container select[b-c1nt6ti3cz] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .btn.ghost[b-c1nt6ti3cz],
:global(html.sacred-light) .btn.ghost[b-c1nt6ti3cz] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .pill[b-c1nt6ti3cz],
:global(html.sacred-light) .pill[b-c1nt6ti3cz] {
    background: rgba(0,0,0,0.06);
}

:global(html.light) .opt-header h1[b-c1nt6ti3cz],
:global(html.light) .section-header h3[b-c1nt6ti3cz],
:global(html.light) .list-title[b-c1nt6ti3cz],
:global(html.light) .metric-value[b-c1nt6ti3cz],
:global(html.light) .spend-title[b-c1nt6ti3cz],
:global(html.sacred-light) .opt-header h1[b-c1nt6ti3cz],
:global(html.sacred-light) .section-header h3[b-c1nt6ti3cz] {
    color: #1a1f2e;
}

:global(html.light) .metric-label[b-c1nt6ti3cz],
:global(html.light) .metric-sub[b-c1nt6ti3cz],
:global(html.light) .list-sub[b-c1nt6ti3cz],
:global(html.light) .muted[b-c1nt6ti3cz],
:global(html.light) .spend-desc[b-c1nt6ti3cz],
:global(html.light) .spend-label[b-c1nt6ti3cz],
:global(html.light) .chart-footnote[b-c1nt6ti3cz],
:global(html.sacred-light) .metric-label[b-c1nt6ti3cz],
:global(html.sacred-light) .muted[b-c1nt6ti3cz] {
    color: #4a5568;
}

:global(html.light) .card[b-c1nt6ti3cz],
:global(html.light) .metric[b-c1nt6ti3cz],
:global(html.light) .chart-card[b-c1nt6ti3cz],
:global(html.light) .spend-item[b-c1nt6ti3cz],
:global(html.sacred-light) .card[b-c1nt6ti3cz],
:global(html.sacred-light) .metric[b-c1nt6ti3cz] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .compare > div[b-c1nt6ti3cz],
:global(html.sacred-light) .compare > div[b-c1nt6ti3cz] {
    background: rgba(0, 0, 0, 0.03);
}

:global(html.light) .list li:hover[b-c1nt6ti3cz],
:global(html.sacred-light) .list li:hover[b-c1nt6ti3cz] {
    background: rgba(0, 0, 0, 0.03);
}

:global(html.light) .empty[b-c1nt6ti3cz],
:global(html.light) .opt-loading[b-c1nt6ti3cz],
:global(html.sacred-light) .empty[b-c1nt6ti3cz] {
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

:global(html.light) .spend-to-save[b-c1nt6ti3cz],
:global(html.sacred-light) .spend-to-save[b-c1nt6ti3cz] {
    background: rgba(59,130,246,0.05);
    border-color: rgba(59,130,246,0.15);
}

/* Responsive styles */
@media (max-width: 768px) {
    .opt-container[b-c1nt6ti3cz] { padding: 1rem; }
    .opt-header[b-c1nt6ti3cz] { flex-direction: column; align-items: stretch; }
    .opt-controls[b-c1nt6ti3cz] { justify-content: flex-start; }
    .metric-grid[b-c1nt6ti3cz] { grid-template-columns: 1fr 1fr; }
    .grid[b-c1nt6ti3cz] { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .opt-container[b-c1nt6ti3cz] { padding: 0.75rem; }
    .metric-grid[b-c1nt6ti3cz] { grid-template-columns: 1fr; }
    .metric-value[b-c1nt6ti3cz] { font-size: 1.2rem; }
    .list li[b-c1nt6ti3cz] { flex-direction: column; align-items: flex-start; gap: 0.35rem; }
    .compare[b-c1nt6ti3cz] { grid-template-columns: 1fr; }
}
/* _content/VibronTax/Pages/DocumentReview.razor.rz.scp.css */
/* Ensure content doesn't overlap with FloatingAI button */
[b-fnx41isfjz] .container-fluid,
[b-fnx41isfjz] main {
    padding-bottom: 5rem;
}

.doc-icon[b-fnx41isfjz] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-light);
    border-radius: 8px;
}

.email-info[b-fnx41isfjz] {
    background: rgba(var(--bs-info-rgb), 0.1);
    padding: 0.5rem;
    border-radius: 4px;
}

.ownership-select[b-fnx41isfjz] {
    min-width: 180px;
}

.card.border-primary[b-fnx41isfjz] {
    border-width: 2px !important;
}

.nav-tabs .nav-link[b-fnx41isfjz] {
    cursor: pointer;
}

.nav-tabs .nav-link:not(.active)[b-fnx41isfjz] {
    color: var(--bs-gray-600);
}

.nav-tabs .nav-link:not(.active):hover[b-fnx41isfjz] {
    color: var(--bs-primary);
    border-color: transparent;
}

.btn-group-vertical .btn[b-fnx41isfjz] {
    border-radius: 4px !important;
    margin-bottom: 2px;
}

.alert-warning[b-fnx41isfjz] {
    background-color: rgba(var(--bs-warning-rgb), 0.15);
    border-color: rgba(var(--bs-warning-rgb), 0.3);
}
/* _content/VibronTax/Pages/EFileConfirmation.razor.rz.scp.css */
.efile-confirmation[b-j1x1li21nz] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

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

.confirmation-header h1[b-j1x1li21nz] {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.5rem;
}

.confirmation-header .lead[b-j1x1li21nz] {
    color: var(--text-muted);
    font-size: 1rem;
}

.loading-state[b-j1x1li21nz],
.error-state[b-j1x1li21nz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.card[b-j1x1li21nz] {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 0.5rem;
}

.card-header[b-j1x1li21nz] {
    background: var(--card-header-bg, var(--surface));
    border-bottom: 1px solid var(--border);
    padding: 1rem 1.25rem;
}

.card-header h5[b-j1x1li21nz] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.card-body[b-j1x1li21nz] {
    padding: 1.25rem;
}

dl.row dt[b-j1x1li21nz] {
    font-weight: 500;
    color: var(--text-muted);
}

dl.row dd[b-j1x1li21nz] {
    color: var(--text);
    font-weight: 500;
}

/* Signature Checklist */
.signature-checklist[b-j1x1li21nz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.signature-item[b-j1x1li21nz] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    background: var(--surface);
    transition: border-color 0.2s ease;
}

.signature-item.completed[b-j1x1li21nz] {
    border-color: var(--success, #10b981);
    background: rgba(16, 185, 129, 0.05);
}

.signature-status[b-j1x1li21nz] {
    min-width: 80px;
}

.signature-info h6[b-j1x1li21nz] {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
}

.signature-info p[b-j1x1li21nz] {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.signature-action[b-j1x1li21nz] {
    min-width: 150px;
    text-align: right;
}

.signed-info[b-j1x1li21nz] {
    font-size: 0.85rem;
    color: var(--text);
    text-align: right;
}

.signed-info i[b-j1x1li21nz] {
    color: var(--success, #10b981);
}

/* Badge styles */
.badge.bg-success[b-j1x1li21nz] {
    background-color: var(--success, #10b981) !important;
}

.badge.bg-secondary[b-j1x1li21nz] {
    background-color: var(--secondary, #6b7280) !important;
}

/* Alerts */
.alert-success[b-j1x1li21nz] {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--success, #10b981);
    color: var(--success, #10b981);
}

.alert-danger[b-j1x1li21nz] {
    background: rgba(239, 68, 68, 0.1);
    border-color: var(--danger, #ef4444);
    color: var(--danger, #ef4444);
}

/* Responsive */
@media (max-width: 768px) {
    .signature-item[b-j1x1li21nz] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .signature-action[b-j1x1li21nz] {
        text-align: center;
    }

    .signed-info[b-j1x1li21nz] {
        text-align: center;
    }
}

/* Light mode overrides */
:global(.light) .efile-confirmation .card[b-j1x1li21nz],
:global(.sacred-light) .efile-confirmation .card[b-j1x1li21nz] {
    background: #fff;
    border-color: #e5e7eb;
}

:global(.light) .signature-item[b-j1x1li21nz],
:global(.sacred-light) .signature-item[b-j1x1li21nz] {
    background: #f9fafb;
    border-color: #e5e7eb;
}

:global(.light) .confirmation-header h1[b-j1x1li21nz],
:global(.sacred-light) .confirmation-header h1[b-j1x1li21nz] {
    color: #1a1f2e;
}

:global(.light) dl.row dd[b-j1x1li21nz],
:global(.sacred-light) dl.row dd[b-j1x1li21nz] {
    color: #1a1f2e;
}

:global(.light) .signature-info h6[b-j1x1li21nz],
:global(.sacred-light) .signature-info h6[b-j1x1li21nz] {
    color: #1a1f2e;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The :global() selectors may not work for <html> elements
   These selectors properly target light mode
   ============================================ */

html.light .efile-confirmation .card[b-j1x1li21nz],
html.sacred-light .efile-confirmation .card[b-j1x1li21nz] {
    background: #fff;
    border-color: #e5e7eb;
}

html.light .signature-item[b-j1x1li21nz],
html.sacred-light .signature-item[b-j1x1li21nz] {
    background: #f9fafb;
    border-color: #e5e7eb;
}

html.light .confirmation-header h1[b-j1x1li21nz],
html.sacred-light .confirmation-header h1[b-j1x1li21nz] {
    color: #1a1f2e;
}

html.light dl.row dd[b-j1x1li21nz],
html.sacred-light dl.row dd[b-j1x1li21nz] {
    color: #1a1f2e;
}

html.light .signature-info h6[b-j1x1li21nz],
html.sacred-light .signature-info h6[b-j1x1li21nz] {
    color: #1a1f2e;
}

html.light .confirmation-header .lead[b-j1x1li21nz],
html.sacred-light .confirmation-header .lead[b-j1x1li21nz] {
    color: #4a5568;
}

html.light dl.row dt[b-j1x1li21nz],
html.sacred-light dl.row dt[b-j1x1li21nz] {
    color: #4a5568;
}

html.light .signature-info p[b-j1x1li21nz],
html.sacred-light .signature-info p[b-j1x1li21nz] {
    color: #4a5568;
}

html.light .card-header[b-j1x1li21nz],
html.sacred-light .card-header[b-j1x1li21nz] {
    background: #f3f4f6;
}

html.light .card-header h5[b-j1x1li21nz],
html.sacred-light .card-header h5[b-j1x1li21nz] {
    color: #1a1f2e;
}

/* ============================================
   DARK MODE SUPPORT - Explicit dark theme text colors
   Uses html:not(.light) pattern for proper theme matching
   ============================================ */

html:not(.light):not(.sacred-light) .confirmation-header h1[b-j1x1li21nz] {
    color: #e2e6f0;
}

html:not(.light):not(.sacred-light) dl.row dd[b-j1x1li21nz],
html:not(.light):not(.sacred-light) .signature-info h6[b-j1x1li21nz] {
    color: #c4c9d8;
}
/* _content/VibronTax/Pages/EstimatedTax.razor.rz.scp.css */
/* Ensure content doesn't overlap with FloatingAI button */
[b-9rse44s573] .container-fluid,
[b-9rse44s573] main {
    padding-bottom: 5rem;
}

.border-success[b-9rse44s573] {
    border-left: 4px solid var(--bs-success) !important;
}

.border-warning[b-9rse44s573] {
    border-left: 4px solid var(--bs-warning) !important;
}

.border-danger[b-9rse44s573] {
    border-left: 4px solid var(--bs-danger) !important;
}

.border-info[b-9rse44s573] {
    border-left: 4px solid var(--bs-info) !important;
}

.border-primary[b-9rse44s573] {
    border: 2px solid var(--bs-primary) !important;
}

.modal-card[b-9rse44s573] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: var(--z-modal, 1050);
    width: 90%;
    max-width: 500px;
}
/* _content/VibronTax/Pages/FinancialReports.razor.rz.scp.css */
.reports[b-9limyt4so5] {
    padding: 1.5rem;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

/* Enhanced header */
.reports-header[b-9limyt4so5] { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; gap: 1rem; flex-wrap: wrap; }
.reports-header h1[b-9limyt4so5] { margin: 0 0 0.25rem; }
.controls[b-9limyt4so5] { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.report-filter[b-9limyt4so5] { min-width: 180px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: #fff; padding: 0.35rem 0.75rem; border-radius: 4px; }
.reports select[b-9limyt4so5] { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: #fff; padding: 0.35rem 0.75rem; border-radius: 4px; }

/* Enhanced grid layout */
.grid[b-9limyt4so5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; margin-bottom: 1.25rem; }

/* Card enhancements */
.card[b-9limyt4so5] {
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    padding: 1rem;
    transition: background-color 0.2s ease;
}
.card:hover[b-9limyt4so5] { background: rgba(255,255,255,0.035); }
.export-card[b-9limyt4so5] {
    margin-top: 1rem;
    background: rgba(59,130,246,0.03);
    border-color: rgba(59,130,246,0.15);
}

.section-header[b-9limyt4so5] { display: flex; justify-content: space-between; align-items: center; margin: 1rem 0 0.5rem; }
.section-header h3[b-9limyt4so5] { margin: 0; font-size: 1rem; font-weight: 600; }
.card .section-header[b-9limyt4so5] { margin-top: 0; }
.tag[b-9limyt4so5] { background: rgba(59,130,246,0.15); color: #3b82f6; padding: 0.2rem 0.5rem; border-radius: 2px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }

.list[b-9limyt4so5] { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.list li[b-9limyt4so5] { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 0.25rem 0; }
.list li.divider[b-9limyt4so5] { border-top: 1px solid rgba(255,255,255,0.08); margin: 0.25rem 0; padding: 0; }
.list li.highlight[b-9limyt4so5] { background: rgba(37,99,235,0.08); margin: 0 -0.5rem; padding: 0.4rem 0.5rem; border-radius: 4px; font-weight: 600; }

.reports-charts[b-9limyt4so5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin: 1rem 0; }
.chart-card[b-9limyt4so5] { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 6px; padding: 1rem; }
.chart-canvas-wrap[b-9limyt4so5] { height: 240px; position: relative; }
.chart-canvas-wrap.chart-donut[b-9limyt4so5] { height: 220px; }
.chart-canvas-wrap canvas[b-9limyt4so5] { width: 100% !important; height: 100% !important; }

.actions[b-9limyt4so5] { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn[b-9limyt4so5] { border-radius: 4px; padding: 0.45rem 0.9rem; border: 1px solid rgba(255,255,255,0.14); background: #2563eb; color: #fff; text-decoration: none; font-weight: 600; cursor: pointer; }
.btn.ghost[b-9limyt4so5] { background: rgba(255,255,255,0.05); color: #fff; }
.btn:hover[b-9limyt4so5] { background: #1d4ed8; }

.muted[b-9limyt4so5] { color: var(--vt-muted, #b8c0d4); }

.empty[b-9limyt4so5], .loading[b-9limyt4so5] { border: 1px dashed rgba(255,255,255,0.15); padding: 1.5rem; border-radius: 6px; text-align: center; }
.spin[b-9limyt4so5] { width: 32px; height: 32px; border-radius: 50%; border: 3px solid rgba(59,130,246,0.3); border-top-color: #3b82f6; margin: 0 auto 0.75rem; animation: spin-b-9limyt4so5 1s linear infinite; }
@keyframes spin-b-9limyt4so5 { to { transform: rotate(360deg); } }

/* List item hover effect */
.list li[b-9limyt4so5] { transition: background 0.15s ease; padding: 0.3rem 0.5rem; margin: -0.3rem -0.5rem; border-radius: 4px; }
.list li:not(.divider):hover[b-9limyt4so5] { background: rgba(255,255,255,0.03); }

/* Light mode overrides */
:global(.light) .report-filter[b-9limyt4so5],
:global(.sacred-light) .report-filter[b-9limyt4so5],
:global(.light) .reports select[b-9limyt4so5],
:global(.sacred-light) .reports select[b-9limyt4so5] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .btn.ghost[b-9limyt4so5],
:global(.sacred-light) .btn.ghost[b-9limyt4so5] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

/* Additional light mode text overrides */
:global(.light) .reports-header h1[b-9limyt4so5],
:global(.light) .section-header h3[b-9limyt4so5],
:global(.light) .list li[b-9limyt4so5],
:global(.sacred-light) .reports-header h1[b-9limyt4so5],
:global(.sacred-light) .section-header h3[b-9limyt4so5] {
    color: #1a1f2e;
}

:global(.light) .muted[b-9limyt4so5],
:global(.sacred-light) .muted[b-9limyt4so5] {
    color: #4a5568;
}

:global(.light) .card[b-9limyt4so5],
:global(.light) .chart-card[b-9limyt4so5],
:global(.sacred-light) .card[b-9limyt4so5] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .list li.highlight[b-9limyt4so5],
:global(.sacred-light) .list li.highlight[b-9limyt4so5] {
    background: rgba(37, 99, 235, 0.08);
}

:global(.light) .list li:not(.divider):hover[b-9limyt4so5],
:global(.sacred-light) .list li:not(.divider):hover[b-9limyt4so5] {
    background: rgba(0, 0, 0, 0.03);
}

:global(.light) .empty[b-9limyt4so5],
:global(.light) .loading[b-9limyt4so5],
:global(.sacred-light) .empty[b-9limyt4so5] {
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

:global(.light) .report-filter[b-9limyt4so5],
:global(.light) .reports select[b-9limyt4so5],
:global(.sacred-light) .report-filter[b-9limyt4so5],
:global(.sacred-light) .reports select[b-9limyt4so5] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .btn.ghost[b-9limyt4so5],
:global(.sacred-light) .btn.ghost[b-9limyt4so5] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

/* html.light selectors for proper theme detection */
:global(html.light) .report-filter[b-9limyt4so5],
:global(html.sacred-light) .report-filter[b-9limyt4so5],
:global(html.light) .reports select[b-9limyt4so5],
:global(html.sacred-light) .reports select[b-9limyt4so5] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .btn.ghost[b-9limyt4so5],
:global(html.sacred-light) .btn.ghost[b-9limyt4so5] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .reports-header h1[b-9limyt4so5],
:global(html.light) .section-header h3[b-9limyt4so5],
:global(html.light) .list li[b-9limyt4so5],
:global(html.sacred-light) .reports-header h1[b-9limyt4so5],
:global(html.sacred-light) .section-header h3[b-9limyt4so5] {
    color: #1a1f2e;
}

:global(html.light) .muted[b-9limyt4so5],
:global(html.sacred-light) .muted[b-9limyt4so5] {
    color: #4a5568;
}

:global(html.light) .card[b-9limyt4so5],
:global(html.light) .chart-card[b-9limyt4so5],
:global(html.sacred-light) .card[b-9limyt4so5] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .list li.highlight[b-9limyt4so5],
:global(html.sacred-light) .list li.highlight[b-9limyt4so5] {
    background: rgba(37, 99, 235, 0.08);
}

:global(html.light) .list li:not(.divider):hover[b-9limyt4so5],
:global(html.sacred-light) .list li:not(.divider):hover[b-9limyt4so5] {
    background: rgba(0, 0, 0, 0.03);
}

:global(html.light) .empty[b-9limyt4so5],
:global(html.light) .loading[b-9limyt4so5],
:global(html.sacred-light) .empty[b-9limyt4so5] {
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

:global(html.light) .list li.divider[b-9limyt4so5],
:global(html.sacred-light) .list li.divider[b-9limyt4so5] {
    border-top-color: rgba(0, 0, 0, 0.08);
}

/* Responsive styles */
@media (max-width: 768px) {
    .reports[b-9limyt4so5] { padding: 1rem; }
    .reports-header[b-9limyt4so5] { flex-direction: column; align-items: stretch; }
    .controls[b-9limyt4so5] { justify-content: flex-start; }
    .grid[b-9limyt4so5] { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .reports[b-9limyt4so5] { padding: 0.75rem; }
    .actions[b-9limyt4so5] { flex-direction: column; }
    .btn[b-9limyt4so5] { width: 100%; text-align: center; }
}
/* _content/VibronTax/Pages/Form1099Management.razor.rz.scp.css */
/* Ensure content doesn't overlap with FloatingAI button */
[b-zh6y6i5dh7] .container-fluid,
[b-zh6y6i5dh7] main {
    padding-bottom: 5rem;
}

.contractor-summary-badge[b-zh6y6i5dh7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: rgba(37, 99, 235, 0.12);
    color: #dfe7ff;
}

.contractor-summary-badge .label[b-zh6y6i5dh7] {
    color: #9cb4ff;
    font-weight: 500;
}

.contractor-summary-badge.warning[b-zh6y6i5dh7] {
    background: rgba(255, 210, 94, 0.16);
    color: #ffe9a8;
}

.contractor-summary-badge.warning .label[b-zh6y6i5dh7] {
    color: #ffd45a;
}

.alert-info a[b-zh6y6i5dh7] {
    color: inherit;
    text-decoration: underline;
}

/* Light mode overrides */
:global(.light) .contractor-summary-badge[b-zh6y6i5dh7],
:global(.sacred-light) .contractor-summary-badge[b-zh6y6i5dh7] {
    background: rgba(65, 105, 225, 0.12);
    color: #1a1f2e;
}

:global(.light) .contractor-summary-badge .label[b-zh6y6i5dh7],
:global(.sacred-light) .contractor-summary-badge .label[b-zh6y6i5dh7] {
    color: #3b82f6;
}

:global(.light) .contractor-summary-badge.warning[b-zh6y6i5dh7],
:global(.sacred-light) .contractor-summary-badge.warning[b-zh6y6i5dh7] {
    background: rgba(217, 119, 6, 0.12);
    color: #1a1f2e;
}

:global(.light) .contractor-summary-badge.warning .label[b-zh6y6i5dh7],
:global(.sacred-light) .contractor-summary-badge.warning .label[b-zh6y6i5dh7] {
    color: #d97706;
}

/* html.light selectors for proper theme detection */
:global(html.light) .contractor-summary-badge[b-zh6y6i5dh7],
:global(html.sacred-light) .contractor-summary-badge[b-zh6y6i5dh7] {
    background: rgba(65, 105, 225, 0.12);
    color: #1a1f2e;
}

:global(html.light) .contractor-summary-badge .label[b-zh6y6i5dh7],
:global(html.sacred-light) .contractor-summary-badge .label[b-zh6y6i5dh7] {
    color: #3b82f6;
}

:global(html.light) .contractor-summary-badge.warning[b-zh6y6i5dh7],
:global(html.sacred-light) .contractor-summary-badge.warning[b-zh6y6i5dh7] {
    background: rgba(217, 119, 6, 0.12);
    color: #1a1f2e;
}

:global(html.light) .contractor-summary-badge.warning .label[b-zh6y6i5dh7],
:global(html.sacred-light) .contractor-summary-badge.warning .label[b-zh6y6i5dh7] {
    color: #d97706;
}
/* _content/VibronTax/Pages/Hub.razor.rz.scp.css */
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 1rem;
        font-family: var(--sacred-font);
        color: var(--sacred-text);[b-kkb5a435pl]
    }

    /* Onboarding Wizard */
    .hub-onboarding[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.05);
        border: 1px solid rgba(59, 130, 246, 0.25);
        border-radius: 6px;
        padding: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

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

    .onboarding-header .onboarding-icon[b-kkb5a435pl] {
        font-size: 2.5rem;
        display: block;
        margin-bottom: 0.75rem;
    }

    .onboarding-header h2[b-kkb5a435pl] {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--text-strong, #fff);
        margin: 0 0 0.5rem 0;
    }

    .onboarding-header p[b-kkb5a435pl] {
        color: var(--sacred-text-muted, #c4c9d8);
        margin: 0;
        font-size: 0.95rem;
    }

    .onboarding-steps[b-kkb5a435pl] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .onboarding-step[b-kkb5a435pl] {
        display: flex;
        gap: 1rem;
        padding: 1.25rem;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 4px;
        opacity: 0.5;
        transition: opacity 0.2s ease, border-color 0.2s ease;
    }

    .onboarding-step.active[b-kkb5a435pl] {
        opacity: 1;
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(59, 130, 246, 0.25);
    }

    .onboarding-step.completed[b-kkb5a435pl] {
        opacity: 0.7;
        border-color: rgba(37, 99, 235, 0.3);
    }

    .onboarding-step.completed .step-number[b-kkb5a435pl] {
        background: #2563eb;
        color: #1a1d28;
    }

    .step-number[b-kkb5a435pl] {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(59, 130, 246, 0.2);
        border-radius: 50%;
        font-size: 0.9rem;
        font-weight: 600;
        color: #3b82f6;
    }

    .step-content[b-kkb5a435pl] {
        flex: 1;
    }

    .step-title[b-kkb5a435pl] {
        font-size: 1rem;
        font-weight: 600;
        color: #e2e6f0;
        margin-bottom: 0.25rem;
    }

    .step-desc[b-kkb5a435pl] {
        font-size: 0.85rem;
        color: var(--sacred-text-muted, #c4c9d8);
        margin-bottom: 1rem;
    }

    .step-actions[b-kkb5a435pl] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .step-btn[b-kkb5a435pl] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.25rem;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        color: #e2e6f0;
        font-size: 0.9rem;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        position: relative;
    }

    .step-btn:hover[b-kkb5a435pl] {
        background: rgba(59, 130, 246, 0.15);
        border-color: rgba(59, 130, 246, 0.4);
    }

    .step-btn.primary[b-kkb5a435pl] {
        background: #2563eb;
        border: none;
        color: #fff;
        font-weight: 600;
    }

    .step-btn.primary:hover[b-kkb5a435pl] {
        background: #1d4ed8;
    }

    .step-btn.secondary[b-kkb5a435pl] {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .step-btn-tag[b-kkb5a435pl] {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #2563eb;
        color: #fff;
        font-size: 0.6rem;
        font-weight: 700;
        padding: 0.2rem 0.4rem;
        border-radius: 2px;
        text-transform: uppercase;
    }

    .step-hint[b-kkb5a435pl] {
        font-size: 0.75rem;
        color: var(--sacred-text-muted, #c4c9d8);
        margin-top: 0.75rem;
        padding-left: 0.5rem;
        border-left: 2px solid rgba(37, 99, 235, 0.3);
    }

    .onboarding-skip[b-kkb5a435pl] {
        display: block;
        margin: 1.5rem auto 0;
        padding: 0.5rem 1rem;
        background: none;
        border: none;
        color: var(--sacred-text-muted, #c4c9d8);
        font-size: 0.85rem;
        cursor: pointer;
        transition: color 0.2s ease;
    }

    .onboarding-skip:hover[b-kkb5a435pl] {
        color: var(--sacred-text-muted, #c4c9d8);
    }

    @@media (max-width: 600px) {
        .step-actions[b-kkb5a435pl] {
            flex-direction: column;
        }
        .step-btn[b-kkb5a435pl] {
            width: 100%;
            justify-content: center;
        }
    }

    /* Removed redundant hub-entity-bar - entity selection handled by header EntitySelector */

    .hub-status-bar[b-kkb5a435pl] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        padding: 0.75rem 1rem;
        background: rgba(255, 200, 100, 0.1);
        border: 1px solid rgba(255, 200, 100, 0.3);
        border-radius: 4px;
        margin-top: 1rem;
    }

    .status-item[b-kkb5a435pl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.85rem;
        color: #e2e6f0;
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.25rem 0.5rem;
        border-radius: 2px;
    }

    .status-item.attention[b-kkb5a435pl] { color: #ffc864; }
    .status-item.suggestion[b-kkb5a435pl] { color: #2563eb; background: rgba(37, 99, 235, 0.08); }
    .status-item.suggestion:hover[b-kkb5a435pl] { background: rgba(37, 99, 235, 0.15); }
    .status-icon[b-kkb5a435pl] { font-size: 1.1rem; }

    .hub-main[b-kkb5a435pl] {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 2rem 0;
        /* Add bottom padding for FloatingAI button clearance */
        padding-bottom: 5rem;
    }

    .hub-greeting[b-kkb5a435pl] {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .greeting-avatar[b-kkb5a435pl] {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2563eb;
        border-radius: 4px;
        font-size: 1.6rem;
    }

    .greeting-content h1[b-kkb5a435pl] {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--sacred-text);
        margin: 0 0 0.25rem 0;
        letter-spacing: -0.02em;
    }

    .greeting-subtitle[b-kkb5a435pl] {
        font-size: 0.95rem;
        color: var(--sacred-text-muted);
        margin: 0;
    }

    /* Tax Profile Card */
    .tax-profile-card[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.05);
        border: 1px solid rgba(37, 99, 235, 0.2);
        border-radius: 6px;
        padding: 1.25rem;
        margin-bottom: 1.5rem;
    }

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

    .profile-icon[b-kkb5a435pl] {
        font-size: 1.6rem;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(37, 99, 235, 0.15);
        border-radius: 4px;
    }

    .profile-title[b-kkb5a435pl] {
        flex: 1;
    }

    .profile-title h3[b-kkb5a435pl] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        color: #e2e6f0;
    }

    .profile-type[b-kkb5a435pl] {
        font-size: 0.75rem;
        color: #2563eb;
        font-weight: 500;
    }

    .profile-action[b-kkb5a435pl] {
        padding: 0.5rem 1rem;
        background: #2563eb;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 0.85rem;
        font-weight: 600;
        text-decoration: none;
        transition: background-color 0.15s ease;
    }

    .profile-action:hover[b-kkb5a435pl] {
        background: #1d4ed8;
    }

    .profile-summary[b-kkb5a435pl] {
        font-size: 0.85rem;
        color: #b8c0d4;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .profile-forms[b-kkb5a435pl] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .forms-label[b-kkb5a435pl], .actions-label[b-kkb5a435pl] {
        font-size: 0.75rem;
        color: var(--sacred-text-muted, #c4c9d8);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .form-badge[b-kkb5a435pl] {
        padding: 0.25rem 0.6rem;
        background: rgba(59, 130, 246, 0.15);
        border: 1px solid rgba(59, 130, 246, 0.25);
        border-radius: 6px;
        font-size: 0.75rem;
        color: #3b82f6;
        font-weight: 500;
    }

    .form-badge.more[b-kkb5a435pl] {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 255, 255, 0.1);
        color: var(--sacred-text-muted, #c4c9d8);
    }

    .profile-actions-list[b-kkb5a435pl] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .action-item[b-kkb5a435pl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 4px;
        color: #b8c0d0;
        font-size: 0.85rem;
        text-align: left;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .action-item:hover[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.08);
        border-color: rgba(37, 99, 235, 0.2);
        color: #e2e6f0;
    }

    .action-bullet[b-kkb5a435pl] {
        color: #2563eb;
        font-size: 1.2rem;
    }

    .hub-input-zone[b-kkb5a435pl] { margin-bottom: 2rem; }

    .input-wrapper[b-kkb5a435pl] {
        position: relative;
        background: rgba(255, 255, 255, 0.03);
        border: 2px solid rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        transition: border-color 0.2s ease;
    }

    .input-wrapper:focus-within[b-kkb5a435pl] {
        border-color: rgba(37, 99, 235, 0.4);
    }

    .input-wrapper.dragging[b-kkb5a435pl] {
        border-color: #2563eb;
        background: rgba(37, 99, 235, 0.1);
    }

    .hub-textarea[b-kkb5a435pl] {
        width: 100%;
        min-height: 60px;
        max-height: 200px;
        padding: 1rem 4rem 1rem 1.25rem;
        background: transparent;
        border: none;
        color: #e2e6f0;
        font-size: 1rem;
        font-family: inherit;
        resize: none;
        outline: none;
    }

    .hub-textarea[b-kkb5a435pl]::placeholder { color: var(--sacred-text-muted, #c4c9d8); }

    .input-actions[b-kkb5a435pl] {
        position: absolute;
        right: 0.75rem;
        bottom: 0.75rem;
        display: flex;
        gap: 0.5rem;
    }

    .action-btn[b-kkb5a435pl] {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        color: var(--sacred-text-muted, #c4c9d8);
        cursor: pointer;
        transition: background-color 0.15s ease, border-color 0.15s ease;
        font-size: 1.1rem;
    }

    .action-btn:hover[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.15);
        border-color: rgba(37, 99, 235, 0.3);
        color: #2563eb;
    }

    .action-btn.send[b-kkb5a435pl] {
        background: #2563eb;
        border: none;
        color: #fff;
    }

    .action-btn.send.disabled[b-kkb5a435pl] { opacity: 0.5; cursor: not-allowed; }
    .action-btn.upload input[type="file"][b-kkb5a435pl] { display: none; }

    .spinner[b-kkb5a435pl] {
        width: 16px;
        height: 16px;
        border: 2px solid rgba(26, 29, 40, 0.3);
        border-top-color: #1a1d28;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }

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

    .drop-overlay[b-kkb5a435pl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 3rem;
        text-align: center;
    }

    .drop-icon[b-kkb5a435pl] { font-size: 3rem; margin-bottom: 1rem; }
    .drop-text[b-kkb5a435pl] { font-size: 1.2rem; font-weight: 600; color: #2563eb; }
    .drop-subtext[b-kkb5a435pl] { font-size: 0.85rem; color: var(--sacred-text-muted, #c4c9d8); margin-top: 0.5rem; }

    .input-hints[b-kkb5a435pl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: 0.75rem;
        padding: 0 0.25rem;
    }

    .hint[b-kkb5a435pl] { font-size: 0.75rem; color: var(--sacred-text-muted, #c4c9d8); }
    .hint-divider[b-kkb5a435pl] { color: #3a3f50; }

    .hub-conversation[b-kkb5a435pl] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0;
    }

    .conv-message[b-kkb5a435pl] { display: flex; gap: 0.75rem; }

    .message-avatar[b-kkb5a435pl] {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 4px;
        font-size: 1rem;
    }

    .conv-message.assistant .message-avatar[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.15);
        color: #2563eb;
    }

    .message-content[b-kkb5a435pl] {
        flex: 1;
        padding: 0.75rem 1rem;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 4px;
        color: #e2e6f0;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .conv-message.user .message-content[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.1);
        border: 1px solid rgba(37, 99, 235, 0.2);
    }

    .conv-message.streaming .message-content[b-kkb5a435pl]::after {
        content: '|';
        animation: blink 1s infinite;
    }

    @@keyframes blink { 0%[b-kkb5a435pl], 50%[b-kkb5a435pl] { opacity: 1; } 51%[b-kkb5a435pl], 100%[b-kkb5a435pl] { opacity: 0; } }

    .doc-preview[b-kkb5a435pl] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 4px;
        transition: border-color 0.2s ease;
    }

    .doc-preview.processed[b-kkb5a435pl] {
        border-color: rgba(37, 99, 235, 0.25);
        background: rgba(37, 99, 235, 0.05);
    }

    .doc-preview.analyzing[b-kkb5a435pl] {
        border-color: rgba(255, 200, 100, 0.25);
    }

    .doc-preview.error[b-kkb5a435pl] {
        border-color: rgba(239, 95, 95, 0.25);
    }

    .doc-thumbnail[b-kkb5a435pl] {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        flex-shrink: 0;
    }

    .doc-icon[b-kkb5a435pl] {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        background: rgba(59, 130, 246, 0.1);
        border-radius: 4px;
        flex-shrink: 0;
    }

    .doc-details[b-kkb5a435pl] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        min-width: 0;
    }

    .doc-name[b-kkb5a435pl] {
        font-weight: 500;
        font-size: 0.9rem;
        color: #e2e6f0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .doc-type[b-kkb5a435pl] {
        font-size: 0.75rem;
        color: #3b82f6;
        font-weight: 500;
    }

    .doc-amount[b-kkb5a435pl] {
        font-size: 0.8rem;
        color: #2563eb;
        font-weight: 600;
    }

    .doc-progress[b-kkb5a435pl] {
        height: 3px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        overflow: hidden;
        margin-top: 0.25rem;
    }

    .doc-progress-bar[b-kkb5a435pl] {
        height: 100%;
        background: #2563eb;
        border-radius: 2px;
        transition: width 0.2s ease;
    }

    .doc-status[b-kkb5a435pl] {
        padding: 0.25rem 0.6rem;
        border-radius: 2px;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        flex-shrink: 0;
    }

    .doc-status.processed[b-kkb5a435pl] { background: rgba(37, 99, 235, 0.2); color: #2563eb; }
    .doc-status.processing[b-kkb5a435pl], .doc-status.analyzing[b-kkb5a435pl], .doc-status.uploading[b-kkb5a435pl] { background: rgba(255, 200, 100, 0.2); color: #ffc864; }
    .doc-status.duplicate[b-kkb5a435pl] { background: rgba(59, 130, 246, 0.18); color: #3b82f6; }
    .doc-status.error[b-kkb5a435pl] { background: rgba(239, 95, 95, 0.2); color: #ef5f5f; }

    .doc-extracted-summary[b-kkb5a435pl] {
        margin-top: 0.5rem;
        padding: 0.5rem 0.75rem;
        background: rgba(37, 99, 235, 0.08);
        border-left: 2px solid #2563eb;
        border-radius: 0 8px 8px 0;
        font-size: 0.8rem;
    }

    .summary-label[b-kkb5a435pl] {
        color: #2563eb;
        font-weight: 600;
        margin-right: 0.5rem;
    }

    .summary-text[b-kkb5a435pl] {
        color: #b8c0d0;
    }

    .hub-quick-actions[b-kkb5a435pl] { margin-bottom: 2rem; }

    .quick-action-title[b-kkb5a435pl] {
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: var(--sacred-text-muted, #c4c9d8);
        margin-bottom: 0.75rem;
    }

    .quick-actions-grid[b-kkb5a435pl] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }

    @media (max-width: 768px) {
        .quick-actions-grid[b-kkb5a435pl] {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .quick-actions-grid[b-kkb5a435pl] {
            grid-template-columns: 1fr;
        }
    }

    .quick-action[b-kkb5a435pl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        padding: 1rem 0.75rem;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 4px;
        color: #e2e6f0;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        min-height: 100px;
        text-align: center;
        word-break: break-word;
    }

    .quick-action:hover[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.08);
        border-color: rgba(37, 99, 235, 0.2);
    }

    .quick-action.connect-email[b-kkb5a435pl] {
        border-color: rgba(59, 130, 246, 0.3);
        background: rgba(59, 130, 246, 0.08);
    }

    .qa-icon[b-kkb5a435pl] { font-size: 1.5rem; }
    .qa-text[b-kkb5a435pl] { font-size: 0.85rem; font-weight: 500; }

    .qa-hint[b-kkb5a435pl] {
        font-size: 0.7rem;
        color: var(--sacred-text-muted, #c4c9d8);
        font-weight: 400;
    }

    .quick-action.featured[b-kkb5a435pl] {
        background: rgba(37, 99, 235, 0.1);
        border-color: rgba(37, 99, 235, 0.3);
    }

    .quick-action.featured:hover[b-kkb5a435pl] {
        border-color: rgba(37, 99, 235, 0.5);
    }

    /* Common questions section */
    .hub-common-questions[b-kkb5a435pl] {
        margin-bottom: 2rem;
    }

    .common-questions-list[b-kkb5a435pl] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .common-question[b-kkb5a435pl] {
        display: block;
        width: 100%;
        padding: 0.75rem 1rem;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 4px;
        color: var(--sacred-text-muted, #c4c9d8);
        font-size: 0.9rem;
        text-align: left;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease;
    }

    .common-question:hover[b-kkb5a435pl] {
        color: #e2e6f0;
        background: rgba(59, 130, 246, 0.08);
        border-color: rgba(59, 130, 246, 0.2);
    }

    .common-question[b-kkb5a435pl]::before {
        content: '→ ';
        color: #2563eb;
    }

    .hub-recent[b-kkb5a435pl] {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 6px;
        padding: 1rem;
    }

    .recent-header[b-kkb5a435pl] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.75rem;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--sacred-text-muted, #c4c9d8);
    }

    .view-all[b-kkb5a435pl] { color: #2563eb; text-decoration: none; font-weight: 400; }
    .view-all:hover[b-kkb5a435pl] { text-decoration: underline; }

    .recent-items[b-kkb5a435pl] { display: flex; flex-direction: column; gap: 0.5rem; }

    .recent-item[b-kkb5a435pl] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem;
        border-radius: 4px;
        transition: background 0.2s ease;
    }

    .recent-item:hover[b-kkb5a435pl] { background: rgba(255, 255, 255, 0.03); }

    .recent-icon[b-kkb5a435pl] {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 4px;
    }

    .recent-icon.doc[b-kkb5a435pl] { background: rgba(37, 99, 235, 0.1); }
    .recent-details[b-kkb5a435pl] { display: flex; flex-direction: column; }
    .recent-name[b-kkb5a435pl] { font-size: 0.9rem; color: #e2e6f0; }
    .recent-meta[b-kkb5a435pl] { font-size: 0.75rem; color: var(--sacred-text-muted, #c4c9d8); }

    .hub-nav[b-kkb5a435pl] {
        display: flex;
        justify-content: center;
        gap: 1rem;
        padding: 1rem;
        /* Extra padding on right to avoid FloatingAI button overlap (56px button + 1.5rem margin) */
        padding-right: 5.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        background: rgba(26, 29, 40, 0.95);
        position: sticky;
        bottom: 0;
        z-index: 100;
    }

    .nav-item[b-kkb5a435pl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
        padding: 0.5rem 1rem;
        color: var(--sacred-text-muted, #c4c9d8);
        text-decoration: none;
        border-radius: 4px;
        transition: background-color 0.2s ease;
    }

    .nav-item:hover[b-kkb5a435pl] { color: #2563eb; background: rgba(37, 99, 235, 0.1); }
    .nav-icon[b-kkb5a435pl] { font-size: 1.3rem; }
    .nav-label[b-kkb5a435pl] { font-size: 0.7rem; font-weight: 500; }

    @@media (max-width: 600px) {
        .hub-greeting[b-kkb5a435pl] { flex-direction: column; text-align: center; }
        .hub-nav[b-kkb5a435pl] {
            padding-right: 4.5rem;
            gap: 0.5rem;
        }
        .nav-item[b-kkb5a435pl] {
            padding: 0.5rem 0.75rem;
        }
    }

/* Guidance Section */
.hub-guidance-section[b-kkb5a435pl] {
    margin: 1rem 0 1.5rem;
    background: rgba(26, 29, 40, 0.6);
    border-radius: 6px;
    overflow: hidden;
}

.guidance-toggle[b-kkb5a435pl] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: transparent;
    border: none;
    color: #a8b4c9;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.guidance-toggle:hover[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.03);
    color: #e2e6f0;
}

.guidance-toggle.open[b-kkb5a435pl] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.toggle-icon[b-kkb5a435pl] {
    font-size: 1.1rem;
}

.toggle-text[b-kkb5a435pl] {
    flex: 1;
    text-align: left;
    font-weight: 500;
}

.toggle-arrow[b-kkb5a435pl] {
    font-size: 0.75rem;
    opacity: 0.6;
}

.hub-guidance-section[b-kkb5a435pl]  .guidance-panel {
    border-radius: 0;
    background: transparent;
}

/* ========== Light/Dawn Mode Overrides ========== */
:global(.light) .onboarding-header h2[b-kkb5a435pl],
:global(.sacred-light) .onboarding-header h2[b-kkb5a435pl] {
    color: #1a1f2e;
}

:global(.light) .onboarding-header p[b-kkb5a435pl],
:global(.light) .onboarding-step[b-kkb5a435pl],
:global(.sacred-light) .onboarding-header p[b-kkb5a435pl],
:global(.sacred-light) .onboarding-step[b-kkb5a435pl] {
    color: #4a5568;
}

:global(.light) .onboarding-step[b-kkb5a435pl],
:global(.sacred-light) .onboarding-step[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .onboarding-step.active[b-kkb5a435pl],
:global(.sacred-light) .onboarding-step.active[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(37, 99, 235, 0.25);
}

:global(.light) .hub-card[b-kkb5a435pl],
:global(.sacred-light) .hub-card[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .hub-card:hover[b-kkb5a435pl],
:global(.sacred-light) .hub-card:hover[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.95);
}

:global(.light) .hub-card-title[b-kkb5a435pl],
:global(.light) .hub-title[b-kkb5a435pl],
:global(.sacred-light) .hub-card-title[b-kkb5a435pl] {
    color: #1a1f2e;
}

:global(.light) .hub-card-desc[b-kkb5a435pl],
:global(.light) .hub-description[b-kkb5a435pl],
:global(.sacred-light) .hub-card-desc[b-kkb5a435pl] {
    color: #4a5568;
}

:global(.light) .guidance-toggle[b-kkb5a435pl],
:global(.sacred-light) .guidance-toggle[b-kkb5a435pl] {
    color: #374151;
}

:global(.light) .guidance-toggle:hover[b-kkb5a435pl],
:global(.sacred-light) .guidance-toggle:hover[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1f2e;
}

/* Additional light mode text overrides for Hub */
:global(.light) .step-title[b-kkb5a435pl],
:global(.light) .step-btn[b-kkb5a435pl],
:global(.light) .hub-textarea[b-kkb5a435pl],
:global(.light) .quick-tile-title[b-kkb5a435pl],
:global(.light) .doc-filename[b-kkb5a435pl],
:global(.light) .data-summary-row span[b-kkb5a435pl],
:global(.light) .recent-name[b-kkb5a435pl],
:global(.light) .guidance-row[b-kkb5a435pl],
:global(.sacred-light) .step-title[b-kkb5a435pl],
:global(.sacred-light) .step-btn[b-kkb5a435pl] {
    color: #1a1f2e;
}

:global(.light) .onboarding-header p[b-kkb5a435pl],
:global(.light) .step-desc[b-kkb5a435pl],
:global(.light) .hub-card-desc[b-kkb5a435pl],
:global(.light) .hub-textarea[b-kkb5a435pl]::placeholder,
:global(.light) .doc-meta[b-kkb5a435pl],
:global(.light) .recent-meta[b-kkb5a435pl],
:global(.light) .drop-subtext[b-kkb5a435pl],
:global(.light) .hint[b-kkb5a435pl],
:global(.light) .doc-status[b-kkb5a435pl],
:global(.light) .data-summary-row[b-kkb5a435pl],
:global(.light) .summary-value[b-kkb5a435pl],
:global(.sacred-light) .step-desc[b-kkb5a435pl],
:global(.sacred-light) .doc-meta[b-kkb5a435pl] {
    color: #4a5568;
}

:global(.light) .step-btn[b-kkb5a435pl],
:global(.light) .step-btn.secondary[b-kkb5a435pl],
:global(.sacred-light) .step-btn[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .step-btn:hover[b-kkb5a435pl],
:global(.sacred-light) .step-btn:hover[b-kkb5a435pl] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
    color: #2563eb;
}

:global(.light) .hub-textarea[b-kkb5a435pl],
:global(.sacred-light) .hub-textarea[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.1);
    color: #1a1f2e;
}

:global(.light) .drop-zone[b-kkb5a435pl],
:global(.sacred-light) .drop-zone[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.12);
}

:global(.light) .quick-tile[b-kkb5a435pl],
:global(.sacred-light) .quick-tile[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .quick-tile:hover[b-kkb5a435pl],
:global(.sacred-light) .quick-tile:hover[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.95);
}

:global(.light) .doc-card[b-kkb5a435pl],
:global(.light) .recent-item[b-kkb5a435pl],
:global(.sacred-light) .doc-card[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .guidance-row[b-kkb5a435pl],
:global(.sacred-light) .guidance-row[b-kkb5a435pl] {
    color: #374151;
}

/* Additional light mode fixes for Hub headers */
:global(.light) .onboarding-header h2[b-kkb5a435pl],
:global(.sacred-light) .onboarding-header h2[b-kkb5a435pl] {
    color: #1a1f2e;
}

/* Comprehensive light mode text fixes */
:global(.light) .step-title[b-kkb5a435pl],
:global(.light) .step-btn[b-kkb5a435pl],
:global(.light) .section-title[b-kkb5a435pl],
:global(.light) .recent-name[b-kkb5a435pl],
:global(.light) .doc-title[b-kkb5a435pl],
:global(.light) .feature-label[b-kkb5a435pl],
:global(.light) .greeting-title[b-kkb5a435pl],
:global(.light) .week-label[b-kkb5a435pl],
:global(.sacred-light) .step-title[b-kkb5a435pl],
:global(.sacred-light) .step-btn[b-kkb5a435pl],
:global(.sacred-light) .section-title[b-kkb5a435pl],
:global(.sacred-light) .recent-name[b-kkb5a435pl],
:global(.sacred-light) .doc-title[b-kkb5a435pl],
:global(.sacred-light) .feature-label[b-kkb5a435pl],
:global(.sacred-light) .greeting-title[b-kkb5a435pl],
:global(.sacred-light) .week-label[b-kkb5a435pl] {
    color: #1a1f2e !important;
}

:global(.light) .step-btn.primary[b-kkb5a435pl],
:global(.sacred-light) .step-btn.primary[b-kkb5a435pl] {
    color: #1a1d28 !important;
}

:global(.light) .onboarding-header p[b-kkb5a435pl],
:global(.light) .step-desc[b-kkb5a435pl],
:global(.light) .doc-desc[b-kkb5a435pl],
:global(.light) .feature-detail[b-kkb5a435pl],
:global(.light) .guidance-text[b-kkb5a435pl],
:global(.sacred-light) .onboarding-header p[b-kkb5a435pl],
:global(.sacred-light) .step-desc[b-kkb5a435pl],
:global(.sacred-light) .doc-desc[b-kkb5a435pl],
:global(.sacred-light) .feature-detail[b-kkb5a435pl],
:global(.sacred-light) .guidance-text[b-kkb5a435pl] {
    color: #4a5568 !important;
}

/* Fix onboarding section backgrounds in light mode */
:global(.light) .hub-onboarding[b-kkb5a435pl],
:global(.sacred-light) .hub-onboarding[b-kkb5a435pl] {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.15);
}

:global(.light) .onboarding-step[b-kkb5a435pl],
:global(.light) .onboarding-step.active[b-kkb5a435pl],
:global(.sacred-light) .onboarding-step[b-kkb5a435pl],
:global(.sacred-light) .onboarding-step.active[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .step-number[b-kkb5a435pl],
:global(.sacred-light) .step-number[b-kkb5a435pl] {
    background: rgba(37, 99, 235, 0.15);
    color: #2563eb;
}

:global(.light) .step-btn:not(.primary)[b-kkb5a435pl],
:global(.sacred-light) .step-btn:not(.primary)[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
}

:global(.light) .onboarding-header h2[b-kkb5a435pl],
:global(.sacred-light) .onboarding-header h2[b-kkb5a435pl] {
    color: #1a1f2e;
}

/* ========== html.light Backup Selectors ========== */
:global(html.light) .onboarding-header h2[b-kkb5a435pl] {
    color: #1a1f2e;
}

:global(html.light) .onboarding-header p[b-kkb5a435pl],
:global(html.light) .onboarding-step[b-kkb5a435pl] {
    color: #4a5568;
}

:global(html.light) .onboarding-step[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .onboarding-step.active[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .hub-card[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(html.light) .hub-card:hover[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.95);
}

:global(html.light) .hub-card-title[b-kkb5a435pl],
:global(html.light) .hub-title[b-kkb5a435pl] {
    color: #1a1f2e;
}

:global(html.light) .hub-card-desc[b-kkb5a435pl],
:global(html.light) .hub-description[b-kkb5a435pl] {
    color: #4a5568;
}

:global(html.light) .guidance-toggle[b-kkb5a435pl] {
    color: #374151;
}

:global(html.light) .guidance-toggle:hover[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1f2e;
}

:global(html.light) .step-title[b-kkb5a435pl],
:global(html.light) .quick-tile-title[b-kkb5a435pl],
:global(html.light) .doc-filename[b-kkb5a435pl],
:global(html.light) .data-summary-row span[b-kkb5a435pl],
:global(html.light) .recent-name[b-kkb5a435pl],
:global(html.light) .guidance-row[b-kkb5a435pl],
:global(html.light) .section-title[b-kkb5a435pl],
:global(html.light) .doc-title[b-kkb5a435pl],
:global(html.light) .feature-label[b-kkb5a435pl],
:global(html.light) .greeting-title[b-kkb5a435pl],
:global(html.light) .week-label[b-kkb5a435pl] {
    color: #1a1f2e !important;
}

:global(html.light) .step-desc[b-kkb5a435pl],
:global(html.light) .doc-meta[b-kkb5a435pl],
:global(html.light) .recent-meta[b-kkb5a435pl],
:global(html.light) .drop-subtext[b-kkb5a435pl],
:global(html.light) .hint[b-kkb5a435pl],
:global(html.light) .doc-status[b-kkb5a435pl],
:global(html.light) .data-summary-row[b-kkb5a435pl],
:global(html.light) .summary-value[b-kkb5a435pl],
:global(html.light) .doc-desc[b-kkb5a435pl],
:global(html.light) .feature-detail[b-kkb5a435pl],
:global(html.light) .guidance-text[b-kkb5a435pl] {
    color: #4a5568 !important;
}

:global(html.light) .step-btn[b-kkb5a435pl],
:global(html.light) .step-btn.secondary[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(html.light) .step-btn:hover[b-kkb5a435pl] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
    color: #2563eb;
}

:global(html.light) .step-btn.primary[b-kkb5a435pl] {
    color: #1a1d28 !important;
}

:global(html.light) .hub-textarea[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.1);
    color: #1a1f2e;
}

:global(html.light) .hub-textarea[b-kkb5a435pl]::placeholder {
    color: #4a5568;
}

:global(html.light) .drop-zone[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.12);
}

:global(html.light) .quick-tile[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .quick-tile:hover[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.95);
}

:global(html.light) .doc-card[b-kkb5a435pl],
:global(html.light) .recent-item[b-kkb5a435pl] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .hub-onboarding[b-kkb5a435pl] {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.15);
}

:global(html.light) .step-number[b-kkb5a435pl] {
    background: rgba(37, 99, 235, 0.15);
    color: #2563eb;
}

:global(html.light) .step-btn:not(.primary)[b-kkb5a435pl] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
}

/* Medium screen responsive styles for input area */
@media (max-width: 768px) {
    .hub-textarea[b-kkb5a435pl] {
        padding-right: 6rem;
    }

    .input-hints[b-kkb5a435pl] {
        flex-wrap: wrap;
    }
}

/* Mobile responsive styles for input area */
@media (max-width: 480px) {
    .hub-textarea[b-kkb5a435pl] {
        padding-right: 1rem;
        padding-bottom: 3.5rem;
    }

    .input-actions[b-kkb5a435pl] {
        bottom: 0.5rem;
        right: 0.5rem;
        gap: 0.35rem;
        flex-wrap: wrap;
        max-width: calc(100% - 1rem);
        justify-content: flex-end;
    }

    .action-btn[b-kkb5a435pl] {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .input-hints[b-kkb5a435pl] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .hint-divider[b-kkb5a435pl] {
        display: none;
    }
}
/* _content/VibronTax/Pages/Index.razor.rz.scp.css */
.sacred-home[b-6fhydogo54] {
    max-width: 1000px;
    margin: 0 auto;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

/* Hero Section */
.sacred-hero[b-6fhydogo54] {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(59, 130, 246, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.sacred-hero[b-6fhydogo54]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(59, 130, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.sacred-hero-glyph[b-6fhydogo54] {
    font-size: 3.5rem;
    background: #2563eb;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: sacred-pulse 4s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(37, 99, 235, 0.4));
    margin-bottom: 1rem;
}

.sacred-hero-title[b-6fhydogo54] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text, #fff);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

[b-6fhydogo54] .light .sacred-hero-title,
[b-6fhydogo54] .sacred-light .sacred-hero-title {
    color: #1a1f2e;
}

.sacred-hero-subtitle[b-6fhydogo54] {
    font-size: 1.1rem;
    color: #3b82f6;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.sacred-hero-divider[b-6fhydogo54] {
    width: 60px;
    height: 2px;
    background: #2563eb;
    margin: 0 auto 1.5rem;
    border-radius: 1px;
}

.sacred-hero-description[b-6fhydogo54] {
    color: var(--text-muted, #7a8299);
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* Primary Action Card - uses sacred-pulse from sacred-theme.css */
.sacred-primary-action[b-6fhydogo54] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(59, 130, 246, 0.08));
    border: 1px solid rgba(37, 99, 235, 0.3);
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sacred-primary-action[b-6fhydogo54]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sacred-primary-action:hover[b-6fhydogo54] {
    border-color: rgba(37, 99, 235, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(37, 99, 235, 0.2);
}

.sacred-primary-action:hover[b-6fhydogo54]::before {
    opacity: 1;
}

.sacred-primary-action:focus-visible[b-6fhydogo54] {
    outline: 2px solid rgba(37, 99, 235, 0.6);
    outline-offset: 2px;
}

.sacred-primary-icon[b-6fhydogo54] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.sacred-ai-spark[b-6fhydogo54] {
    font-size: 1.8rem;
    filter: brightness(1.2);
}

.sacred-primary-content[b-6fhydogo54] {
    flex: 1;
}

.sacred-primary-title[b-6fhydogo54] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text, #fff);
    margin-bottom: 0.5rem;
}

[b-6fhydogo54] .light .sacred-primary-title,
[b-6fhydogo54] .sacred-light .sacred-primary-title {
    color: #1a1f2e;
}

.sacred-primary-desc[b-6fhydogo54] {
    font-size: 0.9rem;
    color: var(--text-muted, #7a8299);
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.sacred-primary-features[b-6fhydogo54] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sacred-feature-tag[b-6fhydogo54] {
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-radius: 2px;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.sacred-primary-arrow[b-6fhydogo54] {
    font-size: 1.5rem;
    color: #2563eb;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.sacred-primary-action:hover .sacred-primary-arrow[b-6fhydogo54] {
    opacity: 1;
    transform: translateX(5px);
}

@media (max-width: 600px) {
    .sacred-primary-action[b-6fhydogo54] {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .sacred-primary-arrow[b-6fhydogo54] {
        display: none;
    }

    .sacred-primary-features[b-6fhydogo54] {
        justify-content: center;
    }
}

/* Quick Actions Grid */
.sacred-actions-grid[b-6fhydogo54] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.sacred-action-card[b-6fhydogo54] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    text-align: center;
}

.sacred-action-card:hover[b-6fhydogo54] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sacred-action-card:focus-visible[b-6fhydogo54] {
    outline: 2px solid rgba(37, 99, 235, 0.6);
    outline-offset: 2px;
}

.sacred-action-icon[b-6fhydogo54] {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 0.75rem;
    transition: color 0.15s ease;
}

.sacred-action-card:hover .sacred-action-icon[b-6fhydogo54] {
    color: #1d4ed8;
}

.sacred-action-title[b-6fhydogo54] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text, #e2e6f0);
    margin-bottom: 0.25rem;
}

.sacred-action-desc[b-6fhydogo54] {
    font-size: 0.8rem;
    color: var(--text-muted, #7a8299);
}

/* Forecast Section */
.sacred-forecast-section[b-6fhydogo54] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    overflow: hidden;
}

.sacred-section-header[b-6fhydogo54] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text, #e2e6f0);
}

.sacred-section-dot[b-6fhydogo54] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.5);
}

.sacred-forecast-content[b-6fhydogo54] {
    padding: 1.5rem;
}

.sacred-loading[b-6fhydogo54] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    color: var(--text-muted, #7a8299);
}

.sacred-loader[b-6fhydogo54] {
    width: 32px;
    height: 32px;
    border: 2px solid rgba(37, 99, 235, 0.2);
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin-b-6fhydogo54 0.8s linear infinite;
}

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

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

.sacred-empty-icon[b-6fhydogo54] {
    font-size: 2.5rem;
    color: rgba(37, 99, 235, 0.3);
    margin-bottom: 0.75rem;
}

.sacred-forecast-grid[b-6fhydogo54] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.sacred-forecast-item[b-6fhydogo54] {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 4px;
}

.sacred-forecast-item.sacred-highlight[b-6fhydogo54] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.08));
    border-color: rgba(37, 99, 235, 0.2);
}

.sacred-forecast-item.sacred-inflow[b-6fhydogo54] {
    border-left: 3px solid #22c997;
}

.sacred-forecast-item.sacred-outflow[b-6fhydogo54] {
    border-left: 3px solid #ef5f5f;
}

.sacred-forecast-label[b-6fhydogo54] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted, #7a8299);
    margin-bottom: 0.35rem;
}

.sacred-forecast-value[b-6fhydogo54] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text, #e2e6f0);
}

.sacred-forecast-meta[b-6fhydogo54] {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.85rem;
    color: var(--text-muted, #7a8299);
}

/* Hub Promo Banner */
.hub-promo[b-6fhydogo54] {
    margin-bottom: 1.5rem;
}

.hub-promo-link[b-6fhydogo54] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hub-promo-link:hover[b-6fhydogo54] {
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

.hub-promo-link:focus-visible[b-6fhydogo54] {
    outline: 2px solid rgba(59, 130, 246, 0.6);
    outline-offset: 2px;
}

.hub-promo-icon[b-6fhydogo54] {
    font-size: 1.8rem;
    background: #3b82f6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hub-promo-content[b-6fhydogo54] {
    flex: 1;
}

.hub-promo-title[b-6fhydogo54] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text, #fff);
    margin-bottom: 0.25rem;
}

[b-6fhydogo54] .light .hub-promo-title,
[b-6fhydogo54] .sacred-light .hub-promo-title {
    color: #1a1f2e;
}

.hub-promo-desc[b-6fhydogo54] {
    font-size: 0.85rem;
    color: #7a8299;
}

.hub-promo-arrow[b-6fhydogo54] {
    font-size: 1.3rem;
    color: #3b82f6;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.hub-promo-link:hover .hub-promo-arrow[b-6fhydogo54] {
    opacity: 1;
    transform: translateX(5px);
}

/* Light theme support - includes both .light and .sacred-light for compatibility */
[b-6fhydogo54] .light .sacred-hero-subtitle,
[b-6fhydogo54] .sacred-light .sacred-hero-subtitle {
    color: #2563eb;
}

[b-6fhydogo54] .light .sacred-hero-description,
[b-6fhydogo54] .sacred-light .sacred-hero-description {
    color: var(--sacred-text-muted, #4a5568);
}

[b-6fhydogo54] .light .sacred-primary-action,
[b-6fhydogo54] .sacred-light .sacred-primary-action {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.25);
}

[b-6fhydogo54] .light .sacred-primary-action:hover,
[b-6fhydogo54] .sacred-light .sacred-primary-action:hover {
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}

[b-6fhydogo54] .light .sacred-primary-desc,
[b-6fhydogo54] .sacred-light .sacred-primary-desc {
    color: var(--sacred-text-muted, #4a5568);
}

[b-6fhydogo54] .light .sacred-section-title,
[b-6fhydogo54] .sacred-light .sacred-section-title {
    color: #1a1f2e;
}

[b-6fhydogo54] .light .sacred-nav-btn,
[b-6fhydogo54] .sacred-light .sacred-nav-btn {
    color: var(--sacred-text-muted, #4a5568);
    border-color: rgba(0, 0, 0, 0.08);
}

[b-6fhydogo54] .light .sacred-nav-btn:hover,
[b-6fhydogo54] .sacred-light .sacred-nav-btn:hover {
    border-color: rgba(37, 99, 235, 0.3);
    color: #1a1f2e;
}

[b-6fhydogo54] .light .sacred-nav-label,
[b-6fhydogo54] .sacred-light .sacred-nav-label {
    color: #1a1f2e;
}

[b-6fhydogo54] .light .sacred-nav-desc,
[b-6fhydogo54] .sacred-light .sacred-nav-desc {
    color: var(--sacred-text-muted, #4a5568);
}

[b-6fhydogo54] .light .forecast-card,
[b-6fhydogo54] .sacred-light .forecast-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.08);
}

[b-6fhydogo54] .light .forecast-label,
[b-6fhydogo54] .sacred-light .forecast-label {
    color: var(--sacred-text-muted, #4a5568);
}

[b-6fhydogo54] .light .forecast-value,
[b-6fhydogo54] .sacred-light .forecast-value {
    color: #1a1f2e;
}

[b-6fhydogo54] .light .hub-promo,
[b-6fhydogo54] .sacred-light .hub-promo {
    background: rgba(37, 99, 235, 0.04);
    border-color: rgba(37, 99, 235, 0.15);
}

[b-6fhydogo54] .light .hub-promo:hover,
[b-6fhydogo54] .sacred-light .hub-promo:hover {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}

[b-6fhydogo54] .light .hub-promo-desc,
[b-6fhydogo54] .sacred-light .hub-promo-desc {
    color: var(--sacred-text-muted, #4a5568);
}

/* ============================================
   DARK MODE SUPPORT - Explicit dark theme text colors
   Uses html:not(.light) pattern for proper theme matching
   ============================================ */

/* Ensure dark mode text colors are light for readability */
html:not(.light):not(.sacred-light) .sacred-hero-title[b-6fhydogo54],
html:not(.light):not(.sacred-light) .sacred-primary-title[b-6fhydogo54],
html:not(.light):not(.sacred-light) .hub-promo-title[b-6fhydogo54],
html:not(.light):not(.sacred-light) .sacred-section-title[b-6fhydogo54],
html:not(.light):not(.sacred-light) .sacred-nav-label[b-6fhydogo54],
html:not(.light):not(.sacred-light) .forecast-value[b-6fhydogo54] {
    color: #e2e6f0;
}

html:not(.light):not(.sacred-light) .sacred-hero-description[b-6fhydogo54],
html:not(.light):not(.sacred-light) .sacred-primary-desc[b-6fhydogo54],
html:not(.light):not(.sacred-light) .hub-promo-desc[b-6fhydogo54],
html:not(.light):not(.sacred-light) .sacred-nav-desc[b-6fhydogo54],
html:not(.light):not(.sacred-light) .forecast-label[b-6fhydogo54] {
    color: #c4c9d8;
}

html:not(.light):not(.sacred-light) .sacred-nav-btn[b-6fhydogo54] {
    color: #c4c9d8;
    border-color: rgba(255, 255, 255, 0.12);
}

html:not(.light):not(.sacred-light) .sacred-nav-btn:hover[b-6fhydogo54] {
    color: #e2e6f0;
    border-color: rgba(37, 99, 235, 0.4);
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The ::deep selectors above don't work for <html> elements
   ============================================ */

html.light .sacred-hero-title[b-6fhydogo54],
html.sacred-light .sacred-hero-title[b-6fhydogo54] {
    color: #1e293b;
}

html.light .sacred-hero-subtitle[b-6fhydogo54],
html.sacred-light .sacred-hero-subtitle[b-6fhydogo54] {
    color: #2563eb;
}

html.light .sacred-hero-description[b-6fhydogo54],
html.sacred-light .sacred-hero-description[b-6fhydogo54] {
    color: #64748b;
}

html.light .sacred-primary-title[b-6fhydogo54],
html.sacred-light .sacred-primary-title[b-6fhydogo54] {
    color: #1e293b;
}

html.light .sacred-primary-desc[b-6fhydogo54],
html.sacred-light .sacred-primary-desc[b-6fhydogo54] {
    color: #64748b;
}

html.light .sacred-primary-action[b-6fhydogo54],
html.sacred-light .sacred-primary-action[b-6fhydogo54] {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.2);
}

html.light .sacred-primary-action:hover[b-6fhydogo54],
html.sacred-light .sacred-primary-action:hover[b-6fhydogo54] {
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}

html.light .sacred-action-card[b-6fhydogo54],
html.sacred-light .sacred-action-card[b-6fhydogo54] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

html.light .sacred-action-card:hover[b-6fhydogo54],
html.sacred-light .sacred-action-card:hover[b-6fhydogo54] {
    background: rgba(37, 99, 235, 0.06);
    border-color: rgba(37, 99, 235, 0.2);
}

html.light .sacred-action-title[b-6fhydogo54],
html.sacred-light .sacred-action-title[b-6fhydogo54] {
    color: #1e293b;
}

html.light .sacred-action-desc[b-6fhydogo54],
html.sacred-light .sacred-action-desc[b-6fhydogo54] {
    color: #64748b;
}

html.light .sacred-forecast-section[b-6fhydogo54],
html.sacred-light .sacred-forecast-section[b-6fhydogo54] {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 0, 0, 0.08);
}

html.light .sacred-section-header[b-6fhydogo54],
html.sacred-light .sacred-section-header[b-6fhydogo54] {
    color: #1e293b;
    background: rgba(0, 0, 0, 0.02);
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

html.light .sacred-loading[b-6fhydogo54],
html.sacred-light .sacred-loading[b-6fhydogo54] {
    color: #64748b;
}

html.light .sacred-empty-state[b-6fhydogo54],
html.sacred-light .sacred-empty-state[b-6fhydogo54] {
    color: #64748b;
}

html.light .sacred-forecast-item[b-6fhydogo54],
html.sacred-light .sacred-forecast-item[b-6fhydogo54] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.06);
}

html.light .sacred-forecast-label[b-6fhydogo54],
html.sacred-light .sacred-forecast-label[b-6fhydogo54] {
    color: #64748b;
}

html.light .sacred-forecast-value[b-6fhydogo54],
html.sacred-light .sacred-forecast-value[b-6fhydogo54] {
    color: #1e293b;
}

html.light .sacred-forecast-meta[b-6fhydogo54],
html.sacred-light .sacred-forecast-meta[b-6fhydogo54] {
    color: #64748b;
    border-top-color: rgba(0, 0, 0, 0.08);
}

html.light .hub-promo-link[b-6fhydogo54],
html.sacred-light .hub-promo-link[b-6fhydogo54] {
    background: rgba(37, 99, 235, 0.04);
    border-color: rgba(37, 99, 235, 0.15);
}

html.light .hub-promo-link:hover[b-6fhydogo54],
html.sacred-light .hub-promo-link:hover[b-6fhydogo54] {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

html.light .hub-promo-title[b-6fhydogo54],
html.sacred-light .hub-promo-title[b-6fhydogo54] {
    color: #1e293b;
}

html.light .hub-promo-desc[b-6fhydogo54],
html.sacred-light .hub-promo-desc[b-6fhydogo54] {
    color: #64748b;
}
/* _content/VibronTax/Pages/Landing.razor.rz.scp.css */
/* ==========================================================
   VibronTax Landing Page - Professional Financial Software
   ========================================================== */

.landing-page[b-y5a8dp882t] {
    min-height: 100vh;
    background: #0f1419;
    color: #e5e7eb;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow-x: hidden;
}

/* ---------- Hero Section ---------- */
.landing-hero[b-y5a8dp882t] {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    overflow: hidden;
    background: #0f1419;
}

/* Disable ambient orbs for professional look */
.hero-orb[b-y5a8dp882t] {
    display: none;
}

.hero-orb-1[b-y5a8dp882t],
.hero-orb-2[b-y5a8dp882t],
.hero-orb-3[b-y5a8dp882t] {
    display: none;
}

.hero-content[b-y5a8dp882t] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
}

.hero-brand[b-y5a8dp882t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* Replace orb with professional icon placeholder */
.brand-orb[b-y5a8dp882t] {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-title[b-y5a8dp882t] {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2563eb;
    margin: 0;
}

.hero-tagline[b-y5a8dp882t] {
    font-size: 1.5rem;
    font-weight: 400;
    color: #e0e4ed;
    margin-bottom: 0.75rem;
}

.hero-subtitle[b-y5a8dp882t] {
    font-size: 1.1rem;
    color: #a0a8b8;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

/* ---------- Hero Buttons ---------- */
.hero-actions[b-y5a8dp882t] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-landing[b-y5a8dp882t] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    cursor: pointer;
    border: none;
}

.btn-landing.btn-primary[b-y5a8dp882t] {
    background: #2563eb;
    color: #ffffff;
}

.btn-landing.btn-primary:hover[b-y5a8dp882t] {
    background: #1d4ed8;
}

.btn-landing.btn-secondary[b-y5a8dp882t] {
    background: transparent;
    color: #e5e7eb;
    border: 1px solid #475569;
}

.btn-landing.btn-secondary:hover[b-y5a8dp882t] {
    background: rgba(255, 255, 255, 0.05);
    border-color: #64748b;
}

.btn-landing.btn-large[b-y5a8dp882t] {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}

.btn-icon[b-y5a8dp882t] {
    font-size: 1.1em;
}

/* ---------- Features Section ---------- */
.landing-features[b-y5a8dp882t] {
    padding: 4rem 2rem;
    background: #1a1f2e;
}

.features-header[b-y5a8dp882t] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.features-header h2[b-y5a8dp882t] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #e5e7eb;
    margin: 0 0 0.5rem;
}

.features-header p[b-y5a8dp882t] {
    color: #94a3b8;
    font-size: 1rem;
}

.features-grid[b-y5a8dp882t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card[b-y5a8dp882t] {
    background: #0f1419;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 1.5rem;
    transition: border-color 0.15s ease;
}

.feature-card:hover[b-y5a8dp882t] {
    border-color: #475569;
}

.feature-icon[b-y5a8dp882t] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.feature-card h3[b-y5a8dp882t] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #e5e7eb;
    margin: 0 0 0.5rem;
}

.feature-card p[b-y5a8dp882t] {
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
    font-size: 0.9375rem;
}

/* ---------- CTA Section ---------- */
.landing-cta[b-y5a8dp882t] {
    padding: 4rem 2rem;
    text-align: center;
    background: #0f1419;
}

.cta-content[b-y5a8dp882t] {
    max-width: 560px;
    margin: 0 auto;
}

.cta-content h2[b-y5a8dp882t] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #e5e7eb;
    margin: 0 0 0.5rem;
}

.cta-content p[b-y5a8dp882t] {
    color: #94a3b8;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

/* ---------- Footer ---------- */
.landing-footer[b-y5a8dp882t] {
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-content[b-y5a8dp882t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--text-muted, #c4c9d8);
    font-size: 0.9rem;
}

.footer-brand[b-y5a8dp882t] {
    color: var(--text, #e0e4ed);
    font-weight: 500;
}

.footer-divider[b-y5a8dp882t] {
    opacity: 0.3;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .brand-title[b-y5a8dp882t] {
        font-size: 2.25rem;
    }

    .hero-tagline[b-y5a8dp882t] {
        font-size: 1.25rem;
    }

    .hero-subtitle[b-y5a8dp882t] {
        font-size: 1rem;
    }

    .hero-actions[b-y5a8dp882t] {
        flex-direction: column;
        align-items: center;
    }

    .btn-landing[b-y5a8dp882t] {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .features-grid[b-y5a8dp882t] {
        grid-template-columns: 1fr;
    }
}

/* ---------- Light Mode Overrides ---------- */
:global(.light) .landing-page[b-y5a8dp882t],
:global(.sacred-light) .landing-page[b-y5a8dp882t] {
    background: #f8fafc;
    color: #1e293b;
}

:global(.light) .landing-hero[b-y5a8dp882t],
:global(.sacred-light) .landing-hero[b-y5a8dp882t] {
    background: #f8fafc;
}

:global(.light) .landing-container[b-y5a8dp882t],
:global(.sacred-light) .landing-container[b-y5a8dp882t] {
    background: #f8fafc;
}

:global(.light) .brand-title[b-y5a8dp882t],
:global(.sacred-light) .brand-title[b-y5a8dp882t] {
    color: #1d4ed8;
}

:global(.light) .brand-orb[b-y5a8dp882t],
:global(.sacred-light) .brand-orb[b-y5a8dp882t] {
    background: #1d4ed8;
}

:global(.light) .hero-tagline[b-y5a8dp882t],
:global(.sacred-light) .hero-tagline[b-y5a8dp882t] {
    color: #1e293b;
}

:global(.light) .hero-subtitle[b-y5a8dp882t],
:global(.light) .feature-title[b-y5a8dp882t],
:global(.light) .feature-desc[b-y5a8dp882t],
:global(.sacred-light) .hero-subtitle[b-y5a8dp882t],
:global(.sacred-light) .feature-title[b-y5a8dp882t],
:global(.sacred-light) .feature-desc[b-y5a8dp882t] {
    color: #475569;
}

:global(.light) .features-header h2[b-y5a8dp882t],
:global(.sacred-light) .features-header h2[b-y5a8dp882t] {
    color: #1e293b;
}

:global(.light) .features-header p[b-y5a8dp882t],
:global(.sacred-light) .features-header p[b-y5a8dp882t] {
    color: #64748b;
}

:global(.light) .landing-features[b-y5a8dp882t],
:global(.sacred-light) .landing-features[b-y5a8dp882t] {
    background: #e2e8f0;
}

:global(.light) .feature-card[b-y5a8dp882t],
:global(.sacred-light) .feature-card[b-y5a8dp882t] {
    background: #ffffff;
    border-color: #cbd5e1;
}

:global(.light) .feature-card:hover[b-y5a8dp882t],
:global(.sacred-light) .feature-card:hover[b-y5a8dp882t] {
    border-color: #94a3b8;
}

:global(.light) .feature-card h3[b-y5a8dp882t],
:global(.sacred-light) .feature-card h3[b-y5a8dp882t] {
    color: #1e293b;
}

:global(.light) .feature-card p[b-y5a8dp882t],
:global(.sacred-light) .feature-card p[b-y5a8dp882t] {
    color: #64748b;
}

:global(.light) .btn-landing.btn-secondary[b-y5a8dp882t],
:global(.sacred-light) .btn-landing.btn-secondary[b-y5a8dp882t] {
    background: transparent;
    color: #1e293b;
    border-color: #94a3b8;
}

:global(.light) .btn-landing.btn-secondary:hover[b-y5a8dp882t],
:global(.sacred-light) .btn-landing.btn-secondary:hover[b-y5a8dp882t] {
    background: rgba(0, 0, 0, 0.04);
    border-color: #64748b;
}

:global(.light) .landing-cta[b-y5a8dp882t],
:global(.sacred-light) .landing-cta[b-y5a8dp882t] {
    background: #f8fafc;
}

:global(.light) .cta-content h2[b-y5a8dp882t],
:global(.sacred-light) .cta-content h2[b-y5a8dp882t] {
    color: #1e293b;
}

:global(.light) .cta-content p[b-y5a8dp882t],
:global(.sacred-light) .cta-content p[b-y5a8dp882t] {
    color: #64748b;
}

:global(.light) .footer-content[b-y5a8dp882t],
:global(.sacred-light) .footer-content[b-y5a8dp882t] {
    color: #64748b;
}

:global(.light) .footer-brand[b-y5a8dp882t],
:global(.sacred-light) .footer-brand[b-y5a8dp882t] {
    color: #1e293b;
}

:global(.light) .landing-footer[b-y5a8dp882t],
:global(.sacred-light) .landing-footer[b-y5a8dp882t] {
    border-top-color: #e2e8f0;
}

/* ========== html.light Backup Selectors ========== */
:global(html.light) .landing-page[b-y5a8dp882t] {
    background: #f8fafc;
    color: #1e293b;
}

:global(html.light) .landing-hero[b-y5a8dp882t] {
    background: #f8fafc;
}

:global(html.light) .landing-container[b-y5a8dp882t] {
    background: #f8fafc;
}

:global(html.light) .brand-title[b-y5a8dp882t] {
    color: #1d4ed8;
}

:global(html.light) .brand-orb[b-y5a8dp882t] {
    background: #1d4ed8;
}

:global(html.light) .hero-tagline[b-y5a8dp882t] {
    color: #1e293b;
}

:global(html.light) .hero-subtitle[b-y5a8dp882t],
:global(html.light) .feature-title[b-y5a8dp882t],
:global(html.light) .feature-desc[b-y5a8dp882t] {
    color: #475569;
}

:global(html.light) .features-header h2[b-y5a8dp882t] {
    color: #1e293b;
}

:global(html.light) .features-header p[b-y5a8dp882t] {
    color: #64748b;
}

:global(html.light) .landing-features[b-y5a8dp882t] {
    background: #e2e8f0;
}

:global(html.light) .feature-card[b-y5a8dp882t] {
    background: #ffffff;
    border-color: #cbd5e1;
}

:global(html.light) .feature-card:hover[b-y5a8dp882t] {
    border-color: #94a3b8;
}

:global(html.light) .feature-card h3[b-y5a8dp882t] {
    color: #1e293b;
}

:global(html.light) .feature-card p[b-y5a8dp882t] {
    color: #64748b;
}

:global(html.light) .btn-landing.btn-secondary[b-y5a8dp882t] {
    background: transparent;
    color: #1e293b;
    border-color: #94a3b8;
}

:global(html.light) .btn-landing.btn-secondary:hover[b-y5a8dp882t] {
    background: rgba(0, 0, 0, 0.04);
    border-color: #64748b;
}

:global(html.light) .landing-cta[b-y5a8dp882t] {
    background: #f8fafc;
}

:global(html.light) .cta-content h2[b-y5a8dp882t] {
    color: #1e293b;
}

:global(html.light) .cta-content p[b-y5a8dp882t] {
    color: #64748b;
}

:global(html.light) .footer-content[b-y5a8dp882t] {
    color: #64748b;
}

:global(html.light) .footer-brand[b-y5a8dp882t] {
    color: #1e293b;
}

:global(html.light) .landing-footer[b-y5a8dp882t] {
    border-top-color: #e2e8f0;
}
/* _content/VibronTax/Pages/LlmWorkspace.razor.rz.scp.css */
.llm-workspace[b-f170eo13ik] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

/* Hero Section */
.ws-hero[b-f170eo13ik] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: start;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: rgba(37, 99, 235, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

/* Removed radial gradient for professional look */

.ws-hero-copy[b-f170eo13ik] {
    position: relative;
    z-index: 1;
}

.ws-kicker[b-f170eo13ik] {
    color: #3b82f6;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.ws-hero-copy h1[b-f170eo13ik] {
    font-size: 1.65rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    line-height: 1.3;
    color: #fff;
}

.ws-sub[b-f170eo13ik] {
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    max-width: 600px;
}

.ws-chips[b-f170eo13ik] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.chip[b-f170eo13ik] {
    padding: 0.35rem 0.75rem;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.chip.primary[b-f170eo13ik] {
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.35);
    color: #2563eb;
}

.chip.ghost[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
}

.ws-actions[b-f170eo13ik] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.ws-actions .btn[b-f170eo13ik] {
    padding: 0.55rem 1rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.ws-actions .btn:not(.ghost)[b-f170eo13ik] {
    background: #2563eb;
    color: #fff;
}

.ws-actions .btn.ghost[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.ws-actions .btn:hover[b-f170eo13ik] {
    background: #1d4ed8;
}

/* Hero Panel */
.ws-hero-panel[b-f170eo13ik] {
    min-width: 280px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.panel-tiles[b-f170eo13ik] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.panel-tile[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    padding: 0.75rem;
    text-align: center;
}

.tile-label[b-f170eo13ik] {
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tile-value[b-f170eo13ik] {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0.2rem 0;
}

.tile-sub[b-f170eo13ik] {
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.75rem;
}

.panel-foot[b-f170eo13ik] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.8rem;
}

.foot-dot[b-f170eo13ik] {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #2563eb;
}

/* Pulse animation disabled for professional look */

/* Loading */
.ws-loading[b-f170eo13ik] {
    text-align: center;
    padding: 4rem 2rem;
}

.ws-spinner[b-f170eo13ik] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(59, 130, 246, 0.2);
    border-top-color: #3b82f6;
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: spin-b-f170eo13ik 1s linear infinite;
}

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

/* Main Grid */
.ws-grid[b-f170eo13ik] {
    display: grid;
    gap: 1.5rem;
}

.ws-card[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 1.5rem;
}

.ws-card.ai-card[b-f170eo13ik] {
    background: rgba(59, 130, 246, 0.03);
    border-color: rgba(59, 130, 246, 0.15);
}

.section-top[b-f170eo13ik] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.eyebrow[b-f170eo13ik] {
    color: #3b82f6;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.35rem;
}

.section-top h2[b-f170eo13ik] {
    font-size: 1.15rem;
    margin: 0 0 0.35rem;
}

.muted[b-f170eo13ik] {
    color: var(--vt-muted, #b8c0d4);
    margin: 0;
    font-size: 0.9rem;
}

.section-actions[b-f170eo13ik] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.section-actions .btn[b-f170eo13ik] {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
}

/* Entity Board */
.entity-board[b-f170eo13ik] {
    display: grid;
    gap: 1rem;
}

.entity-card[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 1rem 1.25rem;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.entity-card:hover[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(59, 130, 246, 0.2);
}

.entity-card.selected[b-f170eo13ik] {
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2);
}

.entity-head[b-f170eo13ik] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.85rem;
}

.entity-name[b-f170eo13ik] {
    font-weight: 600;
    font-size: 1.05rem;
}

.entity-meta[b-f170eo13ik] {
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.status-pill[b-f170eo13ik] {
    padding: 0.25rem 0.65rem;
    border-radius: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-pill.base[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.status-pill.good[b-f170eo13ik] {
    background: rgba(37, 99, 235, 0.15);
    color: #2563eb;
}

.status-pill.warn[b-f170eo13ik] {
    background: rgba(247, 178, 103, 0.15);
    color: #f7b267;
}

.entity-stats[b-f170eo13ik] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.stat-label[b-f170eo13ik] {
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.stat-value[b-f170eo13ik] {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 0.15rem;
}

.entity-flows[b-f170eo13ik] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.flow-pill[b-f170eo13ik] {
    padding: 0.25rem 0.6rem;
    border-radius: 2px;
    font-size: 0.8rem;
}

.flow-pill.base[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.65);
}

.flow-pill.good[b-f170eo13ik] {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.flow-pill.ghost[b-f170eo13ik] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.flow-pill.warn[b-f170eo13ik] {
    background: rgba(247, 178, 103, 0.12);
    color: #f7b267;
}

.entity-actions[b-f170eo13ik] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip-link[b-f170eo13ik] {
    padding: 0.35rem 0.7rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 4px;
    color: #3b82f6;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
    cursor: pointer;
}

.chip-link:hover[b-f170eo13ik] {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.4);
}

/* Pipeline Grid */
.pipeline-grid[b-f170eo13ik] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
}

.pipeline-card[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    padding: 0.85rem;
}

.pipeline-header[b-f170eo13ik] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.65rem;
}

.pipeline-header .stat-value[b-f170eo13ik] {
    font-size: 1.25rem;
}

.pill[b-f170eo13ik] {
    padding: 0.2rem 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.rail[b-f170eo13ik] {
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.rail .fill[b-f170eo13ik] {
    height: 100%;
    background: #2563eb;
    border-radius: 4px;
    transition: width 0.4s ease;
}

.ws-hint[b-f170eo13ik] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.85rem;
}

.hint-dot[b-f170eo13ik] {
    width: 8px;
    height: 8px;
    background: rgba(59, 130, 246, 0.6);
    border-radius: 2px;
}

.hint-dot.good[b-f170eo13ik] {
    background: #2563eb;
}

/* Prompt Grid */
.prompt-grid[b-f170eo13ik] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
}

.prompt-chip[b-f170eo13ik] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 4px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.prompt-chip:hover[b-f170eo13ik] {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.35);
}

.prompt-chip:focus-visible[b-f170eo13ik] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.prompt-label[b-f170eo13ik] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
}

.prompt-text[b-f170eo13ik] {
    color: var(--vt-muted, #b8c0d4);
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 900px) {
    .ws-hero[b-f170eo13ik] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ws-hero-panel[b-f170eo13ik] {
        width: 100%;
    }

    .entity-stats[b-f170eo13ik] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .llm-workspace[b-f170eo13ik] {
        padding: 1rem;
    }

    .ws-hero[b-f170eo13ik] {
        padding: 1.25rem;
    }

    .ws-hero-copy h1[b-f170eo13ik] {
        font-size: 1.35rem;
    }

    .ws-actions[b-f170eo13ik] {
        flex-direction: column;
    }

    .ws-actions .btn[b-f170eo13ik] {
        width: 100%;
        text-align: center;
    }

    .panel-tiles[b-f170eo13ik] {
        grid-template-columns: 1fr;
    }

    .section-top[b-f170eo13ik] {
        flex-direction: column;
    }

    .section-actions[b-f170eo13ik] {
        width: 100%;
    }

    .section-actions .btn[b-f170eo13ik] {
        flex: 1;
    }

    .entity-stats[b-f170eo13ik] {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .pipeline-grid[b-f170eo13ik] {
        grid-template-columns: 1fr;
    }

    .prompt-grid[b-f170eo13ik] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .entity-stats[b-f170eo13ik] {
        grid-template-columns: 1fr;
    }
}

/* ========== Light/Dawn Mode Overrides ========== */
:global(.light) .ws-actions .btn.ghost[b-f170eo13ik],
:global(.sacred-light) .ws-actions .btn.ghost[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #1a1f2e;
}

:global(.light) .ws-actions .btn.ghost:hover[b-f170eo13ik],
:global(.sacred-light) .ws-actions .btn.ghost:hover[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .prompt-label[b-f170eo13ik],
:global(.sacred-light) .prompt-label[b-f170eo13ik] {
    color: #1a1f2e;
}

:global(.light) .prompt-text[b-f170eo13ik],
:global(.light) .ws-subtitle[b-f170eo13ik],
:global(.sacred-light) .prompt-text[b-f170eo13ik] {
    color: #4a5568;
}

:global(.light) .ws-hero-panel[b-f170eo13ik],
:global(.sacred-light) .ws-hero-panel[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .ws-section[b-f170eo13ik],
:global(.light) .pipeline-card[b-f170eo13ik],
:global(.light) .prompt-card[b-f170eo13ik],
:global(.sacred-light) .ws-section[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(.light) .ws-hero-copy h1[b-f170eo13ik],
:global(.light) .section-header h3[b-f170eo13ik],
:global(.sacred-light) .ws-hero-copy h1[b-f170eo13ik],
:global(.sacred-light) .section-header h3[b-f170eo13ik] {
    color: #1a1f2e;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #1a1f2e;
    background-clip: unset;
}

:global(.light) .llm-workspace[b-f170eo13ik],
:global(.sacred-light) .llm-workspace[b-f170eo13ik] {
    color: #1a1f2e;
}

/* Additional light mode text fixes for LlmWorkspace */
:global(.light) .tile-label[b-f170eo13ik],
:global(.light) .tile-sub[b-f170eo13ik],
:global(.light) .ws-sub[b-f170eo13ik],
:global(.light) .panel-foot[b-f170eo13ik],
:global(.sacred-light) .tile-label[b-f170eo13ik],
:global(.sacred-light) .tile-sub[b-f170eo13ik],
:global(.sacred-light) .ws-sub[b-f170eo13ik],
:global(.sacred-light) .panel-foot[b-f170eo13ik] {
    color: #4a5568;
}

:global(.light) .tile-value[b-f170eo13ik],
:global(.light) .ws-kicker[b-f170eo13ik],
:global(.sacred-light) .tile-value[b-f170eo13ik] {
    color: #1a1f2e;
}

:global(.light) .chip.ghost[b-f170eo13ik],
:global(.sacred-light) .chip.ghost[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .ws-hero[b-f170eo13ik],
:global(.sacred-light) .ws-hero[b-f170eo13ik] {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.12);
}

:global(.light) .panel-tile[b-f170eo13ik],
:global(.sacred-light) .panel-tile[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.02);
}

:global(.light) .btn.select[b-f170eo13ik],
:global(.sacred-light) .btn.select[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .panel-header strong[b-f170eo13ik],
:global(.sacred-light) .panel-header strong[b-f170eo13ik] {
    color: #1a1f2e;
}

:global(.light) .ws-actions .btn.ghost[b-f170eo13ik],
:global(.sacred-light) .ws-actions .btn.ghost[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15);
    color: #374151;
}

:global(.light) .prompt-label[b-f170eo13ik],
:global(.sacred-light) .prompt-label[b-f170eo13ik] {
    color: #1a1f2e;
}

/* ========== html.light Backup Selectors ========== */
:global(html.light) .ws-actions .btn.ghost[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15);
    color: #374151;
}

:global(html.light) .ws-actions .btn.ghost:hover[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(html.light) .prompt-label[b-f170eo13ik] {
    color: #1a1f2e;
}

:global(html.light) .prompt-text[b-f170eo13ik],
:global(html.light) .ws-subtitle[b-f170eo13ik] {
    color: #4a5568;
}

:global(html.light) .ws-hero-panel[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .ws-section[b-f170eo13ik],
:global(html.light) .pipeline-card[b-f170eo13ik],
:global(html.light) .prompt-card[b-f170eo13ik] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(html.light) .ws-hero-copy h1[b-f170eo13ik],
:global(html.light) .section-header h3[b-f170eo13ik] {
    color: #1a1f2e;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #1a1f2e;
    background-clip: unset;
}

:global(html.light) .llm-workspace[b-f170eo13ik] {
    color: #1a1f2e;
}

:global(html.light) .tile-label[b-f170eo13ik],
:global(html.light) .tile-sub[b-f170eo13ik],
:global(html.light) .ws-sub[b-f170eo13ik],
:global(html.light) .panel-foot[b-f170eo13ik] {
    color: #4a5568;
}

:global(html.light) .tile-value[b-f170eo13ik],
:global(html.light) .ws-kicker[b-f170eo13ik] {
    color: #1a1f2e;
}

:global(html.light) .chip.ghost[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(html.light) .ws-hero[b-f170eo13ik] {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.12);
}

:global(html.light) .panel-tile[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.02);
}

:global(html.light) .btn.select[b-f170eo13ik] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(html.light) .panel-header strong[b-f170eo13ik] {
    color: #1a1f2e;
}
/* _content/VibronTax/Pages/PFS.razor.rz.scp.css */
.pfs[b-to69pj1dqc] {
    padding: 1.5rem;
    /* Add bottom padding for FloatingAI button clearance */
    padding-bottom: 5rem;
}

/* Enhanced header */
.pfs-header[b-to69pj1dqc] { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; gap: 1rem; flex-wrap: wrap; }
.pfs-header h1[b-to69pj1dqc] { margin: 0; }
.pfs-controls[b-to69pj1dqc] { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.view-select[b-to69pj1dqc] { min-width: 200px; background: var(--control-bg, rgba(255,255,255,0.04)); border: 1px solid var(--control-border, rgba(255,255,255,0.08)); color: var(--text-primary, #fff); padding: 0.35rem 0.75rem; border-radius: 4px; }

/* Enhanced summary grid */
.summary-grid[b-to69pj1dqc] { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.75rem; margin-bottom: 1.25rem; }
.summary-grid .card[b-to69pj1dqc] { transition: all 0.2s ease; }
.summary-grid .card:hover[b-to69pj1dqc] { background: rgba(255,255,255,0.04); }
.summary-grid .card.highlight[b-to69pj1dqc] {
    border-left: 3px solid #2563eb;
    background: rgba(37,99,235,0.05);
}

.label[b-to69pj1dqc] { color: var(--vt-muted, #b8c0d4); font-size: 0.9rem; }
.label-sub[b-to69pj1dqc] { color: var(--vt-muted, #b8c0d4); font-size: 0.8rem; margin-top: 0.25rem; }
.value[b-to69pj1dqc] { font-size: 1.35rem; font-weight: 600; }
.value.text-success[b-to69pj1dqc] { color: #2563eb; }
.value.text-warn[b-to69pj1dqc] { color: #f7b267; }

.business-grid[b-to69pj1dqc] { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.85rem; margin-bottom: 1.25rem; }
.business-card[b-to69pj1dqc] {
    border: 1px solid rgba(59,130,246,0.2);
    background: rgba(59,130,246,0.03);
    border-radius: 6px;
    padding: 1rem;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.business-card:hover[b-to69pj1dqc] {
    border-color: rgba(59,130,246,0.35);
    background: rgba(59,130,246,0.05);
}
.biz-header[b-to69pj1dqc] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.biz-name[b-to69pj1dqc] { font-weight: 600; font-size: 1.05rem; }
.biz-ownership-badge[b-to69pj1dqc] {
    background: rgba(37,99,235,0.15);
    color: #2563eb;
    padding: 0.25rem 0.55rem;
    border-radius: 2px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.biz-metrics[b-to69pj1dqc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.biz-metric[b-to69pj1dqc] {
    background: rgba(255,255,255,0.03);
    border-radius: 4px;
    padding: 0.65rem;
    text-align: center;
}
.biz-metric.highlight[b-to69pj1dqc] {
    background: rgba(37,99,235,0.08);
    border: 1px solid rgba(37,99,235,0.2);
}
.biz-metric-label[b-to69pj1dqc] {
    display: block;
    font-size: 0.7rem;
    color: var(--vt-muted, #b8c0d4);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.25rem;
}
.biz-metric-value[b-to69pj1dqc] {
    display: block;
    font-size: 1rem;
    font-weight: 600;
}
.biz-metric-value.text-success[b-to69pj1dqc] { color: #2563eb; }
.biz-metric-value.text-warn[b-to69pj1dqc] { color: #f7b267; }

.biz-actions[b-to69pj1dqc] {
    display: flex;
    gap: 0.5rem;
}
.biz-link[b-to69pj1dqc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    font-size: 0.8rem;
    color: #b8c0d4;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
}
.biz-link:hover[b-to69pj1dqc] {
    background: rgba(59,130,246,0.12);
    border-color: rgba(59,130,246,0.25);
    color: var(--text-primary, #fff);
}

.biz-details[b-to69pj1dqc] { display: grid; gap: 0.3rem; font-size: 0.9rem; }

.grid[b-to69pj1dqc] { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin-bottom: 1.25rem; }
.col[b-to69pj1dqc] { display: flex; flex-direction: column; gap: 0.5rem; }

.card[b-to69pj1dqc] { border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.02); border-radius: 6px; padding: 1rem; }
.card.highlight[b-to69pj1dqc] { border-left: 3px solid #2563eb; }
.export-card[b-to69pj1dqc] { margin-top: 1rem; }

.section-header[b-to69pj1dqc] { display: flex; justify-content: space-between; align-items: center; margin: 1rem 0 0.5rem; }
.section-header h3[b-to69pj1dqc] { margin: 0; font-size: 1rem; font-weight: 600; }
.tag[b-to69pj1dqc] { background: rgba(59,130,246,0.15); color: #3b82f6; padding: 0.2rem 0.5rem; border-radius: 2px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }

.list[b-to69pj1dqc] { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.list li[b-to69pj1dqc] { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 0.2rem 0; }
.list li.highlight[b-to69pj1dqc] { background: rgba(37,99,235,0.08); margin: 0 -0.5rem; padding: 0.35rem 0.5rem; border-radius: 4px; font-weight: 600; }
.list .title[b-to69pj1dqc] { font-weight: 600; }

.actions[b-to69pj1dqc] { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn[b-to69pj1dqc] { border-radius: 4px; padding: 0.45rem 0.9rem; border: 1px solid rgba(255,255,255,0.14); background: #2563eb; color: #fff; text-decoration: none; font-weight: 600; cursor: pointer; }
.btn.ghost[b-to69pj1dqc] { background: var(--ghost-bg, rgba(255,255,255,0.05)); color: var(--text-primary, #fff); }
.btn:hover[b-to69pj1dqc] { background: #1d4ed8; }

.muted[b-to69pj1dqc] { color: var(--vt-muted, #b8c0d4); }

.empty[b-to69pj1dqc], .loading[b-to69pj1dqc] { border: 1px dashed rgba(255,255,255,0.15); padding: 1.5rem; border-radius: 6px; text-align: center; }
.spin[b-to69pj1dqc] { width: 32px; height: 32px; border-radius: 50%; border: 3px solid rgba(59,130,246,0.3); border-top-color: #3b82f6; margin: 0 auto 0.75rem; animation: spin-b-to69pj1dqc 1s linear infinite; }
@keyframes spin-b-to69pj1dqc { to { transform: rotate(360deg); } }

/* List item hover */
.list li[b-to69pj1dqc] { transition: background 0.15s ease; padding: 0.3rem 0.5rem; margin: -0.3rem -0.5rem; border-radius: 4px; }
.list li:not(.highlight):hover[b-to69pj1dqc] { background: rgba(255,255,255,0.03); }

/* Charts section */
.pfs-charts[b-to69pj1dqc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin: 1.25rem 0;
}

.chart-card[b-to69pj1dqc] {
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    padding: 1rem;
}

.chart-canvas-wrap[b-to69pj1dqc] {
    height: 220px;
    position: relative;
}

.chart-canvas-wrap.chart-donut[b-to69pj1dqc] {
    height: 200px;
}

/* Export card enhancement */
.export-card[b-to69pj1dqc] {
    background: rgba(59,130,246,0.03);
    border-color: rgba(59,130,246,0.15);
}

/* Light mode overrides */
:global(.light) .view-select[b-to69pj1dqc],
:global(.sacred-light) .view-select[b-to69pj1dqc] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .biz-link[b-to69pj1dqc],
:global(.sacred-light) .biz-link[b-to69pj1dqc] {
    background: rgba(0,0,0,0.03);
    border-color: rgba(0,0,0,0.08);
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .biz-link:hover[b-to69pj1dqc],
:global(.sacred-light) .biz-link:hover[b-to69pj1dqc] {
    background: rgba(0,0,0,0.06);
    border-color: rgba(0,0,0,0.14);
    color: var(--sacred-text, #1a1f2e);
}

:global(.light) .btn.ghost[b-to69pj1dqc],
:global(.sacred-light) .btn.ghost[b-to69pj1dqc] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

/* Additional light mode text overrides */
:global(.light) .pfs-header h1[b-to69pj1dqc],
:global(.light) .biz-name[b-to69pj1dqc],
:global(.light) .section-header h3[b-to69pj1dqc],
:global(.light) .list .title[b-to69pj1dqc],
:global(.light) .value[b-to69pj1dqc],
:global(.sacred-light) .pfs-header h1[b-to69pj1dqc],
:global(.sacred-light) .biz-name[b-to69pj1dqc] {
    color: #1a1f2e;
}

:global(.light) .label[b-to69pj1dqc],
:global(.light) .label-sub[b-to69pj1dqc],
:global(.light) .muted[b-to69pj1dqc],
:global(.light) .biz-metric-label[b-to69pj1dqc],
:global(.sacred-light) .label[b-to69pj1dqc] {
    color: #4a5568;
}

:global(.light) .card[b-to69pj1dqc],
:global(.light) .business-card[b-to69pj1dqc],
:global(.light) .chart-card[b-to69pj1dqc],
:global(.sacred-light) .card[b-to69pj1dqc] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .biz-metric[b-to69pj1dqc],
:global(.sacred-light) .biz-metric[b-to69pj1dqc] {
    background: rgba(0, 0, 0, 0.03);
}

:global(.light) .list li:not(.highlight):hover[b-to69pj1dqc],
:global(.sacred-light) .list li:not(.highlight):hover[b-to69pj1dqc] {
    background: rgba(0, 0, 0, 0.03);
}

:global(.light) .empty[b-to69pj1dqc],
:global(.light) .loading[b-to69pj1dqc],
:global(.sacred-light) .empty[b-to69pj1dqc] {
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

:global(.light) .view-select[b-to69pj1dqc],
:global(.sacred-light) .view-select[b-to69pj1dqc] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .btn.ghost[b-to69pj1dqc],
:global(.sacred-light) .btn.ghost[b-to69pj1dqc] {
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
}

:global(.light) .highlight[b-to69pj1dqc],
:global(.sacred-light) .highlight[b-to69pj1dqc] {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
    color: #1a1f2e;
}

/* html.light selectors for proper theme detection */
:global(html.light) .view-select[b-to69pj1dqc],
:global(html.sacred-light) .view-select[b-to69pj1dqc] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .biz-link[b-to69pj1dqc],
:global(html.sacred-light) .biz-link[b-to69pj1dqc] {
    background: rgba(0,0,0,0.03);
    border-color: rgba(0,0,0,0.08);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .biz-link:hover[b-to69pj1dqc],
:global(html.sacred-light) .biz-link:hover[b-to69pj1dqc] {
    background: rgba(0,0,0,0.06);
    border-color: rgba(0,0,0,0.14);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .btn.ghost[b-to69pj1dqc],
:global(html.sacred-light) .btn.ghost[b-to69pj1dqc] {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: var(--sacred-text, #1a1f2e);
}

:global(html.light) .pfs-header h1[b-to69pj1dqc],
:global(html.light) .biz-name[b-to69pj1dqc],
:global(html.light) .section-header h3[b-to69pj1dqc],
:global(html.light) .list .title[b-to69pj1dqc],
:global(html.light) .value[b-to69pj1dqc],
:global(html.sacred-light) .pfs-header h1[b-to69pj1dqc],
:global(html.sacred-light) .biz-name[b-to69pj1dqc] {
    color: #1a1f2e;
}

:global(html.light) .label[b-to69pj1dqc],
:global(html.light) .label-sub[b-to69pj1dqc],
:global(html.light) .muted[b-to69pj1dqc],
:global(html.light) .biz-metric-label[b-to69pj1dqc],
:global(html.sacred-light) .label[b-to69pj1dqc] {
    color: #4a5568;
}

:global(html.light) .card[b-to69pj1dqc],
:global(html.light) .business-card[b-to69pj1dqc],
:global(html.light) .chart-card[b-to69pj1dqc],
:global(html.sacred-light) .card[b-to69pj1dqc] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .biz-metric[b-to69pj1dqc],
:global(html.sacred-light) .biz-metric[b-to69pj1dqc] {
    background: rgba(0, 0, 0, 0.03);
}

:global(html.light) .list li:not(.highlight):hover[b-to69pj1dqc],
:global(html.sacred-light) .list li:not(.highlight):hover[b-to69pj1dqc] {
    background: rgba(0, 0, 0, 0.03);
}

:global(html.light) .empty[b-to69pj1dqc],
:global(html.light) .loading[b-to69pj1dqc],
:global(html.sacred-light) .empty[b-to69pj1dqc] {
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

:global(html.light) .highlight[b-to69pj1dqc],
:global(html.sacred-light) .highlight[b-to69pj1dqc] {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
    color: #1a1f2e;
}

/* Responsive styles */
@media (max-width: 768px) {
    .pfs[b-to69pj1dqc] { padding: 1rem; }
    .pfs-header[b-to69pj1dqc] { flex-direction: column; align-items: stretch; }
    .pfs-controls[b-to69pj1dqc] { justify-content: flex-start; }
    .summary-grid[b-to69pj1dqc] { grid-template-columns: 1fr 1fr; }
    .business-grid[b-to69pj1dqc] { grid-template-columns: 1fr; }
    .grid[b-to69pj1dqc] { grid-template-columns: 1fr; }
    .biz-metrics[b-to69pj1dqc] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .pfs[b-to69pj1dqc] { padding: 0.75rem; }
    .summary-grid[b-to69pj1dqc] { grid-template-columns: 1fr; }
    .biz-metrics[b-to69pj1dqc] { grid-template-columns: 1fr; }
    .value[b-to69pj1dqc] { font-size: 1.2rem; }
    .actions[b-to69pj1dqc] { flex-direction: column; }
    .btn[b-to69pj1dqc] { width: 100%; text-align: center; }
}
/* _content/VibronTax/Pages/RequiredDocs.razor.rz.scp.css */
/* Ensure content doesn't overlap with FloatingAI button */
.required-docs-container[b-e4rrto87t9] {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
    padding-bottom: 5rem;
}

.page-header[b-e4rrto87t9] {
    margin-bottom: 1.5rem;
}

.page-header h2[b-e4rrto87t9] {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.header-desc[b-e4rrto87t9] {
    color: var(--text-muted, #6c757d);
    margin: 0;
}

.guidance-card[b-e4rrto87t9] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(59, 130, 246, 0.05));
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.guidance-header[b-e4rrto87t9] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.guidance-icon[b-e4rrto87t9] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.guidance-title[b-e4rrto87t9] {
    flex: 1;
}

.guidance-title strong[b-e4rrto87t9] {
    display: block;
    margin-bottom: 0.25rem;
}

.guidance-title p[b-e4rrto87t9] {
    margin: 0;
    color: var(--text-muted, #6c757d);
    font-size: 0.9rem;
}

.btn-dismiss[b-e4rrto87t9] {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.btn-dismiss:focus-visible[b-e4rrto87t9] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
}

.guidance-grid[b-e4rrto87t9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(37, 99, 235, 0.1);
}

.guidance-item[b-e4rrto87t9] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.item-icon[b-e4rrto87t9] {
    font-size: 1.25rem;
}

.guidance-item strong[b-e4rrto87t9] {
    display: block;
    font-size: 0.9rem;
}

.guidance-item p[b-e4rrto87t9] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.entity-selector-card[b-e4rrto87t9] {
    background: var(--card-bg, #fff);
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.selector-row[b-e4rrto87t9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.selector-label[b-e4rrto87t9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.selector-icon[b-e4rrto87t9] {
    color: var(--primary, #2563eb);
}

.entity-select[b-e4rrto87t9] {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
}

.no-entities-hint[b-e4rrto87t9] {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 6px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hint-icon[b-e4rrto87t9] {
    color: #f59e0b;
}

.empty-state[b-e4rrto87t9] {
    text-align: center;
    padding: 3rem 1rem;
    background: var(--card-bg, #fff);
    border: 1px dashed var(--border-color, #dee2e6);
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.empty-icon[b-e4rrto87t9] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.6;
}

.empty-state h4[b-e4rrto87t9] {
    margin-bottom: 0.5rem;
}

.empty-state p[b-e4rrto87t9] {
    color: var(--text-muted);
    margin: 0;
}

.summary-banner[b-e4rrto87t9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.summary-banner.complete[b-e4rrto87t9] {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.summary-banner.warning[b-e4rrto87t9] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.summary-banner.critical[b-e4rrto87t9] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.summary-icon[b-e4rrto87t9] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.summary-content[b-e4rrto87t9] {
    flex: 1;
}

.summary-content strong[b-e4rrto87t9] {
    display: block;
}

.summary-content p[b-e4rrto87t9] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.summary-action[b-e4rrto87t9] {
    padding: 0.5rem 1rem;
    background: var(--primary, #2563eb);
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

.summary-action:hover[b-e4rrto87t9] {
    background: var(--primary-dark, #1d4ed8);
    color: white;
}

.summary-action:focus-visible[b-e4rrto87t9] {
    outline: 2px solid var(--primary, #2563eb);
    outline-offset: 2px;
}

.docs-checklist[b-e4rrto87t9] {
    background: var(--card-bg, #fff);
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.checklist-item[b-e4rrto87t9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color, #dee2e6);
    transition: background 0.15s;
}

.checklist-item:last-child[b-e4rrto87t9] {
    border-bottom: none;
}

.checklist-item:hover[b-e4rrto87t9] {
    background: var(--hover-bg, #f8f9fa);
}

.checklist-item.missing[b-e4rrto87t9] {
    background: rgba(239, 68, 68, 0.03);
}

.item-status[b-e4rrto87t9] {
    flex-shrink: 0;
}

.status-icon[b-e4rrto87t9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 0.9rem;
}

.status-icon.complete[b-e4rrto87t9] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.status-icon.missing[b-e4rrto87t9] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    font-size: 0.7rem;
}

.item-details[b-e4rrto87t9] {
    flex: 1;
}

.item-name[b-e4rrto87t9] {
    font-weight: 500;
}

.item-desc[b-e4rrto87t9] {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.item-action[b-e4rrto87t9] {
    flex-shrink: 0;
}

.badge-present[b-e4rrto87t9] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.btn-upload-doc[b-e4rrto87t9] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: var(--primary, #2563eb);
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.btn-upload-doc:hover[b-e4rrto87t9] {
    background: var(--primary-dark, #1d4ed8);
    color: white;
}

.btn-upload-doc:focus-visible[b-e4rrto87t9] {
    outline: 2px solid var(--primary, #2563eb);
    outline-offset: 2px;
}

.docs-footer[b-e4rrto87t9] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}

.docs-footer .btn[b-e4rrto87t9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ai-assist-card[b-e4rrto87t9] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(59, 130, 246, 0.03));
    border: 1px solid rgba(37, 99, 235, 0.15);
    border-radius: 6px;
    padding: 1.25rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.ai-orb[b-e4rrto87t9] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #2563eb;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-content h4[b-e4rrto87t9] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

.ai-content p[b-e4rrto87t9] {
    margin: 0 0 0.75rem 0;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.ai-prompts[b-e4rrto87t9] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ai-prompt-chip[b-e4rrto87t9] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 4px;
    font-size: 0.8rem;
    color: var(--primary, #2563eb);
    text-decoration: none;
    transition: all 0.2s;
}

.ai-prompt-chip:hover[b-e4rrto87t9] {
    background: rgba(37, 99, 235, 0.2);
    color: var(--primary);
}

.ai-prompt-chip:focus-visible[b-e4rrto87t9] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: 2px;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   ============================================ */

/* Dark mode default - text colors for readability */
html:not(.light):not(.sacred-light) .page-header h2[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .guidance-title strong[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .guidance-item strong[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .selector-label[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .item-name[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .ai-content h4[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .summary-content strong[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .empty-state h4[b-e4rrto87t9] {
    color: #e5e7eb;
}

html:not(.light):not(.sacred-light) .header-desc[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .guidance-title p[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .guidance-item p[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .item-desc[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .ai-content p[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .summary-content p[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .empty-state p[b-e4rrto87t9] {
    color: #9ca3af;
}

html:not(.light):not(.sacred-light) .entity-selector-card[b-e4rrto87t9],
html:not(.light):not(.sacred-light) .docs-checklist[b-e4rrto87t9] {
    background: rgba(22, 27, 42, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
}

html:not(.light):not(.sacred-light) .checklist-item[b-e4rrto87t9] {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

html:not(.light):not(.sacred-light) .checklist-item:hover[b-e4rrto87t9] {
    background: rgba(255, 255, 255, 0.03);
}

html:not(.light):not(.sacred-light) .empty-state[b-e4rrto87t9] {
    background: rgba(22, 27, 42, 0.95);
    border-color: rgba(255, 255, 255, 0.15);
}

/* Light mode overrides */
html.light .page-header h2[b-e4rrto87t9],
html.sacred-light .page-header h2[b-e4rrto87t9] {
    color: #1e293b;
}

html.light .header-desc[b-e4rrto87t9],
html.sacred-light .header-desc[b-e4rrto87t9] {
    color: #64748b;
}

html.light .guidance-title strong[b-e4rrto87t9],
html.light .guidance-item strong[b-e4rrto87t9],
html.sacred-light .guidance-title strong[b-e4rrto87t9],
html.sacred-light .guidance-item strong[b-e4rrto87t9] {
    color: #1e293b;
}

html.light .guidance-title p[b-e4rrto87t9],
html.light .guidance-item p[b-e4rrto87t9],
html.sacred-light .guidance-title p[b-e4rrto87t9],
html.sacred-light .guidance-item p[b-e4rrto87t9] {
    color: #64748b;
}

html.light .entity-selector-card[b-e4rrto87t9],
html.sacred-light .entity-selector-card[b-e4rrto87t9] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .selector-label[b-e4rrto87t9],
html.sacred-light .selector-label[b-e4rrto87t9] {
    color: #1e293b;
}

html.light .docs-checklist[b-e4rrto87t9],
html.sacred-light .docs-checklist[b-e4rrto87t9] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .checklist-item[b-e4rrto87t9],
html.sacred-light .checklist-item[b-e4rrto87t9] {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

html.light .checklist-item:hover[b-e4rrto87t9],
html.sacred-light .checklist-item:hover[b-e4rrto87t9] {
    background: rgba(0, 0, 0, 0.02);
}

html.light .item-name[b-e4rrto87t9],
html.sacred-light .item-name[b-e4rrto87t9] {
    color: #1e293b;
}

html.light .item-desc[b-e4rrto87t9],
html.sacred-light .item-desc[b-e4rrto87t9] {
    color: #64748b;
}

html.light .empty-state[b-e4rrto87t9],
html.sacred-light .empty-state[b-e4rrto87t9] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.15);
}

html.light .empty-state h4[b-e4rrto87t9],
html.sacred-light .empty-state h4[b-e4rrto87t9] {
    color: #1e293b;
}

html.light .empty-state p[b-e4rrto87t9],
html.sacred-light .empty-state p[b-e4rrto87t9] {
    color: #64748b;
}

html.light .summary-content strong[b-e4rrto87t9],
html.sacred-light .summary-content strong[b-e4rrto87t9] {
    color: #1e293b;
}

html.light .summary-content p[b-e4rrto87t9],
html.sacred-light .summary-content p[b-e4rrto87t9] {
    color: #64748b;
}

html.light .ai-content h4[b-e4rrto87t9],
html.sacred-light .ai-content h4[b-e4rrto87t9] {
    color: #1e293b;
}

html.light .ai-content p[b-e4rrto87t9],
html.sacred-light .ai-content p[b-e4rrto87t9] {
    color: #64748b;
}
/* _content/VibronTax/Pages/SmartUpload.razor.rz.scp.css */
    .smart-upload[b-hj0fxlx74o] {
        max-width: 1200px;
        margin: 0 auto;
        /* Add bottom padding for FloatingAI button clearance */
        padding-bottom: 5rem;
    }

    .upload-hero[b-hj0fxlx74o] {
        padding: 1.5rem;
        background: rgba(37, 99, 235, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 6px;
        margin-bottom: 1.5rem;
    }

    .hero-badge[b-hj0fxlx74o] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(37, 99, 235, 0.15);
        border: 1px solid rgba(37, 99, 235, 0.3);
        padding: 0.35rem 0.75rem;
        border-radius: 2px;
        font-size: 0.7rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #2563eb;
        margin-bottom: 1rem;
    }

    .upload-hero h1[b-hj0fxlx74o] {
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--text-strong, #fff);
        margin: 0 0 0.5rem 0;
    }

    .hero-sub[b-hj0fxlx74o] {
        color: var(--text-secondary, #b8c0d4);
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .hero-chips[b-hj0fxlx74o] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .hero-chips .chip[b-hj0fxlx74o] {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0.25rem 0.6rem;
        border-radius: 2px;
        font-size: 0.7rem;
        color: #b8c0d4;
    }

    .upload-main[b-hj0fxlx74o] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .dropzone-card[b-hj0fxlx74o] {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 6px;
        padding: 1.5rem;
    }

    .dropzone[b-hj0fxlx74o] {
        position: relative;
        border: 2px dashed rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        padding: 3rem 2rem;
        text-align: center;
        transition: all 0.2s ease;
        background: rgba(255, 255, 255, 0.01);
    }

    .dropzone.dragging[b-hj0fxlx74o] {
        border-color: #2563eb;
        background: rgba(37, 99, 235, 0.08);
    }

    .dropzone.has-files[b-hj0fxlx74o] {
        border-color: rgba(37, 99, 235, 0.4);
        background: rgba(37, 99, 235, 0.05);
    }

    .dz-icon[b-hj0fxlx74o] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .dz-text strong[b-hj0fxlx74o] {
        display: block;
        color: var(--text-primary, #fff);
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
    }

    .dz-hint[b-hj0fxlx74o] {
        color: var(--sacred-text-muted, #c4c9d8);
        font-size: 0.85rem;
    }

    .dz-input[b-hj0fxlx74o] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .file-list[b-hj0fxlx74o] {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .file-item[b-hj0fxlx74o] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 0.75rem;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 4px;
    }

    .file-icon[b-hj0fxlx74o] {
        font-size: 1.2rem;
    }

    .file-name[b-hj0fxlx74o] {
        flex: 1;
        color: #e5e7eb;
        font-size: 0.9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file-size[b-hj0fxlx74o] {
        color: var(--sacred-text-muted, #c4c9d8);
        font-size: 0.75rem;
    }

    /* File summary for large batches */
    .file-summary[b-hj0fxlx74o] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        padding: 0.75rem 1rem;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 4px;
        margin-bottom: 0.75rem;
    }

    .summary-count[b-hj0fxlx74o] {
        font-weight: 600;
        color: var(--text-strong, #fff);
    }

    .summary-size[b-hj0fxlx74o] {
        color: var(--text-secondary, #b8c0d4);
        font-size: 0.9rem;
    }

    .summary-note[b-hj0fxlx74o] {
        display: block;
        width: 100%;
        font-size: 0.8rem;
        color: var(--text-muted, #888);
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        margin-top: 0.25rem;
    }

    .file-list.collapsed[b-hj0fxlx74o] {
        max-height: 300px;
        overflow-y: auto;
    }

    .file-more[b-hj0fxlx74o] {
        padding: 0.75rem;
        text-align: center;
        font-size: 0.85rem;
        color: var(--text-secondary, #b8c0d4);
        background: rgba(37, 99, 235, 0.05);
        border: 1px dashed rgba(37, 99, 235, 0.2);
        border-radius: 4px;
        margin-top: 0.5rem;
    }

    /* Batch upload progress indicator */
    .batch-progress[b-hj0fxlx74o] {
        background: rgba(37, 99, 235, 0.08);
        border: 1px solid rgba(37, 99, 235, 0.2);
        border-radius: 4px;
        padding: 1rem;
        margin-top: 1rem;
    }

    .progress-header[b-hj0fxlx74o] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .progress-label[b-hj0fxlx74o] {
        font-size: 0.85rem;
        color: var(--text-secondary, #b8c0d4);
    }

    .progress-percent[b-hj0fxlx74o] {
        font-size: 0.85rem;
        font-weight: 600;
        color: #2563eb;
    }

    .progress-bar-container[b-hj0fxlx74o] {
        height: 8px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        overflow: hidden;
    }

    .progress-bar-fill[b-hj0fxlx74o] {
        height: 100%;
        background: linear-gradient(90deg, #2563eb, #3b82f6);
        border-radius: 4px;
        transition: width 0.3s ease;
    }

    .progress-hint[b-hj0fxlx74o] {
        display: block;
        font-size: 0.75rem;
        color: var(--text-muted, #888);
        margin-top: 0.5rem;
    }

    .progress-hint.bulk-warning[b-hj0fxlx74o] {
        color: #f59e0b;
        font-weight: 500;
    }

    /* Paused state styling */
    .batch-progress.paused[b-hj0fxlx74o] {
        background: rgba(245, 158, 11, 0.08);
        border-color: rgba(245, 158, 11, 0.3);
    }

    .batch-progress.paused .progress-bar-fill[b-hj0fxlx74o] {
        background: linear-gradient(90deg, #f59e0b, #fbbf24);
        animation: pulse-pause-b-hj0fxlx74o 1.5s ease-in-out infinite;
    }

    @keyframes pulse-pause-b-hj0fxlx74o {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.6; }
    }

    .paused-badge[b-hj0fxlx74o] {
        display: inline-block;
        background: #f59e0b;
        color: #0a0b0d;
        padding: 0.125rem 0.5rem;
        border-radius: 4px;
        font-size: 0.65rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-right: 0.5rem;
        animation: pulse-pause-b-hj0fxlx74o 1.5s ease-in-out infinite;
    }

    .upload-actions[b-hj0fxlx74o] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1.5rem;
        padding-top: 1rem;
        padding-right: 5rem; /* Allow space for FloatingAI button (56px + 1.5rem margin) */
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        position: relative;
        z-index: 1;
    }

    @@media (max-width: 600px) {
        .upload-actions[b-hj0fxlx74o] {
            padding-right: 0;
            padding-bottom: 4.5rem; /* Move padding to bottom on mobile for full width buttons */
        }
    }

    .upload-actions .btn[b-hj0fxlx74o] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.6rem 1.2rem;
        border-radius: 4px;
        font-size: 0.9rem;
        font-weight: 500;
        border: none;
        cursor: pointer;
        transition: all 0.15s ease;
    }

    .upload-actions .btn.primary[b-hj0fxlx74o] {
        background: #2563eb;
        color: #fff;
    }

    .upload-actions .btn.success[b-hj0fxlx74o] {
        background: #22c55e;
        color: #fff;
    }

    .upload-actions .btn.ghost[b-hj0fxlx74o] {
        background: rgba(255, 255, 255, 0.06);
        color: #b8c0d4;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .upload-actions .btn.warn[b-hj0fxlx74o] {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.3);
    }

    .upload-actions .btn:disabled[b-hj0fxlx74o] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .upload-actions .btn:not(:disabled):hover[b-hj0fxlx74o] {
        filter: brightness(1.1);
    }

    .spinner[b-hj0fxlx74o] {
        width: 14px;
        height: 14px;
        border: 2px solid transparent;
        border-top-color: currentColor;
        border-radius: 50%;
        animation: spin 0.6s linear infinite;
    }

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

    .results-section[b-hj0fxlx74o] {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 6px;
        padding: 1.5rem;
    }

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

    .results-header h2[b-hj0fxlx74o] {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--text-primary, #fff);
        margin: 0;
    }

    .results-summary[b-hj0fxlx74o] {
        display: flex;
        gap: 0.5rem;
    }

    .results-summary .pill[b-hj0fxlx74o] {
        padding: 0.25rem 0.6rem;
        border-radius: 2px;
        font-size: 0.7rem;
    }

    .pill.good[b-hj0fxlx74o] {
        background: rgba(34, 197, 94, 0.2);
        color: #22c55e;
    }

    .pill.warn[b-hj0fxlx74o] {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
    }

    .pill.ghost[b-hj0fxlx74o] {
        background: rgba(255, 255, 255, 0.06);
        color: #b8c0d4;
    }

    .results-grid[b-hj0fxlx74o] {
        display: grid;
        gap: 1rem;
    }

    .result-card[b-hj0fxlx74o] {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 4px;
        padding: 1rem;
        transition: background-color 0.15s ease;
    }

    .result-card.accepted[b-hj0fxlx74o] {
        border-color: rgba(37, 99, 235, 0.3);
        background: rgba(37, 99, 235, 0.03);
    }

    .result-card.failed[b-hj0fxlx74o] {
        border-color: rgba(239, 68, 68, 0.3);
        background: rgba(239, 68, 68, 0.03);
    }

    .result-header[b-hj0fxlx74o] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 0.75rem;
    }

    .result-file[b-hj0fxlx74o] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .result-icon[b-hj0fxlx74o] {
        font-size: 1.5rem;
    }

    .result-name strong[b-hj0fxlx74o] {
        display: block;
        color: var(--text-primary, #fff);
        font-size: 0.95rem;
    }

    .status-badge[b-hj0fxlx74o] {
        display: inline-block;
        padding: 0.15rem 0.4rem;
        border-radius: 6px;
        font-size: 0.65rem;
        background: rgba(255, 255, 255, 0.1);
        color: #b8c0d4;
        margin-top: 0.25rem;
    }

    .status-badge.good[b-hj0fxlx74o] {
        background: rgba(34, 197, 94, 0.2);
        color: #22c55e;
    }

    .status-badge.warn[b-hj0fxlx74o] {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
    }

    .accept-toggle[b-hj0fxlx74o] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
    }

    .accept-toggle input[b-hj0fxlx74o] {
        width: 1.1rem;
        height: 1.1rem;
        accent-color: #2563eb;
    }

    .toggle-label[b-hj0fxlx74o] {
        font-size: 0.8rem;
        color: #b8c0d4;
    }

    .result-body[b-hj0fxlx74o] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .result-row[b-hj0fxlx74o] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .row-label[b-hj0fxlx74o] {
        font-size: 0.75rem;
        color: var(--sacred-text-muted, #c4c9d8);
        min-width: 80px;
    }

    .row-value[b-hj0fxlx74o] {
        font-size: 0.85rem;
        color: #e5e7eb;
    }

    .category-pill[b-hj0fxlx74o] {
        background: rgba(59, 130, 246, 0.2);
        color: #3b82f6;
        padding: 0.2rem 0.5rem;
        border-radius: 6px;
        font-size: 0.75rem;
    }

    .confidence-bar[b-hj0fxlx74o] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex: 1;
    }

    .confidence-bar .conf-fill[b-hj0fxlx74o] {
        height: 6px;
        border-radius: 3px;
        flex: 1;
        max-width: 120px;
        background: rgba(255, 255, 255, 0.1);
        position: relative;
    }

    .conf-fill.high[b-hj0fxlx74o] { background: #22c55e; }
    .conf-fill.med[b-hj0fxlx74o] { background: #f59e0b; }
    .conf-fill.low[b-hj0fxlx74o] { background: #ef4444; }

    .conf-val[b-hj0fxlx74o] {
        font-size: 0.75rem;
        color: #b8c0d4;
    }

    .result-reasoning[b-hj0fxlx74o] {
        margin-top: 0.5rem;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        border-left: 3px solid rgba(59, 130, 246, 0.4);
    }

    .reason-label[b-hj0fxlx74o] {
        font-size: 0.7rem;
        color: #3b82f6;
        display: block;
        margin-bottom: 0.25rem;
    }

    .result-reasoning p[b-hj0fxlx74o] {
        font-size: 0.8rem;
        color: #b8c0d4;
        margin: 0;
        line-height: 1.5;
    }

    .result-error[b-hj0fxlx74o] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #ef4444;
        font-size: 0.85rem;
    }

    .upload-tips[b-hj0fxlx74o] {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 4px;
        padding: 1.25rem;
    }

    .upload-tips h3[b-hj0fxlx74o] {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--text-primary, #fff);
        margin: 0 0 0.75rem 0;
    }

    .upload-tips ul[b-hj0fxlx74o] {
        margin: 0;
        padding-left: 1.25rem;
    }

    .upload-tips li[b-hj0fxlx74o] {
        color: #b8c0d4;
        font-size: 0.8rem;
        margin-bottom: 0.4rem;
        line-height: 1.4;
    }

    /* AI Assist Section */
    .ai-assist[b-hj0fxlx74o] {
        display: flex;
        align-items: flex-start;
        gap: 1.25rem;
        margin-top: 1.5rem;
        padding: 1.5rem;
        background: rgba(37, 99, 235, 0.05);
        border: 1px solid rgba(59, 130, 246, 0.2);
        border-left: 3px solid #2563eb;
        border-radius: 4px;
    }

    .ai-orb[b-hj0fxlx74o] {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #2563eb;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.2rem;
    }

    /* Pulse animation disabled for professional look */

    .ai-content[b-hj0fxlx74o] {
        flex: 1;
    }

    .ai-content h4[b-hj0fxlx74o] {
        margin: 0 0 0.35rem;
        font-size: 1rem;
        font-weight: 600;
        color: var(--text-primary, #fff);
    }

    .ai-content p[b-hj0fxlx74o] {
        margin: 0 0 0.75rem;
        color: #b8c0d4;
        font-size: 0.9rem;
    }

    .ai-chips[b-hj0fxlx74o] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .ai-chip[b-hj0fxlx74o] {
        background: var(--ghost-bg, rgba(255, 255, 255, 0.06));
        border: 1px solid var(--control-border, rgba(255, 255, 255, 0.1));
        color: var(--text-primary, #fff);
        padding: 0.4rem 0.75rem;
        border-radius: 2px;
        font-size: 0.8rem;
        text-decoration: none;
        transition: background-color 0.2s, border-color 0.2s;
    }

    .ai-chip:hover[b-hj0fxlx74o] {
        background: rgba(59, 130, 246, 0.15);
        border-color: rgba(59, 130, 246, 0.3);
    }

    @media (max-width: 600px) {
        .ai-assist[b-hj0fxlx74o] {
            flex-direction: column;
            text-align: center;
        }

        .ai-chips[b-hj0fxlx74o] {
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .upload-actions[b-hj0fxlx74o] {
            flex-direction: column;
        }

        .upload-actions .btn[b-hj0fxlx74o] {
            width: 100%;
            justify-content: center;
        }

        .hero-chips[b-hj0fxlx74o] {
            justify-content: center;
        }

        .guidance-grid[b-hj0fxlx74o] {
            grid-template-columns: 1fr;
        }
    }

/* Upload guidance panel */
.upload-guidance[b-hj0fxlx74o] {
    background: rgba(37, 99, 235, 0.05);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-left: 3px solid #2563eb;
    border-radius: 4px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

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

.guidance-header h3[b-hj0fxlx74o] {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-primary, #e5e7eb);
}

.btn-dismiss[b-hj0fxlx74o] {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--text-secondary, #666);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.btn-dismiss:hover[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.1);
}

.guidance-grid[b-hj0fxlx74o] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.guidance-item[b-hj0fxlx74o] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--card-bg, #fff);
    border-radius: 4px;
    border: 1px solid var(--border-color, #e0e0e0);
}

.guidance-icon[b-hj0fxlx74o] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.guidance-content strong[b-hj0fxlx74o] {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.guidance-content p[b-hj0fxlx74o] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--text-secondary, #666);
    line-height: 1.4;
}

/* ========== Light/Dawn Mode Overrides ========== */
:global(.light) .upload-hero h1[b-hj0fxlx74o],
:global(.sacred-light) .upload-hero h1[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(.light) .hero-sub[b-hj0fxlx74o],
:global(.light) .hero-chips .chip[b-hj0fxlx74o],
:global(.sacred-light) .hero-sub[b-hj0fxlx74o] {
    color: #4a5568;
}

:global(.light) .hero-chips .chip[b-hj0fxlx74o],
:global(.sacred-light) .hero-chips .chip[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .dropzone-card[b-hj0fxlx74o],
:global(.light) .upload-section[b-hj0fxlx74o],
:global(.sacred-light) .dropzone-card[b-hj0fxlx74o] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .dropzone[b-hj0fxlx74o],
:global(.sacred-light) .dropzone[b-hj0fxlx74o] {
    border-color: rgba(0, 0, 0, 0.15);
}

:global(.light) .drop-text[b-hj0fxlx74o],
:global(.light) .upload-title[b-hj0fxlx74o],
:global(.light) .file-name[b-hj0fxlx74o],
:global(.light) .doc-name[b-hj0fxlx74o],
:global(.sacred-light) .drop-text[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(.light) .drop-sub[b-hj0fxlx74o],
:global(.light) .file-info[b-hj0fxlx74o],
:global(.light) .upload-sub[b-hj0fxlx74o],
:global(.sacred-light) .drop-sub[b-hj0fxlx74o] {
    color: #4a5568;
}

:global(.light) .pending-card[b-hj0fxlx74o],
:global(.light) .upload-card[b-hj0fxlx74o],
:global(.sacred-light) .pending-card[b-hj0fxlx74o] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(.light) .section-title h3[b-hj0fxlx74o],
:global(.light) .upload-status[b-hj0fxlx74o],
:global(.sacred-light) .section-title h3[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(.light) .btn.ghost[b-hj0fxlx74o],
:global(.sacred-light) .btn.ghost[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .btn.ghost:hover[b-hj0fxlx74o],
:global(.sacred-light) .btn.ghost:hover[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

/* Additional light mode text fixes for SmartUpload */
:global(.light) .dz-text strong[b-hj0fxlx74o],
:global(.light) .results-header h2[b-hj0fxlx74o],
:global(.sacred-light) .dz-text strong[b-hj0fxlx74o],
:global(.sacred-light) .results-header h2[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(.light) .result-name strong[b-hj0fxlx74o],
:global(.light) .result-card h4[b-hj0fxlx74o],
:global(.light) .pending-header h4[b-hj0fxlx74o],
:global(.light) .pending-title[b-hj0fxlx74o],
:global(.sacred-light) .result-name strong[b-hj0fxlx74o],
:global(.sacred-light) .result-card h4[b-hj0fxlx74o],
:global(.sacred-light) .pending-header h4[b-hj0fxlx74o],
:global(.sacred-light) .pending-title[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(.light) .suggestion-chip[b-hj0fxlx74o],
:global(.sacred-light) .suggestion-chip[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(.light) .text-muted[b-hj0fxlx74o],
:global(.sacred-light) .text-muted[b-hj0fxlx74o] {
    color: #6b7280 !important;
}

/* Additional light-mode overrides for SmartUpload */
:global(.light) .upload-hero h1[b-hj0fxlx74o],
:global(.light) .dz-text strong[b-hj0fxlx74o],
:global(.light) .results-header h2[b-hj0fxlx74o],
:global(.light) .upload-tips h3[b-hj0fxlx74o],
:global(.light) .ai-content h4[b-hj0fxlx74o],
:global(.sacred-light) .upload-hero h1[b-hj0fxlx74o],
:global(.sacred-light) .dz-text strong[b-hj0fxlx74o],
:global(.sacred-light) .results-header h2[b-hj0fxlx74o],
:global(.sacred-light) .upload-tips h3[b-hj0fxlx74o],
:global(.sacred-light) .ai-content h4[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(.light) .ai-chip[b-hj0fxlx74o],
:global(.sacred-light) .ai-chip[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(.light) .hero-chips .chip[b-hj0fxlx74o],
:global(.sacred-light) .hero-chips .chip[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
    color: #4b5563;
}

:global(.light) .file-name[b-hj0fxlx74o],
:global(.light) .row-value[b-hj0fxlx74o],
:global(.sacred-light) .file-name[b-hj0fxlx74o],
:global(.sacred-light) .row-value[b-hj0fxlx74o] {
    color: #374151;
}

:global(.light) .dropzone[b-hj0fxlx74o],
:global(.sacred-light) .dropzone[b-hj0fxlx74o] {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.01);
}

:global(.light) .upload-tips[b-hj0fxlx74o],
:global(.light) .dropzone-card[b-hj0fxlx74o],
:global(.light) .results-section[b-hj0fxlx74o],
:global(.sacred-light) .upload-tips[b-hj0fxlx74o],
:global(.sacred-light) .dropzone-card[b-hj0fxlx74o],
:global(.sacred-light) .results-section[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

/* ========== html.light Backup Selectors ========== */
:global(html.light) .upload-hero h1[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(html.light) .hero-sub[b-hj0fxlx74o],
:global(html.light) .hero-chips .chip[b-hj0fxlx74o] {
    color: #4a5568;
}

:global(html.light) .hero-chips .chip[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .dropzone-card[b-hj0fxlx74o],
:global(html.light) .upload-section[b-hj0fxlx74o] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .dropzone[b-hj0fxlx74o] {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.01);
}

:global(html.light) .drop-text[b-hj0fxlx74o],
:global(html.light) .upload-title[b-hj0fxlx74o],
:global(html.light) .file-name[b-hj0fxlx74o],
:global(html.light) .doc-name[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(html.light) .drop-sub[b-hj0fxlx74o],
:global(html.light) .file-info[b-hj0fxlx74o],
:global(html.light) .upload-sub[b-hj0fxlx74o] {
    color: #4a5568;
}

:global(html.light) .pending-card[b-hj0fxlx74o],
:global(html.light) .upload-card[b-hj0fxlx74o] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.08);
}

:global(html.light) .section-title h3[b-hj0fxlx74o],
:global(html.light) .upload-status[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(html.light) .btn.ghost[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(html.light) .btn.ghost:hover[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1f2e;
}

:global(html.light) .dz-text strong[b-hj0fxlx74o],
:global(html.light) .results-header h2[b-hj0fxlx74o],
:global(html.light) .upload-tips h3[b-hj0fxlx74o],
:global(html.light) .ai-content h4[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(html.light) .result-name strong[b-hj0fxlx74o],
:global(html.light) .result-card h4[b-hj0fxlx74o],
:global(html.light) .pending-header h4[b-hj0fxlx74o],
:global(html.light) .pending-title[b-hj0fxlx74o] {
    color: #1a1f2e;
}

:global(html.light) .suggestion-chip[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
    color: #374151;
}

:global(html.light) .text-muted[b-hj0fxlx74o] {
    color: #6b7280 !important;
}

:global(html.light) .ai-chip[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #374151;
}

:global(html.light) .row-value[b-hj0fxlx74o] {
    color: #374151;
}

:global(html.light) .upload-tips[b-hj0fxlx74o],
:global(html.light) .results-section[b-hj0fxlx74o] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

/* ============================================
   DARK MODE SUPPORT - Explicit dark theme text colors
   Uses html:not(.light) pattern for proper theme matching
   ============================================ */

/* Ensure dark mode text colors are light for readability */
html:not(.light):not(.sacred-light) .upload-hero h1[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .dz-text strong[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .results-header h2[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .upload-tips h3[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .section-title h3[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .ai-content h4[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .drop-text[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .upload-title[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .file-name[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .doc-name[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .result-name strong[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .result-card h4[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .pending-header h4[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .pending-title[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .upload-status[b-hj0fxlx74o] {
    color: #e2e6f0;
}

html:not(.light):not(.sacred-light) .hero-sub[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .hero-chips .chip[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .drop-sub[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .file-info[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .upload-sub[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .guidance-content p[b-hj0fxlx74o] {
    color: #c4c9d8;
}

html:not(.light):not(.sacred-light) .btn.ghost[b-hj0fxlx74o] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #c4c9d8;
}

html:not(.light):not(.sacred-light) .btn.ghost:hover[b-hj0fxlx74o] {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e6f0;
}

html:not(.light):not(.sacred-light) .ai-chip[b-hj0fxlx74o],
html:not(.light):not(.sacred-light) .suggestion-chip[b-hj0fxlx74o] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: #c4c9d8;
}
/* _content/VibronTax/Pages/StartupVentures.razor.rz.scp.css */
/* Ensure content doesn't overlap with FloatingAI button */
.startup-ventures-page[b-6k1jmfi691] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 5rem;
}

.page-header[b-6k1jmfi691] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color, #e0e0e0);
}

.header-badge[b-6k1jmfi691] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-bg, #e3f2fd);
    color: var(--primary, #1976d2);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.header-sub[b-6k1jmfi691] {
    color: var(--text-secondary, #666);
    margin-top: 0.5rem;
}

.empty-state[b-6k1jmfi691] {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--card-bg, #fff);
    border-radius: 6px;
    border: 1px dashed var(--border-color, #e0e0e0);
}

.empty-icon[b-6k1jmfi691] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.venture-cards[b-6k1jmfi691] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.venture-card[b-6k1jmfi691] {
    background: var(--card-bg, #fff);
    border-radius: 6px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid var(--primary, #1976d2);
}

.venture-card.abandoned[b-6k1jmfi691] {
    border-left-color: var(--warning, #f57c00);
    background: rgba(245, 124, 0, 0.1);
}

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

.card-header h3[b-6k1jmfi691] {
    margin: 0;
    font-size: 1.25rem;
}

.status-badge[b-6k1jmfi691] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
}

.badge-active[b-6k1jmfi691] {
    background: rgba(46, 125, 50, 0.15);
    color: #4ade80;
}

.badge-abandoned[b-6k1jmfi691] {
    background: rgba(245, 124, 0, 0.15);
    color: #fb923c;
}

/* Light theme badge overrides */
[b-6k1jmfi691] .light .venture-card.abandoned {
    background: #fff3e0;
}
[b-6k1jmfi691] .light .badge-active {
    background: #e8f5e9;
    color: #2e7d32;
}
[b-6k1jmfi691] .light .badge-abandoned {
    background: #fff3e0;
    color: #e65100;
}

.venture-desc[b-6k1jmfi691] {
    color: var(--text-secondary, #666);
    margin-bottom: 1rem;
}

.venture-meta[b-6k1jmfi691] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.meta-item[b-6k1jmfi691] {
    display: flex;
    flex-direction: column;
}

.meta-label[b-6k1jmfi691] {
    font-size: 0.75rem;
    color: var(--text-secondary, #888);
    text-transform: uppercase;
}

.meta-value[b-6k1jmfi691] {
    font-weight: 500;
}

.meta-item.highlight .meta-value[b-6k1jmfi691] {
    color: var(--primary, #1976d2);
    font-size: 1.1rem;
}

.abandonment-reason[b-6k1jmfi691] {
    background: var(--info-bg, #e3f2fd);
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.claimed-badge[b-6k1jmfi691] {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    padding: 0.5rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

[b-6k1jmfi691] .light .claimed-badge,
[b-6k1jmfi691] .sacred-light .claimed-badge {
    background: #e8f5e9;
    color: #2e7d32;
}

.card-actions[b-6k1jmfi691] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e0e0e0);
}

.summary-section[b-6k1jmfi691] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--card-bg, #fff);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.year-selector[b-6k1jmfi691] {
    margin: 1rem 0;
}

.year-selector select[b-6k1jmfi691] {
    padding: 0.5rem;
    border-radius: 6px;
    border: 1px solid var(--border-color, #ccc);
}

.summary-card[b-6k1jmfi691] {
    background: var(--primary-bg, #e3f2fd);
    padding: 1rem;
    border-radius: 8px;
}

.summary-card ul[b-6k1jmfi691] {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.total-line[b-6k1jmfi691] {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5rem;
    border-top: 1px solid var(--primary, #1976d2);
    margin-top: 0.5rem;
}

.total-line .amount[b-6k1jmfi691] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary, #1976d2);
}

.help-text[b-6k1jmfi691] {
    color: var(--text-secondary, #666);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

/* Modal styles */
.modal-backdrop[b-6k1jmfi691] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: var(--z-modal-backdrop, 1040);
}

.modal[b-6k1jmfi691] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--card-bg, #fff);
    border-radius: 6px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: var(--z-modal, 1050);
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}

.modal.modal-lg[b-6k1jmfi691] {
    max-width: 700px;
}

.modal-header[b-6k1jmfi691] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border-color, #e0e0e0);
}

.modal-header h3[b-6k1jmfi691] {
    margin: 0;
}

.btn-close[b-6k1jmfi691] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-secondary, #666);
}

.modal-body[b-6k1jmfi691] {
    padding: 1.5rem;
}

.modal-footer[b-6k1jmfi691] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border-color, #e0e0e0);
}

.form-group[b-6k1jmfi691] {
    margin-bottom: 1rem;
}

.form-group label[b-6k1jmfi691] {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.form-group input[type="text"][b-6k1jmfi691],
.form-group input[type="number"][b-6k1jmfi691],
.form-group input[type="date"][b-6k1jmfi691],
.form-group textarea[b-6k1jmfi691],
.form-group select[b-6k1jmfi691] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--border-color, #ccc);
    border-radius: 6px;
    font-size: 1rem;
}

.form-row[b-6k1jmfi691] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Costs table */
.costs-summary[b-6k1jmfi691] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--primary-bg, #e3f2fd);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.total-amount[b-6k1jmfi691] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary, #1976d2);
}

.costs-table[b-6k1jmfi691] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

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

.costs-table th[b-6k1jmfi691] {
    background: var(--bg-secondary, #f5f5f5);
    font-weight: 600;
}

.text-right[b-6k1jmfi691] {
    text-align: right !important;
}

.cost-form[b-6k1jmfi691] {
    background: var(--bg-secondary, #f9f9f9);
    padding: 1rem;
    border-radius: 8px;
}

.form-actions[b-6k1jmfi691] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.no-costs[b-6k1jmfi691], .no-claimable[b-6k1jmfi691] {
    color: var(--text-secondary, #666);
    text-align: center;
    padding: 1rem;
}

/* Buttons */
.btn[b-6k1jmfi691] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-primary[b-6k1jmfi691] {
    background: var(--primary, #1976d2);
    color: white;
}

.btn-primary:hover[b-6k1jmfi691] {
    background: var(--primary-dark, #1565c0);
}

.btn-primary:focus-visible[b-6k1jmfi691],
.btn-outline:focus-visible[b-6k1jmfi691],
.btn-warning:focus-visible[b-6k1jmfi691],
.btn-danger:focus-visible[b-6k1jmfi691] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: 2px;
}

.btn-outline[b-6k1jmfi691] {
    background: transparent;
    border: 1px solid var(--border-color, #ccc);
}

.btn-warning[b-6k1jmfi691] {
    background: var(--warning, #f57c00);
    color: white;
}

.btn-danger[b-6k1jmfi691] {
    background: var(--danger, #d32f2f);
    color: white;
}

.btn-sm[b-6k1jmfi691] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

.btn-xs[b-6k1jmfi691] {
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

.btn:focus-visible[b-6k1jmfi691] {
    outline: 2px solid var(--primary, #1976d2);
    outline-offset: 2px;
}

.btn-close:focus-visible[b-6k1jmfi691] {
    outline: 2px solid var(--primary, #1976d2);
    outline-offset: 2px;
}

.loading[b-6k1jmfi691] {
    text-align: center;
    padding: 2rem;
    color: var(--text-secondary, #666);
}

/* Dark theme support - targets non-light modes */
html:not(.light):not(.sacred-light) .badge-active[b-6k1jmfi691] {
    background: rgba(46, 125, 50, 0.2);
    color: #66bb6a;
}

html:not(.light):not(.sacred-light) .badge-abandoned[b-6k1jmfi691] {
    background: rgba(230, 81, 0, 0.2);
    color: #ff9800;
}

html:not(.light):not(.sacred-light) .costs-table th[b-6k1jmfi691] {
    background: rgba(255,255,255,0.05);
}

html:not(.light):not(.sacred-light) .cost-form[b-6k1jmfi691] {
    background: rgba(255,255,255,0.03);
}

html:not(.light):not(.sacred-light) .btn-outline[b-6k1jmfi691] {
    border-color: rgba(255,255,255,0.2);
    color: var(--text, #e2e6f0);
}

html:not(.light):not(.sacred-light) .btn-outline:hover[b-6k1jmfi691] {
    background: rgba(255,255,255,0.05);
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   ============================================ */

html.light .page-header h1[b-6k1jmfi691],
html.light .section-header h2[b-6k1jmfi691],
html.light .card-header h3[b-6k1jmfi691],
html.light .modal-header h3[b-6k1jmfi691],
html.sacred-light .page-header h1[b-6k1jmfi691],
html.sacred-light .section-header h2[b-6k1jmfi691],
html.sacred-light .card-header h3[b-6k1jmfi691],
html.sacred-light .modal-header h3[b-6k1jmfi691] {
    color: #1e293b;
}

html.light .header-sub[b-6k1jmfi691],
html.light .venture-desc[b-6k1jmfi691],
html.light .meta-label[b-6k1jmfi691],
html.light .help-text[b-6k1jmfi691],
html.light .no-costs[b-6k1jmfi691],
html.light .no-claimable[b-6k1jmfi691],
html.light .loading[b-6k1jmfi691],
html.sacred-light .header-sub[b-6k1jmfi691],
html.sacred-light .venture-desc[b-6k1jmfi691],
html.sacred-light .meta-label[b-6k1jmfi691],
html.sacred-light .help-text[b-6k1jmfi691],
html.sacred-light .no-costs[b-6k1jmfi691],
html.sacred-light .no-claimable[b-6k1jmfi691],
html.sacred-light .loading[b-6k1jmfi691] {
    color: #64748b;
}

html.light .meta-value[b-6k1jmfi691],
html.sacred-light .meta-value[b-6k1jmfi691] {
    color: #1e293b;
}

html.light .venture-card[b-6k1jmfi691],
html.light .summary-section[b-6k1jmfi691],
html.light .modal[b-6k1jmfi691],
html.sacred-light .venture-card[b-6k1jmfi691],
html.sacred-light .summary-section[b-6k1jmfi691],
html.sacred-light .modal[b-6k1jmfi691] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .venture-card.abandoned[b-6k1jmfi691],
html.sacred-light .venture-card.abandoned[b-6k1jmfi691] {
    background: #fff7ed;
}

html.light .badge-active[b-6k1jmfi691],
html.sacred-light .badge-active[b-6k1jmfi691] {
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

html.light .badge-abandoned[b-6k1jmfi691],
html.sacred-light .badge-abandoned[b-6k1jmfi691] {
    background: rgba(234, 88, 12, 0.1);
    color: #ea580c;
}

html.light .claimed-badge[b-6k1jmfi691],
html.sacred-light .claimed-badge[b-6k1jmfi691] {
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

html.light .card-actions[b-6k1jmfi691],
html.light .modal-header[b-6k1jmfi691],
html.light .modal-footer[b-6k1jmfi691],
html.sacred-light .card-actions[b-6k1jmfi691],
html.sacred-light .modal-header[b-6k1jmfi691],
html.sacred-light .modal-footer[b-6k1jmfi691] {
    border-color: rgba(0, 0, 0, 0.1);
}

html.light .costs-table th[b-6k1jmfi691],
html.sacred-light .costs-table th[b-6k1jmfi691] {
    background: rgba(0, 0, 0, 0.03);
}

html.light .costs-table td[b-6k1jmfi691],
html.light .costs-table th[b-6k1jmfi691],
html.sacred-light .costs-table td[b-6k1jmfi691],
html.sacred-light .costs-table th[b-6k1jmfi691] {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

html.light .cost-form[b-6k1jmfi691],
html.sacred-light .cost-form[b-6k1jmfi691] {
    background: rgba(0, 0, 0, 0.02);
}

html.light .btn-outline[b-6k1jmfi691],
html.sacred-light .btn-outline[b-6k1jmfi691] {
    border-color: rgba(0, 0, 0, 0.15);
    color: #374151;
}

html.light .btn-outline:hover[b-6k1jmfi691],
html.sacred-light .btn-outline:hover[b-6k1jmfi691] {
    background: rgba(0, 0, 0, 0.04);
}

html.light .btn-close[b-6k1jmfi691],
html.sacred-light .btn-close[b-6k1jmfi691] {
    color: #64748b;
}

html.light .form-group label[b-6k1jmfi691],
html.sacred-light .form-group label[b-6k1jmfi691] {
    color: #374151;
}

html.light .form-group input[b-6k1jmfi691],
html.light .form-group select[b-6k1jmfi691],
html.light .form-group textarea[b-6k1jmfi691],
html.light .year-selector select[b-6k1jmfi691],
html.sacred-light .form-group input[b-6k1jmfi691],
html.sacred-light .form-group select[b-6k1jmfi691],
html.sacred-light .form-group textarea[b-6k1jmfi691],
html.sacred-light .year-selector select[b-6k1jmfi691] {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.15);
    color: #1e293b;
}

html.light .empty-state[b-6k1jmfi691],
html.sacred-light .empty-state[b-6k1jmfi691] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.15);
}

html.light .summary-card[b-6k1jmfi691],
html.sacred-light .summary-card[b-6k1jmfi691] {
    background: rgba(37, 99, 235, 0.05);
}
/* _content/VibronTax/Pages/TaxFilingWizard.razor.rz.scp.css */
    .tax-wizard-container[b-a1ddmcjutv] {
        max-width: 1400px;
        margin: 0 auto;
        padding: 1rem;
        min-height: calc(100vh - 60px);
        /* Add bottom padding for FloatingAI button clearance */
        padding-bottom: 5rem;
    }

    .wizard-loading[b-a1ddmcjutv], .wizard-empty[b-a1ddmcjutv] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 400px;
        gap: 1rem;
    }

    .empty-icon[b-a1ddmcjutv] {
        font-size: 4rem;
    }

    .wizard-progress[b-a1ddmcjutv] {
        background: var(--bs-body-bg);
        border: 1px solid var(--bs-border-color);
        border-radius: 4px;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .progress-info[b-a1ddmcjutv] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

    .stage-label[b-a1ddmcjutv] {
        font-weight: 600;
    }

    .progress-text[b-a1ddmcjutv] {
        color: var(--bs-secondary);
    }

    .wizard-main[b-a1ddmcjutv] {
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 1rem;
    }

    @@media (max-width: 768px) {
        .wizard-main[b-a1ddmcjutv] {
            grid-template-columns: 1fr;
        }
        .wizard-sidebar[b-a1ddmcjutv] {
            order: 2;
        }
    }

    .wizard-sidebar[b-a1ddmcjutv] {
        background: var(--bs-body-bg);
        border: 1px solid var(--bs-border-color);
        border-radius: 4px;
        padding: 1rem;
        height: fit-content;
        position: sticky;
        top: 1rem;
    }

    .sidebar-section[b-a1ddmcjutv] {
        margin-bottom: 1rem;
    }

    .sidebar-section label[b-a1ddmcjutv] {
        display: block;
        font-size: 0.85rem;
        color: var(--bs-secondary);
        margin-bottom: 0.25rem;
    }

    .status-badge[b-a1ddmcjutv] {
        display: inline-block;
        padding: 0.25rem 0.75rem;
        background: var(--bs-light);
        border-radius: 4px;
        font-weight: 500;
    }

    .tax-summary[b-a1ddmcjutv] {
        background: var(--bs-light);
        border-radius: 6px;
        padding: 0.75rem;
    }

    .tax-summary h6[b-a1ddmcjutv] {
        margin-bottom: 0.75rem;
        color: var(--bs-secondary);
    }

    .summary-row[b-a1ddmcjutv] {
        display: flex;
        justify-content: space-between;
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }

    .summary-row.estimate[b-a1ddmcjutv] {
        font-weight: 600;
    }

    .summary-row.refund .amount[b-a1ddmcjutv],
    .summary-row.owed .amount[b-a1ddmcjutv] {
        font-weight: 700;
    }

    .section-checklist[b-a1ddmcjutv] {
        font-size: 0.9rem;
    }

    .section-checklist h6[b-a1ddmcjutv] {
        color: var(--bs-secondary);
        margin-bottom: 0.5rem;
    }

    .checklist-item[b-a1ddmcjutv] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.25rem 0;
        color: var(--bs-secondary);
    }

    .checklist-item.complete[b-a1ddmcjutv] {
        color: var(--bs-success);
    }

    .checklist-item.current[b-a1ddmcjutv] {
        color: var(--bs-primary);
        font-weight: 600;
    }

    .check-icon[b-a1ddmcjutv] {
        width: 1.2rem;
        text-align: center;
    }

    .wizard-content[b-a1ddmcjutv] {
        background: var(--bs-body-bg);
        border: 1px solid var(--bs-border-color);
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        min-height: 600px;
    }

    .conversation-area[b-a1ddmcjutv] {
        flex: 1;
        overflow-y: auto;
        padding: 1rem;
        max-height: 500px;
    }

    .message[b-a1ddmcjutv] {
        display: flex;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .message-avatar[b-a1ddmcjutv] {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: var(--bs-light);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .message.assistant .message-avatar[b-a1ddmcjutv] {
        background: #2563eb;
    }

    .message-content[b-a1ddmcjutv] {
        flex: 1;
        background: var(--bs-light);
        padding: 0.75rem 1rem;
        border-radius: 4px;
    }

    .message.assistant .message-content[b-a1ddmcjutv] {
        background: rgba(37, 99, 235, 0.1);
    }

    .message-content p:last-child[b-a1ddmcjutv] {
        margin-bottom: 0;
    }

    .typing-indicator[b-a1ddmcjutv] {
        display: flex;
        gap: 4px;
    }

    .typing-indicator span[b-a1ddmcjutv] {
        width: 8px;
        height: 8px;
        background: var(--bs-secondary);
        border-radius: 50%;
        animation: typing 1s infinite ease-in-out;
    }

    .typing-indicator span:nth-child(2)[b-a1ddmcjutv] { animation-delay: 0.2s; }
    .typing-indicator span:nth-child(3)[b-a1ddmcjutv] { animation-delay: 0.4s; }

    @@keyframes typing {
        0%[b-a1ddmcjutv], 100%[b-a1ddmcjutv] { opacity: 0.3; transform: scale(0.8); }
        50%[b-a1ddmcjutv] { opacity: 1; transform: scale(1); }
    }

    .quick-replies[b-a1ddmcjutv] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        border-top: 1px solid var(--bs-border-color);
    }

    .quick-reply-btn[b-a1ddmcjutv] {
        padding: 0.5rem 1rem;
        border: 1px solid var(--bs-primary);
        background: transparent;
        color: var(--bs-primary);
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

    .quick-reply-btn:hover[b-a1ddmcjutv] {
        background: var(--bs-primary);
        color: white;
    }

    .file-upload-zone[b-a1ddmcjutv] {
        padding: 1rem;
        border-top: 1px solid var(--bs-border-color);
    }

    .upload-content[b-a1ddmcjutv] {
        border: 2px dashed var(--bs-border-color);
        border-radius: 4px;
        padding: 2rem;
        text-align: center;
        transition: all 0.2s;
    }

    .upload-content.dragging[b-a1ddmcjutv] {
        border-color: var(--bs-primary);
        background: rgba(var(--bs-primary-rgb), 0.05);
    }

    .upload-icon[b-a1ddmcjutv] {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .upload-hint[b-a1ddmcjutv] {
        font-size: 0.85rem;
        color: var(--bs-secondary);
        margin-top: 0.5rem;
    }

    .pending-files[b-a1ddmcjutv] {
        text-align: left;
    }

    .pending-file[b-a1ddmcjutv] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem;
        background: var(--bs-light);
        border-radius: 4px;
        margin-bottom: 0.5rem;
    }

    .btn-remove[b-a1ddmcjutv] {
        background: none;
        border: none;
        color: var(--bs-danger);
        cursor: pointer;
        font-size: 1.2rem;
    }

    .input-area[b-a1ddmcjutv] {
        padding: 1rem;
        border-top: 1px solid var(--bs-border-color);
        display: flex;
        gap: 0.5rem;
    }

    .input-area textarea[b-a1ddmcjutv] {
        flex: 1;
        resize: none;
    }

    .input-actions[b-a1ddmcjutv] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

/* Welcome screen styles */
.wizard-welcome[b-a1ddmcjutv] {
    max-width: 600px;
    margin: 2rem auto;
    text-align: center;
    padding: 2rem;
}

.welcome-icon[b-a1ddmcjutv] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.wizard-welcome h2[b-a1ddmcjutv] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.welcome-subtitle[b-a1ddmcjutv] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.welcome-features[b-a1ddmcjutv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}

.feature-item[b-a1ddmcjutv] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--bs-light);
    border-radius: 4px;
}

.feature-icon[b-a1ddmcjutv] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-text strong[b-a1ddmcjutv] {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.feature-text span[b-a1ddmcjutv] {
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

.welcome-selection[b-a1ddmcjutv] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.selection-row[b-a1ddmcjutv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.selection-row label[b-a1ddmcjutv] {
    font-weight: 500;
    white-space: nowrap;
}

.selection-row .form-select[b-a1ddmcjutv] {
    width: 180px;
}

.start-btn[b-a1ddmcjutv] {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
}

.welcome-note[b-a1ddmcjutv] {
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

@media (max-width: 640px) {
    .welcome-features[b-a1ddmcjutv] {
        grid-template-columns: 1fr;
    }

    .welcome-selection[b-a1ddmcjutv] {
        flex-direction: column;
    }

    .selection-row .form-select[b-a1ddmcjutv] {
        width: 100%;
    }
}

/* Light mode overrides */
:global(.light) .wizard-sidebar[b-a1ddmcjutv],
:global(.light) .wizard-progress[b-a1ddmcjutv],
:global(.light) .feature-item[b-a1ddmcjutv],
:global(.light) .tax-summary[b-a1ddmcjutv],
:global(.light) .status-badge[b-a1ddmcjutv],
:global(.light) .pending-file[b-a1ddmcjutv],
:global(.sacred-light) .wizard-sidebar[b-a1ddmcjutv],
:global(.sacred-light) .wizard-progress[b-a1ddmcjutv],
:global(.sacred-light) .feature-item[b-a1ddmcjutv],
:global(.sacred-light) .tax-summary[b-a1ddmcjutv] {
    background: rgba(0, 0, 0, 0.03);
    color: #1a1f2e;
}

:global(html.light) .wizard-sidebar[b-a1ddmcjutv],
:global(html.light) .wizard-progress[b-a1ddmcjutv],
:global(html.light) .feature-item[b-a1ddmcjutv],
:global(html.light) .tax-summary[b-a1ddmcjutv],
:global(html.light) .status-badge[b-a1ddmcjutv],
:global(html.light) .pending-file[b-a1ddmcjutv] {
    background: rgba(0, 0, 0, 0.03);
    color: #1a1f2e;
}

:global(.light) .stage-label[b-a1ddmcjutv],
:global(.light) .wizard-welcome h2[b-a1ddmcjutv],
:global(.light) .feature-text strong[b-a1ddmcjutv],
:global(.sacred-light) .stage-label[b-a1ddmcjutv],
:global(.sacred-light) .wizard-welcome h2[b-a1ddmcjutv] {
    color: #1a1f2e;
}

:global(html.light) .stage-label[b-a1ddmcjutv],
:global(html.light) .wizard-welcome h2[b-a1ddmcjutv],
:global(html.light) .feature-text strong[b-a1ddmcjutv] {
    color: #1a1f2e;
}

:global(.light) .progress-text[b-a1ddmcjutv],
:global(.light) .welcome-subtitle[b-a1ddmcjutv],
:global(.light) .feature-text span[b-a1ddmcjutv],
:global(.light) .welcome-note[b-a1ddmcjutv],
:global(.light) .upload-hint[b-a1ddmcjutv],
:global(.light) .sidebar-section label[b-a1ddmcjutv],
:global(.light) .tax-summary h6[b-a1ddmcjutv],
:global(.sacred-light) .progress-text[b-a1ddmcjutv],
:global(.sacred-light) .welcome-subtitle[b-a1ddmcjutv] {
    color: #4a5568;
}

:global(html.light) .progress-text[b-a1ddmcjutv],
:global(html.light) .welcome-subtitle[b-a1ddmcjutv],
:global(html.light) .feature-text span[b-a1ddmcjutv],
:global(html.light) .welcome-note[b-a1ddmcjutv],
:global(html.light) .upload-hint[b-a1ddmcjutv],
:global(html.light) .sidebar-section label[b-a1ddmcjutv],
:global(html.light) .tax-summary h6[b-a1ddmcjutv] {
    color: #4a5568;
}

:global(.light) .quick-reply-btn:hover[b-a1ddmcjutv],
:global(.sacred-light) .quick-reply-btn:hover[b-a1ddmcjutv] {
    color: #fff;
}

:global(html.light) .quick-reply-btn:hover[b-a1ddmcjutv] {
    color: #fff;
}

:global(html.light) .message-content[b-a1ddmcjutv] {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1f2e;
}

:global(html.light) .checklist-item[b-a1ddmcjutv] {
    color: #4a5568;
}

:global(html.light) .checklist-item.complete[b-a1ddmcjutv] {
    color: var(--bs-success);
}

:global(html.light) .checklist-item.current[b-a1ddmcjutv] {
    color: var(--bs-primary);
}

:global(html.light) .action-buttons[b-a1ddmcjutv] {
    background: rgba(0, 0, 0, 0.03);
}

/* Action buttons for navigation */
.action-buttons[b-a1ddmcjutv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem;
    justify-content: center;
    background: var(--bs-light);
    border-radius: 8px;
    margin: 1rem;
}

.action-btn[b-a1ddmcjutv] {
    min-width: 180px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}

.action-btn:not(:last-child)[b-a1ddmcjutv] {
    margin-right: 0.5rem;
}
/* _content/VibronTax/Shared/FloatingAI.razor.rz.scp.css */
.floating-ai[b-oqggrich24] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
}

.floating-ai-trigger[b-oqggrich24] {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background: #2563eb;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.floating-ai-trigger:hover[b-oqggrich24] {
    background: #1d4ed8;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

.floating-ai-trigger.active[b-oqggrich24] {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.trigger-icon[b-oqggrich24] {
    font-size: 1.5rem;
    color: #0a0d12;
}

.floating-ai-trigger.active .trigger-icon[b-oqggrich24] {
    color: #2563eb;
}

.trigger-badge[b-oqggrich24] {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background: #ef5f5f;
    border-radius: 4px;
    border: 2px solid #0f1118;
}

.shortcut-hint[b-oqggrich24] {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: rgba(15, 17, 24, 0.95);
    border: 1px solid rgba(37, 99, 235, 0.4);
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.floating-ai-trigger:hover .shortcut-hint[b-oqggrich24],
.floating-ai-trigger:focus .shortcut-hint[b-oqggrich24] {
    opacity: 1;
}

.floating-ai-trigger.active .shortcut-hint[b-oqggrich24] {
    display: none;
}

.floating-ai-panel[b-oqggrich24] {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 400px;
    max-width: 90vw;
    background: #0a0b0d !important;
    border-left: 1px solid rgba(37, 99, 235, 0.3);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.5);
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(12px);
    z-index: 9000 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@keyframes slideUp-b-oqggrich24 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.floating-ai.minimized .floating-ai-panel[b-oqggrich24] {
    height: 60px !important;
    overflow: hidden;
}

.floating-ai-header[b-oqggrich24] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.floating-ai-title[b-oqggrich24] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--text, #e2e6f0);
}

.title-stack[b-oqggrich24] {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1.2;
}

.model-badge[b-oqggrich24] {
    font-size: 0.65rem;
    font-weight: 500;
    color: #2563eb;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ai-glyph[b-oqggrich24] {
    color: #2563eb;
    font-size: 1.1rem;
}

.floating-ai-actions[b-oqggrich24] {
    display: flex;
    gap: 0.25rem;
}

.btn-icon[b-oqggrich24] {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: var(--text-muted, #c4c9d8);
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.btn-icon:hover[b-oqggrich24] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text, #e2e6f0);
}

.floating-ai-messages[b-oqggrich24] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    /* Allow messages to fill available vertical space, minus header and input areas */
    min-height: 200px;
}

.ai-welcome[b-oqggrich24] {
    text-align: center;
    padding: 1.5rem 0;
}

.ai-welcome-icon[b-oqggrich24] {
    font-size: 2.5rem;
    color: #2563eb;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 0 15px rgba(37, 99, 235, 0.4));
}

.ai-welcome-text[b-oqggrich24] {
    color: var(--text, #e2e6f0);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.ai-quick-categories[b-oqggrich24] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
}

.quick-category[b-oqggrich24] {
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
}

.category-label[b-oqggrich24] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted, #c4c9d8);
    margin-bottom: 0.35rem;
    display: block;
}

.ai-quick-actions[b-oqggrich24] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.ai-quick-actions button[b-oqggrich24] {
    padding: 0.35rem 0.6rem;
    font-size: 0.7rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: var(--text-muted, #c4c9d8);
    cursor: pointer;
    transition: all 0.15s ease;
}

.ai-quick-actions button:hover[b-oqggrich24] {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
    color: #2563eb;
}

.ai-message[b-oqggrich24] {
    max-width: 85%;
    padding: 0.6rem 0.85rem;
    border-radius: 4px;
    font-size: 0.85rem;
    line-height: 1.5;
}

.ai-message.user[b-oqggrich24] {
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(59, 130, 246, 0.15));
    color: var(--text, #e2e6f0);
}

.ai-message.assistant[b-oqggrich24] {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text, #e2e6f0);
}

.ai-sources[b-oqggrich24] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.sources-label[b-oqggrich24] {
    font-size: 0.65rem;
    color: var(--text-muted, #c4c9d8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.source-tag[b-oqggrich24] {
    font-size: 0.6rem;
    padding: 0.15rem 0.4rem;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-radius: 4px;
    color: #2563eb;
    cursor: help;
}

.source-tag:hover[b-oqggrich24] {
    background: rgba(37, 99, 235, 0.25);
}

.ai-message.thinking[b-oqggrich24] {
    padding: 0.75rem;
}

.ai-thinking-content[b-oqggrich24] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ai-thinking-label[b-oqggrich24] {
    font-size: 0.75rem;
    color: var(--text-muted, #c4c9d8);
    animation: pulse-opacity-b-oqggrich24 2s infinite;
}

@keyframes pulse-opacity-b-oqggrich24 {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.ai-typing[b-oqggrich24] {
    display: flex;
    gap: 4px;
}

.ai-typing span[b-oqggrich24] {
    width: 6px;
    height: 6px;
    background: #2563eb;
    border-radius: 4px;
    animation: typing-b-oqggrich24 1.4s infinite;
}

.ai-typing span:nth-child(2)[b-oqggrich24] { animation-delay: 0.2s; }
.ai-typing span:nth-child(3)[b-oqggrich24] { animation-delay: 0.4s; }

@keyframes typing-b-oqggrich24 {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
    30% { transform: translateY(-4px); opacity: 1; }
}

.floating-ai-input[b-oqggrich24] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.floating-ai-input input[b-oqggrich24] {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    color: var(--text, #e2e6f0);
    font-size: 0.85rem;
}

.floating-ai-input input[b-oqggrich24]::placeholder {
    color: var(--text-muted, #c4c9d8);
}

.floating-ai-input input:focus[b-oqggrich24] {
    outline: none;
    border-color: rgba(37, 99, 235, 0.4);
}

.floating-ai-input button[b-oqggrich24] {
    width: 40px;
    height: 40px;
    background: #2563eb;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #0a0d12;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.floating-ai-input button:hover:not(:disabled)[b-oqggrich24] {
    background: #1d4ed8;
}

.floating-ai-input button:disabled[b-oqggrich24] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* File upload styles */
.floating-ai-input-container[b-oqggrich24] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pending-files[b-oqggrich24] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pending-file-chip[b-oqggrich24] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.5rem;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-radius: 4px;
    font-size: 0.7rem;
}

.file-icon[b-oqggrich24] {
    font-size: 0.8rem;
}

.file-name[b-oqggrich24] {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text, #e2e6f0);
}

.remove-file[b-oqggrich24] {
    width: 16px;
    height: 16px;
    border: none;
    background: transparent;
    color: var(--text-muted, #c4c9d8);
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.15s ease;
}

.remove-file:hover[b-oqggrich24] {
    background: rgba(239, 95, 95, 0.2);
    color: #ef5f5f;
}

.file-attach-btn[b-oqggrich24] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-muted, #c4c9d8);
    font-size: 1.1rem;
    transition: all 0.15s ease;
}

.file-attach-btn:hover[b-oqggrich24] {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
    color: #2563eb;
}

.file-attach-btn input[type="file"][b-oqggrich24] {
    display: none;
}

.floating-ai-input[b-oqggrich24] {
    border-top: none;
}

/* Hide on smaller screens or when panel would be too cramped */
@media (max-width: 500px) {
    .floating-ai-panel[b-oqggrich24] {
        width: calc(100vw - 2rem);
        right: -0.5rem;
    }
}

/* Light/Dawn mode overrides */
[b-oqggrich24] html.light .floating-ai-panel,
[b-oqggrich24] html.sacred-light .floating-ai-panel,
[b-oqggrich24] body.light .floating-ai-panel,
[b-oqggrich24] body.sacred-light .floating-ai-panel {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

[b-oqggrich24] html.light .floating-ai-header,
[b-oqggrich24] html.sacred-light .floating-ai-header,
[b-oqggrich24] body.light .floating-ai-header,
[b-oqggrich24] body.sacred-light .floating-ai-header {
    background: rgba(0, 0, 0, 0.03);
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

[b-oqggrich24] html.light .floating-ai-title,
[b-oqggrich24] html.sacred-light .floating-ai-title,
[b-oqggrich24] body.light .floating-ai-title,
[b-oqggrich24] body.sacred-light .floating-ai-title {
    color: #1a1f2e;
}

[b-oqggrich24] html.light .floating-ai-messages,
[b-oqggrich24] html.sacred-light .floating-ai-messages,
[b-oqggrich24] body.light .floating-ai-messages,
[b-oqggrich24] body.sacred-light .floating-ai-messages {
    background: rgba(248, 250, 252, 0.5);
}

[b-oqggrich24] html.light .message-content,
[b-oqggrich24] html.sacred-light .message-content,
[b-oqggrich24] body.light .message-content,
[b-oqggrich24] body.sacred-light .message-content {
    color: #1a1f2e;
}

[b-oqggrich24] html.light .message-user .message-content,
[b-oqggrich24] html.sacred-light .message-user .message-content,
[b-oqggrich24] body.light .message-user .message-content,
[b-oqggrich24] body.sacred-light .message-user .message-content {
    background: rgba(37, 99, 235, 0.15);
    color: #1a1f2e;
}

[b-oqggrich24] html.light .message-assistant .message-content,
[b-oqggrich24] html.sacred-light .message-assistant .message-content,
[b-oqggrich24] body.light .message-assistant .message-content,
[b-oqggrich24] body.sacred-light .message-assistant .message-content {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1f2e;
}

[b-oqggrich24] html.light .btn-icon,
[b-oqggrich24] html.sacred-light .btn-icon,
[b-oqggrich24] body.light .btn-icon,
[b-oqggrich24] body.sacred-light .btn-icon {
    color: #4a5568;
}

[b-oqggrich24] html.light .btn-icon:hover,
[b-oqggrich24] html.sacred-light .btn-icon:hover,
[b-oqggrich24] body.light .btn-icon:hover,
[b-oqggrich24] body.sacred-light .btn-icon:hover {
    background: rgba(0, 0, 0, 0.08);
}

[b-oqggrich24] html.light .floating-ai-input,
[b-oqggrich24] html.sacred-light .floating-ai-input,
[b-oqggrich24] body.light .floating-ai-input,
[b-oqggrich24] body.sacred-light .floating-ai-input {
    background: rgba(0, 0, 0, 0.02);
    border-top-color: rgba(0, 0, 0, 0.08);
}

[b-oqggrich24] html.light .floating-ai-input input,
[b-oqggrich24] html.sacred-light .floating-ai-input input,
[b-oqggrich24] body.light .floating-ai-input input,
[b-oqggrich24] body.sacred-light .floating-ai-input input {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 0, 0, 0.12);
    color: #1a1f2e;
}

[b-oqggrich24] html.light .floating-ai-input input::placeholder,
[b-oqggrich24] html.sacred-light .floating-ai-input input::placeholder,
[b-oqggrich24] body.light .floating-ai-input input::placeholder,
[b-oqggrich24] body.sacred-light .floating-ai-input input::placeholder {
    color: #6b7280;
}

[b-oqggrich24] html.light .file-attach-btn,
[b-oqggrich24] html.sacred-light .file-attach-btn,
[b-oqggrich24] body.light .file-attach-btn,
[b-oqggrich24] body.sacred-light .file-attach-btn {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

[b-oqggrich24] html.light .pending-files,
[b-oqggrich24] html.sacred-light .pending-files,
[b-oqggrich24] body.light .pending-files,
[b-oqggrich24] body.sacred-light .pending-files {
    background: rgba(37, 99, 235, 0.08);
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

[b-oqggrich24] html.light .file-name,
[b-oqggrich24] html.sacred-light .file-name,
[b-oqggrich24] body.light .file-name,
[b-oqggrich24] body.sacred-light .file-name {
    color: #1a1f2e;
}

[b-oqggrich24] html.light .floating-ai-input-container,
[b-oqggrich24] html.sacred-light .floating-ai-input-container,
[b-oqggrich24] body.light .floating-ai-input-container,
[b-oqggrich24] body.sacred-light .floating-ai-input-container {
    border-top-color: rgba(0, 0, 0, 0.08);
}

[b-oqggrich24] html.light .trigger-badge,
[b-oqggrich24] html.sacred-light .trigger-badge,
[b-oqggrich24] body.light .trigger-badge,
[b-oqggrich24] body.sacred-light .trigger-badge {
    border-color: #f8fafc;
}

[b-oqggrich24] html.light .shortcut-hint,
[b-oqggrich24] html.sacred-light .shortcut-hint,
[b-oqggrich24] body.light .shortcut-hint,
[b-oqggrich24] body.sacred-light .shortcut-hint {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(37, 99, 235, 0.5);
    color: #059669;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The ::deep selectors above don't work for <html> elements
   These selectors properly target light mode
   ============================================ */

html.light .floating-ai-panel[b-oqggrich24],
html.sacred-light .floating-ai-panel[b-oqggrich24] {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

html.light .floating-ai-header[b-oqggrich24],
html.sacred-light .floating-ai-header[b-oqggrich24] {
    background: rgba(0, 0, 0, 0.03);
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

html.light .floating-ai-title[b-oqggrich24],
html.sacred-light .floating-ai-title[b-oqggrich24] {
    color: #1a1f2e;
}

html.light .floating-ai-messages[b-oqggrich24],
html.sacred-light .floating-ai-messages[b-oqggrich24] {
    background: rgba(248, 250, 252, 0.5);
}

html.light .message-content[b-oqggrich24],
html.sacred-light .message-content[b-oqggrich24] {
    color: #1a1f2e;
}

html.light .message-user .message-content[b-oqggrich24],
html.sacred-light .message-user .message-content[b-oqggrich24] {
    background: rgba(37, 99, 235, 0.15);
    color: #1a1f2e;
}

html.light .message-assistant .message-content[b-oqggrich24],
html.sacred-light .message-assistant .message-content[b-oqggrich24] {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1f2e;
}

html.light .btn-icon[b-oqggrich24],
html.sacred-light .btn-icon[b-oqggrich24] {
    color: #4a5568;
}

html.light .btn-icon:hover[b-oqggrich24],
html.sacred-light .btn-icon:hover[b-oqggrich24] {
    background: rgba(0, 0, 0, 0.08);
}

html.light .floating-ai-input[b-oqggrich24],
html.sacred-light .floating-ai-input[b-oqggrich24] {
    background: rgba(0, 0, 0, 0.02);
    border-top-color: rgba(0, 0, 0, 0.08);
}

html.light .floating-ai-input input[b-oqggrich24],
html.sacred-light .floating-ai-input input[b-oqggrich24] {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 0, 0, 0.12);
    color: #1a1f2e;
}

html.light .floating-ai-input input[b-oqggrich24]::placeholder,
html.sacred-light .floating-ai-input input[b-oqggrich24]::placeholder {
    color: #6b7280;
}

html.light .file-attach-btn[b-oqggrich24],
html.sacred-light .file-attach-btn[b-oqggrich24] {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #4a5568;
}

html.light .pending-files[b-oqggrich24],
html.sacred-light .pending-files[b-oqggrich24] {
    background: rgba(37, 99, 235, 0.08);
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

html.light .file-name[b-oqggrich24],
html.sacred-light .file-name[b-oqggrich24] {
    color: #1a1f2e;
}

html.light .floating-ai-input-container[b-oqggrich24],
html.sacred-light .floating-ai-input-container[b-oqggrich24] {
    border-top-color: rgba(0, 0, 0, 0.08);
}

html.light .trigger-badge[b-oqggrich24],
html.sacred-light .trigger-badge[b-oqggrich24] {
    border-color: #f8fafc;
}

html.light .shortcut-hint[b-oqggrich24],
html.sacred-light .shortcut-hint[b-oqggrich24] {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(37, 99, 235, 0.5);
    color: #059669;
}
/* _content/VibronTax/Shared/LandingLayout.razor.rz.scp.css */
/* ==========================================================
   VibronTax Landing Layout - Unauthenticated Experience
   ========================================================== */

.landing-layout[b-yuo5h43f37] {
    min-height: 100vh;
    background: var(--body-bg, #0b0e14);
    color: var(--text, #e0e4ed);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Landing Page Styles */
[b-yuo5h43f37] .landing-page {
    min-height: 100vh;
    color: #e0e4ed;
}

/* Hero Section */
[b-yuo5h43f37] .landing-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    overflow: hidden;
    background: #0b0e14;
}

/* Hero orbs disabled for professional look */
[b-yuo5h43f37] .hero-orb {
    display: none;
}

[b-yuo5h43f37] .hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 700px;
}

[b-yuo5h43f37] .hero-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

[b-yuo5h43f37] .brand-orb {
    width: 40px;
    height: 40px;
    background: #2563eb;
    border-radius: 4px;
}

[b-yuo5h43f37] .brand-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2563eb;
    background-clip: text;
    margin: 0;
    letter-spacing: -0.02em;
}

[b-yuo5h43f37] .hero-tagline {
    font-size: 1.5rem;
    font-weight: 500;
    color: #c8cede;
    margin-bottom: 0.75rem;
}

[b-yuo5h43f37] .hero-subtitle {
    font-size: 1.125rem;
    color: #8a92a6;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

[b-yuo5h43f37] .hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Landing Buttons */
[b-yuo5h43f37] .btn-landing {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    cursor: pointer;
    border: none;
}

[b-yuo5h43f37] .btn-landing.btn-primary {
    background: #2563eb;
    color: #fff;
}

[b-yuo5h43f37] .btn-landing.btn-primary:hover {
    background: #1d4ed8;
}

[b-yuo5h43f37] .btn-landing.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #e0e4ed;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

[b-yuo5h43f37] .btn-landing.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
}

[b-yuo5h43f37] .btn-landing.btn-large {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

[b-yuo5h43f37] .btn-icon {
    font-size: 1.25rem;
}

/* Features Section */
[b-yuo5h43f37] .landing-features {
    padding: 5rem 1.5rem;
    background: #0d1017;
}

[b-yuo5h43f37] .features-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

[b-yuo5h43f37] .features-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #e0e4ed;
    margin-bottom: 0.75rem;
}

[b-yuo5h43f37] .features-header p {
    font-size: 1.125rem;
    color: #8a92a6;
}

[b-yuo5h43f37] .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

[b-yuo5h43f37] .feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 2rem;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

[b-yuo5h43f37] .feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(37, 99, 235, 0.3);
}

[b-yuo5h43f37] .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

[b-yuo5h43f37] .feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e0e4ed;
    margin-bottom: 0.75rem;
}

[b-yuo5h43f37] .feature-card p {
    font-size: 0.95rem;
    color: #8a92a6;
    line-height: 1.6;
}

/* CTA Section */
[b-yuo5h43f37] .landing-cta {
    padding: 5rem 1.5rem;
    background: rgba(37, 99, 235, 0.05);
}

[b-yuo5h43f37] .cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

[b-yuo5h43f37] .cta-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #e0e4ed;
    margin-bottom: 0.75rem;
}

[b-yuo5h43f37] .cta-content p {
    font-size: 1.125rem;
    color: #8a92a6;
    margin-bottom: 2rem;
}

/* Footer */
[b-yuo5h43f37] .landing-footer {
    padding: 2rem 1.5rem;
    background: #0a0d12;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

[b-yuo5h43f37] .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    color: var(--text-muted, #c4c9d8);
    font-size: 0.875rem;
}

[b-yuo5h43f37] .footer-brand {
    font-weight: 600;
    color: var(--text, #e0e4ed);
}

[b-yuo5h43f37] .footer-divider {
    color: rgba(255, 255, 255, 0.2);
}

/* Light mode support */
html.light .landing-layout[b-yuo5h43f37] {
    background: #f8fafc;
    color: #1e293b;
}

html.light[b-yuo5h43f37]  .landing-page {
    color: #1e293b;
}

html.light[b-yuo5h43f37]  .landing-hero {
    background: #f8fafc;
}

html.light[b-yuo5h43f37]  .hero-tagline {
    color: #475569;
}

html.light[b-yuo5h43f37]  .hero-subtitle {
    color: #64748b;
}

html.light[b-yuo5h43f37]  .btn-landing.btn-secondary {
    background: rgba(0, 0, 0, 0.05);
    color: #1e293b;
    border-color: rgba(0, 0, 0, 0.1);
}

html.light[b-yuo5h43f37]  .btn-landing.btn-secondary:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.15);
}

html.light[b-yuo5h43f37]  .landing-features {
    background: #f1f5f9;
}

html.light[b-yuo5h43f37]  .features-header h2 {
    color: #1e293b;
}

html.light[b-yuo5h43f37]  .features-header p {
    color: #64748b;
}

html.light[b-yuo5h43f37]  .feature-card {
    background: white;
    border-color: #e2e8f0;
}

html.light[b-yuo5h43f37]  .feature-card:hover {
    background: white;
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

html.light[b-yuo5h43f37]  .feature-card h3 {
    color: #1e293b;
}

html.light[b-yuo5h43f37]  .feature-card p {
    color: #64748b;
}

html.light[b-yuo5h43f37]  .landing-cta {
    background: rgba(37, 99, 235, 0.03);
}

html.light[b-yuo5h43f37]  .cta-content h2 {
    color: #1e293b;
}

html.light[b-yuo5h43f37]  .cta-content p {
    color: #64748b;
}

html.light[b-yuo5h43f37]  .landing-footer {
    background: #f1f5f9;
    border-top-color: #e2e8f0;
}

html.light[b-yuo5h43f37]  .footer-content {
    color: #64748b;
}

html.light[b-yuo5h43f37]  .footer-brand {
    color: #1e293b;
}

html.light[b-yuo5h43f37]  .footer-divider {
    color: #cbd5e1;
}

/* Responsive */
@media (max-width: 768px) {
    [b-yuo5h43f37] .brand-title {
        font-size: 2.5rem;
    }

    [b-yuo5h43f37] .hero-tagline {
        font-size: 1.25rem;
    }

    [b-yuo5h43f37] .hero-subtitle {
        font-size: 1rem;
    }

    [b-yuo5h43f37] .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    [b-yuo5h43f37] .btn-landing {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    [b-yuo5h43f37] .features-header h2 {
        font-size: 1.75rem;
    }
}
/* _content/VibronTax/Shared/LlmCommandBar.razor.rz.scp.css */
.llm-command-bar[b-jdexprg69g] {
    position: relative;
}

.cmd-trigger[b-jdexprg69g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.cmd-trigger:hover[b-jdexprg69g] {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

.cmd-trigger:focus-visible[b-jdexprg69g] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.cmd-icon[b-jdexprg69g] {
    font-size: 1.1rem;
}

.cmd-shortcut[b-jdexprg69g] {
    padding: 0.15rem 0.4rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
    font-family: monospace;
}

/* Overlay */
.cmd-overlay[b-jdexprg69g] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: var(--z-modal-backdrop, 1040);
}

/* Palette */
.cmd-palette[b-jdexprg69g] {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
    max-width: 90vw;
    max-height: 70vh;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: var(--z-modal, 1050);
    display: flex;
    flex-direction: column;
}

.cmd-header[b-jdexprg69g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(59, 130, 246, 0.05);
}

.cmd-input[b-jdexprg69g] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}

.cmd-input:focus-visible[b-jdexprg69g] {
    outline: 2px solid var(--accent-primary, #2563eb);
    outline-offset: 2px;
    border-radius: 4px;
}

.cmd-input[b-jdexprg69g]::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.cmd-close[b-jdexprg69g] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    transition: all 0.15s ease;
}

.cmd-close:hover[b-jdexprg69g] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Suggestions */
.cmd-suggestions[b-jdexprg69g] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem;
}

.cmd-section[b-jdexprg69g] {
    margin-bottom: 0.5rem;
}

.cmd-section-label[b-jdexprg69g] {
    padding: 0.5rem 0.75rem 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.cmd-item[b-jdexprg69g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.65rem 0.75rem;
    background: transparent;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 0.95rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.15s ease;
}

.cmd-item:hover[b-jdexprg69g],
.cmd-item.active[b-jdexprg69g] {
    background: rgba(59, 130, 246, 0.12);
}

.cmd-item:focus-visible[b-jdexprg69g] {
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
}

.cmd-item-icon[b-jdexprg69g] {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    font-size: 1rem;
}

.cmd-item.llm-item .cmd-item-icon[b-jdexprg69g] {
    background: rgba(37, 99, 235, 0.2);
    color: #2563eb;
}

.cmd-item-text[b-jdexprg69g] {
    flex: 1;
}

.cmd-item-hint[b-jdexprg69g] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

/* Footer */
.cmd-footer[b-jdexprg69g] {
    padding: 0.65rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.2);
}

.cmd-footer-hint[b-jdexprg69g] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
}

.cmd-footer kbd[b-jdexprg69g] {
    padding: 0.1rem 0.35rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
}

/* Responsive */
@media (max-width: 600px) {
    .cmd-palette[b-jdexprg69g] {
        top: 5%;
        width: 95vw;
        max-height: 85vh;
    }

    .cmd-trigger .cmd-label[b-jdexprg69g] {
        display: none;
    }

    .cmd-shortcut[b-jdexprg69g] {
        display: none;
    }
}

/* ========== Light/Dawn Mode Overrides ========== */
:global(.light) .cmd-trigger[b-jdexprg69g],
:global(.sacred-light) .cmd-trigger[b-jdexprg69g] {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

:global(.light) .cmd-trigger .cmd-icon[b-jdexprg69g],
:global(.light) .cmd-trigger .cmd-label[b-jdexprg69g],
:global(.sacred-light) .cmd-trigger .cmd-icon[b-jdexprg69g],
:global(.sacred-light) .cmd-trigger .cmd-label[b-jdexprg69g] {
    color: #1a1f2e;
}

:global(.light) .cmd-palette[b-jdexprg69g],
:global(.sacred-light) .cmd-palette[b-jdexprg69g] {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

:global(.light) .cmd-input[b-jdexprg69g],
:global(.sacred-light) .cmd-input[b-jdexprg69g] {
    background: rgba(0, 0, 0, 0.02);
    color: #1a1f2e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

:global(.light) .cmd-input[b-jdexprg69g]::placeholder,
:global(.sacred-light) .cmd-input[b-jdexprg69g]::placeholder {
    color: #6b7280;
}

:global(.light) .cmd-item[b-jdexprg69g],
:global(.sacred-light) .cmd-item[b-jdexprg69g] {
    color: #1a1f2e;
}

:global(.light) .cmd-item:hover[b-jdexprg69g],
:global(.light) .cmd-item.active[b-jdexprg69g],
:global(.sacred-light) .cmd-item:hover[b-jdexprg69g],
:global(.sacred-light) .cmd-item.active[b-jdexprg69g] {
    background: rgba(37, 99, 235, 0.08);
}

:global(.light) .cmd-label[b-jdexprg69g],
:global(.sacred-light) .cmd-label[b-jdexprg69g] {
    color: #1a1f2e;
}

:global(.light) .cmd-shortcut[b-jdexprg69g],
:global(.sacred-light) .cmd-shortcut[b-jdexprg69g] {
    color: #6b7280;
    background: rgba(0, 0, 0, 0.04);
}

:global(.light) .cmd-trigger[b-jdexprg69g],
:global(.sacred-light) .cmd-trigger[b-jdexprg69g] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.3);
    color: #374151;
}

:global(.light) .cmd-input[b-jdexprg69g],
:global(.sacred-light) .cmd-input[b-jdexprg69g] {
    color: #1a1f2e;
}

/* ============================================
   LIGHT MODE SUPPORT - Using proper html:root selectors
   The :global() selectors may not work for <html> elements
   These selectors properly target light mode
   ============================================ */

html.light .cmd-trigger[b-jdexprg69g],
html.sacred-light .cmd-trigger[b-jdexprg69g] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.3);
    color: #374151;
}

html.light .cmd-trigger .cmd-icon[b-jdexprg69g],
html.light .cmd-trigger .cmd-label[b-jdexprg69g],
html.sacred-light .cmd-trigger .cmd-icon[b-jdexprg69g],
html.sacred-light .cmd-trigger .cmd-label[b-jdexprg69g] {
    color: #1a1f2e;
}

html.light .cmd-palette[b-jdexprg69g],
html.sacred-light .cmd-palette[b-jdexprg69g] {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

html.light .cmd-input[b-jdexprg69g],
html.sacred-light .cmd-input[b-jdexprg69g] {
    background: rgba(0, 0, 0, 0.02);
    color: #1a1f2e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

html.light .cmd-input[b-jdexprg69g]::placeholder,
html.sacred-light .cmd-input[b-jdexprg69g]::placeholder {
    color: #6b7280;
}

html.light .cmd-item[b-jdexprg69g],
html.sacred-light .cmd-item[b-jdexprg69g] {
    color: #1a1f2e;
}

html.light .cmd-item:hover[b-jdexprg69g],
html.light .cmd-item.active[b-jdexprg69g],
html.sacred-light .cmd-item:hover[b-jdexprg69g],
html.sacred-light .cmd-item.active[b-jdexprg69g] {
    background: rgba(37, 99, 235, 0.08);
}

html.light .cmd-label[b-jdexprg69g],
html.sacred-light .cmd-label[b-jdexprg69g] {
    color: #1a1f2e;
}

html.light .cmd-shortcut[b-jdexprg69g],
html.sacred-light .cmd-shortcut[b-jdexprg69g] {
    color: #6b7280;
    background: rgba(0, 0, 0, 0.04);
}
/* _content/VibronTax/Shared/LoginDisplay.razor.rz.scp.css */
.sacred-auth-actions[b-w2afuiec23] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.sacred-logout-quick[b-w2afuiec23] {
    margin: 0;
}

.sacred-logout-btn[b-w2afuiec23] {
    border: 1px solid rgba(248, 113, 113, 0.5);
    background: rgba(248, 113, 113, 0.12);
    color: #fca5a5;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.sacred-logout-btn:hover[b-w2afuiec23] {
    border-color: rgba(248, 113, 113, 0.85);
    background: rgba(248, 113, 113, 0.2);
}

.sacred-logout-btn:focus-visible[b-w2afuiec23] {
    outline: 2px solid rgba(248, 113, 113, 0.7);
    outline-offset: 2px;
}

/* Light mode */
html.light .sacred-logout-btn[b-w2afuiec23] {
    border: 1px solid rgba(220, 38, 38, 0.3);
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
}

html.light .sacred-logout-btn:hover[b-w2afuiec23] {
    border-color: rgba(220, 38, 38, 0.5);
    background: rgba(220, 38, 38, 0.15);
}
/* _content/VibronTax/Shared/MainLayout.razor.rz.scp.css */
.page[b-1jbsvo6nfy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1jbsvo6nfy] {
    flex: 1;
    /* Add padding at the bottom so FloatingAI button doesn't overlap content */
    padding-bottom: 5rem;
}

.sidebar[b-1jbsvo6nfy] {
    background-color: #1e293b;
}

/* Light mode sidebar - uses light gray background */
html.light .sidebar[b-1jbsvo6nfy] {
    background-color: #f1f5f9;
    border-right: 1px solid #e2e8f0;
}

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

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

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

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

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

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

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

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

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

    .top-row[b-1jbsvo6nfy], article[b-1jbsvo6nfy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/VibronTax/Shared/NavMenu.razor.rz.scp.css */
.sacred-nav[b-0b0ir39lby] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem;
    min-height: 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.35rem;
    position: relative;
    z-index: 1;
    isolation: isolate;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
}

.nav-section-hero[b-0b0ir39lby] {
    margin-bottom: 0.5rem;
}

.nav-context[b-0b0ir39lby] {
    padding: 0 0.5rem 0.25rem;
}

.nav-context-card[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 4px;
    padding: 0.75rem;
    color: var(--text, #e2e6f0);
}

.nav-context-empty[b-0b0ir39lby] {
    background: rgba(100, 116, 139, 0.1);
    border-color: rgba(100, 116, 139, 0.25);
}

.nav-context-label[b-0b0ir39lby] {
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted, #94a3b8);
    margin-bottom: 0.15rem;
}

.nav-context-entity[b-0b0ir39lby] {
    font-weight: 600;
    font-size: 0.9rem;
}

.nav-context-hint[b-0b0ir39lby] {
    font-size: 0.75rem;
    color: var(--text-muted, #94a3b8);
    margin-bottom: 0.35rem;
}

.nav-context-actions[b-0b0ir39lby] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.nav-context-link[b-0b0ir39lby] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.65rem 0.85rem;
    min-height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    font-size: 0.8rem;
    transition: background-color 0.15s ease;
}

.nav-context-link:hover[b-0b0ir39lby],
.nav-context-link:focus-visible[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.15);
    color: #60a5fa;
}

.nav-context-link.active[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
    border: 1px solid rgba(37, 99, 235, 0.3);
}

.command-center-link[b-0b0ir39lby] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.command-center-link:hover[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.4);
}

.command-center-link.active[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.2);
    border-color: rgba(37, 99, 235, 0.5);
}

/* Replace orb with professional icon placeholder */
.cc-link-orb[b-0b0ir39lby] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #2563eb;
}

.hub-link[b-0b0ir39lby] {
    background: rgba(100, 116, 139, 0.1);
    border-color: rgba(100, 116, 139, 0.25);
}

.hub-link:hover[b-0b0ir39lby] {
    border-color: rgba(100, 116, 139, 0.4);
}

.hub-orb[b-0b0ir39lby] {
    background: #475569;
}

.cc-link-content[b-0b0ir39lby] {
    display: flex;
    flex-direction: column;
}

.cc-link-title[b-0b0ir39lby] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text, #e5e7eb);
}

.cc-link-subtitle[b-0b0ir39lby] {
    font-size: 0.7rem;
    color: var(--text-muted, #94a3b8);
}

.nav-section[b-0b0ir39lby] {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.35rem;
    flex-shrink: 0;
    background: transparent;
    position: relative;
    transition: background-color 0.15s ease;
    z-index: 1;
}

.nav-section.expanded[b-0b0ir39lby] {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    z-index: 2;
}

.nav-section-primary[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.06);
    border: 1px solid rgba(37, 99, 235, 0.15);
    margin-bottom: 0.5rem;
}

.nav-section-primary .nav-section-header[b-0b0ir39lby] {
    color: #60a5fa;
    cursor: default;
}

.nav-section-simple[b-0b0ir39lby] {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.nav-section-simple .nav-items[b-0b0ir39lby] {
    padding: 0;
}

.nav-section-simple .nav-items a[b-0b0ir39lby] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-left: none;
    border-radius: 4px;
    margin: 0.25rem 0.5rem;
}

.nav-section-simple .nav-items a:hover[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.1);
}

.nav-section-simple .nav-items a.active[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.15);
    color: #60a5fa;
}

.nav-icon-inline[b-0b0ir39lby] {
    font-size: 1rem;
    width: 1.5rem;
    text-align: center;
}

.inbox-badge[b-0b0ir39lby] {
    background: #dc2626;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.375rem;
    border-radius: 2px;
    margin-left: auto;
}

.new-badge[b-0b0ir39lby] {
    background: #2563eb;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.125rem 0.375rem;
    border-radius: 2px;
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-hub-link[b-0b0ir39lby] {
    background: rgba(100, 116, 139, 0.08) !important;
    border-left: 2px solid #64748b !important;
}

.nav-hub-link:hover[b-0b0ir39lby] {
    background: rgba(100, 116, 139, 0.15) !important;
}

.nav-wizard-link[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.08) !important;
    border-left: 2px solid #2563eb !important;
}

.nav-wizard-link:hover[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.15) !important;
}

.nav-section-header[b-0b0ir39lby] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0.85rem;
    min-height: 44px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted, #94a3b8);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    user-select: none;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    appearance: none;
}

.nav-section:not(.nav-section-primary) .nav-section-header:hover[b-0b0ir39lby] {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text, #e5e7eb);
}

.nav-section-header:focus-visible[b-0b0ir39lby] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.nav-section.expanded .nav-section-header[b-0b0ir39lby] {
    color: var(--text, #e5e7eb);
}

.nav-icon[b-0b0ir39lby] {
    font-size: 0.9rem;
    width: 1.2rem;
    text-align: center;
}

.nav-chevron[b-0b0ir39lby] {
    margin-left: auto;
    font-size: 0.7rem;
    opacity: 0.6;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-section.expanded .nav-chevron[b-0b0ir39lby] {
    opacity: 0.9;
}

.nav-items[b-0b0ir39lby] {
    list-style: none;
    margin: 0;
    padding: 0 0 0.5rem 0;
    /* Smooth height transition for expand/collapse effect */
    animation: nav-slide-in-b-0b0ir39lby 0.25s ease-out forwards;
}

@keyframes nav-slide-in-b-0b0ir39lby {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        max-height: 600px;
        transform: translateY(0);
    }
}

.nav-items li[b-0b0ir39lby] {
    margin: 0;
}

.nav-items a[b-0b0ir39lby] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0.85rem 0.75rem 1.75rem;
    min-height: 44px;
    color: var(--text-muted, #94a3b8);
    text-decoration: none;
    font-size: 0.85rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    border-left: 2px solid transparent;
}

.nav-items a:hover[b-0b0ir39lby] {
    color: var(--text, #e5e7eb);
    background: rgba(255, 255, 255, 0.03);
}

.nav-items a:focus-visible[b-0b0ir39lby] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.nav-items a.active[b-0b0ir39lby] {
    color: #60a5fa;
    background: rgba(37, 99, 235, 0.1);
    border-left-color: #2563eb;
}

.nav-dot[b-0b0ir39lby] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.7;
    flex-shrink: 0;
}

.nav-items a.active .nav-dot[b-0b0ir39lby] {
    opacity: 1;
}

/* Section descriptions */
.nav-section-desc[b-0b0ir39lby] {
    padding: 0 0.75rem 0.5rem 1.75rem;
    font-size: 0.7rem;
    color: var(--text-muted, #c4c9d8);
    opacity: 0.85;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    margin-bottom: 0.25rem;
    animation: nav-fade-in-b-0b0ir39lby 0.25s ease-out;
}

/* Fade in animation for expanded content */
@keyframes nav-fade-in-b-0b0ir39lby {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-section.expanded .nav-items[b-0b0ir39lby] {
    animation: nav-fade-in-b-0b0ir39lby 0.25s ease-out;
}

/* Enhanced nav items with hints */
.nav-item-content[b-0b0ir39lby] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.nav-item-title[b-0b0ir39lby] {
    font-size: 0.85rem;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-item-hint[b-0b0ir39lby] {
    font-size: 0.65rem;
    color: var(--text-muted, #c4c9d8);
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-items a:hover .nav-item-hint[b-0b0ir39lby] {
    opacity: 1;
}

.nav-items a.active .nav-item-hint[b-0b0ir39lby] {
    color: #60a5fa;
    opacity: 0.85;
}

/* Attention state for inbox */
.nav-inbox-link.attention[b-0b0ir39lby] {
    background: rgba(220, 38, 38, 0.1);
    border-left: 2px solid #dc2626;
}

.nav-inbox-link.attention:hover[b-0b0ir39lby] {
    background: rgba(220, 38, 38, 0.15);
}

.nav-section-home[b-0b0ir39lby] {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-link[b-0b0ir39lby] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    color: var(--text-muted, #94a3b8);
    text-decoration: none;
    font-size: 0.85rem;
    border-radius: 4px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.home-link:hover[b-0b0ir39lby] {
    color: var(--text, #e5e7eb);
    background: rgba(255, 255, 255, 0.03);
}

.home-link:focus-visible[b-0b0ir39lby] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.home-link.active[b-0b0ir39lby] {
    color: #60a5fa;
}

/* Light mode support */
html.light .nav-context-card[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.06);
    border-color: rgba(37, 99, 235, 0.15);
    color: #1e293b;
}

html.light .nav-context-label[b-0b0ir39lby] {
    color: #64748b;
}

html.light .nav-context-hint[b-0b0ir39lby] {
    color: #64748b;
}

html.light .cc-link-title[b-0b0ir39lby] {
    color: #1e293b;
}

html.light .cc-link-subtitle[b-0b0ir39lby] {
    color: #64748b;
}

html.light .nav-section-header[b-0b0ir39lby] {
    color: #64748b;
}

html.light .nav-section:not(.nav-section-primary) .nav-section-header:hover[b-0b0ir39lby] {
    background: rgba(0, 0, 0, 0.03);
    color: #1e293b;
}

html.light .nav-section.expanded .nav-section-header[b-0b0ir39lby] {
    color: #1e293b;
}

html.light .nav-items a[b-0b0ir39lby] {
    color: #64748b;
}

html.light .nav-items a:hover[b-0b0ir39lby] {
    color: #1e293b;
    background: rgba(0, 0, 0, 0.03);
}

html.light .nav-items a.active[b-0b0ir39lby] {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
}

html.light .nav-section-desc[b-0b0ir39lby] {
    color: #64748b;
    border-bottom-color: rgba(0, 0, 0, 0.04);
}

html.light .nav-item-hint[b-0b0ir39lby] {
    color: #64748b;
}

html.light .nav-items a.active .nav-item-hint[b-0b0ir39lby] {
    color: #2563eb;
}

html.light .nav-section-home[b-0b0ir39lby] {
    border-top-color: rgba(0, 0, 0, 0.06);
}

html.light .home-link[b-0b0ir39lby] {
    color: #64748b;
}

html.light .home-link:hover[b-0b0ir39lby] {
    color: #1e293b;
    background: rgba(0, 0, 0, 0.03);
}

html.light .home-link.active[b-0b0ir39lby] {
    color: #2563eb;
}

html.light .command-center-link[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.06);
    border-color: rgba(37, 99, 235, 0.15);
}

html.light .command-center-link:hover[b-0b0ir39lby] {
    background: rgba(37, 99, 235, 0.1);
}

html.light .hub-link[b-0b0ir39lby] {
    background: rgba(100, 116, 139, 0.06);
    border-color: rgba(100, 116, 139, 0.15);
}

html.light .nav-section.expanded[b-0b0ir39lby] {
    background: rgba(0, 0, 0, 0.02);
}
