/**
 * Generated from Peloton — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0d0d0d;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #666666;
  --brand: #cb1e4e;
  --on-brand: #0d0d0d;
  --border: #333333;
  --border-strong: #4d4d4d;
  --success: #1cb350;
  --warning: #ffa726;
  --danger: #ff4d4f;

  /* full color palette */
  --color-bg: #0d0d0d;
  --color-bg-strong: #000000;
  --color-bg-elev: #1a1a1a;
  --color-bg-elev-strong: #262626;
  --color-surface: #1a1a1a;
  --color-surface-soft: #262626;
  --color-surface-strong: #333333;
  --color-surface-light: #f5f5f5;
  --color-brand: #cb1e4e;
  --color-brand-hover: #a51840;
  --color-brand-active: #841234;
  --color-brand-pale: #f8d9e2;
  --color-brand-deep: #5e0a23;
  --color-brand-soft: #1f0a10;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #b3b3b3;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #666666;
  --color-text-on-brand: #ffffff;
  --color-link: #ffffff;
  --color-link-hover: #cb1e4e;
  --color-border: #333333;
  --color-border-soft: #262626;
  --color-border-strong: #4d4d4d;
  --color-border-input: #666666;
  --color-live-red: #cb1e4e;
  --color-leaderboard-gold: #ffc300;
  --color-leaderboard-silver: #c0c0c0;
  --color-leaderboard-bronze: #cd7f32;
  --color-pr-record: #ffc300;
  --color-scrim: rgba(0,0,0,0.7);
  --color-shadow-card: rgba(0,0,0,0.4);
  --color-shadow-elev: rgba(0,0,0,0.6);
  --color-success: #1cb350;
  --color-warning: #ffa726;
  --color-danger: #ff4d4f;
  --color-info: #3b82f6;

  /* 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;
}
