:root {
  --color-bg: #0a0f1a;
  --color-card-bg: #101827;
  --color-text: #eaf2ff;
  --color-text-secondary: #93a4c0;
  --color-accent-blue: #00b4ff; /* electric blue */
  --color-accent-red: #ff1e1e; /* for warnings/18+ */
  --color-button-bg: #00b4ff;
  --color-button-text: #0a0f1a;
  --color-footer-bg: #080d17;
  --color-footer-text: #eaf2ff;
  --color-star: #ffd166;
}