:root{--red:#dc2626;--red2:#b91c1c;--orange:#ea580c;--ink:#111827;--muted:#6b7280;--soft:#fff7ed;--line:#fee2e2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img.is-missing{opacity:0}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(17,24,39,.08)}.nav-shell{max-width:1200px;margin:0 auto;padding:12px 18px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,var(--red),var(--orange));display:grid;place-items:center;font-size:22px;box-shadow:0 12px 24px rgba(220,38,38,.24)}.brand strong{display:block;font-size:21px;line-height:1;background:linear-gradient(90deg,var(--red),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}.brand em{font-style:normal;font-size:12px;color:#6b7280}.nav-links{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:700;color:#374151}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--red),var(--orange));transform:scaleX(0);transition:.2s}.nav-links a:hover,.nav-links a.active{color:var(--red)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.menu-toggle{display:none;border:0;background:#fff1f2;color:var(--red);width:42px;height:42px;border-radius:12px;font-size:22px}.page-top{padding-top:76px}.hero{min-height:720px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff7ed 0%,#fff 42%,#fee2e2 100%);display:flex;align-items:center}.hero-orb{position:absolute;border-radius:999px;filter:blur(55px);opacity:.28}.orb-a{width:380px;height:380px;background:#f97316;left:5%;top:18%}.orb-b{width:460px;height:460px;background:#ef4444;right:3%;bottom:10%}.hero-inner{width:min(1200px,calc(100% - 36px));margin:0 auto;position:relative}.hero-slide{display:none;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:48px;align-items:center}.hero-slide.is-active{display:grid}.hero-copy{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.82);border:1px solid rgba(220,38,38,.12);box-shadow:0 12px 30px rgba(17,24,39,.08);padding:12px 18px;border-radius:999px;color:#374151;font-weight:800;margin-bottom:22px}.hero h1,.hero h2{font-size:clamp(42px,7vw,82px);line-height:.98;margin:0 0 22px;font-weight:900;letter-spacing:-.05em;background:linear-gradient(90deg,var(--red),var(--orange),var(--red));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:clamp(18px,2vw,24px);line-height:1.75;color:#4b5563;max-width:700px;margin:0 0 24px}.hero-tags,.tag-row,.genre-row{display:flex;flex-wrap:wrap;gap:8px}.hero-tags span,.tag-row span,.genre-row span{font-size:12px;font-weight:800;color:#b91c1c;background:#fee2e2;border-radius:999px;padding:7px 11px}.hero-actions,.center-actions,.sub-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:26px}.primary-btn,.ghost-btn,.ghost-dark-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 24px;font-weight:900;transition:.22s}.primary-btn{background:linear-gradient(90deg,var(--red),var(--red2));color:#fff;box-shadow:0 16px 30px rgba(220,38,38,.28)}.primary-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 22px 40px rgba(220,38,38,.34)}.ghost-btn{background:#fff;color:var(--red);border:2px solid rgba(220,38,38,.32)}.ghost-dark-btn{background:#111827;color:#fff}.ghost-btn:hover,.ghost-dark-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(17,24,39,.16)}.hero-poster{min-height:500px;border-radius:32px;overflow:hidden;position:relative;background:linear-gradient(135deg,#fecaca,#fed7aa);box-shadow:0 30px 70px rgba(127,29,29,.24);transform:rotate(1.5deg)}.hero-poster:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.68));z-index:1}.hero-img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .5s}.hero-poster:hover .hero-img{transform:scale(1.06)}.hero-poster span{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff;font-size:28px;font-weight:900;text-shadow:0 2px 18px rgba(0,0,0,.45)}.hero-dots{display:flex;gap:10px;justify-content:center;margin-top:34px}.hero-dots button{width:34px;height:8px;border:0;border-radius:99px;background:#fecaca;transition:.2s}.hero-dots button.is-active{width:56px;background:linear-gradient(90deg,var(--red),var(--orange))}.section{padding:80px 18px}.section>*,.sub-hero>*{max-width:1200px;margin-left:auto;margin-right:auto}.section-head{text-align:center;margin:0 auto 44px;max-width:760px}.section-head span,.sub-hero span{display:inline-block;color:var(--red);font-weight:900;letter-spacing:.12em;font-size:13px;text-transform:uppercase}.section-head h2,.sub-hero h1{font-size:clamp(32px,4.6vw,52px);line-height:1.1;font-weight:900;margin:10px 0 14px;color:#111827}.section-head p,.sub-hero p{color:#6b7280;line-height:1.8;font-size:17px}.section-head.light span,.section-head.light h2,.section-head.light p{color:#fff}.section-gradient{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff}.soft-section{background:linear-gradient(135deg,#fff7ed,#fff1f2)}.movie-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.compact-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.movie-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(17,24,39,.08);transition:.25s;border:1px solid rgba(254,226,226,.75)}.movie-card:hover{transform:translateY(-8px);box-shadow:0 24px 45px rgba(127,29,29,.18)}.poster-link{position:relative;display:block;aspect-ratio:3/4;background:linear-gradient(135deg,#fee2e2,#ffedd5);overflow:hidden}.poster-bg{display:block;width:100%;height:100%}.cover-img{width:100%;height:100%;object-fit:cover;transition:transform .42s}.movie-card:hover .cover-img{transform:scale(1.08)}.region-badge,.rank-badge{position:absolute;z-index:2;top:10px;border-radius:999px;font-weight:900;font-size:12px}.region-badge{right:10px;background:var(--red);color:#fff;padding:5px 9px}.rank-badge{left:10px;min-width:32px;height:32px;display:grid;place-items:center;background:linear-gradient(135deg,#facc15,#f97316);color:#7f1d1d;box-shadow:0 8px 18px rgba(0,0,0,.2)}.card-body{padding:14px}.movie-title{display:block;font-weight:900;color:#111827;line-height:1.35;margin-bottom:8px}.movie-title:hover{color:var(--red)}.card-body p,.wide-info p{font-size:13px;line-height:1.65;color:#6b7280;margin:0 0 10px}.meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#6b7280;font-size:12px}.meta-row span{background:#f9fafb;border-radius:999px;padding:5px 9px}.meta-row.big span{font-size:14px;padding:8px 12px;background:#fff7ed;color:#9a3412}.tag-row{margin-top:10px}.tag-row span{font-size:11px}.category-grid,.category-overview-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-tile,.category-overview-card{position:relative;overflow:hidden;min-height:190px;border-radius:24px;background:rgba(255,255,255,.12);padding:26px;color:#fff;box-shadow:0 20px 42px rgba(127,29,29,.2);transition:.25s}.category-overview-card{background:#fff;color:#111827;border:1px solid #fee2e2}.category-tile:hover,.category-overview-card:hover{transform:translateY(-6px) scale(1.01)}.tile-gradient{position:absolute;inset:0;opacity:.94;background:linear-gradient(135deg,var(--red),var(--orange))}.category-overview-card .tile-gradient{opacity:.1}.category-tile strong,.category-tile p,.category-overview-card strong,.category-overview-card p,.category-overview-card em{position:relative;z-index:1}.category-tile strong,.category-overview-card strong{display:block;font-size:24px;font-weight:900;margin-bottom:12px}.category-tile p,.category-overview-card p{line-height:1.75;margin:0}.category-overview-card em{display:inline-block;margin-top:20px;color:var(--red);font-style:normal;font-weight:900}.ranking-list{max-width:980px;margin:0 auto;display:grid;gap:14px}.movie-card-wide{display:grid;grid-template-columns:128px 1fr;align-items:stretch}.wide-cover{display:block;position:relative;min-height:160px;background:linear-gradient(135deg,#fee2e2,#ffedd5);overflow:hidden}.wide-info{padding:18px}.wide-info .movie-title{font-size:19px}.sub-hero{padding:88px 18px 70px;text-align:center;background:linear-gradient(135deg,#fff7ed,#fff,#fee2e2)}.category-hero{background:linear-gradient(135deg,#fff7ed,#fee2e2)}.ranking-hero{background:linear-gradient(135deg,#111827,#7f1d1d);color:#fff}.ranking-hero h1,.ranking-hero p{color:#fff}.search-panel{max-width:1100px;margin:0 auto 30px;background:#fff;border:1px solid #fee2e2;border-radius:24px;padding:18px;box-shadow:0 18px 40px rgba(17,24,39,.06)}.search-panel input{width:100%;border:2px solid #fee2e2;border-radius:18px;padding:15px 18px;font-size:16px;outline:0;color:#111827}.search-panel input:focus{border-color:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.12)}.filter-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.filter-chips button{border:0;border-radius:999px;background:#fff7ed;color:#9a3412;padding:9px 14px;font-weight:900;transition:.2s}.filter-chips button.is-active,.filter-chips button:hover{background:var(--red);color:#fff}.detail-page{background:linear-gradient(135deg,#f9fafb,#fff7ed);padding-bottom:80px}.crumb{max-width:1200px;margin:0 auto;padding:26px 18px 18px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#6b7280}.crumb a:hover{color:var(--red)}.detail-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;padding:0 18px}.player-card,.related-card{background:#fff;border-radius:28px;box-shadow:0 22px 55px rgba(17,24,39,.1);overflow:hidden}.video-shell{position:relative;background:#000;aspect-ratio:16/9}.video-shell video{width:100%;height:100%;display:block;background:#000}.player-error{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(0,0,0,.78);font-weight:900}.detail-content{padding:28px}.detail-content h1{font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.15;margin:0 0 18px}.lead-text{font-size:19px;line-height:1.8;border-left:5px solid var(--red);padding-left:18px;color:#374151;background:#fff7ed;border-radius:0 16px 16px 0;padding-top:14px;padding-bottom:14px}.detail-content section{margin-top:28px}.detail-content h2,.related-card h2{font-size:24px;font-weight:900;margin:0 0 14px}.detail-content p{line-height:1.9;color:#374151}.review-box{background:linear-gradient(135deg,#fff7ed,#fee2e2);border-radius:22px;padding:22px}.detail-tags{margin-top:24px}.related-card{padding:22px;align-self:start;position:sticky;top:96px}.related-list{gap:12px}.related-list .movie-card-wide{grid-template-columns:86px 1fr;box-shadow:none;border:1px solid #f3f4f6}.related-list .wide-cover{min-height:112px}.related-list .wide-info{padding:12px}.related-list .wide-info .movie-title{font-size:14px}.related-list .wide-info p{font-size:12px}.site-footer{background:linear-gradient(135deg,#14532d,#166534,#14532d);color:#fff;padding:52px 18px 26px}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px}.footer-brand{display:inline-block;font-size:22px;font-weight:900;color:#fb923c;margin-bottom:14px}.site-footer p{color:#dcfce7;line-height:1.8;margin:0}.site-footer h3{color:#fb923c;margin:0 0 12px}.footer-links{display:grid;gap:10px;color:#dcfce7}.footer-links a:hover{color:#fb923c}.footer-bottom{max-width:1200px;margin:34px auto 0;padding-top:22px;border-top:1px solid rgba(220,252,231,.2);font-size:13px;color:#bbf7d0;text-align:center}@media(max-width:1050px){.movie-grid,.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid,.category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-slide{grid-template-columns:1fr}.hero-poster{min-height:420px}.detail-grid{grid-template-columns:1fr}.related-card{position:static}}@media(max-width:760px){.nav-links{display:none;position:absolute;left:14px;right:14px;top:68px;background:#fff;border-radius:18px;box-shadow:0 18px 40px rgba(17,24,39,.14);padding:16px;flex-direction:column;align-items:flex-start;gap:14px}.nav-links.is-open{display:flex}.menu-toggle{display:block}.hero{min-height:auto;padding:54px 0}.hero-slide{gap:26px}.hero h1,.hero h2{font-size:42px}.hero-poster{min-height:360px}.movie-grid,.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.section{padding:56px 14px}.category-grid,.category-overview-grid{grid-template-columns:1fr}.movie-card-wide{grid-template-columns:100px 1fr}.wide-cover{min-height:132px}.wide-info{padding:12px}.footer-grid{grid-template-columns:1fr}.detail-content{padding:20px}.crumb{padding-left:14px;padding-right:14px}.detail-grid{padding-left:14px;padding-right:14px}.brand strong{font-size:18px}.brand em{display:none}}@media(max-width:420px){.movie-grid{grid-template-columns:1fr}.hero-poster{min-height:300px}.movie-card-wide{grid-template-columns:92px 1fr}.wide-cover{min-height:124px}.filter-chips button{font-size:12px;padding:8px 11px}}