/* ─── DESIGN TOKENS ─── */
:root {
  --bg: #0b0b0b;
  --bg-2: #111111;
  --bg-3: #181818;
  --border: rgba(255,255,255,0.07);
  --border-accent: rgba(255,255,255,0.15);
  --text: #e8e4dc;
  --text-muted: #7a7570;
  --text-mid: #a09a93;

  /* ── Primary: Gebranntes Terracotta ── */
  --accent: #d45c3a;
  --accent-dim: rgba(212, 92, 58, 0.11);
  --accent-glow: rgba(212, 92, 58, 0.05);
  --accent-hover: #e06b47;

  /* ── Secondary: Gedämpftes Malachit ── */
  --secondary: #4a7c6f;
  --secondary-dim: rgba(74, 124, 111, 0.12);

  --red: #c0392b;
  --green: #4a7c6f;
}
