:root {
  color-scheme: dark;
  --bg: #101319;
  --panel: #171c24;
  --surface: #202733;
  --text: #e4eaf2;
  --muted: #94a2b5;
  --accent: #93e7bd;
  --border: #303a48;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, Consolas, monospace;
  --radius: 10px;
}
