/**
 * Generated from Together AI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafafa;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0f1f3d;
  --text-dim: #0f1f3d;
  --text-faint: #0f1f3d;
  --brand: #0f1f3d;
  --on-brand: #ffffff;
  --border: #e5e7eb;
  --border-strong: #cbd0d8;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fafafa;
  --color-bg-pure: #ffffff;
  --color-bg-surface: #f4f5f7;
  --color-bg-promo: #e7f0ff;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-hover: #f4f5f7;
  --color-surface-soft: #f9fafb;
  --color-surface-strong: #e5e7eb;
  --color-text: #0f1f3d;
  --color-text-strong: #06091a;
  --color-text-muted: #5a627a;
  --color-text-soft: #7d839a;
  --color-text-disabled: #a8aebd;
  --color-text-on-brand: #ffffff;
  --color-text-link: #0070f3;
  --color-text-link-hover: #0058c2;
  --color-brand: #0f1f3d;
  --color-brand-hover: #1a2d52;
  --color-brand-soft: #27314e;
  --color-brand-deep: #080f1f;
  --color-accent-blue: #0070f3;
  --color-accent-blue-hover: #0058c2;
  --color-accent-blue-active: #003e8c;
  --color-accent-blue-soft: #e7f0ff;
  --color-accent-cyan: #00d4ff;
  --color-accent-purple: #7c3aed;
  --color-accent-green: #10b981;
  --color-accent-orange: #f59e0b;
  --color-accent-red: #ef4444;
  --color-border: #e5e7eb;
  --color-border-soft: #f0f1f3;
  --color-border-strong: #cbd0d8;
  --color-border-focus: #0070f3;
  --color-on-brand: #ffffff;
  --color-code-bg-light: #f4f5f7;
  --color-code-bg-dark: #1a1d29;
  --color-code-text: #e5e7eb;
  --color-code-comment: #7d839a;
  --color-code-keyword: #c084fc;
  --color-code-string: #86efac;
  --color-code-function: #60a5fa;
  --color-code-variable: #fcd34d;
  --color-code-punct: #a4adc8;
  --color-code-number: #fb923c;
  --color-shadow-card: rgba(15,31,61,0.06);
  --color-shadow-modal: rgba(15,31,61,0.2);
  --color-shadow-popover: rgba(15,31,61,0.12);
  --color-shadow-elevated: rgba(15,31,61,0.10);
  --color-success: #10b981;
  --color-success-soft: #d1fae5;
  --color-warning: #f59e0b;
  --color-warning-soft: #fef3c7;
  --color-danger: #ef4444;
  --color-danger-soft: #fee2e2;
  --color-info: #0070f3;
  --color-info-soft: #e7f0ff;

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

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

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