.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%;background-color:#000000;margin-top:-72px;padding:72px 0 40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:768px){.category-page-container{margin-top:-64px;padding-top:64px}}.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:#ffffff;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}}.category-page-empty-state{text-align:center;padding:4rem 2rem;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center}.category-page-empty-state-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:rgba(255,255,255,.06);border-radius:50%;color:rgba(255,255,255,.35)}.category-page-empty-state-icon img,.category-page-empty-state-icon svg{width:40px;height:40px}.category-page-empty-state-title{font-size:1.35rem;font-weight:600;color:#ffffff;margin:0 0 .75rem}.category-page-empty-state-message{font-size:1rem;color:rgba(255,255,255,.65);line-height:1.5;max-width:420px;margin:0 0 1.75rem}.category-page-empty-state-cta{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;font-size:.95rem;font-weight:600;color:#fff;background:#3399cc;border-radius:8px;text-decoration:none;transition:background .2s ease}.category-page-empty-state-cta:hover{background:#2a8abb}@media (max-width:768px){.category-page-empty-state{padding:3rem 1.5rem;min-height:280px}.category-page-empty-state-title{font-size:1.2rem}.category-page-empty-state-message{font-size:.95rem}}