:root{
  --bg: #0b1020;
  --card: rgba(255,255,255,0.06);
  --border: rgba(255,255,255,0.10);
  --text: #e7ecff;
  --text-global-primary: #f7f1e6;
  --muted: rgba(231,236,255,0.70);
  --tour-text: #f7f1e6;
  --tour-muted: rgba(247,241,230,0.72);

  --rarity-mythical: #ff452b;
  --rarity-legendary: #f8a219;
  --rarity-epic: #8C68E4;
  --rarity-rare: #43cbfd;
  --rarity-uncommon: #7fcb69;
  --rarity-common: #889D9D;

  --faction-card-bg: rgba(255,255,255,0.04);
  --faction-card-border: rgba(255,255,255,0.10);
  --faction-card-border-hover: rgba(255,255,255,0.20);

  --champ-img-w: 140px;
  --champ-img-h: 182px;

  /* bruges i champ-name clamp */
  --name-lines: 2;
}
/*  */
