/* V16.02.0024: improve text contrast without changing layout or the coral brand token. */
:root { --muted: #5f5860; }
html body .site-language-switcher button.active,
html body .steps .step .num,
html body .unread-badge {
  background: #bd382b !important;
  color: #fff !important;
}
html body .match-card .score,
html body .inbox-avatar,
html body .discover-placeholder {
  color: #ac3227 !important;
}
html body .panel-description,
html body .app-subtitle,
html body .photo-empty,
html body .match-example-label,
html body footer,
html body .mbg32-chevron,
html body .mb1042-help {
  color: #5c6270 !important;
}
html body #admin-panel-overlay .admin-tab-count.is-zero { color: #505866 !important; }
/* Keep selected admin tabs and primary settings actions readable in every engine. */
html body #admin-panel-overlay .admin-mobile-tabs > .btn {
  transition: transform .18s ease, box-shadow .18s ease !important;
}
html body #admin-panel-overlay .admin-mobile-tabs > .btn.primary,
html body #admin-panel-overlay #admin-content .btn.primary {
  background: #bd382b !important;
  color: #fff !important;
}
