:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-2: #eef2ff;
  --text: #0f172a;
  --muted: #475569;
  --border: rgba(15, 23, 42, 0.12);
  --primary: #2563eb;
  --primary-contrast: #ffffff;
  --danger: #b00020;
}
