/* ============================================
   Theme: dracula
   https://draculatheme.com/contribute
   Signature: deep slate background, purple accent, cyan/pink/green companions.
   ============================================ */

:root[data-theme="dracula"] {
  color-scheme: dark;

  --bg-primary: #282a36;
  --bg-secondary: #21222c;
  --bg-elevated: #44475a;
  --bg-inset: #1d1e26;

  --text-primary: #f8f8f2;
  --text-dim: #a4a3a8;
  --text-muted: #6272a4;

  --terminal-green: #50fa7b;
  --terminal-cyan: #8be9fd;
  --terminal-yellow: #f1fa8c;
  --terminal-red: #ff5555;
  --terminal-purple: #bd93f9;
  --terminal-orange: #ffb86c;

  --accent: #bd93f9;
  --accent-muted: #ff79c6;
  --accent-glow: rgba(189, 147, 249, 0.28);

  --border-muted: rgba(98, 114, 164, 0.36);
  --border-subtle: rgba(98, 114, 164, 0.18);
  --archive-bar-bg: var(--bg-secondary);
  --surface-tint: rgba(248, 248, 242, 0.035);
  --selection-bg: rgba(189, 147, 249, 0.22);
  --selected-bg: rgba(139, 233, 253, 0.14);
  --selected-hover-bg: rgba(139, 233, 253, 0.22);
  --backdrop-bg: rgba(40, 42, 54, 0.72);
  --shadow-color: rgba(0, 0, 0, 0.42);
  --crt-scanline: rgba(0, 0, 0, 0.12);
  --crt-sweep: rgba(248, 248, 242, 0.022);
}
