/* ============================================================
   GENERATED — do not edit.
   ============================================================
   Written by tools/sync-tokens.mjs from the game's own
   src/config/tokens.ts, which is the single source of truth for
   this palette. Re-run the script; do not edit this file.

   30 colours.
   ============================================================ */
:root {
  /* Base — deep broadcast navy, the ground everything sits on. */
  --cc-navy-950: #04091a;
  --cc-navy-900: #0a1428;
  --cc-navy-800: #101f3d;
  --cc-navy-700: #182c55;
  --cc-navy-600: #21396d;

  /* Gold — the premium accent. Value, wins, and the primary action. */
  --cc-gold-300: #f4e2a8;
  --cc-gold-400: #e6c76a;
  --cc-gold-500: #d4af37;
  --cc-gold-600: #b08d24;
  --cc-gold-700: #8a6d17;

  /* CTA — hotter than gold on purpose: gold is value shown, CTA is money moved. */
  --cc-cta-400: #ebc151;
  --cc-cta-500: #e2b744;
  --cc-cta-600: #d7a534;

  /* Cash — the deposit green. An invitation, not a verdict. */
  --cc-cash-500: #27a855;
  --cc-cash-600: #0d8543;

  /* Ink — text and neutral furniture. */
  --cc-ink-050: #f6f8fc;
  --cc-ink-200: #ccd5e4;
  --cc-ink-400: #8b99b4;
  --cc-ink-600: #4d5b78;

  /* Outcome — never used decoratively. */
  --cc-win-500: #24c07a;
  --cc-win-600: #189a60;
  --cc-lose-500: #e2434f;
  --cc-lose-600: #b82c37;

  /* Teams — deliberately unlike any real cricketing nation. */
  --cc-team-blue-500: #2f6be5;
  --cc-team-blue-700: #1c4699;
  --cc-team-red-500: #d8353f;
  --cc-team-red-700: #951f26;

  /* Ground — pitch and outfield. */
  --cc-pitch-500: #c2a878;
  --cc-turf-600: #2f5c2a;
  --cc-turf-700: #234420;
}
