/* GENERATED FROM design/tokens.ts — DO NOT EDIT BY HAND. */
/* To change a value, edit design/tokens.ts and run:                */
/*   cd design && npm run build:tokens                              */

:root {

  /* Surfaces — Discord/Robinhood dark */
  --bg: #0a0b0d;
  --bg-elev: #111316;
  --surface: #16181d;
  --surface-2: #1c1f25;
  --surface-hover: #22262d;

  /* Ink */
  --ink: #f2f4f7;
  --ink-soft: #c2c7d0;
  --muted: #7c8089;
  --muted-2: #50555d;

  /* Borders */
  --border: #22262d;
  --border-strong: #2d323a;

  /* Accent — vibrant Robinhood-green */
  --accent: #00d26a;
  --accent-hover: #00b85d;
  --accent-soft: rgba(0, 210, 106, 0.14);
  --accent-glow: 0 0 0 3px rgba(0, 210, 106, 0.18);

  /* Secondary — Discord blurple */
  --accent-2: #7c5cff;
  --accent-2-soft: rgba(124, 92, 255, 0.18);

  /* Status */
  --good: #00d26a;
  --warn: #f7b955;
  --bad: #ff5a6a;
  --info: #5da9ff;

  /* Intensity swatches — muted for dark bg */
  --easy: #5da9ff;
  --tempo: #f7b955;
  --long: #b794ff;
  --workout: #ff5a6a;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 6px 20px rgba(0,0,0,0.35);
  --shadow-lg: 0 20px 50px rgba(0,0,0,0.55);
  --chat-w: 400px;
  --top-h: 60px;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', Menlo, Monaco, Consolas, monospace;
}
