:root{--bg:#f4f8fb;--text:#0f172a;--muted:#64748b;--cyan:#22d3ee;--teal:#14b8a6;--slate:#0f172a;--card:#ffffff;--line:rgba(15,23,42,.08);--shadow:0 20px 50px rgba(15,23,42,.14);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#eef7fb 0%,#f8fafc 45%,#edf6f8 100%);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.topbar{position:sticky;top:0;z-index:60;background:linear-gradient(90deg,#115e59,#164e63,#1e293b);color:white;box-shadow:0 12px 28px rgba(15,23,42,.22);backdrop-filter:blur(16px)}.nav-shell{max-width:1280px;margin:0 auto;height:68px;padding:0 22px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:22px;letter-spacing:.5px;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--cyan),var(--teal));display:inline-grid;place-items:center;color:white;box-shadow:0 10px 24px rgba(20,184,166,.35);font-weight:900}.desktop-nav{display:flex;align-items:center;gap:18px;margin-left:auto}.nav-link{font-size:15px;color:rgba(255,255,255,.82);padding:10px 4px;transition:.25s}.nav-link:hover,.nav-link.active{color:#a5f3fc}.nav-search{display:flex;align-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(125,211,252,.25);border-radius:999px;padding:4px;min-width:300px}.nav-search input,.mobile-search input{border:0;outline:0;background:transparent;color:white;width:100%;padding:8px 12px}.nav-search input::placeholder,.mobile-search input::placeholder{color:rgba(207,250,254,.65)}.nav-search button,.mobile-search button{border:0;border-radius:999px;background:linear-gradient(135deg,var(--cyan),var(--teal));color:white;padding:8px 14px;font-weight:700;cursor:pointer}.menu-btn{display:none;margin-left:auto;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:white;border-radius:12px;padding:8px 11px;font-size:22px}.mobile-panel{display:none;padding:14px 22px;border-top:1px solid rgba(255,255,255,.12);background:rgba(15,23,42,.98)}.mobile-panel.open{display:grid;gap:10px}.mobile-search{display:flex;border:1px solid rgba(125,211,252,.3);border-radius:16px;overflow:hidden}.hero{position:relative;min-height:680px;overflow:hidden;background:#07111f}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .7s ease}.hero-slide.active{opacity:1;pointer-events:auto}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(8px) saturate(1.1);transform:scale(1.08);opacity:.48}.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 70% 32%,rgba(34,211,238,.24),transparent 30%),linear-gradient(90deg,rgba(2,6,23,.96),rgba(15,23,42,.78) 45%,rgba(15,23,42,.35)),linear-gradient(0deg,rgba(15,23,42,.95),transparent 34%)}.hero-content{position:relative;max-width:1280px;margin:0 auto;min-height:680px;padding:90px 24px 120px;display:grid;grid-template-columns:minmax(0,1.1fr) 420px;align-items:center;gap:56px}.hero-copy{color:white;max-width:720px}.eyebrow{display:inline-flex;align-items:center;border:1px solid rgba(103,232,249,.34);background:rgba(8,145,178,.18);color:#a5f3fc;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:800;margin-bottom:18px}.hero-copy h1{font-size:clamp(42px,7vw,82px);line-height:1.02;margin:0 0 20px;font-weight:950;letter-spacing:-1.6px;background:linear-gradient(90deg,#fff,#a5f3fc,#5eead4);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy p{font-size:18px;line-height:1.85;color:rgba(241,245,249,.86);margin:0 0 22px}.hero-tags,.movie-tags,.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.hero-tags span,.movie-tags span,.tag-cloud a{border-radius:999px;background:rgba(34,211,238,.14);color:#0f766e;padding:6px 10px;font-size:12px;font-weight:800}.hero-tags span{background:rgba(255,255,255,.12);color:#cffafe;border:1px solid rgba(255,255,255,.16)}.hero-actions,.detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.primary-btn,.ghost-btn,.section-more,.ranking-more{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;font-weight:900;transition:.25s}.primary-btn{background:linear-gradient(135deg,var(--cyan),var(--teal));color:white;box-shadow:0 14px 28px rgba(20,184,166,.28)}.primary-btn:hover,.movie-card:hover,.category-tile:hover,.category-overview-card:hover{transform:translateY(-5px)}.ghost-btn{border:1px solid rgba(255,255,255,.25);color:white;background:rgba(255,255,255,.09);backdrop-filter:blur(10px)}.hero-poster{border-radius:28px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.48);transform:rotate(2deg);transition:.35s}.hero-poster:hover{transform:rotate(0deg) scale(1.025)}.hero-poster img{width:100%;aspect-ratio:3/4;object-fit:cover}.hero-control{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:46px;height:46px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:white;background:rgba(15,23,42,.45);font-size:36px;line-height:1;cursor:pointer;backdrop-filter:blur(10px)}.hero-control.prev{left:24px}.hero-control.next{right:24px}.hero-dots{position:absolute;left:50%;bottom:34px;transform:translateX(-50%);z-index:8;display:flex;gap:10px}.hero-dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer;transition:.25s}.hero-dot.active{width:34px;background:#67e8f9}.quick-search{max-width:980px;margin:-42px auto 34px;position:relative;z-index:10;padding:0 20px}.quick-search form{display:flex;gap:12px;padding:14px;background:white;border-radius:24px;box-shadow:var(--shadow);border:1px solid var(--line)}.quick-search input{flex:1;border:0;background:#f1f5f9;border-radius:16px;padding:16px 18px;outline:0;font-size:16px}.quick-search button{border:0;border-radius:16px;background:linear-gradient(135deg,#0891b2,#14b8a6);color:white;font-weight:900;padding:0 24px;cursor:pointer}.content-section{max-width:1280px;margin:54px auto;padding:0 24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}.section-head h2,.ranking-box h2,.detail-text h2,.detail-side h2{margin:0;font-size:clamp(26px,3vw,38px);letter-spacing:-.6px}.section-head h2:before{content:"";display:inline-block;width:6px;height:28px;margin-right:12px;border-radius:999px;background:linear-gradient(180deg,var(--teal),var(--cyan));vertical-align:-4px}.section-head p{margin:8px 0 0;color:var(--muted)}.section-more{background:white;color:#0f766e;box-shadow:0 10px 28px rgba(15,23,42,.08)}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.movie-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}.small-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.movie-card{background:white;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:0 12px 30px rgba(15,23,42,.08);transition:.28s}.movie-card-link{display:block;height:100%}.movie-poster{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#164e63);aspect-ratio:2/3}.movie-poster img{width:100%;height:100%;object-fit:cover;transition:.45s}.movie-card:hover .movie-poster img{transform:scale(1.07)}.poster-meta,.rank-badge{position:absolute;top:12px;border-radius:999px;color:white;font-weight:900;font-size:12px;padding:6px 10px;background:rgba(15,23,42,.68);backdrop-filter:blur(10px)}.poster-meta{right:12px}.rank-badge{left:12px;background:linear-gradient(135deg,#f59e0b,#ef4444)}.movie-info{padding:16px}.movie-info h3{margin:10px 0 8px;font-size:18px;line-height:1.32}.movie-info p{margin:0;color:#64748b;line-height:1.65;font-size:14px;min-height:68px}.movie-tags span{background:#ecfeff;color:#0e7490}.movie-foot{display:flex;justify-content:space-between;align-items:center;margin-top:16px;color:#64748b;font-size:13px}.movie-foot strong{color:#0f766e}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-tile{position:relative;min-height:210px;border-radius:24px;overflow:hidden;color:white;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;box-shadow:var(--shadow);transition:.28s}.category-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,6,23,.88),rgba(2,6,23,.1));z-index:1}.category-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-tile span,.category-tile p{position:relative;z-index:2}.category-tile span{font-size:21px;font-weight:950}.category-tile p{margin:7px 0 0;color:rgba(255,255,255,.78);font-size:13px}.split-section{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.ranking-box{position:sticky;top:92px;background:#0f172a;color:white;border-radius:28px;padding:24px;box-shadow:var(--shadow);overflow:hidden}.ranking-box:before{content:"";position:absolute;inset:-70px -80px auto auto;width:220px;height:220px;border-radius:50%;background:rgba(34,211,238,.18)}.rank-row{position:relative;display:grid;grid-template-columns:34px 1fr;gap:10px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.09)}.rank-row span{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:rgba(34,211,238,.16);color:#a5f3fc;font-weight:900}.rank-row strong{font-size:15px}.rank-row em{display:block;color:#94a3b8;font-size:12px;font-style:normal;margin-top:4px}.ranking-more{width:100%;margin-top:18px;background:linear-gradient(135deg,var(--cyan),var(--teal));color:white}.filter-panel{background:white;border:1px solid var(--line);border-radius:24px;padding:16px;margin-bottom:24px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.filter-row{display:flex;gap:12px}.filter-input,.filter-year{border:1px solid #e2e8f0;background:#f8fafc;border-radius:16px;padding:14px 16px;outline:0;font-size:15px}.filter-input{flex:1}.filter-year{min-width:150px}.filter-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.filter-chip{border:0;border-radius:999px;padding:9px 14px;color:#0f766e;background:#ecfeff;font-weight:800;cursor:pointer}.filter-chip.active{color:white;background:linear-gradient(135deg,#0891b2,#14b8a6)}.empty-state{display:none;text-align:center;color:#64748b;background:white;border-radius:20px;padding:40px}.empty-state.show{display:block}.page-hero{position:relative;overflow:hidden;margin:0 0 34px;padding:76px 24px;background:radial-gradient(circle at 80% 20%,rgba(34,211,238,.22),transparent 28%),linear-gradient(135deg,#0f172a,#164e63 54%,#115e59);color:white}.page-hero>div{max-width:1280px;margin:0 auto}.page-hero span{color:#a5f3fc;font-weight:900}.page-hero h1{font-size:clamp(38px,6vw,72px);margin:10px 0 12px;line-height:1.04}.page-hero p{max-width:720px;color:rgba(241,245,249,.78);font-size:18px;line-height:1.8}.category-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.category-overview-card{display:grid;grid-template-columns:210px 1fr;gap:22px;align-items:center;background:white;border-radius:28px;padding:16px;border:1px solid var(--line);box-shadow:0 12px 32px rgba(15,23,42,.08);transition:.28s}.category-collage{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.category-collage img{height:124px;width:100%;object-fit:cover;border-radius:16px}.category-overview-card h2{margin:0 0 8px;font-size:28px}.category-overview-card p{color:#64748b;line-height:1.75}.category-overview-card span{color:#0f766e;font-weight:900}.category-hero{display:grid;grid-template-columns:1fr 420px;gap:24px;align-items:center}.hero-mini-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero-mini-list a{position:relative;border-radius:18px;overflow:hidden;min-height:180px;box-shadow:0 16px 36px rgba(0,0,0,.22)}.hero-mini-list img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-mini-list span{position:absolute;left:10px;right:10px;bottom:10px;color:white;font-weight:900;text-shadow:0 2px 12px rgba(0,0,0,.7)}.ranking-list{display:grid;gap:14px}.ranking-item{display:grid;grid-template-columns:58px 94px 1fr;align-items:center;gap:16px;background:white;border-radius:22px;padding:12px;border:1px solid var(--line);box-shadow:0 8px 22px rgba(15,23,42,.06);transition:.25s}.ranking-item:hover{transform:translateX(5px)}.ranking-num{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:white;background:linear-gradient(135deg,#0ea5e9,#14b8a6);font-weight:950}.ranking-item img{width:94px;height:126px;object-fit:cover;border-radius:16px}.ranking-item h3{margin:0 0 7px;font-size:20px}.ranking-item p{margin:0;color:#64748b;line-height:1.65}.ranking-item em{display:block;margin-top:8px;color:#0f766e;font-style:normal;font-weight:800}.detail-hero{position:relative;overflow:hidden;background:#020617;color:white}.detail-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(10px) saturate(1.1);transform:scale(1.08);opacity:.38}.detail-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.97),rgba(15,23,42,.75)),radial-gradient(circle at 75% 20%,rgba(34,211,238,.22),transparent 30%)}.detail-wrap{position:relative;max-width:1280px;margin:0 auto;padding:34px 24px 72px}.breadcrumb{display:flex;flex-wrap:wrap;gap:10px;color:#cbd5e1;font-size:14px;margin:8px 0 34px}.breadcrumb a{color:#a5f3fc}.detail-main{display:grid;grid-template-columns:320px 1fr;gap:44px;align-items:center}.detail-poster{border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.42)}.detail-poster img{width:100%;aspect-ratio:2/3;object-fit:cover}.detail-copy h1{font-size:clamp(38px,6vw,72px);line-height:1.05;margin:0 0 18px}.detail-copy p{max-width:800px;color:#dbeafe;line-height:1.9;font-size:18px}.detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}.detail-meta span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 12px;color:#cffafe;font-weight:800}.watch-section{max-width:1280px;margin:-42px auto 40px;padding:0 24px;position:relative;z-index:4}.player-frame{background:#020617;border-radius:28px;overflow:hidden;box-shadow:0 26px 70px rgba(15,23,42,.26);border:1px solid rgba(34,211,238,.18)}.player-frame video{width:100%;aspect-ratio:16/9;background:#020617;display:block}.detail-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.detail-text,.detail-side{background:white;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 12px 32px rgba(15,23,42,.08)}.detail-text p{color:#475569;line-height:2;font-size:16px}.detail-side{height:max-content;position:sticky;top:92px}.tag-cloud{margin-top:16px}.tag-cloud a{background:#ecfeff;color:#0e7490}.site-footer{background:linear-gradient(180deg,#0f172a,#020617);color:#cbd5e1;margin-top:80px;padding:48px 24px 24px}.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}.footer-brand{display:flex;align-items:center;gap:12px;font-size:22px;color:white;margin-bottom:14px}.site-footer p{color:#94a3b8;line-height:1.8}.site-footer h3{color:white;margin:0 0 14px}.footer-links{display:grid;gap:9px}.footer-links a{color:#cbd5e1}.footer-links a:hover{color:#67e8f9}.footer-bottom{max-width:1280px;margin:34px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:16px;color:#64748b}@media (max-width:1100px){.nav-search{display:none}.hero-content{grid-template-columns:1fr 300px}.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,1fr)}.split-section{grid-template-columns:1fr}.ranking-box{position:relative;top:auto}.category-hero{grid-template-columns:1fr}.detail-main{grid-template-columns:260px 1fr}}@media (max-width:820px){.desktop-nav{display:none}.menu-btn{display:block}.nav-shell{height:62px}.hero,.hero-content{min-height:720px}.hero-content{grid-template-columns:1fr;padding-top:72px;gap:28px}.hero-poster{max-width:260px}.hero-control{display:none}.quick-search form,.filter-row{flex-direction:column}.featured-grid,.movie-grid,.small-grid,.category-grid,.category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-overview-card{grid-template-columns:1fr}.split-section,.detail-content{grid-template-columns:1fr}.detail-side{position:relative;top:auto}.detail-main{grid-template-columns:1fr}.detail-poster{max-width:280px}.category-hero{display:block}.hero-mini-list{margin-top:26px}.ranking-item{grid-template-columns:42px 74px 1fr}.ranking-item img{width:74px;height:100px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.content-section{margin:42px auto}.section-head{align-items:flex-start;flex-direction:column}}@media (max-width:560px){.brand{font-size:18px}.brand-mark{width:34px;height:34px}.hero-copy h1,.detail-copy h1,.page-hero h1{font-size:38px}.hero-copy p,.detail-copy p,.page-hero p{font-size:16px}.movie-grid,.featured-grid,.small-grid,.category-grid{grid-template-columns:1fr}.category-overview-grid{grid-template-columns:1fr}.hero-mini-list{grid-template-columns:1fr}.content-section,.nav-shell,.detail-wrap,.watch-section{padding-left:16px;padding-right:16px}.movie-info p{min-height:auto}.quick-search{margin-top:-28px}.footer-grid{gap:22px}.ranking-item{grid-template-columns:1fr}.ranking-num{position:absolute;margin:8px}.ranking-item img{width:100%;height:210px}.filter-year{width:100%}}
