/* HoloPlaza TCG — game & card-condition colour codes.
   These are data colours, not brand colours: every listing, badge and album
   icon is keyed by game and by card condition. Canonical set = marketplace.css;
   album/theme variants are kept because they still ship on those surfaces. */
:root{
  /* Game keys (marketplace — canonical) */
  --game-pokemon:#e63946;
  --game-magic:#1d6fa4;
  --game-yugioh:#d4a017;
  --game-onepiece:#e8521a;
  --game-digimon:#3a86ff;
  --game-otros:#6c757d;
  /* Added for the shop's newer calendars. Riftbound is violet, not its box's
     magenta, so the chip stays distinguishable from --game-pokemon (#e63946) and
     from the crimson --accent used by prices and buttons in the same row; Final
     Fantasy is a desaturated slate so it does not read as --game-magic (#1d6fa4). */
  --game-riftbound:#6d3bc4;
  --game-finalfantasy:#34495e;

  /* Legacy variants still rendered elsewhere */
  --game-pokemon-theme:#27ae60;   /* child theme badge */
  --game-magic-theme:#3b4bc8;
  --game-yugioh-theme:#7e22ce;
  --game-pokemon-album:#eab308;   /* album icon tiles */
  --game-magic-album:#a855f7;
  --game-yugioh-album:#ef4444;

  /* Card condition (grading) — fill / ink pairs */
  --cond-nm:#2ecc71;   --cond-nm-ink:#0a1f0f;
  --cond-lp:#3498db;   --cond-lp-ink:#ffffff;
  --cond-mp:#f39c12;   --cond-mp-ink:#1a0e00;
  --cond-hp:#e67e22;   --cond-hp-ink:#ffffff;
  --cond-dmg:#e74c3c;  --cond-dmg-ink:#ffffff;

  /* Listing / order status */
  --status-active:#27ae60;
  --status-draft:#aaaaaa;
  --status-reserved:#3498db;
  --status-accepted:#FF8C42;
  --status-verification:#9b59b6;
  --status-completed:#27ae60;
  --status-cancelled:#e74c3c;
  --status-expired:#aaaaaa;
  --status-disputed:#f1c40f;
}
