/**
 * Generated from Tesla — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #393c41;
  --text-dim: #393c41;
  --text-faint: #393c41;
  --brand: #3e6ae1;
  --on-brand: #ffffff;
  --border: #eeeeee;
  --border-strong: #d0d1d2;
  --success: #3e6ae1;
  --warning: #cc8800;
  --danger: #cc0033;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #f4f4f4;
  --color-bg-dark: #171a20;
  --color-surface: #ffffff;
  --color-surface-frost: rgba(255,255,255,0.75);
  --color-surface-overlay: rgba(128,128,128,0.65);
  --color-text: #393c41;
  --color-text-strong: #171a20;
  --color-text-muted: #5c5e62;
  --color-text-placeholder: #8e8e8e;
  --color-brand: #3e6ae1;
  --color-brand-hover: #345dc4;
  --color-brand-active: #2b50ad;
  --color-on-brand: #ffffff;
  --color-border: #eeeeee;
  --color-border-strong: #d0d1d2;
  --color-border-soft: #f4f4f4;
  --color-ring: #3e6ae1;
  --color-link: #3e6ae1;
  --color-link-hover: #2b50ad;
  --color-promo-blue: #3e6ae1;
  --color-carbon-deep: #000000;
  --color-category-card-overlay: rgba(0,0,0,0);
  --color-success: #3e6ae1;
  --color-warning: #cc8800;
  --color-danger: #cc0033;
  --color-info: #3e6ae1;

  /* type */
  --display-size: 40px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.43;
  --display-tracking: normal;

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

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

  /* fonts */
  --font-display: 'Universal Sans Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Universal Sans Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
