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

details > div:nth-of-type(1) > div { color: #a06b2b !important; }
div > div:nth-of-type(1) > span { color: #ac6600 !important; }
div > div:nth-of-type(2) > span { color: #3a853d !important; }
div > div:nth-of-type(3) > span { color: #3a853d !important; }
div.ylm-header > div:nth-of-type(2) > div.ylm-title { color: #31855f !important; }
