:root {
  --bg: #0b1220;
  --card: #111a2b;
  --muted: #93a1b1;
  --text: #e5ecf4;
  --accent: #6ab0ff;
  --accent-2: #ffd166;
  --chip: #1a2742;
  --border: #1f2a44;
  --danger: #ff6b6b;
}
/* Minimal wrapper tweak (the rest is injected by JS) */
#site-dashboard { min-height: 200px; }
