:root{--cyan:#06b6d4;--blue:#3b82f6;--deep:#0f172a;--muted:#64748b;--soft:#f8fafc;--line:#e2e8f0;--yellow:#fde047}body{background:#f8fafc;color:#1e293b}img{background:linear-gradient(135deg,#0f172a,#164e63)}.container{max-width:1180px;margin:0 auto;padding:0 1rem}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#06b6d4,#3b82f6,#14b8a6);box-shadow:0 10px 28px rgba(15,23,42,.18);backdrop-filter:blur(8px)}.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.65rem;color:#fff}.brand-mark{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}.brand strong{display:block;font-size:1.35rem;line-height:1}.brand small{display:block;font-size:.78rem;opacity:.9;margin-top:.18rem}.desktop-nav{display:flex;align-items:center;gap:1.3rem}.desktop-nav a{color:#fff;font-weight:700;transition:.2s}.desktop-nav a:hover,.desktop-nav a.active{color:#fef08a}.header-search{display:flex;align-items:center;background:rgba(255,255,255,.18);border-radius:999px;padding:.25rem;border:1px solid rgba(255,255,255,.28)}.header-search input{width:210px;background:transparent;color:#fff;padding:.52rem .8rem;outline:0}.header-search input::placeholder{color:rgba(255,255,255,.75)}.header-search button,.hero-search button,.page-search button{border-radius:999px;background:#fff;color:#2563eb;font-weight:800;padding:.5rem .9rem}.menu-button{display:none;color:#fff;font-size:1.7rem}.mobile-panel{display:none;padding:0 1rem 1rem}.mobile-panel.open{display:block}.mobile-panel nav{display:grid;gap:.5rem}.mobile-panel a{color:#fff;font-weight:700;padding:.65rem 0}.mobile-panel form{display:flex;gap:.5rem;margin-top:.8rem}.mobile-panel input{flex:1;border-radius:999px;padding:.75rem 1rem;color:#0f172a}.mobile-panel button{border-radius:999px;background:#fff;color:#2563eb;padding:.75rem 1rem;font-weight:800}.home-hero{position:relative;min-height:640px;background:linear-gradient(135deg,#22d3ee 0%,#3b82f6 48%,#7c3aed 100%);overflow:hidden;color:#fff}.hero-pattern{position:absolute;inset:0;background-image:linear-gradient(45deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent);background-size:42px 42px;opacity:.28}.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.22),transparent 30%),linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,.08))}.hero-shell{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2rem;align-items:center;min-height:640px;padding-top:2rem;padding-bottom:2rem}.hero-slider{position:relative}.hero-slide{display:none;grid-template-columns:minmax(0,1fr) 330px;gap:2rem;align-items:center}.hero-slide.active{display:grid;animation:fadeIn .75s ease}.hero-kicker{display:inline-flex;align-items:center;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);padding:.35rem .8rem;font-weight:800;margin-bottom:1rem}.hero-copy h1{font-size:clamp(2.8rem,6vw,5.6rem);font-weight:900;line-height:.95;letter-spacing:-.06em;margin-bottom:.7rem}.hero-copy h2{font-size:clamp(1.65rem,3vw,2.8rem);font-weight:900;margin-bottom:1rem}.hero-copy p{font-size:1.08rem;line-height:1.85;color:#e0f2fe;max-width:650px}.hero-actions,.cta-band div div{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.4rem}.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.82rem 1.35rem;font-weight:900;transition:.25s}.primary-btn{background:#fff;color:#2563eb;box-shadow:0 18px 36px rgba(15,23,42,.22)}.primary-btn:hover{background:#fde047;color:#1d4ed8;transform:translateY(-2px)}.ghost-btn{border:2px solid rgba(255,255,255,.78);color:#fff;background:rgba(255,255,255,.13)}.ghost-btn:hover{background:#fff;color:#2563eb}.hero-poster{border-radius:1.4rem;overflow:hidden;box-shadow:0 26px 70px rgba(15,23,42,.38);transform:rotate(2deg);background:#0f172a}.hero-poster img{width:100%;aspect-ratio:3/4;object-fit:cover;transition:.5s}.hero-poster:hover img{transform:scale(1.06)}.hero-dots{display:flex;gap:.55rem;margin-top:1.5rem}.hero-dots button{width:42px;height:7px;border-radius:999px;background:rgba(255,255,255,.38)}.hero-dots button.active{background:#fff}.hero-side{align-self:end;display:grid;gap:1rem}.hero-search{display:flex;gap:.55rem;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);border-radius:1.25rem;padding:.55rem;backdrop-filter:blur(8px)}.hero-search input{min-width:0;flex:1;background:transparent;color:#fff;padding:.85rem;outline:0}.hero-search input::placeholder{color:rgba(255,255,255,.82)}.hero-chips{display:flex;flex-wrap:wrap;gap:.65rem}.hero-chips a{border-radius:999px;padding:.65rem .9rem;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22);color:#fff;font-weight:800}.hero-chips a:hover{background:#fff;color:#2563eb}.section{padding:4.3rem 0;background:#fff}.soft-bg{background:linear-gradient(180deg,#f8fafc,#fff)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-title h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:900;color:#1f2937}.section-title p{color:#64748b;margin-top:.25rem}.section-title a{color:#0891b2;font-weight:900}.featured-grid,.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.card-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.movie-card>a{display:block;height:100%;overflow:hidden;border-radius:1.15rem;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.1);transition:.25s;border:1px solid #eef2f7}.movie-card>a:hover{transform:translateY(-8px);box-shadow:0 26px 58px rgba(15,23,42,.16)}.poster-frame{position:relative;overflow:hidden;aspect-ratio:16/10;background:#0f172a}.featured-card .poster-frame{aspect-ratio:16/9}.poster-frame img{width:100%;height:100%;object-fit:cover;transition:.55s}.movie-card>a:hover img{transform:scale(1.1)}.movie-card-body{padding:1rem}.movie-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.movie-meta span,.tag-row span{display:inline-flex;border-radius:999px;background:#ecfeff;color:#0e7490;padding:.18rem .5rem;font-size:.75rem;font-weight:800}.movie-card h3{font-size:1.08rem;font-weight:900;color:#1e293b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-card p{color:#64748b;font-size:.92rem;line-height:1.65;margin-top:.45rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.8rem}.tag-row.light span{background:rgba(255,255,255,.19);border:1px solid rgba(255,255,255,.28);color:#fff}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.category-card,.category-overview{border-radius:1.15rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff;padding:1.3rem;box-shadow:0 16px 38px rgba(37,99,235,.2);transition:.25s;overflow:hidden;position:relative}.category-card:nth-child(2n){background:linear-gradient(135deg,#6366f1,#8b5cf6)}.category-card:nth-child(3n){background:linear-gradient(135deg,#14b8a6,#06b6d4)}.category-card:hover,.category-overview:hover{transform:translateY(-6px)}.category-card span,.category-overview h2{display:block;font-size:1.2rem;font-weight:900;margin-bottom:.5rem}.category-card p,.category-overview p{color:#e0f2fe;line-height:1.65;font-size:.92rem}.split-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2rem}.rank-panel{position:sticky;top:96px;align-self:start;border-radius:1.4rem;background:#fff;padding:1.25rem;box-shadow:0 18px 50px rgba(15,23,42,.12)}.rank-panel h2{font-weight:900;font-size:1.45rem;margin-bottom:1rem}.compact-card{display:flex;align-items:center;gap:.9rem;border-radius:.9rem;padding:.7rem;transition:.2s}.compact-card:hover{background:#f8fafc}.compact-card img{width:78px;height:54px;object-fit:cover;border-radius:.65rem;flex:0 0 auto}.compact-card h3{font-weight:900;color:#1e293b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.compact-card p{font-size:.84rem;color:#64748b;margin-top:.1rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.rank-badge{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#facc15,#f97316);display:grid;place-items:center;color:#fff;font-weight:900;flex:0 0 auto}.cta-band{padding:4.6rem 0;background:linear-gradient(90deg,#06b6d4,#3b82f6,#7c3aed);color:#fff;text-align:center}.cta-band h2{font-size:clamp(2rem,4vw,3rem);font-weight:900}.cta-band p{max-width:760px;margin:.8rem auto 0;color:#e0f2fe;line-height:1.8}.cta-band div div{justify-content:center}.inner-hero,.detail-top{background:linear-gradient(90deg,#0891b2,#2563eb,#4f46e5);color:#fff;padding:4rem 0}.inner-hero h1{font-size:clamp(2.2rem,4vw,3.8rem);font-weight:900;margin-top:1rem}.inner-hero p{max-width:760px;color:#e0f2fe;font-size:1.08rem;line-height:1.8;margin-top:.8rem}.crumb{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:#e0f2fe;font-weight:800}.crumb a:hover{color:#fef08a}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.category-overview{display:grid;grid-template-columns:170px minmax(0,1fr);gap:1.1rem;align-items:center;padding:1rem}.category-overview img{width:170px;height:120px;object-fit:cover;border-radius:.9rem}.category-overview span{display:inline-flex;margin-top:.8rem;font-weight:900;color:#fff}.ranking-list{display:grid;gap:1rem}.ranking-row a{display:grid;grid-template-columns:58px 150px minmax(0,1fr);gap:1rem;align-items:center;background:#fff;border-radius:1rem;padding:.9rem;box-shadow:0 12px 32px rgba(15,23,42,.08);border:1px solid #eef2f7;transition:.22s}.ranking-row a:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(15,23,42,.14)}.ranking-no{width:46px;height:46px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#facc15,#f97316);color:#fff;font-weight:900;font-size:1.15rem}.ranking-row img{width:150px;height:88px;object-fit:cover;border-radius:.75rem}.ranking-row h2{font-size:1.2rem;font-weight:900;color:#1e293b}.ranking-row p{color:#0891b2;font-weight:800;margin:.15rem 0}.ranking-row em{display:block;color:#64748b;font-style:normal;line-height:1.6}.page-search{display:flex;gap:.7rem;max-width:720px;margin-top:1.3rem;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.25);border-radius:1.1rem;padding:.55rem}.page-search input{flex:1;min-width:0;background:transparent;color:#fff;outline:0;padding:.9rem}.page-search input::placeholder{color:rgba(255,255,255,.78)}.search-status{margin-bottom:1.2rem;color:#64748b;font-weight:800}.detail-section{padding:2rem 0 4rem;background:#f8fafc}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:2rem}.player-card{background:#020617;border-radius:1.1rem;overflow:hidden;box-shadow:0 22px 58px rgba(15,23,42,.2)}.video-player{display:block;width:100%;aspect-ratio:16/9;background:#000}.detail-content,.cover-card,.side-box{background:#fff;border-radius:1.1rem;padding:1.4rem;box-shadow:0 14px 40px rgba(15,23,42,.08);border:1px solid #eef2f7}.detail-content{margin-top:1.2rem}.detail-content h1{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;color:#1e293b;line-height:1.25;margin:.8rem 0}.detail-content .lead{font-size:1.1rem;color:#0f766e;font-weight:800}.detail-content h2{font-size:1.35rem;font-weight:900;margin:1.5rem 0 .55rem;color:#1e293b}.detail-content p{line-height:1.9;color:#475569}.cover-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:.9rem}.cover-card h2{font-size:1.35rem;font-weight:900;margin-top:1rem}.cover-card p{color:#64748b;margin-top:.3rem}.side-box{margin-top:1rem}.side-box h2{font-size:1.25rem;font-weight:900;margin-bottom:.7rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.site-footer{background:linear-gradient(135deg,#0f172a,#1e3a8a,#164e63);color:#cbd5e1;padding:3.2rem 0 1.2rem}.footer-brand{font-size:1.45rem;font-weight:900;color:#fff}.site-footer p{line-height:1.8;margin-top:.8rem}.site-footer h2{font-weight:900;color:#67e8f9;margin-bottom:.8rem}.footer-links{display:grid;gap:.45rem}.footer-links a:hover{color:#67e8f9}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1rem;text-align:center;color:#94a3b8}.hidden-by-search{display:none!important}@media (max-width:1050px){.desktop-nav,.header-search{display:none}.menu-button{display:block}.hero-shell,.split-layout,.detail-grid{grid-template-columns:1fr}.hero-side{align-self:auto}.hero-slide{grid-template-columns:1fr 250px}.featured-grid,.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rank-panel{position:static}.footer-grid{grid-template-columns:1fr}}@media (max-width:760px){.nav-wrap{height:64px}.home-hero,.hero-shell{min-height:auto}.hero-shell{padding-top:2rem}.hero-slide,.overview-grid,.category-overview{grid-template-columns:1fr}.hero-poster{max-width:250px;transform:none}.hero-copy h1{font-size:2.6rem}.featured-grid,.card-grid,.card-grid.two-col,.category-grid{grid-template-columns:1fr}.section{padding:3rem 0}.section-title{align-items:flex-start;flex-direction:column}.ranking-row a{grid-template-columns:44px 96px minmax(0,1fr);gap:.7rem}.ranking-row img{width:96px;height:68px}.ranking-row em{display:none}.category-overview img{width:100%;height:180px}.detail-section{padding-top:1rem}.page-search,.hero-search{flex-direction:column}.page-search button,.hero-search button{padding:.85rem}.mobile-panel.open{display:block}}@keyframes fadeIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}