/* /var/www/crash-platform/public/css/themes.css */

:root {
  --bg-primary: #0a0a0f;
  --bg-secondary: #111118;
  --bg-tertiary: #1a1a2e;
  --accent: #7c3aed;
  --accent-hover: #6d28d9;
  --accent-text: #a78bfa;
  --text-primary: #e5e7eb;
  --text-secondary: #9ca3af;
  --text-muted: #4b5563;
  --win: #34d399;
  --loss: #f87171;
  --in-game: #a78bfa;
  --border: #1a1a2e;
}

body.theme-gold {
  --bg-primary: #0d0d0d;
  --bg-secondary: #141200;
  --bg-tertiary: #2a1f00;
  --accent: #b7791f;
  --accent-hover: #92600a;
  --accent-text: #f6c90e;
  --border: #2a1f00;
}

body.theme-green {
  --bg-primary: #020d06;
  --bg-secondary: #041a0a;
  --bg-tertiary: #052e16;
  --accent: #16a34a;
  --accent-hover: #15803d;
  --accent-text: #4ade80;
  --border: #052e16;
}
