/* PanelIQ — corporate theme */
:root {
  --bg:          #f0f4f8;
  --bg2:         #ffffff;
  --bg3:         #e8edf5;
  --border:      rgba(0,0,0,.1);
  --text:        #1e293b;
  --muted:       #64748b;
  --accent:      #1d4ed8;
  --accent-bg:   rgba(29,78,216,.1);
  --success:     #15803d;
  --warning:     #b45309;
  --danger:      #b91c1c;
  --info:        #0369a1;
  --card-shadow: 0 2px 10px rgba(0,0,0,.1);
  --radius:      10px;
}