.character-carousel-container{width:100vw;margin-left:calc(-50vw + 50%);overflow-x:auto;overflow-y:hidden;position:relative;padding:2rem 0;scrollbar-width:none;-ms-overflow-style:none}.character-carousel-container::-webkit-scrollbar{display:none}.character-carousel-track{display:flex;gap:1.5rem;animation:scroll-left linear infinite;width:fit-content;padding-left:1.5rem}.character-carousel-container:hover .character-carousel-track{animation-play-state:paused}.character-carousel-item{flex-shrink:0;width:280px;height:400px;transition:transform .3s ease}.character-carousel-item:hover{transform:scale(1.05)}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.character-carousel-item{width:280px;height:400px}.character-carousel-track{gap:1rem;padding-left:1rem}}@media (max-width:480px){.character-carousel-item{width:260px;height:380px}}