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

a.logo > span { color: #008192 !important; }
div.container > h2 { color: #008192 !important; }
div.container > p:nth-of-type(2) > strong { color: #008192 !important; }
div.data-card > h3 { color: #008192 !important; }
thead > tr:nth-of-type(1) > th { color: #008192 !important; }
