/* 5 Themes for Web3 Crypto Pack */

[data-theme="cyber-neon"] {
  --bg: #050505;
  --surface: rgba(20, 20, 20, 0.7);
  --border: rgba(0, 255, 204, 0.2);
  --text: #e0e0e0;
  --heading: #ffffff;
  --muted: #888888;
  --accent: #00ffcc;
  --accent-alpha: rgba(0, 255, 204, 0.3);
}

[data-theme="synth-pink"] {
  --bg: #090312;
  --surface: rgba(25, 10, 40, 0.7);
  --border: rgba(255, 0, 170, 0.2);
  --text: #e0e0e0;
  --heading: #ffffff;
  --muted: #9977aa;
  --accent: #ff00aa;
  --accent-alpha: rgba(255, 0, 170, 0.3);
}

[data-theme="matrix-green"] {
  --bg: #020804;
  --surface: rgba(10, 30, 20, 0.7);
  --border: rgba(0, 255, 85, 0.2);
  --text: #d0f0d0;
  --heading: #ffffff;
  --muted: #669966;
  --accent: #00ff55;
  --accent-alpha: rgba(0, 255, 85, 0.3);
}

[data-theme="holo-blue"] {
  --bg: #030814;
  --surface: rgba(10, 20, 40, 0.7);
  --border: rgba(0, 170, 255, 0.2);
  --text: #d0e0f0;
  --heading: #ffffff;
  --muted: #6688aa;
  --accent: #00aaff;
  --accent-alpha: rgba(0, 170, 255, 0.3);
}

[data-theme="plasma-gold"] {
  --bg: #120c02;
  --surface: rgba(40, 30, 10, 0.7);
  --border: rgba(255, 170, 0, 0.2);
  --text: #f0e0d0;
  --heading: #ffffff;
  --muted: #aa9977;
  --accent: #ffaa00;
  --accent-alpha: rgba(255, 170, 0, 0.3);
}
