:root{--red-950:#3f0707;--red-900:#6f1111;--red-800:#8e1717;--red-700:#b91c1c;--red-600:#dc2626;--yellow:#facc15;--yellow-600:#ca8a04;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f9fafb;--card:#ffffff;--shadow:0 20px 50px rgba(17,24,39,.12);--radius:22px}html{scroll-behavior:smooth}body.site-body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0,#f8fafc 52%,#fff 100%)}.topbar{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,var(--red-700),var(--red-800));box-shadow:0 12px 30px rgba(127,29,29,.22)}.nav-wrap{max-width:1180px;margin:0 auto;padding:0 22px;height:68px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:22px;font-weight:900;letter-spacing:.02em}.brand-mark{width:36px;height:36px;border-radius:12px;background:var(--yellow);color:#581c1c;display:grid;place-items:center;box-shadow:0 10px 20px rgba(250,204,21,.28)}.desktop-nav{display:flex;align-items:center;gap:12px}.nav-link{color:#fff;padding:10px 14px;border-radius:14px;font-weight:700;transition:.2s}.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.14);color:#fde68a}.menu-toggle{display:none;width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.1);align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:22px;height:2px;background:#fff;border-radius:2px}.mobile-nav{display:none;padding:10px 22px 18px;background:#991b1b}.mobile-nav a{display:block;color:#fff;font-weight:700;padding:12px 6px;border-top:1px solid rgba(255,255,255,.1)}.hero-carousel{position:relative;overflow:hidden;min-height:580px;background:linear-gradient(135deg,var(--red-950),var(--red-700));color:#fff}.hero-track{position:relative;height:580px}.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-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(63,7,7,.96) 0,rgba(127,29,29,.78) 46%,rgba(0,0,0,.38) 100%),var(--hero-img);background-size:cover;background-position:center;filter:saturate(1.05)}.hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 15%,rgba(250,204,21,.24),transparent 32%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.14),transparent 28%)}.hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:76px 22px 110px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:56px;align-items:center;min-height:580px}.hero-copy h1{font-size:clamp(42px,7vw,74px);line-height:1;font-weight:950;margin:16px 0 22px;letter-spacing:-.06em;text-shadow:0 18px 40px rgba(0,0,0,.3)}.hero-copy p{font-size:19px;line-height:1.8;color:#fee2e2;max-width:760px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);backdrop-filter:blur(10px);border-radius:999px;font-weight:800;color:#fff7ed}.hero-tags,.detail-tags,.tag-row{display:flex;flex-wrap:wrap;gap:8px}.hero-tags{margin:22px 0 28px}.hero-tags span,.detail-tags span,.tag-row span{background:#fff7ed;color:#9f1239;border:1px solid #fecdd3;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800}.hero-actions,.page-actions,.detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.primary-btn,.ghost-btn,.ghost-link{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;font-weight:900;transition:.2s}.primary-btn{background:var(--yellow);color:#3f1d00;padding:14px 22px;box-shadow:0 16px 30px rgba(250,204,21,.28)}.primary-btn:hover{transform:translateY(-2px);background:#fde047}.ghost-btn{color:#fff;border:1px solid rgba(255,255,255,.36);background:rgba(255,255,255,.12);backdrop-filter:blur(8px);padding:13px 20px}.ghost-btn:hover{background:rgba(255,255,255,.2)}.ghost-link{color:#fde68a;padding:13px 8px}.hero-poster{position:relative;display:block;border-radius:30px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.38);background:linear-gradient(145deg,#991b1b,#facc15);aspect-ratio:2/3;transform:rotate(2deg)}.hero-poster:before,.poster-card:before,.detail-poster:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,0));z-index:1;pointer-events:none}.hero-poster img,.poster-card img,.detail-poster img,.rank-row img,.ranking-link img,.hero-mini img{width:100%;height:100%;object-fit:cover}.hero-poster img.image-missing,.poster-card img.image-missing,.detail-poster img.image-missing,.rank-row img.image-missing,.ranking-link img.image-missing,.hero-mini img.image-missing{display:none}.hero-poster span{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;background:rgba(0,0,0,.56);backdrop-filter:blur(10px);padding:12px 14px;border-radius:14px;font-weight:900}.hero-controls{position:absolute;left:50%;bottom:26px;z-index:3;transform:translateX(-50%);width:min(1180px,calc(100% - 44px));display:flex;align-items:center;justify-content:space-between;gap:22px}.hero-dots{display:flex;gap:10px}.hero-dot{width:42px;height:8px;border-radius:99px;background:rgba(255,255,255,.38);transition:.25s}.hero-dot.active{background:var(--yellow);width:68px}.hero-mini-row{display:flex;gap:10px}.hero-mini{display:flex;align-items:center;gap:10px;width:180px;padding:8px;border-radius:16px;background:rgba(255,255,255,.14);backdrop-filter:blur(12px);color:#fff;font-size:13px;font-weight:800}.hero-mini img{width:44px;height:58px;border-radius:10px;background:linear-gradient(135deg,#991b1b,#facc15)}.section-shell{max-width:1180px;margin:0 auto;padding:64px 22px}.quick-cats{background:#fff}.category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.category-card,.category-overview-card a{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 12px 28px rgba(17,24,39,.06);transition:.22s}.category-card:hover,.category-overview-card a:hover,.movie-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card span,.category-overview-card h2{font-size:20px;font-weight:950;color:#991b1b}.category-card p,.category-overview-card p{color:var(--muted);line-height:1.7;margin:10px 0 16px}.category-card strong,.category-overview-card strong,.section-more{color:#b91c1c;font-weight:900}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-head h2{font-size:clamp(28px,4vw,42px);font-weight:950;letter-spacing:-.04em;color:#111827}.section-head p{margin-top:8px;color:#6b7280;line-height:1.7}.section-more{white-space:nowrap}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.movie-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(17,24,39,.07);transition:.22s}.poster-card{position:relative;display:block;aspect-ratio:2/3;background:linear-gradient(135deg,#7f1d1d,#f59e0b);overflow:hidden}.poster-year,.poster-region{position:absolute;z-index:2;top:12px;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;color:#fff;background:rgba(0,0,0,.48);backdrop-filter:blur(8px)}.poster-year{left:12px}.poster-region{right:12px}.movie-card-body{padding:16px}.meta-line{display:flex;gap:8px;flex-wrap:wrap;color:#9f1239;font-size:12px;font-weight:900;margin-bottom:10px}.movie-card h3{font-size:19px;font-weight:950;line-height:1.3;margin:0 0 9px}.movie-card h3 a:hover{color:#b91c1c}.movie-card p{color:#4b5563;line-height:1.65;font-size:14px}.tag-row{margin-top:14px}.tag-row span{font-size:12px;padding:4px 8px}.split-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.rank-panel{background:#111827;color:#fff;border-radius:28px;padding:24px;position:sticky;top:90px;box-shadow:var(--shadow)}.rank-panel h2{font-size:26px;font-weight:950;margin:0 0 16px}.rank-row{display:grid;grid-template-columns:34px 50px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-radius:16px;color:#fff}.rank-row:hover{background:rgba(255,255,255,.08)}.rank-row img{width:50px;height:66px;border-radius:10px;background:linear-gradient(135deg,#7f1d1d,#facc15)}.rank-no{font-weight:950;color:#facc15}.rank-title{font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-row em{font-style:normal;color:#d1d5db;font-size:12px}.primary-btn.full{width:100%;margin-top:18px}.search-panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:20px;margin-bottom:26px;box-shadow:0 12px 26px rgba(17,24,39,.06)}.search-box input{width:100%;height:54px;border-radius:18px;border:1px solid #fecaca;background:#fff7f7;padding:0 18px;font-size:16px;font-weight:700;outline:none}.search-box input:focus{border-color:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.12)}.filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.filter-chip{border:1px solid #fecaca;border-radius:999px;padding:9px 13px;background:#fff;color:#991b1b;font-weight:850}.filter-chip.active,.filter-chip:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.movie-card.hidden,.ranking-card.hidden{display:none}.empty-state{display:none;text-align:center;color:#9ca3af;padding:36px 0;font-weight:800}.empty-state.show{display:block}.page-hero{min-height:330px;background:linear-gradient(135deg,var(--red-950),var(--red-700));color:#fff;display:grid;place-items:center;text-align:center;padding:68px 22px;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 30% 25%,rgba(250,204,21,.24),transparent 30%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.12),transparent 26%)}.page-hero>div{position:relative;max-width:850px}.page-hero h1{font-size:clamp(36px,6vw,62px);font-weight:950;letter-spacing:-.05em;margin:18px 0}.page-hero p{font-size:18px;line-height:1.8;color:#fee2e2}.page-actions{justify-content:center;margin-top:24px}.category-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.mini-movies{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.mini-movies span{padding:6px 10px;border-radius:999px;background:#fff1f2;color:#9f1239;font-weight:800;font-size:13px}.ranking-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ranking-card{border-radius:22px}.ranking-link{display:grid;grid-template-columns:58px 78px minmax(0,1fr);gap:14px;align-items:center;padding:14px}.ranking-number{font-size:23px;font-weight:950;color:#b91c1c;text-align:center}.ranking-link img{width:78px;height:104px;border-radius:14px;background:linear-gradient(135deg,#7f1d1d,#facc15)}.ranking-link strong{display:block;font-size:18px;font-weight:950}.ranking-link em{display:block;font-style:normal;color:#9f1239;font-size:13px;font-weight:800;margin:5px 0}.ranking-link p{color:#6b7280;line-height:1.55;font-size:14px}.detail-hero{position:relative;min-height:560px;color:#fff;background:linear-gradient(135deg,#3f0707,#7f1d1d)}.detail-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.95),rgba(127,29,29,.78)),var(--detail-img);background-size:cover;background-position:center;filter:saturate(1.05)}.detail-shade{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(250,204,21,.18),transparent 35%)}.detail-wrap{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:38px 22px 72px}.breadcrumb{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:#fee2e2;font-weight:800;margin-bottom:28px}.breadcrumb a:hover{color:#facc15}.detail-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:48px;align-items:center}.detail-poster{position:relative;border-radius:28px;overflow:hidden;aspect-ratio:2/3;background:linear-gradient(135deg,#7f1d1d,#facc15);box-shadow:0 34px 80px rgba(0,0,0,.38)}.detail-copy h1{font-size:clamp(34px,5vw,58px);font-weight:950;letter-spacing:-.05em;line-height:1.12;margin:16px 0 20px}.detail-copy p{font-size:19px;line-height:1.85;color:#fee2e2}.detail-tags{margin:22px 0 30px}.player-section{padding-top:52px}.video-shell{background:#050505;border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.08)}.cinema-video{display:block;width:100%;aspect-ratio:16/9;background:#000}.story-section{display:grid;grid-template-columns:1fr;gap:18px;padding-top:32px}.story-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 12px 28px rgba(17,24,39,.06)}.story-card h2{font-size:26px;font-weight:950;color:#991b1b;margin:0 0 14px}.story-card p{font-size:17px;line-height:1.9;color:#374151}.story-meta{display:flex;flex-wrap:wrap;gap:10px}.story-meta span{background:#fff;border:1px solid #fecaca;color:#991b1b;border-radius:999px;padding:9px 13px;font-weight:850}.site-footer{background:#111827;color:#d1d5db;margin-top:74px}.footer-grid{max-width:1180px;margin:0 auto;padding:48px 22px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.footer-grid h2,.footer-grid h3{color:#fff;font-weight:950;margin:0 0 14px}.footer-grid p{line-height:1.8}.footer-grid a{display:block;color:#d1d5db;margin:8px 0}.footer-grid a:hover{color:#facc15}.footer-bottom{border-top:1px solid #1f2937;max-width:1180px;margin:0 auto;padding:20px 22px;color:#9ca3af}.detail-body .site-footer{margin-top:40px}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr 260px;gap:28px}.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.split-layout{grid-template-columns:1fr}.rank-panel{position:relative;top:auto}.ranking-list{grid-template-columns:1fr}}@media(max-width:760px){.desktop-nav{display:none}.menu-toggle{display:flex}.topbar.open .mobile-nav{display:block}.nav-wrap{height:62px}.brand{font-size:18px}.hero-carousel,.hero-track,.hero-inner{min-height:760px}.hero-inner{grid-template-columns:1fr;padding:54px 18px 160px}.hero-poster{max-width:220px;justify-self:center}.hero-controls{align-items:flex-start;flex-direction:column}.hero-mini-row{display:none}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.category-strip,.movie-grid,.category-overview-grid{grid-template-columns:1fr}.section-shell{padding:44px 18px}.section-head{align-items:flex-start;flex-direction:column}.detail-grid{grid-template-columns:1fr}.detail-poster{max-width:230px}.detail-wrap{padding:26px 18px 52px}.detail-copy h1{font-size:34px}.ranking-link{grid-template-columns:48px 68px minmax(0,1fr)}.footer-grid{grid-template-columns:1fr}.page-hero{text-align:left;place-items:end start}.page-actions{justify-content:flex-start}}@media(max-width:460px){.movie-grid{gap:16px}.hero-actions,.detail-actions{align-items:stretch}.primary-btn,.ghost-btn{width:100%}.filter-chip{font-size:13px;padding:8px 10px}.ranking-link p{display:none}}