/* ===== 深色区块转灰白 · 作用域覆盖（仅作用于 .lightened 区块）v251 ===== */

/* —— 发展历程 · 时间轴 —— */
.lightened .timeline-item::before{background:rgba(10,28,51,.14)}      /* 连线：白线→深线 */
.lightened .timeline-year{color:var(--navy-950)}                     /* 年份：白→深 */
.lightened .timeline-item p{color:var(--gray-600)}                   /* 描述：浅→深 */
.lightened .timeline-dot{background:var(--orange);border-color:var(--gray-050)} /* 圆点加深，环与灰底融合 */

/* —— 顾问团队画像 —— */
.lightened .expert-avatar{border-color:var(--orange);color:var(--orange)}        /* 跨/税/法/账 圆形徽章加深 */
.lightened .expert-info .role{color:var(--orange)}                               /* 职级：浅钢蓝→深蓝 */
.lightened .expert-tags span{background:rgba(10,28,51,.06);color:var(--gray-600)}/* 标签：透明白底→浅灰底深字 */

/* —— 全面监控 · 深色统计卡转白卡 —— */
.lightened .dark-card{background:var(--white);border-color:var(--gray-100);color:var(--gray-600)}
.lightened .dark-card h3{color:var(--navy-950)}
.lightened .dark-card p{color:var(--gray-600)}
