/* TCGenie shared brand tokens — single source of truth for all TCGenie pages.
   (capture.html — the Inventory Images tool — intentionally uses its own palette and does NOT link this.)
   Aliases collapse the old per-file naming drift onto one canonical value each. */
:root{
  /* surfaces */
  --bg:#0c0a14; --panel:#15131f; --panel2:#1f1b2e;
  --border:rgba(255,255,255,.085);
  --text:#fff; --dim:rgba(255,255,255,.72); --muted:rgba(255,255,255,.88);   /* UX pass 2026-07-24: +~5% lightness — small dim text was borderline under bright venue light */

  /* brand — violet (canonical #9b6bff; --accent2/--pink are legacy aliases) */
  --violet:#9b6bff; --accent2:#9b6bff; --pink:#9b6bff;

  /* brand — teal (canonical #5ad1c4; --accent/--cyan are legacy aliases) */
  --teal:#5ad1c4; --accent:#5ad1c4; --cyan:#5ad1c4;

  /* brand — indigo (--orange is a legacy alias) + deep purple */
  --indigo:#6d6bff; --orange:#6d6bff; --purple:#7b2fff;

  /* status */
  --good:#43e08b; --warn:#ff6b7a; --amber:#ffb454;
}
