:root {
  --bg: #0f172a;
  --bg2: #1e293b;
  --bg3: #334155;
  --bg-hover: #475569;
  --border: #334155;
  --border-subtle: #1e293b;
  --text: #f1f5f9;
  --text2: #94a3b8;
  --text3: #64748b;

  --accent: #f59e0b;
  --accent-light: #fbbf24;
  --accent-bg: rgba(245,158,11,0.1);

  --green: #22c55e;
  --yellow: #f59e0b;
  --red: #ef4444;
  --blue: #3b82f6;
  --purple: #a78bfa;
  --orange: #fb923c;
  --pink: #f472b6;
  --teal: #14b8a6;

  --dept-ad: #3b82f6;
  --dept-qd: #22c55e;
  --dept-pd: #fb923c;
  --dept-ld: #a78bfa;
  --dept-sd: #14b8a6;

  --radius: 10px;
  --radius-sm: 6px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.2);
  --shadow-md: 0 2px 8px rgba(0,0,0,0.25);
  --shadow-lg: 0 4px 16px rgba(0,0,0,0.3);
  --sidebar-w: 240px;
  --sidebar-collapsed: 60px;
  --transition: 0.2s ease;
}
