/* ============================================================
   THEME: REAPER  (default)
   Mood: the original. A dark hunt. Crimson on near-black, ember
   light, condensed brutal caps. Everything else is measured
   against this one.
   ============================================================ */
[data-theme="reaper"] {
  /* surfaces */
  --bg: #09080f;
  --surface: #110f1a;
  --surface-2: #1a1726;
  --surface-3: #221f30;
  --rim: rgba(255, 255, 255, 0.07);
  --rim-strong: rgba(255, 255, 255, 0.12);

  /* accents */
  --accent: #e81a2a;
  --accent-2: #ff3344;
  --accent-dim: #5a0a10;
  --support: #7c6fff;
  --support-2: #22c55e;

  /* text */
  --text: #eeeaf5;
  --text-dim: #9896ad;
  --text-dimmer: #7a7890;
  --on-accent: #09080f;

  /* typography — condensed poster caps over a squarish techy body */
  --font-display: 'Bebas Neue', 'Rajdhani', sans-serif;
  --font-body: 'Rajdhani', 'Inter', sans-serif;
  --display-weight: 400;
  --display-tracking: 0.12em;
  --display-transform: uppercase;
  --display-line: 1;
  --display-scale: 1;
  --body-weight: 500;
  --body-weight-strong: 700;
  --body-tracking: 0;
  --body-line: 1.5;
  --body-scale: 1;

  /* shape — soft-ish cards, hairline rims */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 20px;
  --border-w: 1px;

  /* vibe */
  --glow-alpha: 0.18;
  --glow-blur: 80px;
  --noise-opacity: 0.025;
  --panel-blur: 16px;
  --scanline-alpha: 0;
  --vignette-alpha: 0.12;
  --bloom-alpha: 0;

  /* motion */
  --dur-fast: 140ms;
  --dur: 260ms;
  --dur-slow: 480ms;
  --float-amp: 6px;

  /* particles — embers off a dying fire */
  --particle-kind: ember;
  --particle-count: 14;
  --particle-min: 1.5;
  --particle-max: 4.5;
  --particle-speed: 9;
  --particle-drift: 30;
  --particle-opacity: 0.45;
  --particle-color: #e81a2a;
}
