:root {
  --bg-color: #0f172a;
  --card-bg: #1e293b;
  --card-header: rgba(30, 41, 59, 0.5);
  --border-color: #334155;
  --text-main: #f1f5f9;
  --text-muted: #94a3b8;
  --text-dark: #cbd5e1;
  --primary: #6366f1;
  --primary-hover: #4f46e5;
  --success: #10b981;
  --danger: #f43f5e;
  --warning: #f59e0b;
}
