:root {
  --bg: #0a0a0a;
  --surface: #141414;
  --text: #e5e5e5;
  --text-muted: #a3a3a3;
  --accent: #3b82f6;
  --accent-hover: #2563eb;
  --radius: 12px;
  --font: system-ui, -apple-system, sans-serif;
}
