/* 浅色主题修正层 · / · 自动生成 2026-09-26
   修的是"背景在父级、颜色在子级"这类静态分析看不到的对比度问题。
   重新生成：node audit-lighttheme.js && python3 gen-light-fix.py
   ⚠ 生成器是**合并**逻辑：修好的规则会保留，不会因为审计不再报错就被删。 */

div#user-area > a#login-btn.btn.btn-sm.btn-outline { color: #666fc4 !important; }
div.cta-content > div.cta-phone { color: #ffffff !important; }
div.cta-content > p.cta-desc { color: #ffffff !important; }
div.engine-card > span.engine-badge { color: #666fc4 !important; }
div.hero-actions > a.btn.btn-hero.btn-hero-secondary { color: #666fc4 !important; }
div.hero-content > div.hero-badge { color: #666fc4 !important; }
div.section-container > div:nth-of-type(1) > span.section-label { color: #666fc4 !important; }
