:root {
  --bg: #f8fafc;
  --panel: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;

  --brand-primary: #0f6fff;
  --brand-accent: #19c6ff;

  --success: #00d084;
  --warning: #ffc107;
  --error: #ff4d4f;
  --info: #0f6fff;
}

html[data-theme="dark"],
html.dark {
  --bg: #0b1220;
  --panel: #111a2e;
  --text: #e2e8f0;
  --muted: #94a3b8;
  --line: #1f2a44;
}
