/* Colored rims with circulating light for Legendary, Mythic and God equipment. */
.rarity-orbit{animation:equipment-frame-orbit 3s linear infinite;stroke-linecap:round;pointer-events:none}
.rarity-god .rarity-orbit{animation-duration:2.4s}
@keyframes equipment-frame-orbit{to{stroke-dashoffset:-100}}
.catalog-item.rarity-item,.inventory-slot.occupied.rarity-item{border-color:var(--rarity-color);border-width:2px}
.catalog-item.rarity-item.selected,.inventory-slot.rarity-item.slot-selected{border-color:var(--rarity-color);box-shadow:inset 0 0 0 1px #ffffff6b}
.catalog-item.rarity-item:hover,.inventory-slot.rarity-item:hover{border-color:var(--rarity-color);box-shadow:inset 0 0 0 1px #ffffff6b}
.rarity-item[data-rarity="legendary"],.rarity-item[data-rarity="mythic"],.rarity-item[data-rarity="god"]{box-shadow:inset 0 0 10px color-mix(in srgb,var(--rarity-color) 12%,transparent)}
.detail-emblem:has(.item-emblem),.catalog-emblem.legendary .painted-emblem{border:0;outline:0}
.rarity-key{display:flex;flex-wrap:wrap;gap:8px 16px;margin:12px 0;font-size:.875rem;line-height:1.5}
.rarity-key span{display:inline-flex;align-items:center;gap:6px}
.rarity-key i{display:inline-block;width:15px;height:15px;border:3px solid var(--rarity-color);border-radius:2px}
@media(prefers-reduced-motion:reduce){.rarity-orbit{animation:none}}
