:root{--blue:#2563eb;--blue2:#1d4ed8;--ink:#111827;--muted:#64748b;--line:#e5e7eb;--card:#fff;--bg1:#f8fafc;--bg2:#eff6ff;--dark:#0f172a;--radius:20px;--shadow:0 18px 50px rgba(15,23,42,.10)}html{scroll-behavior:smooth}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:linear-gradient(135deg,var(--bg1) 0%,var(--bg2) 48%,#f1f5f9 100%);color:var(--ink);min-height:100vh}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(15,23,42,.08)}.nav-wrap{max-width:1280px;margin:auto;height:68px;padding:0 20px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 24px rgba(37,99,235,.28)}.brand strong{display:block;font-size:20px;color:#1f2937;line-height:1}.brand em{display:block;font-size:12px;color:#64748b;font-style:normal;margin-top:4px}.nav-links{display:flex;align-items:center;gap:4px}.nav-link{font-weight:700;color:#475569;padding:10px 14px;border-radius:999px;transition:.2s}.nav-link:hover,.nav-link.active{background:#dbeafe;color:#1d4ed8}.nav-search{margin-left:auto;display:flex;align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:4px}.nav-search input{width:220px;background:transparent;padding:8px 12px;outline:none;color:#111827}.nav-search button,.search-panel button,.hero-btn,.page-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:999px;padding:10px 18px;font-weight:800;box-shadow:0 12px 24px rgba(37,99,235,.25);transition:.2s}.nav-search button:hover,.search-panel button:hover,.hero-btn:hover,.page-btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(37,99,235,.34)}.menu-btn{display:none;margin-left:auto;width:42px;height:42px;border-radius:12px;background:#eff6ff;place-items:center}.menu-btn span{width:20px;height:2px;background:#1d4ed8;display:block;margin:3px auto}.mobile-panel{display:none;background:#fff;border-top:1px solid #e5e7eb;padding:14px 20px}.mobile-panel form{display:flex;gap:8px;margin-bottom:12px}.mobile-panel input{flex:1;background:#f1f5f9;border-radius:999px;padding:10px 14px}.mobile-panel button{background:#2563eb;color:#fff;border-radius:999px;padding:0 16px}.mobile-panel div{display:flex;gap:8px;overflow:auto}.mobile-panel.open{display:block}.container{max-width:1280px;margin:auto;padding:42px 20px}.hero{position:relative;height:70vh;min-height:520px;overflow:hidden;background:#020617}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}.hero-slide.active{opacity:1;visibility:visible}.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.04)}.hero-slide.active img{animation:heroZoom 8s ease forwards}@keyframes heroZoom{from{transform:scale(1.06)}to{transform:scale(1)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.86) 0%,rgba(2,6,23,.62) 38%,rgba(2,6,23,.12) 100%),linear-gradient(0deg,rgba(2,6,23,.82) 0%,rgba(2,6,23,0) 42%)}.hero-content{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:1280px;padding:0 20px 72px;color:#fff;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:36px;align-items:end}.hero-copy{max-width:760px}.hero-kicker{display:inline-flex;gap:8px;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(37,99,235,.22);border:1px solid rgba(147,197,253,.35);font-weight:800;margin-bottom:18px}.hero h1{font-size:clamp(40px,6vw,78px);line-height:.98;font-weight:950;letter-spacing:-.04em;margin:0 0 18px}.hero p{font-size:18px;line-height:1.8;color:#dbeafe;max-width:680px;margin-bottom:26px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.ghost-btn{border:1px solid rgba(255,255,255,.45);color:#fff;border-radius:999px;padding:10px 18px;font-weight:800;background:rgba(255,255,255,.10);transition:.2s}.ghost-btn:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}.hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.hero-tags span{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:6px 10px;color:#e0f2fe;font-size:13px}.hero-side{background:rgba(15,23,42,.54);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.22);backdrop-filter:blur(16px);border-radius:24px;padding:18px}.hero-side h2{font-size:18px;font-weight:900;margin-bottom:12px}.hero-thumbs{display:grid;gap:10px}.hero-thumb{display:flex;gap:10px;align-items:center;padding:8px;border-radius:16px;background:rgba(255,255,255,.08);cursor:pointer;border:1px solid transparent;text-align:left;color:#fff}.hero-thumb.active,.hero-thumb:hover{border-color:rgba(96,165,250,.7);background:rgba(37,99,235,.24)}.hero-thumb img{width:70px;height:48px;border-radius:12px;object-fit:cover}.hero-thumb strong{display:block;font-size:14px}.hero-thumb span{font-size:12px;color:#bfdbfe}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:0 0 24px}.section-head h2,.page-hero h1{font-size:clamp(28px,4vw,44px);line-height:1.1;font-weight:950;color:#0f172a;letter-spacing:-.03em}.section-head p,.page-hero p{color:#64748b;line-height:1.8;max-width:760px}.section-head a{color:#2563eb;font-weight:900}.category-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-pill{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:var(--shadow);transition:.2s;min-height:108px}.category-pill:hover{transform:translateY(-4px);border-color:#bfdbfe}.category-pill strong{display:block;font-size:18px;margin-bottom:8px;color:#0f172a}.category-pill span{font-size:13px;color:#64748b;line-height:1.5}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.movie-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 16px 45px rgba(15,23,42,.08);border:1px solid rgba(226,232,240,.78);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.movie-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(15,23,42,.14);border-color:#bfdbfe}.poster-link{position:relative;display:block;aspect-ratio:16/10;background:linear-gradient(135deg,#dbeafe,#f8fafc);overflow:hidden}.poster-link img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.movie-card:hover .poster-link img{transform:scale(1.06)}.pic-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,6,23,.55),transparent 52%)}.heat-badge{position:absolute;right:12px;bottom:12px;background:rgba(2,6,23,.82);color:#fff;border-radius:999px;padding:5px 9px;font-size:13px}.card-body{padding:16px}.card-meta{display:flex;gap:8px;flex-wrap:wrap;color:#64748b;font-size:13px;margin-bottom:8px}.card-meta span{background:#f1f5f9;border-radius:999px;padding:4px 8px}.movie-card h3{font-weight:950;font-size:20px;line-height:1.25;margin:0 0 8px}.movie-card h3 a:hover{color:#2563eb}.movie-card p{color:#64748b;line-height:1.65;font-size:14px;min-height:46px}.tag-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.tag-row span{background:#eff6ff;color:#1d4ed8;border-radius:999px;font-size:12px;padding:5px 9px;font-weight:700}.rank-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.rank-board,.panel,.detail-card,.search-panel{background:#fff;border:1px solid rgba(226,232,240,.88);border-radius:24px;box-shadow:var(--shadow);padding:22px}.small-list{display:grid;gap:12px}.small-card{display:grid;grid-template-columns:auto 88px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border-radius:18px;border:1px solid #eef2f7;background:#fff;transition:.2s}.small-card:hover{background:#eff6ff;border-color:#bfdbfe;transform:translateX(3px)}.small-card img{width:88px;height:56px;border-radius:14px;object-fit:cover;background:#dbeafe}.small-card strong{display:block;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.small-card em{display:block;color:#64748b;font-size:13px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.small-card b{color:#2563eb}.rank-num{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:950}.page-hero{padding:58px 20px 22px;max-width:1280px;margin:auto}.breadcrumbs{color:#64748b;font-size:14px;margin-bottom:16px}.breadcrumbs a{color:#2563eb;font-weight:800}.search-panel{margin-bottom:24px;display:grid;grid-template-columns:1fr auto;gap:12px}.search-panel input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:13px 16px;outline:none}.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 22px}.filter-chip{border-radius:999px;background:#fff;border:1px solid #dbe3ef;padding:9px 14px;font-weight:800;color:#475569;transition:.2s}.filter-chip.active,.filter-chip:hover{background:#2563eb;color:#fff;border-color:#2563eb}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.category-card{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:var(--shadow);padding:18px;transition:.2s}.category-card:hover{transform:translateY(-4px);border-color:#bfdbfe}.category-covers{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.category-covers img{height:132px;width:100%;object-fit:cover;border-radius:14px;background:#dbeafe}.category-card h2{font-size:24px;font-weight:950;margin-bottom:8px}.category-card p{color:#64748b;line-height:1.8;margin-bottom:10px}.category-card span{font-size:13px;color:#2563eb;font-weight:800}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px}.player-box{background:#050816;border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.25);border:1px solid rgba(15,23,42,.18)}.player-box video{width:100%;aspect-ratio:16/9;background:#000;display:block}.detail-card{margin-top:22px}.detail-title{font-size:clamp(30px,4vw,48px);line-height:1.1;font-weight:950;letter-spacing:-.03em;margin-bottom:14px}.info-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.info-chips span{background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:8px 12px;font-weight:800}.detail-card h2,.panel h2{font-size:24px;font-weight:950;margin:22px 0 12px;color:#0f172a}.detail-card p{color:#334155;line-height:2;margin-bottom:12px}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.side-sticky{position:sticky;top:92px}.site-footer{background:linear-gradient(135deg,#111827,#0f172a);color:#cbd5e1;margin-top:54px}.footer-grid{max-width:1280px;margin:auto;padding:44px 20px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-brand strong{color:#fff}.footer-brand em{color:#94a3b8}.site-footer p{max-width:480px;color:#94a3b8;line-height:1.8;margin-top:14px}.site-footer h3{color:#fff;font-weight:900;margin-bottom:12px}.site-footer a{display:block;margin:8px 0;color:#cbd5e1}.site-footer a:hover{color:#60a5fa}.copyright{border-top:1px solid rgba(148,163,184,.24);max-width:1280px;margin:auto;padding:18px 20px;color:#94a3b8}.empty-state{display:none;grid-column:1/-1;text-align:center;padding:50px;background:#fff;border-radius:24px;color:#64748b}.movie-grid.empty .empty-state{display:block}@media(max-width:1080px){.hero-content{grid-template-columns:1fr}.hero-side{display:none}.category-strip{grid-template-columns:repeat(2,1fr)}.movie-grid{grid-template-columns:repeat(3,1fr)}.rank-layout,.detail-layout{grid-template-columns:1fr}.side-sticky{position:static}.category-grid{grid-template-columns:1fr}}@media(max-width:760px){.nav-links,.nav-search{display:none}.menu-btn{display:block}.nav-wrap{height:64px}.hero{height:76vh;min-height:560px}.hero-content{padding-bottom:42px}.hero h1{font-size:42px}.hero p{font-size:16px}.container{padding:32px 16px}.movie-grid,.related-grid{grid-template-columns:1fr}.category-strip{grid-template-columns:1fr}.category-card{grid-template-columns:1fr}.category-covers img{height:110px}.section-head{display:block}.small-card{grid-template-columns:auto 76px minmax(0,1fr)}.small-card b{display:none}.footer-grid{grid-template-columns:1fr}.search-panel{grid-template-columns:1fr}.brand strong{font-size:18px}}