/* WCAG 对比度修复:浅底(米色)强调标签调深至 ≥4.5:1;深底(navy)区块内恢复原亮色。 */
.text-leaf{color:#4E6B3D}
.text-gold{color:#7E611F}
.text-bluegray{color:#565E77}
.bg-navy .text-leaf,.bg-navyMid .text-leaf{color:#6D8F57}
.bg-navy .text-gold,.bg-navyMid .text-gold{color:#C8A45D}
.bg-navy .text-bluegray,.bg-navyMid .text-bluegray{color:#6D7893}
