/**
 * Generated from WHOOP — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #0a0a0a;
  --surface-alt: #0a0a0a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5e5e5e;
  --brand: #a0d10b;
  --on-brand: #000000;
  --border: #1f1f1f;
  --border-strong: #2e2e2e;
  --success: #16ec06;
  --warning: #ffde00;
  --danger: #ff0026;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-elev: #0a0a0a;
  --color-bg-elev-strong: #141414;
  --color-bg-light: #ffffff;
  --color-surface: #0a0a0a;
  --color-surface-soft: #141414;
  --color-surface-strong: #1f1f1f;
  --color-brand: #a0d10b;
  --color-brand-hover: #88b609;
  --color-brand-active: #739707;
  --color-brand-pale: #e8f3c6;
  --color-brand-deep: #476005;
  --color-brand-soft: #0c1102;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #b5b5b5;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #5e5e5e;
  --color-text-on-brand: #000000;
  --color-link: #ffffff;
  --color-link-hover: #a0d10b;
  --color-border: #1f1f1f;
  --color-border-soft: #141414;
  --color-border-strong: #2e2e2e;
  --color-border-input: #3d3d3d;
  --color-recovery-green: #16ec06;
  --color-recovery-yellow: #ffde00;
  --color-recovery-red: #ff0026;
  --color-strain-blue: #0093e7;
  --color-sleep-blue: #7eb8d9;
  --color-hrv-purple: #9c7ed9;
  --color-scrim: rgba(0,0,0,0.85);
  --color-shadow-card: rgba(0,0,0,0.6);
  --color-shadow-elev: rgba(0,0,0,0.8);
  --color-success: #16ec06;
  --color-warning: #ffde00;
  --color-danger: #ff0026;
  --color-info: #0093e7;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Inter', ui-monospace, monospace;
}
