/**
 * Generated from OpenRouter — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #111111;
  --surface-alt: #111111;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #6b7280;
  --brand: #ffffff;
  --on-brand: #000000;
  --border: #1f1f1f;
  --border-strong: #2a2a2a;
  --success: #22c55e;
  --warning: #fbbf24;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #000000;
  --color-surface-soft: #0a0a0a;
  --color-surface: #111111;
  --color-surface-elevated: #1a1a1a;
  --color-surface-row-alt: #080808;
  --color-text: #ffffff;
  --color-text-body: #d4d4d4;
  --color-text-strong: #ededed;
  --color-text-muted: #9ca3af;
  --color-text-faint: #6b7280;
  --color-text-mono-data: #ededed;
  --color-brand: #ffffff;
  --color-brand-active: #d4d4d4;
  --color-brand-disabled: #525252;
  --color-on-brand: #000000;
  --color-on-dark: #ffffff;
  --color-link: #9ca3af;
  --color-link-hover: #ffffff;
  --color-border: #1f1f1f;
  --color-border-strong: #2a2a2a;
  --color-border-soft: #0f0f0f;
  --color-border-table: #1a1a1a;
  --color-shadow-color: rgba(0,0,0,0);
  --color-accent-emerald: #22c55e;
  --color-accent-rose: #ef4444;
  --color-accent-amber: #fbbf24;
  --color-accent-blue: #3b82f6;
  --color-success: #22c55e;
  --color-warning: #fbbf24;
  --color-danger: #ef4444;
  --color-info: #3b82f6;
  --color-code-keyword: #ededed;
  --color-code-string: #9ca3af;
  --color-code-comment: #6b7280;
  --color-table-stripe-odd: #000000;
  --color-table-stripe-even: #080808;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 15px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'OR 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;
}
