:root {
  --bg-root: #070a0f;
  --bg-panel: #0d1118;
  --bg-panel-2: #111722;
  --bg-hover: #151d2a;
  --border-soft: #1e2735;
  --border-strong: #2c384d;
  --text-main: #e6edf7;
  --text-sub: #a4afc2;
  --text-muted: #7d8ba3;
  --accent-cyan: #4fd1ff;
  --accent-violet: #7c5cff;
  --positive: #2ed889;
  --negative: #ff5c7a;
  --warning: #f6c453;
  --danger: #ff3b5f;
  --radius-sm: 6px;
  --radius-md: 8px;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --panel-gap: 8px;
  --topbar-height: 38px;
}
