:root{--gold:#d97706;--gold-deep:#92400e;--gold-soft:#fffbeb;--orange-soft:#fff7ed;--ink:#111827;--muted:#6b7280;--line:#f3d4a0;--card:#ffffff;--shadow:0 20px 45px rgba(120,53,15,.13)}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:linear-gradient(180deg,var(--gold-soft),var(--orange-soft) 46%,var(--gold-soft));color:var(--ink)}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,251,235,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(245,158,11,.22)}.site-header-inner{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:20px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#78350f}.brand-mark{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#f59e0b,#ea580c);display:grid;place-items:center;color:white;box-shadow:0 12px 24px rgba(217,119,6,.25)}.main-nav{display:flex;align-items:center;gap:20px;flex:1}.main-nav a{font-weight:700;color:#78350f;opacity:.82}.main-nav a:hover,.main-nav a.active{color:#d97706;opacity:1}.top-search{display:flex;background:white;border:1px solid rgba(245,158,11,.28);border-radius:999px;overflow:hidden;box-shadow:0 8px 18px rgba(120,53,15,.06)}.top-search input{width:230px;padding:10px 14px;outline:none}.top-search button{background:#d97706;color:white;padding:0 18px;font-weight:700}.menu-toggle{display:none;width:42px;height:42px;border-radius:12px;background:white;border:1px solid rgba(245,158,11,.25);align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:20px;height:2px;background:#92400e}.hero-carousel{height:70vh;min-height:540px;position:relative;overflow:hidden;background:#1f1308}.hero-track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity .75s ease}.hero-slide.active{opacity:1;z-index:1}.hero-slide img,.detail-hero>img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.55) 45%,rgba(0,0,0,.08)),radial-gradient(circle at 70% 10%,rgba(245,158,11,.35),transparent 32%)}.hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;padding:90px 24px 60px;color:white}.hero-kicker,.page-hero span,.section-title span{display:inline-flex;align-items:center;width:max-content;padding:8px 14px;border-radius:999px;background:rgba(245,158,11,.92);color:white;font-size:14px;font-weight:800;letter-spacing:.03em}.hero-content h1{font-size:clamp(42px,6vw,76px);line-height:1.04;font-weight:900;max-width:780px;text-shadow:0 18px 45px rgba(0,0,0,.4);margin:18px 0}.hero-content p{font-size:clamp(18px,2vw,24px);line-height:1.65;max-width:720px;color:#f3f4f6}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.hero-tags span{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.16);backdrop-filter:blur(10px);border-radius:999px;padding:8px 14px;color:white}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:12px;font-weight:800;transition:.2s ease}.btn-primary{background:#d97706;color:white;box-shadow:0 16px 28px rgba(217,119,6,.28)}.btn-primary:hover{background:#b45309;transform:translateY(-2px)}.btn-ghost{border:1px solid rgba(255,255,255,.42);color:white;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.btn-ghost:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}.hero-dots{position:absolute;z-index:3;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px}.hero-dot{width:34px;height:5px;border-radius:999px;background:rgba(255,255,255,.42);transition:.25s}.hero-dot.active{width:54px;background:#f59e0b}.container-section{max-width:1280px;margin:0 auto;padding:72px 20px}.container-section.inset{padding-left:20px;padding-right:20px}.section-warm{background:white}.section-title{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:30px}.section-title h2{font-size:clamp(26px,3vw,38px);font-weight:900;color:#1f2937;margin-top:10px}.section-title a{color:#b45309;font-weight:800}.section-title.slim{align-items:center;margin-bottom:20px}.section-title.slim h2{font-size:20px}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.movie-grid.compact{gap:18px}.large-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-card{display:block;background:white;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(120,53,15,.08);transition:.25s ease;border:1px solid rgba(245,158,11,.16)}.movie-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.poster-wrap{aspect-ratio:3/4;position:relative;overflow:hidden;background:linear-gradient(135deg,#78350f,#f59e0b)}.poster-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.movie-card:hover .poster-wrap img{transform:scale(1.06)}.poster-wrap:after{content:"";position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(transparent,rgba(0,0,0,.6))}.poster-badge{position:absolute;top:12px;right:12px;background:#d97706;color:white;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;z-index:2}.card-body{padding:16px}.card-meta{display:flex;align-items:center;gap:8px;color:#92400e;font-size:12px;font-weight:800;margin-bottom:8px;flex-wrap:wrap}.card-meta span{background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:4px 8px}.movie-card h3{font-size:18px;line-height:1.3;font-weight:900;color:#111827;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.movie-card p{font-size:14px;line-height:1.65;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag-row span{font-size:12px;color:#92400e;background:#fff7ed;border-radius:999px;padding:5px 8px}.category-cloud,.category-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.category-cloud a,.category-card{background:white;border:1px solid rgba(245,158,11,.18);border-radius:24px;padding:24px;box-shadow:0 10px 28px rgba(120,53,15,.07);transition:.2s ease}.category-cloud a:hover,.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-cloud strong,.category-card span{display:block;color:#92400e;font-size:22px;font-weight:900;margin-bottom:8px}.category-cloud em,.category-card h2{font-style:normal;color:#6b7280;font-size:15px;line-height:1.75;font-weight:500}.category-teaser{max-width:1280px;margin:0 auto;padding:36px 20px}.page-hero{min-height:360px;background:linear-gradient(135deg,#78350f,#b45309 48%,#f59e0b);color:white;display:flex;align-items:center}.page-hero>div{max-width:1280px;width:100%;margin:0 auto;padding:70px 20px}.page-hero h1{font-size:clamp(38px,5vw,64px);font-weight:900;margin:18px 0}.page-hero p{max-width:820px;font-size:18px;line-height:1.8;color:#fff7ed}.small-hero{min-height:320px}.category-hero{min-height:340px}.category-pills{display:flex;flex-wrap:wrap;gap:12px}.category-pills a{border:1px solid rgba(217,119,6,.24);background:white;color:#92400e;border-radius:999px;padding:10px 16px;font-weight:800}.category-mini{display:flex;margin-top:18px}.category-mini img{width:72px;height:96px;object-fit:cover;border-radius:12px;margin-right:-16px;border:3px solid white;box-shadow:0 8px 18px rgba(0,0,0,.12)}.rank-list{display:grid;gap:14px}.rank-item{display:grid;grid-template-columns:auto 110px minmax(0,1fr) auto;align-items:center;gap:18px;background:white;border:1px solid rgba(245,158,11,.16);border-radius:20px;padding:14px;box-shadow:0 8px 24px rgba(120,53,15,.06)}.rank-num{font-size:28px;font-weight:900;color:#d97706;min-width:54px;text-align:center}.rank-poster{display:block;width:110px;height:80px;border-radius:14px;overflow:hidden;background:#f59e0b}.rank-poster img{width:100%;height:100%;object-fit:cover}.rank-info h3{font-size:20px;font-weight:900;margin:4px 0;color:#111827}.rank-info h3 a:hover{color:#d97706}.rank-info p{color:#6b7280;line-height:1.6}.rank-action{background:#d97706;color:white;border-radius:12px;padding:11px 16px;font-weight:900}.filter-bar{display:grid;grid-template-columns:1fr 180px 180px;gap:14px;background:white;border-radius:22px;padding:16px;box-shadow:0 10px 28px rgba(120,53,15,.08);border:1px solid rgba(245,158,11,.16);margin-bottom:18px}.filter-bar input,.filter-bar select{border:1px solid #fde68a;border-radius:14px;padding:13px 14px;background:#fffbeb;outline:none}.tag-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.tag-filter button{background:white;border:1px solid #fde68a;color:#92400e;border-radius:999px;padding:9px 14px;font-weight:800}.tag-filter button.active{background:#d97706;color:white;border-color:#d97706}.movie-card.is-hidden{display:none}.detail-hero{height:64vh;min-height:470px;position:relative;overflow:hidden;background:#1f1308}.detail-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.48),rgba(0,0,0,.2)),linear-gradient(0deg,rgba(0,0,0,.5),transparent 45%)}.detail-content{position:absolute;inset:0;max-width:1280px;margin:0 auto;padding:110px 20px 60px;display:flex;flex-direction:column;justify-content:end;color:white}.breadcrumb{display:flex;gap:8px;align-items:center;color:#fde68a;font-weight:800;margin-bottom:16px;flex-wrap:wrap}.breadcrumb a:hover{color:white}.detail-content h1{font-size:clamp(40px,5vw,72px);font-weight:900;line-height:1.05;margin-bottom:18px}.detail-content p{max-width:780px;font-size:20px;line-height:1.7;color:#f3f4f6}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.player-card,.content-card,.side-card{background:white;border:1px solid rgba(245,158,11,.16);border-radius:24px;padding:18px;box-shadow:0 12px 32px rgba(120,53,15,.08)}.video-player{width:100%;aspect-ratio:16/9;background:#000;border-radius:18px;overflow:hidden}.content-card{padding:28px}.content-card h2{font-size:24px;font-weight:900;margin:26px 0 12px;color:#1f2937}.content-card p{font-size:17px;line-height:1.95;color:#374151;white-space:pre-line}.detail-tags{margin-bottom:8px}.nav-card{display:flex;justify-content:space-between;gap:16px}.nav-card a{font-weight:900;color:#b45309}.side-card h2{font-size:22px;font-weight:900;color:#1f2937;margin-bottom:18px}.side-card .rank-item{grid-template-columns:84px 1fr;padding:10px;box-shadow:none}.side-card .rank-num,.side-card .rank-action,.side-card .tag-row{display:none}.side-card .rank-poster{width:84px;height:64px}.side-card .rank-info h3{font-size:15px}.side-card .rank-info p{display:none}.site-footer{background:#78350f;color:#fde68a;margin-top:70px}.footer-inner{max-width:1280px;margin:0 auto;padding:42px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:30px;border-bottom:1px solid rgba(253,230,138,.18)}.footer-brand{color:white;font-size:22px;margin-bottom:10px}.site-footer p{color:#fef3c7}.site-footer nav{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end;max-width:650px}.site-footer nav a{color:#fde68a;font-weight:700}.site-footer nav a:hover{color:white}.footer-bottom{max-width:1280px;margin:0 auto;padding:18px 20px;color:#fef3c7;font-size:14px}@media (max-width:1024px){.movie-grid,.large-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}.detail-side{order:2}.filter-bar{grid-template-columns:1fr 1fr}}@media (max-width:760px){.site-header-inner{flex-wrap:wrap}.menu-toggle{display:flex;margin-left:auto}.main-nav,.top-search{display:none;width:100%}.main-nav.open,.top-search.open{display:flex}.main-nav.open{flex-direction:column;align-items:flex-start;background:white;border-radius:18px;padding:16px}.top-search.open input{flex:1;width:auto}.hero-carousel{height:76vh;min-height:560px}.hero-content{padding-top:120px}.hero-actions{flex-direction:column;align-items:stretch;max-width:280px}.movie-grid,.large-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.card-body{padding:12px}.movie-card h3{font-size:16px}.category-cloud,.category-card-grid{grid-template-columns:1fr}.section-title{align-items:flex-start;flex-direction:column}.container-section{padding:48px 14px}.rank-item{grid-template-columns:52px 82px minmax(0,1fr);gap:10px}.rank-poster{width:82px;height:66px}.rank-action{display:none}.rank-info p,.rank-info .tag-row{display:none}.filter-bar{grid-template-columns:1fr}.detail-content{padding-top:90px}.detail-content p{font-size:17px}.footer-inner{flex-direction:column}.site-footer nav{justify-content:flex-start}.nav-card{flex-direction:column}}@media (max-width:480px){.movie-grid{grid-template-columns:1fr}.hero-content h1{font-size:38px}.rank-num{font-size:20px;min-width:40px}.page-hero h1{font-size:34px}.detail-content h1{font-size:36px}}