:root {
  --header-height: 56px;
  --sidebar-width: 280px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-title: Georgia, "Times New Roman", serif;
  --text-xs: 11px;
  --text-sm: 12px;
  --text-md: 14px;
  --text-lg: 18px;
  --text-xl: 24px;
  --text-2xl: 30px;
  --control-height-sm: 32px;
  --control-height-md: 38px;
  --control-height-lg: 44px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --color-bg: #080d12;
  --color-panel: #151b22;
  --color-panel-2: #1d242d;
  --color-border: rgba(255,255,255,.16);
  --color-text: #f3f6f8;
  --color-muted: #9aa5ad;
  --color-red: #ff2d2d;
  --color-green: #18a85f;
  --color-amber: #f5ad22;
}

