:root {
  --color-bg: #1a1d2e;
  --color-card-bg: #242842;
  --color-text: #e8eaff;
  --color-text-secondary: #b8c1e8;
  --color-accent-blue: #8b9aff;
  --color-accent-red: #ff7eb6;
  --color-button-bg: #2d3250;
  --color-button-text: #ffffff;
  --color-footer-bg: #151829;
  --color-footer-text: #dce2ff;
  --color-star: #ffd97d;
}