:root{--brand:#0ea5e9;--brand-dark:#0369a1;--ink:#0f172a;--muted:#64748b;--panel:#ffffff;--line:#e2e8f0;--soft:#f8fafc;--accent:#f59e0b;--deep:#020617}body{background:var(--soft);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans SC","Microsoft YaHei",sans-serif}.site-footer{background:#0f172a;color:#cbd5e1;margin-top:40px}.footer-inner{max-width:1280px;margin:0 auto;padding:38px 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:26px;align-items:start}.footer-brand{color:white;font-size:22px;font-weight:900;margin-bottom:10px}.site-footer p{line-height:1.8;color:#94a3b8}.footer-links{display:flex;flex-wrap:wrap;gap:10px}.footer-links a{display:inline-flex;align-items:center;min-height:34px;border-radius:999px;background:rgba(255,255,255,.08);color:#e2e8f0;padding:0 12px;font-weight:700}.footer-links a:hover{background:#0ea5e9;color:white}@media (max-width:760px){.footer-inner{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.95)}.nav-wrap{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:#0f172a;font-size:20px;white-space:nowrap}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#0369a1);color:white;box-shadow:0 10px 22px rgba(14,165,233,.26)}.nav-links{display:flex;align-items:center;gap:4px;margin-left:10px}.nav-link{padding:9px 14px;border-radius:12px;color:#475569;font-weight:600;transition:.2s}.nav-link:hover,.nav-link.is-active{color:#0369a1;background:#e0f2fe}.top-search{margin-left:auto;display:flex;align-items:center;gap:8px}.top-search input,.mobile-search input,.search-box input{height:40px;border:1px solid #cbd5e1;border-radius:12px;background:white;padding:0 14px;outline:none}.top-search input{width:220px}.top-search input:focus,.mobile-search input:focus,.search-box input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px rgba(14,165,233,.16)}.top-search button,.mobile-search button,.search-box button,.primary-btn{height:40px;padding:0 16px;border-radius:12px;background:#0ea5e9;color:white;font-weight:700;transition:.2s}.top-search button:hover,.mobile-search button:hover,.search-box button:hover,.primary-btn:hover{background:#0369a1;transform:translateY(-1px)}.menu-btn{display:none;margin-left:auto;width:42px;height:42px;border-radius:12px;background:#e0f2fe;color:#0369a1;font-size:22px}.mobile-panel{display:none;max-width:1280px;margin:0 auto;padding:0 20px 16px}.mobile-panel.is-open{display:block}.mobile-link{display:block;padding:12px;border-radius:12px;color:#334155;font-weight:700}.mobile-link.is-active,.mobile-link:hover{background:#e0f2fe;color:#0369a1}.mobile-search{display:flex;gap:8px;margin-top:10px}.mobile-search input{flex:1}.hero-carousel{position:relative;min-height:76vh;overflow:hidden;background:#020617}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .65s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.04);filter:saturate(1.04)}.hero-slide.is-active .hero-image{animation:heroZoom 8s ease both}@keyframes heroZoom{from{transform:scale(1.08)}to{transform:scale(1.02)}}.hero-backdrop{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.92),rgba(2,6,23,.62) 45%,rgba(2,6,23,.2)),linear-gradient(0deg,rgba(2,6,23,.92),rgba(2,6,23,.05) 42%,rgba(2,6,23,.15))}.hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;min-height:76vh;padding:104px 20px 84px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.58fr);gap:34px;align-items:end}.hero-copy{max-width:760px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#fbbf24;font-weight:800;margin-bottom:18px}.hero-title{font-size:clamp(38px,7vw,72px);line-height:1.02;color:white;font-weight:900;letter-spacing:-.04em;margin:0 0 18px}.hero-text{font-size:clamp(17px,2vw,22px);color:#e2e8f0;line-height:1.8;max-width:780px;margin-bottom:24px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:14px;font-weight:800}.hero-actions .watch{background:#0ea5e9;color:white;box-shadow:0 16px 38px rgba(14,165,233,.34)}.hero-actions .watch:hover{background:#0369a1;transform:translateY(-2px)}.hero-actions .ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:white;backdrop-filter:blur(12px)}.hero-actions .ghost:hover{background:rgba(255,255,255,.2)}.hero-side{background:rgba(15,23,42,.56);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:18px;box-shadow:0 30px 70px rgba(2,6,23,.45);backdrop-filter:blur(18px)}.hero-side img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1e293b)}.hero-side h3{font-size:20px;color:white;font-weight:800;margin:16px 0 8px}.hero-side p{color:#cbd5e1;line-height:1.7}.hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}.tag-pill{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:700}.hero-copy .tag-pill{background:rgba(255,255,255,.14);color:white;border:1px solid rgba(255,255,255,.18)}.hero-dots{position:absolute;z-index:5;left:50%;bottom:26px;transform:translateX(-50%);display:flex;gap:10px}.hero-dots button{width:40px;height:5px;border-radius:999px;background:rgba(255,255,255,.35);transition:.2s}.hero-dots button.is-active{background:white;width:64px}.section{max-width:1280px;margin:0 auto;padding:64px 20px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:26px}.section-kicker{color:#0369a1;font-weight:900;margin-bottom:6px}.section h2,.section-title{font-size:clamp(26px,4vw,38px);line-height:1.15;font-weight:900;color:#0f172a;letter-spacing:-.03em}.section-desc{color:#64748b;line-height:1.8;max-width:760px}.more-link{font-weight:800;color:#0369a1}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.movie-card{background:white;border-radius:24px;overflow:hidden;box-shadow:0 14px 32px rgba(15,23,42,.08);border:1px solid rgba(226,232,240,.8);transition:.25s}.movie-card:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(15,23,42,.16)}.poster-frame{position:relative;display:block;aspect-ratio:2/3;overflow:hidden;background:radial-gradient(circle at 20% 10%,#38bdf8,transparent 34%),linear-gradient(135deg,#0f172a,#334155)}.poster-frame img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.movie-card:hover .poster-frame img{transform:scale(1.08)}.year-badge,.rank-badge{position:absolute;z-index:2;border-radius:999px;font-weight:900;box-shadow:0 10px 18px rgba(2,6,23,.22)}.year-badge{left:12px;bottom:12px;background:rgba(15,23,42,.76);color:white;padding:6px 10px;font-size:12px;backdrop-filter:blur(12px)}.rank-badge{top:12px;left:12px;background:#f59e0b;color:#111827;width:34px;height:34px;display:flex;align-items:center;justify-content:center}.movie-body{padding:18px}.movie-meta{display:flex;gap:8px;flex-wrap:wrap;color:#64748b;font-size:13px;font-weight:700;margin-bottom:8px}.movie-body h3{font-size:18px;line-height:1.35;color:#0f172a;font-weight:900;margin-bottom:8px}.movie-body h3 a:hover{color:#0369a1}.movie-line{color:#64748b;line-height:1.65;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.category-card{position:relative;min-height:164px;border-radius:26px;background:white;border:1px solid rgba(226,232,240,.9);box-shadow:0 14px 34px rgba(15,23,42,.08);padding:24px;overflow:hidden;transition:.25s}.category-card:before{content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;border-radius:50%;background:rgba(14,165,233,.12)}.category-card:hover{transform:translateY(-5px);box-shadow:0 24px 56px rgba(15,23,42,.15)}.category-card h3{font-size:21px;font-weight:900;color:#0f172a;margin-bottom:10px}.category-card p{color:#64748b;line-height:1.7;font-size:14px}.category-card .card-link{display:inline-flex;margin-top:16px;color:#0369a1;font-weight:900}.rank-panel{background:#0f172a;border-radius:30px;padding:28px;box-shadow:0 24px 70px rgba(15,23,42,.25)}.rank-panel .section-title,.rank-panel .section-desc{color:white}.rank-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.rank-row{display:grid;grid-template-columns:42px minmax(0,1fr) minmax(0,1.2fr) 74px;align-items:center;gap:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px;color:white;transition:.2s}.rank-row:hover{background:rgba(14,165,233,.22);transform:translateX(4px)}.rank-num{width:32px;height:32px;border-radius:12px;background:#f59e0b;color:#111827;display:flex;align-items:center;justify-content:center;font-weight:900}.rank-title{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-meta{color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.rank-hot{color:#fbbf24;font-weight:900;text-align:right}.page-hero{background:linear-gradient(135deg,#0f172a,#0c4a6e 54%,#0369a1);color:white;padding:76px 20px}.page-hero-inner{max-width:1280px;margin:0 auto}.page-hero h1{font-size:clamp(34px,6vw,58px);font-weight:900;line-height:1.08;letter-spacing:-.04em;margin-bottom:16px}.page-hero p{color:#e2e8f0;line-height:1.9;max-width:820px;font-size:18px}.crumbs{max-width:1280px;margin:22px auto 0;padding:0 20px;color:#64748b;font-weight:700}.crumbs a{color:#0369a1}.search-box{display:flex;gap:10px;margin-top:28px;max-width:720px}.search-box input{flex:1;height:50px;border-radius:16px}.search-box button{height:50px;border-radius:16px}.filter-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.filter-row button{border-radius:999px;background:white;color:#334155;border:1px solid #cbd5e1;padding:9px 14px;font-weight:800}.filter-row button.is-active,.filter-row button:hover{background:#0ea5e9;color:white;border-color:#0ea5e9}.detail-hero{max-width:1280px;margin:0 auto;padding:38px 20px 30px;display:grid;grid-template-columns:320px minmax(0,1fr);gap:34px;align-items:end}.detail-poster{border-radius:28px;box-shadow:0 24px 70px rgba(15,23,42,.18)}.detail-info h1{font-size:clamp(34px,5vw,58px);line-height:1.08;font-weight:900;letter-spacing:-.04em;color:#0f172a;margin:12px 0 18px}.detail-line{font-size:19px;line-height:1.9;color:#475569;max-width:880px}.detail-meta{display:flex;flex-wrap:wrap;gap:10px}.detail-meta span{background:white;border:1px solid #e2e8f0;border-radius:999px;padding:8px 13px;color:#334155;font-weight:800}.player-section{max-width:1280px;margin:0 auto;padding:16px 20px 40px}.player-shell{background:#020617;border-radius:28px;padding:12px;box-shadow:0 28px 80px rgba(2,6,23,.28)}.player-shell video{width:100%;aspect-ratio:16/9;background:#000;border-radius:20px}.content-grid{max-width:1280px;margin:0 auto;padding:0 20px 54px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:26px}.prose-box,.side-box{background:white;border:1px solid #e2e8f0;border-radius:26px;padding:28px;box-shadow:0 14px 34px rgba(15,23,42,.08)}.prose-box h2,.side-box h2{font-size:24px;font-weight:900;margin-bottom:14px;color:#0f172a}.prose-box p{color:#475569;line-height:2;margin-bottom:24px}.info-list{display:grid;gap:12px}.info-list div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e2e8f0;padding-bottom:12px;color:#475569}.info-list strong{color:#0f172a}.hidden-card{display:none!important}@media (max-width:1100px){.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-inner{grid-template-columns:1fr}.hero-side{display:none}.rank-list{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr}.detail-hero{grid-template-columns:240px 1fr}}@media (max-width:760px){.nav-links,.top-search{display:none}.menu-btn{display:block}.nav-wrap{padding:12px 16px}.hero-carousel,.hero-inner{min-height:86vh}.hero-inner{padding:94px 16px 82px}.hero-title{font-size:42px}.hero-actions a{width:100%}.section{padding:48px 16px}.section-head{align-items:flex-start;flex-direction:column}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.movie-body{padding:14px}.movie-body h3{font-size:16px}.category-strip{grid-template-columns:1fr}.rank-row{grid-template-columns:38px minmax(0,1fr) 62px}.rank-meta{display:none}.page-hero{padding:58px 16px}.detail-hero{grid-template-columns:1fr;padding:28px 16px}.detail-poster{max-width:260px}.player-section,.content-grid,.crumbs{padding-left:16px;padding-right:16px}.search-box{flex-direction:column}.search-box button{width:100%}}@media (max-width:460px){.movie-grid{grid-template-columns:1fr}.hero-dots{bottom:18px}.brand{font-size:18px}.brand-mark{width:32px;height:32px}.rank-panel{padding:20px;border-radius:24px}.prose-box,.side-box{padding:22px;border-radius:22px}}