/**
 * Generated from Retool — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f4f4f5;
  --surface-alt: #f4f4f5;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #a3a3a3;
  --brand: #3a55fc;
  --on-brand: #ffffff;
  --border: #e4e4e7;
  --border-strong: #d4d4d8;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-bg-elev: #f4f4f5;
  --color-bg-elev-2: #ebebed;
  --color-bg-tinted: #f0f3ff;
  --color-bg-tinted-2: #e8edff;
  --color-surface: #ffffff;
  --color-surface-2: #fafafa;
  --color-surface-tint: #f0f3ff;
  --color-bg-dark: #0a0a0a;
  --color-bg-dark-2: #171717;
  --color-bg-dark-3: #262626;
  --color-text: #0a0a0a;
  --color-text-strong: #000000;
  --color-text-muted: #525252;
  --color-text-soft: #737373;
  --color-text-faint: #a3a3a3;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #d4d4d8;
  --color-text-on-dark-muted: #a1a1aa;
  --color-brand: #3a55fc;
  --color-brand-hover: #2c45e5;
  --color-brand-active: #2238c9;
  --color-brand-soft: #e8edff;
  --color-brand-soft-2: #f0f3ff;
  --color-brand-deep: #1f2db8;
  --color-link: #3a55fc;
  --color-link-hover: #2c45e5;
  --color-on-brand: #ffffff;
  --color-accent-purple: #7c3aed;
  --color-accent-purple-soft: #f3e8ff;
  --color-accent-green: #10b981;
  --color-accent-green-soft: #d1fae5;
  --color-accent-orange: #f97316;
  --color-accent-orange-soft: #ffedd5;
  --color-accent-red: #ef4444;
  --color-accent-red-soft: #fee2e2;
  --color-border: #e4e4e7;
  --color-border-soft: #f0f0f2;
  --color-border-strong: #d4d4d8;
  --color-border-dark: #262626;
  --color-border-brand: #3a55fc;
  --color-shadow-soft: rgba(10,10,10,0.04);
  --color-shadow-medium: rgba(10,10,10,0.08);
  --color-shadow-strong: rgba(10,10,10,0.16);
  --color-shadow-brand: rgba(58,85,252,0.20);
  --color-semantic-success: #10b981;
  --color-semantic-warning: #f97316;
  --color-semantic-danger: #ef4444;
  --color-semantic-info: #3a55fc;

  /* type */
  --display-size: 80px;
  --h1-size: 56px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --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;
}
