/*
 * Theme: Dark Foundry
 * Void black base, acid green accent — shared visual language with Ticket Foundry.
 * Mapped onto the same variable names base.css expects, so the structural
 * CSS never needs to know which theme is active.
 */

:root {
  --bg: #080a0f;
  --panel: #0e1118;
  --panel2: #141820;
  --line: #1c2230;
  --text: #e8edf5;
  --text-soft: #c8d0de;
  --meta: #8892a4;
  --accent: #c8ff00;
  --accent-dim: #a8d900;
  --link: #00e5ff;
  --accent-bg: rgba(200,255,0,0.08);

  --font-body: 'Space Grotesk', sans-serif;
  --font-mono: 'Space Mono', monospace;
  --radius: 6px;
  --radius-lg: 10px;
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.8);

  --tag-a: #a855f7;       /* venom */
  --tag-a-bg: rgba(168,85,247,0.10);
  --tag-b: #00e5ff;       /* plague */
  --tag-b-bg: rgba(0,229,255,0.08);
  --tag-c: #ff6b35;       /* rust */
  --tag-c-bg: rgba(255,107,53,0.10);
}
