/* ═══════════════════════════════════════════════════
   dark.css — Trading Pro
   ═══════════════════════════════════════════════════ */

[data-theme="dark"] {
  --bg: #0a0a0f;
  --surface: #111118;
  --surface-2: #16161f;
  --border: #1e1e2e;
  --accent: #4493f8;
  --accent-muted: #4493f815;
  --up: #22c55e;
  --down: #ef4444;
  --text: #e2e8f0;
  --text-muted: #64748b;
  --text-dim: #334155;

  --font-display: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --font-sans: 'Inter', sans-serif;
}

[data-theme="dark"] body {
  background-image: radial-gradient(circle, #1e1e2e 1px, transparent 1px);
  background-size: 28px 28px;
}