/**
 * Site-wide muted / secondary text (#d8e8ff) — midnight UI only.
 */:root{
  --nf-muted-text: #d8e8ff;
  --text-muted: var(--nf-muted-text);
  --text-dim: var(--nf-muted-text);
  --text-faint: var(--nf-muted-text);
  --text-hint: var(--nf-muted-text);
  --text-secondary: var(--nf-muted-text);
  --text-label: var(--nf-muted-text);
}.nf-filter-pill:not(.nf-filter-pill--active){
  color: var(--nf-muted-text) !important;
}.card-bottom-row .source,
.card-top-row time,
.holding-row-ticker,
.feed-tab:not(.is-active){
  color: var(--nf-muted-text) !important;
}.nf-mobile-header__subtitle,
.nf-nav-search__hint,
.nf-global-search__empty,
.nf-global-search__section-label,
.nf-global-search__item-meta,
#loading-screen .nf-loading-hint,
#loading-screen .stock-loading-sub{
  color: var(--nf-muted-text) !important;
}