.movie-card-skeleton{width:200px;height:300px;background:linear-gradient(90deg,#2a2a2a 25%,#1a1a1a 50%,#2a2a2a 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px}.carousel-skeleton{width:100%;height:400px;border-radius:8px}.carousel-skeleton,.loader-skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#1a1a1a 50%,#2a2a2a 75%);background-size:200% 100%;animation:loading 1.5s infinite;display:flex;align-items:center;justify-content:center}.loader-skeleton{width:50px;height:50px;border-radius:50%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.category-page-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 0 40px;background-color:#0e0e0e}.category-header{width:100%;text-align:center;padding:80px 0 20px;margin-bottom:20px;border-bottom:1px solid #333}.category-title{font-size:2rem;color:#fff;font-weight:450;margin:0;text-transform:none}.category-content{width:100%;max-width:1600px;margin:0 auto}.category-tags-content{padding:0 24px}@media (max-width:768px){.category-header{padding:72px 0 16px}.category-tags-content{padding:0 16px}.category-title{font-size:1.5rem}}