/**
 * Generated from Toyota — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #9c9c9c;
  --brand: #eb0a1e;
  --on-brand: #ffffff;
  --border: #d8d8d8;
  --border-strong: #a8a8a8;
  --success: #1f8b46;
  --warning: #f0a020;
  --danger: #eb0a1e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-card: #ffffff;
  --color-bg-strong: #e8e8e8;
  --color-bg-dark: #252525;
  --color-bg-dark-elev: #383838;
  --color-bg-deep: #101010;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-card: #ffffff;
  --color-surface-table: #fafafa;
  --color-text: #333333;
  --color-text-strong: #252525;
  --color-text-ink: #252525;
  --color-text-muted: #6e6e6e;
  --color-text-faint: #9c9c9c;
  --color-brand: #eb0a1e;
  --color-brand-hover: #c10a16;
  --color-brand-deep: #7a0510;
  --color-brand-disabled: #d0d0d0;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-soft: #bcbcbc;
  --color-accent-blue-hybrid: #0066b1;
  --color-accent-blue-hover: #004f8c;
  --color-accent-gr-orange: #ff5a1f;
  --color-border: #d8d8d8;
  --color-border-strong: #a8a8a8;
  --color-border-soft: #e8e8e8;
  --color-border-on-dark: rgba(255,255,255,0.18);
  --color-link: #0066b1;
  --color-link-hover: #004f8c;
  --color-ring: #eb0a1e;
  --color-shadow-soft: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.12);
  --color-shadow-deep: rgba(0,0,0,0.32);
  --color-success: #1f8b46;
  --color-warning: #f0a020;
  --color-danger: #eb0a1e;
  --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.01em;

  /* 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: 'ToyotaType', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'ToyotaType', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
