.arena-ticker{background:#0d0d0a;overflow:hidden;padding:0}.arena-ticker__track{animation:arena-ticker-scroll var(--arena-ticker-speed,30s) linear infinite;display:flex;gap:var(--arena-ticker-gap,4px)}.arena-ticker:hover .arena-ticker__track{animation-play-state:paused}@keyframes arena-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.arena-ticker__item{flex-shrink:0;height:180px;overflow:hidden;width:180px}.arena-ticker__item img{filter:grayscale(100%) contrast(1.1);height:100%;object-fit:cover;transition:filter .4s ease;width:100%}.arena-ticker__item:hover img{filter:grayscale(40%) contrast(1.05)}@media (max-width:768px){.arena-ticker__item{height:140px;width:140px}}@media (max-width:480px){.arena-ticker__item{height:110px;width:110px}}