/**
 * Generated from ElevenLabs — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #a3a3a3;
  --brand: #9fe870;
  --on-brand: #0a0a0a;
  --border: #0000001a;
  --border-strong: #00000033;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-bg-band: #f5f5f4;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-hover: #f5f5f4;
  --color-text: #0a0a0a;
  --color-text-strong: #000000;
  --color-text-display: #0a0a0a;
  --color-text-muted: #525252;
  --color-text-soft: #737373;
  --color-text-faint: #a3a3a3;
  --color-text-on-brand: #0a0a0a;
  --color-brand: #9fe870;
  --color-brand-hover: #8ad65e;
  --color-brand-active: #76c349;
  --color-brand-soft: #d4f0c2;
  --color-brand-faint: #e2f6d5;
  --color-link: #0a0a0a;
  --color-accent: #0e0f0c;
  --color-accent-warm: #f5f5f4;
  --color-border: #0000001a;
  --color-border-soft: #0000000d;
  --color-border-strong: #00000033;
  --color-on-brand: #0a0a0a;
  --color-success: #16a34a;
  --color-success-bg: #dcfce7;
  --color-warning: #d97706;
  --color-warning-bg: #fef3c7;
  --color-danger: #dc2626;
  --color-danger-bg: #fee2e2;
  --color-info: #0a0a0a;
  --color-info-bg: #f5f5f4;

  /* type */
  --display-size: 128px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.04em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 16px;
  --space-xl: 24px;

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