/**
 * Generated from ClickHouse — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0a0a;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5a5a;
  --brand: #faff69;
  --on-brand: #0a0a0a;
  --border: #2a2a2a;
  --border-strong: #3a3a3a;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0a0a0a;
  --color-bg-deep: #000000;
  --color-surface-soft: #121212;
  --color-surface: #1a1a1a;
  --color-surface-elevated: #242424;
  --color-surface-yellow-band: #faff69;
  --color-text: #ffffff;
  --color-text-body: #cccccc;
  --color-text-strong: #e6e6e6;
  --color-text-muted: #888888;
  --color-text-faint: #5a5a5a;
  --color-brand: #faff69;
  --color-brand-active: #e6eb52;
  --color-brand-disabled: #3a3a1f;
  --color-on-brand: #0a0a0a;
  --color-on-dark: #ffffff;
  --color-link: #faff69;
  --color-link-hover: #e6eb52;
  --color-border: #2a2a2a;
  --color-border-strong: #3a3a3a;
  --color-border-yellow: #faff69;
  --color-shadow-color: rgba(0,0,0,0);
  --color-shadow-glow-yellow: rgba(250,255,105,0.15);
  --color-accent-emerald: #22c55e;
  --color-accent-rose: #ef4444;
  --color-accent-blue: #3b82f6;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #3b82f6;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --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:    'JetBrains Mono', ui-monospace, monospace;
}
