/**
 * Generated from xAI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f9f8f6;
  --surface-alt: #f9f8f6;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #0a0a0a;
  --brand: #0a0a0a;
  --on-brand: #0a0a0a;
  --border: #d5d9e2;
  --border-strong: rgba(10,10,10,0.16);
  --success: #248430;
  --warning: #b45309;
  --danger: #be2e31;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-surface: #f9f8f6;
  --color-surface-terminal: #f8f7f5;
  --color-surface-card: #fffffff2;
  --color-surface-hover: rgba(10,10,10,0.04);
  --color-surface-press: rgba(10,10,10,0.08);
  --color-header-bg: rgba(255,255,255,0.85);
  --color-text: #0a0a0a;
  --color-text-strong: #0a0a0a;
  --color-text-terminal: #262626;
  --color-text-muted: #6b7280;
  --color-text-subtle: #8a8f98;
  --color-text-on-brand: #ffffff;
  --color-brand: #0a0a0a;
  --color-brand-hover: #1f1f1f;
  --color-brand-active: #2c2c2c;
  --color-on-brand: #0a0a0a;
  --color-link: #111827;
  --color-link-hover: #0a0a0a;
  --color-link-visited: #111827;
  --color-ring: #3b82f6;
  --color-border: #d5d9e2;
  --color-border-soft: rgba(10,10,10,0.08);
  --color-border-strong: rgba(10,10,10,0.16);
  --color-scrim: rgba(10,10,10,0.5);
  --color-shadow-color: rgba(0,0,0,0.10);
  --color-terminal-fg: #262626;
  --color-terminal-green: #248430;
  --color-terminal-green-bg: #e3efe4;
  --color-terminal-red: #be2e31;
  --color-terminal-red-bg: #f8eaea;
  --color-success: #248430;
  --color-success-bg: #ecfdf3;
  --color-info: #3b82f6;
  --color-info-bg: #f0f8ff;
  --color-warning: #b45309;
  --color-warning-bg: #fffcf0;
  --color-danger: #be2e31;
  --color-danger-bg: #fff0f0;

  /* type */
  --display-size: 80px;
  --h1-size: 60px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

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