.idol-carousel-section{width:100%;overflow:hidden;padding:2rem 0;background:linear-gradient(to bottom,#f8f9fa,#fff);margin-bottom:3rem}.carousel-track{width:100%;overflow:hidden;padding:1rem 0}.carousel-images{display:flex;gap:1.5rem;will-change:transform}.male-carousel .carousel-images{animation:scroll-left 40s linear infinite}.female-carousel .carousel-images{animation:scroll-right 40s linear infinite}.carousel-image{width:150px;height:150px;object-fit:cover;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:transform .3s,box-shadow .3s;flex-shrink:0;cursor:pointer}.carousel-image:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.carousel-track:hover .carousel-images{animation-play-state:paused}@media (max-width: 768px){.idol-carousel-section{padding:1.5rem 0;margin-bottom:2rem}.carousel-track{padding:.75rem 0}.carousel-images{gap:1rem}.carousel-image{width:100px;height:100px;border-radius:8px}.male-carousel .carousel-images,.female-carousel .carousel-images{animation-duration:30s}}@media (min-width: 769px) and (max-width: 1024px){.carousel-image{width:120px;height:120px}.male-carousel .carousel-images,.female-carousel .carousel-images{animation-duration:35s}}
