:root {
    /* Semantic color tokens */
    --bg: #0b1020;
    --panel: rgba(var(--white-rgb), 0.03);
    --text: #e6eef8;
    --muted: #9aa6b2;
    --accent: #f5a631;
    --accent-light: #ffbd6b;
    --accent-2: #7fd3ff;
    /* Contrast / on-colour tokens */
    --on-accent: #111111;
    /* RGB helpers for alpha usage */
    --accent-rgb: 246,200,95;
    --text-rgb: 230,238,248;
    --white-rgb: 255,255,255;
    --black-rgb: 0,0,0;
    --hr-color: rgba(255,255,255,0.06);
}

[data-theme="dark"] {
  /* explicit override if JS toggles theme */
  --bg: #0b1020;
}
