.hero-carousel-root{position:relative;width:100%;max-width:var(--app-max-width,1400px);margin:0 auto;border-radius:1rem;overflow:hidden;background:#0a0a0a;--hero-height:420px;height:var(--hero-height);min-height:200px}@media (min-width:2560px){.hero-carousel-root{--hero-height:520px}}@media (min-width:1920px) and (max-width:2559px){.hero-carousel-root{--hero-height:440px}}@media (min-width:1366px) and (max-width:1919px){.hero-carousel-root{--hero-height:360px}}@media (max-width:1024px){.hero-carousel-root{--hero-height:300px}}@media (max-width:768px){.hero-carousel-root{display:none}}.hero-slides-container{position:relative;width:100%;height:100%}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease-in-out,visibility .7s ease-in-out;z-index:0}.hero-slide.active{opacity:1;visibility:visible;z-index:1}.hero-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.hero-image-bg{position:absolute;inset:-20px;background-size:cover;background-position:50%;filter:blur(30px) brightness(.5) saturate(1.3);transform:scale(1.15);z-index:0}.hero-image{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;z-index:1;transition:opacity .5s ease}.hero-image.is-fallback{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;max-height:100%;filter:brightness(.8)}.hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(0deg,hsla(0,0%,4%,.95) 0,hsla(0,0%,4%,.7) 25%,hsla(0,0%,4%,.2) 50%,transparent 70%);pointer-events:none}.hero-content{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:.5rem}@media (max-width:768px){.hero-content{padding:1.25rem 1rem;gap:.35rem}}.hero-title{font-size:clamp(1.1rem,2.5vw,2rem);font-weight:700;color:#fff;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.7);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-meta{color:hsla(0,0%,100%,.7);font-weight:500}.hero-genres,.hero-meta{font-size:clamp(.7rem,1vw,.85rem)}.hero-genres{color:#00ff5e;font-weight:600}.hero-description{font-size:clamp(.75rem,.9vw,.9rem);color:hsla(0,0%,100%,.6);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;max-width:600px}@media (max-width:768px){.hero-description{-webkit-line-clamp:2;line-clamp:2;max-width:100%}}.hero-actions{display:flex;gap:.75rem;margin-top:.25rem}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:.75rem;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.hero-btn-primary{background:#00ff5e;color:#0a0a0a}.hero-btn-primary:hover{background:#33ff7e;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,255,65,.3)}@media (max-width:640px){.hero-btn{padding:.45rem 1rem;font-size:.8rem}}.hero-controls{position:absolute;inset:0;z-index:4;pointer-events:none;justify-content:space-between;padding:0 .5rem}.hero-controls,.hero-nav{display:flex;align-items:center}.hero-nav{pointer-events:auto;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.1);cursor:pointer;transition:all .2s ease;opacity:0}.hero-carousel-root:hover .hero-nav{opacity:1}.hero-nav:hover{background:rgba(0,0,0,.6);color:#fff;border-color:hsla(0,0%,100%,.2)}@media (max-width:768px){.hero-nav{display:none}}.hero-indicators{position:absolute;bottom:.75rem;right:1rem;z-index:5;display:flex;gap:6px;align-items:center}.hero-dot{width:24px;height:3px;border-radius:2px;background:hsla(0,0%,100%,.25);cursor:pointer;overflow:hidden;transition:background .3s ease}.hero-dot.active{background:hsla(0,0%,100%,.15)}.hero-dot-progress{width:0;height:100%;background:#00ff5e;border-radius:2px}.hero-dot.active .hero-dot-progress{animation:progress-fill 5s linear forwards}@media (max-width:640px){.hero-indicators{bottom:.5rem;right:.5rem;gap:4px}.hero-dot{width:16px;height:2px}}.hero-mobile-list{display:flex;gap:12px;padding:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.hero-mobile-card{flex:0 0 140px;display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.01));border-radius:10px;padding:8px;align-items:stretch}.hero-mobile-img{width:100%;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.hero-mobile-title{font-size:.85rem;font-weight:600;color:#fff;line-height:1.1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hero-mobile-open{margin-top:auto;padding:6px 8px;border-radius:6px;background:#00e654;color:#071;border:none;font-weight:700;cursor:pointer}@media (max-width:420px){.hero-mobile-card{flex:0 0 120px}.hero-mobile-img{height:90px}}