/* Small HUD / meta labels → white (Level, Normal 1-1, 2/10, pending chests, etc.) */
:root {
  --text-secondary: #ffffff;
  --text-muted: #ffffff;
}

/* Profile */
._levelRow_xir1r_97,

/* Stage / mission / loot / idle panels */
._stageNum_wt918_101,
._waveCount_wt918_141,
._missionCount_wt918_242,
._fastSub_wt918_335,
._lootList_wt918_443 li,

/* Battle auto bar / log sheet */
._autoSub_1mbyz_243,
._logSheetTitle_1mbyz_685,
._logSheetList_1mbyz_723 li,

/* Hero strip small meta */
._statLabel_abewu_121,
._statValue_abewu_130,
._expLabel_abewu_193,
._emptyLabel_abewu_680,
._clsName_abewu_69,

/* Misc small HUD meta */
._subtitle_1wbje_47,
._cap_1rbb7_43,
._summary_1rbb7_54,
._laneLabel_1rbb7_82,
._level_1lu8o_25,
._dragHint_10gm1_130,
._qty_10gm1_191,
._hint_10gm1_198,
._heroChip_10gm1_213,
._skillMoves_10gm1_288 button,
._resetBtn_10gm1_309 {
  color: #ffffff !important;
}

/* Loot list item text stays white; keep quantity green */
._lootList_wt918_443 strong {
  color: #4cd98a !important;
}
