.hero-carousel{height:700px}.hero-carousel .hero-bg{object-fit:cover;object-position:center top;filter:brightness(.75);width:100%;height:100%;display:block;position:absolute;inset:0}.hero-carousel .hero-gradient{background:linear-gradient(to top,var(--bg-primary)0%,transparent 50%),linear-gradient(to right,#0a0a0f99 20%,transparent 60%)}.hero-slide{opacity:0;z-index:0;transition:opacity .8s;position:absolute;inset:0}.hero-slide.active{opacity:1;z-index:1}.hero-carousel .hero-content{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem}.hero-info{flex:1;min-width:0}.hero-origin{color:var(--text-secondary);margin-bottom:.75rem;font-size:1rem;font-style:italic}.hero-genres{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.hero-genre-tag{color:var(--text-secondary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;padding:.25rem .7rem;font-size:.78rem}.hero-desc{color:var(--text-secondary);max-width:500px;margin-bottom:1rem;font-size:.85rem;line-height:1.6}.hero-animate{animation:.6s both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hero-thumbnails{flex-shrink:0;align-items:flex-end;gap:.6rem;display:flex}.hero-thumb{cursor:pointer;opacity:.5;border:2px solid #0000;border-radius:8px;width:85px;height:56px;transition:all .3s;position:relative;overflow:hidden}.hero-thumb:hover{opacity:.8;transform:scale(1.05)}.hero-thumb.active{border-color:var(--accent);opacity:1;transform:scale(1.1);box-shadow:0 4px 15px #8b5cf666}.hero-thumb img{object-fit:cover;width:100%;height:100%}.hero-thumb-progress{background:var(--accent);width:100%;height:3px;animation:6s linear thumbProgress;position:absolute;bottom:0;left:0}@keyframes thumbProgress{0%{width:0}to{width:100%}}.interest-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem;display:grid}.interest-card{border-radius:var(--radius);color:#fff;text-shadow:0 1px 3px #0000004d;justify-content:center;align-items:center;padding:1.25rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.interest-card:before{content:"";background:0 0;transition:background .3s;position:absolute;inset:0}.interest-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.interest-card:hover:before{background:#ffffff1a}.interest-card span{z-index:1;position:relative}@media (max-width:768px){.hero-carousel{height:480px}.hero-carousel .hero-bg{object-position:center center;filter:brightness(.6)}.hero-carousel .hero-gradient{background:linear-gradient(to top,var(--bg-primary)0%,#0a0a0f66 40%,transparent 70%),linear-gradient(to bottom,#0a0a0f4d 0%,transparent 30%)}.hero-carousel .hero-content{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 1rem 1.5rem}.hero-info{flex-direction:column;align-items:center;display:flex}.hero-title{text-align:center;font-size:1.5rem!important}.hero-origin{text-align:center;font-size:.9rem}.hero-meta,.hero-genres{justify-content:center}.hero-genre-tag{padding:.2rem .55rem;font-size:.72rem}.hero-desc{display:none}.hero-actions{justify-content:center}.hero-thumbnails{justify-content:center;align-self:center;gap:.5rem;padding-top:.5rem}.hero-thumb{opacity:.6;border-width:2px;border-radius:50%;width:48px;height:48px}.hero-thumb.active{border-color:var(--accent);opacity:1;transform:scale(1.15);box-shadow:0 2px 12px #8b5cf680}.hero-thumb:hover{transform:scale(1.05)}.hero-thumb-progress{display:none}.interest-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.interest-card{padding:1rem .75rem;font-size:.88rem}}@media (max-width:380px){.hero-carousel{height:420px}.hero-title{font-size:1.25rem!important}.hero-thumb{width:40px;height:40px}}
