/**
 * Generated from Warp — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #121212;
  --surface: #121212;
  --surface-alt: #121212;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #c2ff00;
  --on-brand: #121212;
  --border: #2a2a2a;
  --border-strong: rgba(255,255,255,0.12);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #121212;
  --color-bg-100: #1a1a1a;
  --color-bg-200: #222222;
  --color-bg-300: #2c2c2c;
  --color-bg-400: #363636;
  --color-surface-terminal: #0e0e0e;
  --color-surface-card: #1a1a1a;
  --color-surface-banner: #f5f5f5;
  --color-text: #ffffff;
  --color-text-200: #cccccc;
  --color-text-300: #999999;
  --color-text-400: #666666;
  --color-text-500: #444444;
  --color-text-banner: #0a0a0a;
  --color-brand: #c2ff00;
  --color-brand-soft: #7a9e1f;
  --color-brand-glow: rgba(194,255,0,0.20);
  --color-on-brand: #121212;
  --color-cta-bg: #ffffff;
  --color-cta-text: #000000;
  --color-cta-bg-hover: #f5f5f5;
  --color-link: #7eb8ff;
  --color-link-hover: #a3cdff;
  --color-border: #2a2a2a;
  --color-border-soft: rgba(255,255,255,0.06);
  --color-border-strong: rgba(255,255,255,0.12);
  --color-terminal-cursor: #c2ff00;
  --color-terminal-prompt: #a78bfa;
  --color-terminal-success: #86efac;
  --color-terminal-error: #fca5a5;
  --color-terminal-warning: #fde047;
  --color-semantic-success: #86efac;
  --color-semantic-warning: #fde047;
  --color-semantic-danger: #fca5a5;
  --color-semantic-info: #7eb8ff;

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

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

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