/* R blue, SR purple, UR gold, UR+ purple-gold. */
.rarity-5 {
  --rarity: #ffd45c !important;
  background: linear-gradient(145deg, #7b5711, #241b0b 55%, #9b711c) !important;
  border-color: #ffe18a !important;
  box-shadow: inset 0 0 0 2px #ffd45c66, 0 0 20px #e9ad3488, 0 10px 28px #000b !important;
}
.rarity-5 .cat {
  border-color: #ffe194 !important;
  box-shadow: inset 0 0 24px #b47a1755, 0 0 18px #ffc84f88 !important;
}
.rarity-5 h3 { color: #fff0b0 !important; text-shadow: 0 0 9px #e9ad34 !important; }
.rarity-5 .grade, .rarity-5 .stars { color: #ffd45c !important; }
.glow-5 { box-shadow: 0 0 14px #ffc642, 0 0 6px #fff0a3 !important; }
.battle-rarity-5 .portrait {
  background: radial-gradient(ellipse at 50% 72%, #ffc64266, #9c6d182b 42%, transparent 68%) !important;
}
.battle-rarity-5 .portrait img {
  filter: drop-shadow(0 8px 9px #000c) drop-shadow(0 0 15px #e7aa31cc) drop-shadow(0 0 7px #fff0a399) !important;
}
