body.theme-dark {
  background: #0f1115;
  color: #e6e6e6;
}

body.theme-dark .card,
body.theme-dark .table,
body.theme-dark .dropdown-menu {
  background: #151923;
  color: #e6e6e6;
}

body.theme-dark a { color: #9ecbff; }
body.theme-dark .text-muted { color: #a7adbb !important; }


/* chart canvas container (чтобы не “белело”) */
body.theme-dark #outcomesChart {
  background: transparent;
}
