/* STC Dark Theme — baseline */
:root {
  --bg-primary: #0b1220;
  --bg-secondary: #111a2e;
  --text-primary: #ffffff;
  --text-muted: #a0aec0;
  --accent-gold: #f5c518;
}

body {
  background: var(--bg-primary);
  color: var(--text-primary);
}
