/* Legacy bridge — dashboard-ui.css is the source of truth */

:root {
  color-scheme: light;
}

body {
  background: #f0f4f9 !important;
  color: #0f172a !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #eef2f7;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff6b35;
}
