/* Dark mode overrides for news articles — ShowFloorTips */
html[data-theme="dark"] body { background: #121212; color: #d4d4d4; }
html[data-theme="dark"] .article-header { background: #1a1a1a; border-bottom-color: #2a2a3e; }
html[data-theme="dark"] .article-header a { color: #e5e5e5; }
html[data-theme="dark"] .article-logo { color: #f5f5f5; }
html[data-theme="dark"] .article-hero { background: #0f0f23; }
html[data-theme="dark"] .article-hero h1 { color: #f5f5f5; }
html[data-theme="dark"] .article-breadcrumb { color: #a3a3a3; }
html[data-theme="dark"] .article-breadcrumb a { color: #a3a3a3; }
html[data-theme="dark"] .article-meta { color: #a3a3a3; }
html[data-theme="dark"] .article-category-badge { background: #2a2a3e; color: #e5e5e5; }
html[data-theme="dark"] .article-body-wrap { background: #121212; }
html[data-theme="dark"] .article-content { color: #d4d4d4; }
html[data-theme="dark"] .article-content h2, html[data-theme="dark"] .article-content h3 { color: #f5f5f5; }
html[data-theme="dark"] .article-content a { color: #60a5fa; }
html[data-theme="dark"] .article-content strong { color: #e5e5e5; }
html[data-theme="dark"] .article-content blockquote { border-left-color: #3a3a4e; color: #b0b0b0; background: #1a1a2e; }
html[data-theme="dark"] .article-content ul li, html[data-theme="dark"] .article-content ol li { color: #d4d4d4; border-bottom-color: #2a2a3e; }
html[data-theme="dark"] .stat-callout { background: #1a1a2e; border-color: #2a2a3e; }
html[data-theme="dark"] .stat-callout .stat-number { color: #60a5fa; }
html[data-theme="dark"] .stat-callout .stat-label { color: #a3a3a3; }
html[data-theme="dark"] .key-takeaway { background: #1a1a2e; border-color: #2a2a3e; }
html[data-theme="dark"] .key-takeaway strong { color: #e5e5e5; }
html[data-theme="dark"] .article-sidebar-card { background: #1a1a2e; border-color: #2a2a3e; }
html[data-theme="dark"] .article-sidebar-card h3 { color: #f5f5f5; }
html[data-theme="dark"] .article-sidebar-card a { color: #60a5fa; }
html[data-theme="dark"] .article-sidebar-card li { color: #d4d4d4; border-bottom-color: #2a2a3e; }
html[data-theme="dark"] .article-cta { background: #1a1a2e; border-color: #2a2a3e; }
html[data-theme="dark"] .article-cta h3 { color: #f5f5f5; }
html[data-theme="dark"] .article-cta p { color: #d4d4d4; }
html[data-theme="dark"] .article-footer { background: #0a0a0a; border-top-color: #2a2a3e; }
html[data-theme="dark"] .article-footer h4 { color: #e5e5e5; }
html[data-theme="dark"] .article-footer a { color: #a3a3a3; }
html[data-theme="dark"] .article-footer p { color: #737373; }
/* Gate overlay */
html[data-theme="dark"] .sft-gate-card { background: #1a1a2e; border-color: #2a2a3e; }
html[data-theme="dark"] .sft-gate-card h3 { color: #f5f5f5; }
html[data-theme="dark"] .sft-gate-card p { color: #d4d4d4; }
html[data-theme="dark"] .sft-gate-input { background: #121212; color: #e5e5e5; border-color: #3a3a4e; }
html[data-theme="dark"] .sft-gate-btn { background: #e5e5e5; color: #121212; }
/* Inline style overrides */
html[data-theme="dark"] [style*="background:#fafafa"], html[data-theme="dark"] [style*="background: #fafafa"] { background: #1a1a2e !important; }
html[data-theme="dark"] [style*="background:#f5f5f5"], html[data-theme="dark"] [style*="background: #f5f5f5"] { background: #1a1a2e !important; }
html[data-theme="dark"] [style*="background:#f8f8f8"], html[data-theme="dark"] [style*="background: #f8f8f8"] { background: #1a1a2e !important; }
html[data-theme="dark"] [style*="background:#f8fafc"], html[data-theme="dark"] [style*="background: #f8fafc"] { background: #1a1a2e !important; }
html[data-theme="dark"] [style*="background:#fff"], html[data-theme="dark"] [style*="background: #fff"], html[data-theme="dark"] [style*="background:white"] { background: #1a1a2e !important; }
html[data-theme="dark"] [style*="color:#0a0a0a"], html[data-theme="dark"] [style*="color: #0a0a0a"] { color: #f5f5f5 !important; }
html[data-theme="dark"] [style*="color:#333"], html[data-theme="dark"] [style*="color: #333"] { color: #d4d4d4 !important; }
html[data-theme="dark"] [style*="color:#525252"], html[data-theme="dark"] [style*="color: #525252"] { color: #d4d4d4 !important; }
html[data-theme="dark"] [style*="color:#64748b"], html[data-theme="dark"] [style*="color: #64748b"] { color: #a3a3a3 !important; }
html[data-theme="dark"] [style*="border:1px solid #e5e5e5"], html[data-theme="dark"] [style*="border:1px solid #e2e8f0"] { border-color: #3a3a4e !important; }
html[data-theme="dark"] [style*="border-bottom:1px solid #e5e5e5"], html[data-theme="dark"] [style*="border-bottom:1px solid #f0f0f0"] { border-color: #2a2a3e !important; }
/* Share buttons keep their brand colors */
html[data-theme="dark"] .article-content table { border-color: #2a2a3e; }
html[data-theme="dark"] .article-content table th { background: #1a1a2e; color: #e5e5e5; border-color: #2a2a3e; }
html[data-theme="dark"] .article-content table td { border-color: #2a2a3e; color: #d4d4d4; }
