.section{padding:42px 20px;background:#111}.section-heading{max-width:1600px;color:#ddd;font-size:clamp(1.1rem,1.3vw,1.5rem);font-weight:400;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:.3px;margin:0 auto 1.5rem;padding-bottom:4px}.section-heading:after{content:"";display:block;width:40px;height:1px;background:goldenrod;margin-top:6px}html{scroll-behavior:smooth}@media (max-width:640px){.mini-card{flex-direction:column;gap:6px;padding:10px;min-width:90px;max-width:140px;font-size:.8rem}}.gallery{padding-top:36px}.gallery-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.gallery-item{display:block;text-decoration:none;color:inherit;z-index:1!important}.poster-wrapper{position:relative;overflow:hidden}.poster-img{height:300px;width:100%;transition:transform .3s ease}.poster-wrapper:hover .poster-img{transform:scale(1.05)}.overlay{position:absolute;inset:0;background:rgba(0,0,0,.85);opacity:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.2rem;transition:opacity .3s ease-in-out}.poster-wrapper:hover .overlay{opacity:1}.play-icon{font-size:3rem;color:#ffcc33;margin-bottom:1rem;text-shadow:0 2px 6px rgba(0,0,0,.5)}.overlay .info{color:#fff;font-size:.9rem;line-height:1.4;max-width:250px}.overlay .info h3{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.info .meta{margin-top:8px;font-size:.9rem;color:#eee;display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:.8rem;cursor:pointer}.genre{background-color:#2d2d2d;color:#fff;padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500;transition:background .2s ease;cursor:pointer}.genre:hover{background-color:darkgoldenrod;cursor:default;cursor:pointer}.overlay .overview{font-size:.8rem;color:#ccc;margin-bottom:.8rem;max-height:100px;overflow:hidden;text-overflow:ellipsis}.gallery-item .sm\:block{margin-top:.5rem}.gallery-item span{display:block;font-size:.9rem;line-height:1.3}.gallery-item .flex{display:flex;align-items:center;gap:.4rem;font-size:.8rem}@media (max-width:768px){.overlay{display:none}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.poster-img{height:auto}}@media (max-width:480px){.title{font-size:clamp(1.4rem,6vw,1.9rem)}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.btn-ghost,.gallery-item img,.mini-card,.search_box_link{transition:none}}