/**
 * Generated from Apple — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafc;
  --surface-alt: #fafafc;
  --text: #1d1d1f;
  --text-dim: #1d1d1f;
  --text-faint: #a1a1a6;
  --brand: #0071e3;
  --on-brand: #ffffff;
  --border: rgba(0,0,0,0.16);
  --border-strong: rgba(0,0,0,0.32);
  --success: #1d8649;
  --warning: #bf4800;
  --danger: #d32f2f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #fafafc;
  --color-surface-2: #f5f5f7;
  --color-surface-soft: rgba(0,0,0,0.04);
  --color-surface-elev: #ffffff;
  --color-text: #1d1d1f;
  --color-text-strong: #1d1d1f;
  --color-text-soft: #6e6e73;
  --color-text-muted: #86868b;
  --color-text-faint: #a1a1a6;
  --color-text-on-dark: #f5f5f7;
  --color-text-soft-on-dark: #a1a1a6;
  --color-brand: #0071e3;
  --color-brand-hover: #0077ed;
  --color-brand-pressed: #006edb;
  --color-link: #0066cc;
  --color-link-hover: #004999;
  --color-on-brand: #ffffff;
  --color-border: rgba(0,0,0,0.16);
  --color-border-soft: rgba(0,0,0,0.08);
  --color-border-strong: rgba(0,0,0,0.32);
  --color-border-on-dark: rgba(255,255,255,0.16);
  --color-divider: #d2d2d7;
  --color-scrim: rgba(0,0,0,0.48);
  --color-shadow-card: rgba(0,0,0,0.04);
  --color-shadow-elev: rgba(0,0,0,0.10);
  --color-shadow-modal: rgba(0,0,0,0.18);
  --color-success: #1d8649;
  --color-success-soft: #e8f5ee;
  --color-warning: #bf4800;
  --color-warning-soft: #fff5ee;
  --color-danger: #d32f2f;
  --color-danger-soft: #fdecec;
  --color-info: #0071e3;
  --color-info-soft: #e8f2fc;
  --color-accent-product-tv: #0071e3;
  --color-accent-product-watch: #fa4c5a;
  --color-accent-product-vision: #a16eff;
  --color-bg-dark: #000000;
  --color-bg-deep: #1d1d1f;

  /* type */
  --display-size: 96px;
  --h1-size: 40px;
  --h2-size: 34px;
  --body-size: 17px;
  --label-size: 11px;
  --body-line-height: 1.47;
  --display-tracking: -0.015em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 44px;

  /* fonts */
  --font-display: 'SF Pro Icons', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'SF Pro Icons', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
