:root {
  --bg: #0f172a;
  --bg2: #1e293b;
  --bg3: #334155;
  --bg-hover: #475569;
  --text: #f1f5f9;
  --text2: #94a3b8;
  --text3: #64748b;
  --border: #334155;
  --border-subtle: #1e293b;
  --accent: #f59e0b;
  --accent-light: #fbbf24;
  --accent-bg: rgba(245,158,11,.1);
  --green: #22c55e;
  --red: #ef4444;
  --blue: #3b82f6;
  --yellow: #eab308;
  --orange: #fb923c;
  --purple: #a78bfa;
  --teal: #14b8a6;
  --cyan: #06b6d4;
  --radius: 8px;
  --radius-sm: 6px;
  --shadow: 0 1px 3px rgba(0,0,0,.3);
  --shadow-lg: 0 4px 12px rgba(0,0,0,.4);
  --transition: all .2s ease;
  --sidebar-w: 240px;
  /* SCIS specific */
  --score-hot: #ef4444;
  --score-warm: #f59e0b;
  --score-cool: #3b82f6;
  --score-cold: #64748b;
  --trend-up: #22c55e;
  --trend-down: #ef4444;
  --trend-flat: #94a3b8;
}
