/**
 * Generated from BMW M — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0a0a;
  --surface: #161616;
  --surface-alt: #161616;
  --text: #e6e6e6;
  --text-dim: #e6e6e6;
  --text-faint: #6b6b6b;
  --brand: #e22718;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.12);
  --border-strong: rgba(255,255,255,0.24);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #e22718;

  /* full color palette */
  --color-bg: #0a0a0a;
  --color-bg-elev: #161616;
  --color-bg-strong: #1f1f1f;
  --color-bg-light: #ffffff;
  --color-bg-light-soft: #f5f5f5;
  --color-surface: #0a0a0a;
  --color-surface-card: #161616;
  --color-surface-card-hover: #1f1f1f;
  --color-text: #e6e6e6;
  --color-text-strong: #ffffff;
  --color-text-muted: #a3a3a3;
  --color-text-faint: #6b6b6b;
  --color-text-on-light: #0a0a0a;
  --color-brand: #e22718;
  --color-brand-hover: #b81f12;
  --color-brand-active: #9d1a0e;
  --color-on-brand: #ffffff;
  --color-m-blue: #0066b1;
  --color-m-violet: #5b1f7a;
  --color-m-red: #e22718;
  --color-m-blue-electric: #1c69d4;
  --color-m-gradient-start: #0066b1;
  --color-m-gradient-mid: #5b1f7a;
  --color-m-gradient-end: #e22718;
  --color-border: rgba(255,255,255,0.12);
  --color-border-strong: rgba(255,255,255,0.24);
  --color-border-light: #e6e6e6;
  --color-link: #0066b1;
  --color-link-hover: #1c69d4;
  --color-ring: #e22718;
  --color-shadow-soft: rgba(0,0,0,0.6);
  --color-shadow-elev: rgba(0,0,0,0.8);
  --color-shadow-deep: rgba(0,0,0,0.95);
  --color-glow-red: rgba(226,39,24,0.4);
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #e22718;
  --color-info: #0066b1;

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

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

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

  /* fonts */
  --font-display: 'BMW Type Next Latin', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'BMW Type Next Latin', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
