:root{
  --bg:#fff7ed;
  --paper:#fffaf2;
  --paper-2:#fff1d6;
  --ink:#43240b;
  --muted:#8a5b24;
  --brand:#b45309;
  --brand-dark:#78350f;
  --brand-soft:#f59e0b;
  --line:rgba(180,83,9,.22);
  --shadow:0 18px 50px rgba(120,53,15,.18);
  --shadow-soft:0 10px 28px rgba(120,53,15,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.site-body{margin:0;background:linear-gradient(180deg,#fff7ed 0%,#fffbeb 48%,#fff 100%);color:var(--ink);font-family:"Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:60;background:linear-gradient(90deg,#78350f,#92400e,#78350f);box-shadow:0 14px 28px rgba(67,36,11,.22);border-bottom:2px solid rgba(245,158,11,.55)}
.header-inner{max-width:1280px;margin:0 auto;height:78px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;color:#fffbeb;min-width:max-content}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#fbbf24,#b45309 55%,#78350f);box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 8px 22px rgba(0,0,0,.18);font-size:23px}.brand-title{font-family:"Ma Shan Zheng","Noto Serif SC",serif;font-size:30px;line-height:1}.brand-sub{font-size:12px;color:#fcdca8;margin-top:3px}.desktop-nav{display:flex;align-items:center;gap:4px}.desktop-nav a,.mobile-panel a{color:#fff7ed;border-radius:12px;padding:10px 12px;font-weight:700;font-size:14px;transition:.22s}.desktop-nav a:hover,.desktop-nav a.active,.mobile-panel a:hover{background:rgba(146,64,14,.65);color:#fff3c4}.header-actions{display:flex;align-items:center;gap:12px}.search-form{position:relative;display:flex;align-items:center}.search-form input{width:230px;border:1px solid rgba(251,191,36,.5);background:rgba(120,53,15,.58);color:#fffbeb;border-radius:12px;padding:11px 42px 11px 14px;outline:none}.search-form input::placeholder{color:#fcdca8}.search-form button{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fcdca8;font-size:18px;cursor:pointer}.mobile-toggle{display:none;border:0;background:rgba(120,53,15,.5);color:#fff7ed;border-radius:12px;width:44px;height:44px;font-size:24px}.mobile-panel{display:none;max-width:1280px;margin:0 auto;padding:0 20px 18px;border-top:1px solid rgba(251,191,36,.3)}.mobile-panel.open{display:block}.mobile-panel nav{display:grid;gap:6px;margin:12px 0}.mobile-panel .search-form input{width:100%}.page-shell{min-height:calc(100vh - 78px)}
.hero{position:relative;min-height:690px;overflow:hidden;background:#78350f}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .75s ease}.hero-slide.active{opacity:1}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.42) saturate(1.08);transform:scale(1.02)}.hero-slide.active .hero-media img{animation:heroZoom 8s ease forwards}.hero::after,.detail-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(67,36,11,.94) 0%,rgba(92,44,8,.72) 39%,rgba(120,53,15,.20) 75%),linear-gradient(0deg,#78350f 0%,rgba(120,53,15,0) 42%);pointer-events:none}.hero-inner{position:relative;z-index:3;max-width:1280px;margin:0 auto;min-height:690px;padding:76px 20px 50px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.72fr);gap:42px;align-items:center}.hero-copy{color:#fffbeb;max-width:740px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(217,119,6,.88);color:#fff7ed;border:1px solid rgba(251,191,36,.45);padding:10px 16px;border-radius:999px;font-weight:800;font-size:14px;backdrop-filter:blur(12px);box-shadow:0 10px 26px rgba(0,0,0,.18)}.hero h1{font-family:"Noto Serif SC",serif;font-weight:900;font-size:clamp(38px,6vw,74px);line-height:1.08;margin:24px 0 18px;letter-spacing:.02em;text-shadow:0 8px 24px rgba(0,0,0,.38)}.hero-desc{font-size:clamp(17px,2vw,22px);color:#ffedd5;line-height:1.75;max-width:660px;text-shadow:0 5px 18px rgba(0,0,0,.28)}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;background:rgba(120,53,15,.76);border:1px solid rgba(251,191,36,.38);color:#ffedd5;font-size:13px;font-weight:700;backdrop-filter:blur(8px)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:13px 20px;font-weight:900;border:1px solid transparent;transition:.22s;cursor:pointer}.btn-primary{background:#d97706;color:#fff7ed;box-shadow:0 13px 26px rgba(217,119,6,.28)}.btn-primary:hover{background:#b45309;transform:translateY(-2px)}.btn-ghost{background:rgba(255,251,235,.12);color:#fffbeb;border-color:rgba(255,251,235,.25);backdrop-filter:blur(10px)}.btn-ghost:hover{background:rgba(255,251,235,.2);transform:translateY(-2px)}.hero-side{position:relative;z-index:4}.hero-panel{background:rgba(255,251,235,.13);border:1px solid rgba(255,237,213,.28);box-shadow:0 24px 80px rgba(0,0,0,.28);border-radius:28px;padding:18px;backdrop-filter:blur(18px)}.hero-panel-title{display:flex;align-items:center;justify-content:space-between;color:#ffedd5;font-weight:900;margin:4px 6px 14px}.hero-mini-list{display:grid;gap:12px}.hero-mini{display:grid;grid-template-columns:82px 1fr;gap:12px;padding:10px;border-radius:18px;background:rgba(120,53,15,.48);border:1px solid rgba(251,191,36,.24);transition:.22s;color:#fffbeb}.hero-mini:hover{background:rgba(146,64,14,.68);transform:translateX(3px)}.hero-mini img{width:82px;height:58px;border-radius:13px;object-fit:cover}.hero-mini strong{display:block;font-size:15px;line-height:1.25;margin-bottom:5px}.hero-mini span{display:block;font-size:12px;color:#fed7aa}.hero-dots{position:absolute;z-index:7;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px}.hero-dot{width:11px;height:11px;border-radius:999px;border:1px solid rgba(255,237,213,.8);background:rgba(255,255,255,.25);cursor:pointer}.hero-dot.active{width:34px;background:#f59e0b;border-color:#f59e0b}.hero-search{margin-top:28px;max-width:600px;position:relative}.hero-search input{width:100%;padding:16px 138px 16px 18px;border-radius:17px;border:1px solid rgba(251,191,36,.45);background:rgba(255,251,235,.14);color:#fff7ed;outline:none;backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.hero-search input::placeholder{color:#fed7aa}.hero-search button{position:absolute;right:6px;top:6px;bottom:6px;border-radius:13px;border:0;background:#d97706;color:#fff7ed;font-weight:900;padding:0 18px;cursor:pointer}
.section{padding:72px 20px}.section-white{background:#fff}.section-soft{background:linear-gradient(135deg,#ffedd5,#fff7ed 54%,#fff)}.section-dark{background:linear-gradient(135deg,#78350f,#451a03);color:#fff7ed}.container{max-width:1280px;margin:0 auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head.center{text-align:center;display:block}.section-kicker{color:#d97706;font-weight:900;letter-spacing:.12em;font-size:13px;margin-bottom:8px}.section h2,.section-title{font-family:"Noto Serif SC",serif;font-weight:900;font-size:clamp(28px,3.5vw,42px);color:#78350f;line-height:1.22}.section-dark h2,.section-dark .section-title{color:#fff7ed}.section p.lead{color:#8a5b24;font-size:16px;line-height:1.8;margin-top:10px}.section-dark p.lead{color:#fed7aa}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.movie-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.movie-card{position:relative;background:#fffaf2;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.25s}.movie-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.movie-poster{position:relative;aspect-ratio:3/4;background:linear-gradient(135deg,#78350f,#d97706);overflow:hidden}.movie-card.horizontal .movie-poster{aspect-ratio:16/10}.movie-poster img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.movie-card:hover .movie-poster img{transform:scale(1.08)}.poster-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,0) 55%);opacity:.88}.badge{position:absolute;top:12px;right:12px;background:#d97706;color:#fff7ed;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;box-shadow:0 6px 14px rgba(0,0,0,.18)}.rank-badge{position:absolute;left:12px;top:12px;background:#78350f;color:#fde68a;border-radius:14px;padding:6px 10px;font-weight:900;font-size:13px}.play-float{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.88);width:56px;height:56px;border-radius:999px;background:rgba(255,251,235,.88);display:grid;place-items:center;color:#b45309;font-weight:900;opacity:0;transition:.25s;box-shadow:0 12px 30px rgba(0,0,0,.28)}.movie-card:hover .play-float{opacity:1;transform:translate(-50%,-50%) scale(1)}.movie-body{padding:17px}.movie-body h3{font-family:"Noto Serif SC",serif;color:#78350f;font-size:18px;font-weight:900;line-height:1.36;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-meta{display:flex;flex-wrap:wrap;gap:8px;color:#a16207;font-size:12px;font-weight:800;margin-bottom:9px}.movie-line{color:#80531b;line-height:1.65;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.tag{font-size:12px;color:#92400e;background:#ffedd5;border-radius:999px;padding:5px 8px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-card{position:relative;min-height:205px;border-radius:24px;overflow:hidden;padding:22px;background:linear-gradient(145deg,#fffaf2,#ffedd5);border:1px solid rgba(217,119,6,.20);box-shadow:var(--shadow-soft);transition:.25s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.category-card .count{display:inline-flex;background:#b45309;color:#fff7ed;border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px;margin-bottom:14px}.category-card h3{font-family:"Noto Serif SC",serif;color:#78350f;font-size:22px;font-weight:900;margin:0 0 10px}.category-card p{color:#8a5b24;line-height:1.7;font-size:14px}.rank-list{display:grid;gap:13px}.rank-item{display:grid;grid-template-columns:64px 110px 1fr auto;gap:16px;align-items:center;background:#fffaf2;border:1px solid rgba(217,119,6,.22);border-radius:18px;padding:12px;box-shadow:0 10px 24px rgba(120,53,15,.08);transition:.22s}.rank-item:hover{transform:translateX(4px);background:#fff7ed}.rank-no{font-weight:1000;color:#b45309;font-size:24px;text-align:center}.rank-item img{width:110px;height:68px;object-fit:cover;border-radius:12px}.rank-info h3{font-family:"Noto Serif SC",serif;color:#78350f;font-weight:900;font-size:18px;margin:0 0 6px}.rank-info p{color:#8a5b24;font-size:13px;line-height:1.5}.rank-score{color:#92400e;font-weight:900;background:#ffedd5;border-radius:999px;padding:7px 12px;font-size:13px}.filter-box{background:#fffaf2;border:1px solid rgba(217,119,6,.22);box-shadow:var(--shadow-soft);border-radius:24px;padding:18px;margin-bottom:26px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:12px}.filter-box input,.filter-box select{width:100%;border:1px solid rgba(217,119,6,.28);border-radius:14px;padding:12px 13px;background:#fff;color:#78350f;outline:none}.filter-box input:focus,.filter-box select:focus{border-color:#d97706;box-shadow:0 0 0 3px rgba(217,119,6,.14)}.empty-result{display:none;text-align:center;background:#fffaf2;border:1px dashed rgba(217,119,6,.35);border-radius:22px;padding:38px;color:#8a5b24;font-weight:800}.empty-result.show{display:block}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;font-size:14px;color:#9a621d;margin-bottom:22px}.breadcrumb a{font-weight:900;color:#b45309}.detail-hero{position:relative;min-height:430px;background-size:cover;background-position:center;display:flex;align-items:end;overflow:hidden}.detail-hero-inner{position:relative;z-index:3;max-width:1280px;margin:0 auto;width:100%;padding:90px 20px 44px;color:#fff7ed}.detail-hero h1{font-family:"Noto Serif SC",serif;font-weight:900;font-size:clamp(36px,5vw,66px);line-height:1.12;margin:12px 0;text-shadow:0 8px 25px rgba(0,0,0,.35)}.detail-hero p{font-size:18px;line-height:1.75;color:#ffedd5;max-width:820px;text-shadow:0 4px 18px rgba(0,0,0,.28)}.detail-layout{display:grid;grid-template-columns:minmax(0,1.6fr) 380px;gap:28px;align-items:start}.panel{background:#fffaf2;border:1px solid rgba(217,119,6,.2);border-radius:24px;box-shadow:var(--shadow-soft);overflow:hidden}.panel-pad{padding:26px}.player-frame{position:relative;border-radius:24px;overflow:hidden;background:#111;box-shadow:0 24px 70px rgba(0,0,0,.28);aspect-ratio:16/9;margin-bottom:24px}.player-frame img{width:100%;height:100%;object-fit:cover;filter:brightness(.58)}.player-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.74),rgba(0,0,0,0) 48%)}.player-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:82px;height:82px;border-radius:999px;border:1px solid rgba(255,255,255,.46);background:rgba(217,119,6,.92);color:#fff7ed;font-size:30px;box-shadow:0 16px 44px rgba(0,0,0,.35);cursor:pointer}.player-caption{position:absolute;z-index:3;left:24px;right:24px;bottom:22px;color:#fff7ed;display:flex;align-items:center;justify-content:space-between;gap:14px}.fake-bar{height:7px;flex:1;background:rgba(255,255,255,.28);border-radius:999px;overflow:hidden}.fake-bar span{display:block;width:38%;height:100%;background:#f59e0b;border-radius:999px}.article h2,.side-title{font-family:"Noto Serif SC",serif;font-weight:900;color:#78350f;font-size:26px;margin:0 0 14px}.article p{font-size:16px;line-height:2;color:#6f4210;margin:0 0 22px}.info-list{display:grid;gap:12px}.info-row{display:grid;grid-template-columns:86px 1fr;gap:12px;color:#6f4210;font-size:15px}.info-row b{color:#78350f}.side-list{display:grid;gap:12px}.side-card{display:grid;grid-template-columns:112px 1fr;gap:12px;align-items:center;padding:10px;border-radius:16px;transition:.2s}.side-card:hover{background:#ffedd5}.side-card img{width:112px;height:70px;object-fit:cover;border-radius:12px}.side-card strong{display:block;color:#78350f;line-height:1.35;margin-bottom:5px}.side-card span{font-size:12px;color:#9a621d}.all-count{font-weight:900;color:#b45309}.site-footer{background:linear-gradient(180deg,#78350f,#451a03);color:#ffedd5;border-top:2px solid rgba(245,158,11,.55);padding:46px 20px}.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:30px}.footer-grid h3,.footer-grid h4{font-family:"Noto Serif SC",serif;color:#fff7ed;font-weight:900;margin:0 0 14px}.footer-grid p,.footer-grid li{color:#fed7aa;font-size:14px;line-height:1.8}.footer-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.footer-grid a:hover{color:#fff}.footer-bottom{max-width:1280px;margin:32px auto 0;padding-top:22px;border-top:1px solid rgba(251,191,36,.24);display:flex;justify-content:space-between;gap:20px;color:#fcdca8;font-size:13px}.mini-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.mini-poster{position:relative;border-radius:18px;overflow:hidden;min-height:128px;background:#78350f;box-shadow:var(--shadow-soft)}.mini-poster img{width:100%;height:128px;object-fit:cover}.mini-poster span{position:absolute;left:10px;right:10px;bottom:8px;color:#fff7ed;font-weight:900;font-size:13px;text-shadow:0 3px 10px rgba(0,0,0,.45);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.subhero{padding:72px 20px;background:linear-gradient(135deg,#78350f,#92400e 58%,#b45309);color:#fff7ed}.subhero .container{display:grid;gap:10px}.subhero h1{font-family:"Noto Serif SC",serif;font-size:clamp(34px,4vw,56px);font-weight:900;margin:0}.subhero p{color:#ffedd5;font-size:17px;line-height:1.8;max-width:850px}.quick-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.quick-links a{border-radius:999px;background:rgba(255,251,235,.14);border:1px solid rgba(255,237,213,.28);padding:9px 13px;color:#fff7ed;font-weight:800}.quick-links a:hover{background:rgba(255,251,235,.24)}
@keyframes heroZoom{from{transform:scale(1.02)}to{transform:scale(1.09)}}
@media (max-width:1120px){.desktop-nav{display:none}.mobile-toggle{display:block}.search-form input{width:210px}.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-inner{grid-template-columns:1fr}.hero-side{display:none}.detail-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.mini-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.header-inner{height:68px}.brand-title{font-size:23px}.brand-sub{display:none}.header-actions>.search-form{display:none}.hero,.hero-inner{min-height:620px}.hero-inner{padding-top:48px}.hero-actions{gap:10px}.btn{width:100%}.hero-search input{padding-right:110px}.section{padding:50px 16px}.section-head{display:block}.movie-grid,.movie-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.movie-body{padding:13px}.movie-body h3{font-size:16px}.category-grid{grid-template-columns:1fr}.filter-box{grid-template-columns:1fr}.rank-item{grid-template-columns:46px 82px 1fr}.rank-item img{width:82px;height:56px}.rank-score{display:none}.detail-hero-inner{padding-top:72px}.panel-pad{padding:20px}.player-caption{display:none}.side-card{grid-template-columns:92px 1fr}.side-card img{width:92px;height:62px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.mini-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:420px){.movie-grid,.movie-grid.compact{grid-template-columns:1fr}.hero h1{font-size:36px}.hero{min-height:650px}.hero-inner{min-height:650px}.brand-mark{width:38px;height:38px}.rank-info p{display:none}}