/* Semantics the G pack doesn't ship: outcome colours and the chart ramp.
   Declared for both grounds so the theme toggle stays honest. */
:root {
  --up:    #1a7f4b;
  --down:  #c0392b;
  --warn:  #b7791f;
  --c1: #1a6fe6; --c2: #c0392b; --c3: #1a7f4b; --c4: #8e44ad;
  --c5: #b7791f; --c6: #0d9488; --c7: #d946a6; --c8: #64748b;
  --c9: #ea580c; --c10: #4338ca; --c11: #78716c; --c12: #a16207;
}
[data-theme="dark"] {
  --up:    #4ade80;
  --down:  #f87171;
  --warn:  #fbbf24;
  --c1: #ff4fd8; --c2: #f87171; --c3: #4ade80; --c4: #c084fc;
  --c5: #fbbf24; --c6: #2dd4bf; --c7: #f0abfc; --c8: #94a3b8;
  --c9: #fb923c; --c10: #818cf8; --c11: #a8a29e; --c12: #fcd34d;
}
