/**
 * Generated from Motion — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0d1117;
  --text-dim: #0d1117;
  --text-faint: #8d97a3;
  --brand: #16a34a;
  --on-brand: #ffffff;
  --border: #e2e8e5;
  --border-strong: #c1cdc6;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8faf9;
  --color-bg-elev: #ffffff;
  --color-bg-strong: #eef2ee;
  --color-bg-dark: #0d1117;
  --color-bg-dark-elev: #161b22;
  --color-surface: #f8faf9;
  --color-text: #0d1117;
  --color-text-body: #1f2937;
  --color-text-muted: #56636e;
  --color-text-faint: #8d97a3;
  --color-brand: #16a34a;
  --color-brand-hover: #138a3f;
  --color-brand-active: #0f6e34;
  --color-brand-soft: #dcf2e3;
  --color-brand-deep: #0f6e34;
  --color-ai-purple: #7c3aed;
  --color-ai-purple-hover: #6d28d9;
  --color-ai-purple-active: #5b21b6;
  --color-ai-soft: #ede9fe;
  --color-on-brand: #ffffff;
  --color-on-dark: #f8faf9;
  --color-link: #1d4ed8;
  --color-link-hover: #1e40af;
  --color-gradient-stop-1: #16a34a;
  --color-gradient-stop-2: #7c3aed;
  --color-gradient-hero: linear-gradient(105deg, #16a34a 0%, #4f46e5 50%, #7c3aed 100%);
  --color-pastel-mint: #dcf2e3;
  --color-pastel-lavender: #ede9fe;
  --color-pastel-sky: #dbeafe;
  --color-pastel-peach: #fde6d3;
  --color-pastel-butter: #fef3c7;
  --color-border: #e2e8e5;
  --color-border-strong: #c1cdc6;
  --color-border-soft: #eef2ee;
  --color-shadow-tint: rgba(13, 17, 23, 0.06);
  --color-shadow-deep: rgba(13, 17, 23, 0.16);
  --color-info: #1d4ed8;
  --color-success: #16a34a;
  --color-warning: #d97706;
  --color-warning-soft: #fef3c7;
  --color-danger: #dc2626;
  --color-danger-soft: #fee2e2;
  --color-selection: rgba(22, 163, 74, 0.18);
  --color-ring-brand: rgba(22, 163, 74, 0.45);
  --color-ring-ai: rgba(124, 58, 237, 0.45);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 16px;
  --body-line-height: 1.55;
  --display-tracking: -0.024em;

  /* shape */
  --radius-button: 10px;
  --radius-card: 14px;
  --radius-pill: 9999px;

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

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