:root {
  --bg: #f3f5f8;
  --surface: #ffffff;
  --ink: #121820;
  --muted: #5c6673;
  --line: #d5dbe3;
  --brand: #0b3d91;
  --brand-soft: #e6eefb;
  --success: #0d7a3e;
  --success-bg: #d7f4de;
  --warning: #9a6b00;
  --warning-bg: #fff3c4;
  --danger: #b42318;
  --danger-bg: #ffd4d4;
  --info: #026aa2;
  --info-bg: #d0ebff;
  --unknown: #667085;
  --unknown-bg: #e4e7ee;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --radius: 10px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --shadow: 0 1px 2px rgba(18, 24, 32, 0.06);
}
