/**
 * Generated from AgentKit — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0a0a;
  --surface: #141416;
  --surface-alt: #1a1a1c;
  --text: #ededed;
  --text-dim: #8a8a8a;
  --text-faint: #525252;
  --brand: #c6f432;
  --on-brand: #0a0a0a;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.15);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0a0a0a;
  --color-bg-elev: #0f0f0f;
  --color-bg-card: #141416;
  --color-bg-card-hover: #1a1a1c;
  --color-bg-card-active: #202024;
  --color-surface-overlay: rgba(10, 10, 10, 0.72);
  --color-text: #ededed;
  --color-text-strong: #ffffff;
  --color-text-dim: #8a8a8a;
  --color-text-faint: #525252;
  --color-text-disabled: #3a3a3a;
  --color-text-on-brand: #0a0a0a;
  --color-brand: #c6f432;
  --color-brand-hover: #d2f854;
  --color-brand-pressed: #b6e426;
  --color-brand-tint: rgba(198, 244, 50, 0.10);
  --color-brand-tint-strong: rgba(198, 244, 50, 0.25);
  --color-brand-deep: #9bcc1f;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.15);
  --color-border-subtle: rgba(255, 255, 255, 0.04);
  --color-border-brand: rgba(198, 244, 50, 0.25);
  --color-border-brand-strong: rgba(198, 244, 50, 0.45);
  --color-selection-bg: rgba(198, 244, 50, 0.30);
  --color-focus-ring: #c6f432;
  --color-link: #c6f432;
  --color-link-visited: #9bcc1f;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #60a5fa;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 15px;
  --label-size: 11px;
  --body-line-height: 1.65;
  --display-tracking: -0.035em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

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