:root {
  --color-bg: #0a0f1a;
  --color-card-bg: #111725;
  --color-text: #eaf2ff;
  --color-text-secondary: #91a0b8;
  --color-accent-blue: #ffe082; /* champagne neon for info */
  --color-accent-red: #ff1e1e;
  --color-button-bg: #ffd166;
  --color-button-text: #0a0f1a;
  --color-footer-bg: #080d17;
  --color-footer-text: #eaf2ff;
  --color-star: #ffe28a;
}