/* PanelIQ — dark theme */
:root {
  --bg:          #0f1117;
  --bg2:         #1a1d27;
  --bg3:         #23273b;
  --border:      rgba(255,255,255,.08);
  --text:        #e8eaf6;
  --muted:       #7b82a6;
  --accent:      #6366f1;
  --accent-bg:   rgba(99,102,241,.12);
  --success:     #22c55e;
  --warning:     #f59e0b;
  --danger:      #ef4444;
  --info:        #38bdf8;
  --card-shadow: 0 4px 24px rgba(0,0,0,.45);
  --radius:      14px;
}