
:root{
  --amber-50:#fffbeb;--amber-100:#fef3c7;--amber-200:#fde68a;--amber-300:#fcd34d;--amber-400:#fbbf24;--amber-500:#f59e0b;--amber-600:#d97706;--amber-700:#b45309;--orange-500:#f97316;--text:#1f2937;--muted:#6b7280;--line:#f6d774;--card:#ffffffd9;--shadow:0 18px 45px rgba(146,64,14,.12);--radius:24px;
}
html{scroll-behavior:smooth}body.site-body{background:radial-gradient(circle at 15% 10%,rgba(251,191,36,.22),transparent 28%),linear-gradient(180deg,#fff7db 0%,#fffaf0 32%,#fff 100%);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;min-height:100vh}.site-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(245,158,11,.24);box-shadow:0 12px 36px rgba(180,83,9,.1)}.header-inner{height:68px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.brand-mark{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#fbbf24,#eab308,#fb923c);display:grid;place-items:center;color:white;box-shadow:0 12px 26px rgba(245,158,11,.32)}.brand-mark svg{width:27px;height:27px;fill:currentColor}.brand-mark.small{width:34px;height:34px;border-radius:12px}.brand-title{font-size:24px;font-weight:900;letter-spacing:.03em}.main-nav{display:flex;align-items:center;gap:8px;flex:1}.nav-link,.nav-more-btn{font-weight:800;color:#4b5563;padding:9px 13px;border-radius:999px;background:transparent;cursor:pointer}.nav-link:hover,.nav-link.active,.nav-more:hover .nav-more-btn{color:var(--amber-700);background:var(--amber-100)}.nav-more{position:relative}.nav-more-menu{position:absolute;left:0;top:calc(100% + 8px);min-width:160px;background:white;border:1px solid var(--amber-200);border-radius:18px;box-shadow:var(--shadow);padding:10px;display:none}.nav-more:hover .nav-more-menu{display:grid}.nav-more-menu a,.mobile-menu a{padding:10px 12px;border-radius:12px;color:#4b5563;font-weight:700}.nav-more-menu a:hover,.mobile-menu a:hover{background:var(--amber-100);color:var(--amber-700)}.header-search{display:flex;align-items:center;background:#fff;border:2px solid var(--amber-200);border-radius:999px;padding:0 4px 0 14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}.header-search input{width:260px;min-width:0;border:0;background:transparent;outline:0;padding:9px 4px}.header-search button{width:34px;height:34px;border-radius:50%;border:0;background:var(--amber-500);color:#fff;font-size:18px;cursor:pointer}.mobile-menu-toggle{display:none;margin-left:auto;border:0;background:var(--amber-100);color:var(--amber-800);border-radius:12px;padding:9px 12px;font-size:22px}.mobile-menu{width:min(1180px,calc(100% - 32px));margin:0 auto 12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;background:rgba(255,255,255,.94);border:1px solid var(--amber-200);border-radius:18px;padding:10px}.mobile-menu[hidden]{display:none}.hero-carousel{position:relative;height:600px;overflow:hidden;background:#111}.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-media,.category-hero,.detail-hero,.rank-poster,.poster-frame,.detail-poster,.player-shell{background-image:linear-gradient(135deg,rgba(251,191,36,.92),rgba(217,119,6,.52),rgba(30,41,59,.9)),var(--hero-image,var(--poster));background-position:center;background-size:cover}.hero-media{position:absolute;inset:0;filter:saturate(1.12)}.hero-mask{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.55) 45%,rgba(0,0,0,.12)),radial-gradient(circle at 78% 18%,rgba(251,191,36,.38),transparent 24%)}.hero-content{height:100%;position:relative;display:flex;align-items:center}.hero-copy{width:min(680px,94%);color:white}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#fcd34d;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.hero-copy h1{font-size:clamp(42px,7vw,74px);line-height:1.05;font-weight:950;margin:0 0 18px;text-shadow:0 14px 40px rgba(0,0,0,.45)}.hero-copy p{font-size:clamp(18px,2.4vw,24px);line-height:1.65;color:#f3f4f6;margin:0 0 22px}.hero-tags,.tag-row,.chip-row{display:flex;flex-wrap:wrap;gap:9px}.hero-tags span,.tag-row span,.tag-row a,.chip-row a{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);color:inherit;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800}.hero-actions,.detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 24px;font-weight:900;transition:.2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(146,64,14,.2)}.btn-primary{background:linear-gradient(135deg,#fbbf24,#eab308,#fb923c);color:white}.btn-ghost{background:rgba(255,255,255,.22);color:white;border:1px solid rgba(255,255,255,.32);backdrop-filter:blur(8px)}.hero-controls{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);display:flex;align-items:center;gap:14px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;backdrop-filter:blur(12px)}.hero-prev,.hero-next{width:38px;height:38px;border-radius:50%;border:0;background:rgba(255,255,255,.18);color:white;font-size:30px;line-height:1;cursor:pointer}.hero-dots{display:flex;gap:8px}.hero-dot{width:11px;height:11px;border-radius:999px;border:0;background:rgba(255,255,255,.42);cursor:pointer;transition:.2s}.hero-dot.active{width:34px;background:linear-gradient(90deg,#fbbf24,#fb923c)}.category-strip{position:relative;margin-top:-54px;z-index:5}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.category-card,.category-overview-card{padding:22px;text-align:center;display:grid;gap:10px;align-content:start}.cat-initial{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:white;font-size:26px;font-weight:950;margin:0 auto 4px}.category-card strong,.category-overview-card h2{font-size:19px;font-weight:950;color:#1f2937}.category-card small,.movie-meta,.section-kicker{color:var(--amber-700);font-weight:900;letter-spacing:.08em}.category-card p,.category-overview-card p{color:var(--muted);font-size:14px;line-height:1.55;margin:0}.category-card em{font-style:normal;color:#9a3412;font-size:12px}.section-block{padding:68px 0 0}.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:26px}.section-title-row.compact{margin-bottom:18px}.section-title-row h2{font-size:clamp(28px,4vw,40px);line-height:1;font-weight:950;margin:6px 0 0}.more-link{color:var(--amber-700);font-weight:900}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-card{overflow:hidden;border-radius:22px;border:1px solid rgba(253,230,138,.7);background:rgba(255,255,255,.88);box-shadow:var(--shadow)}.poster-frame{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background-image:linear-gradient(135deg,rgba(251,191,36,.96),rgba(180,83,9,.58),rgba(17,24,39,.82)),var(--poster);background-size:cover;background-position:center}.movie-card.small .poster-frame{aspect-ratio:4/3}.poster-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.67))}.poster-title{position:absolute;left:16px;right:16px;bottom:14px;color:#fff;font-weight:950;font-size:18px;text-shadow:0 8px 20px rgba(0,0,0,.55);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.play-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#fbbf24,#fb923c);color:white;box-shadow:0 16px 34px rgba(0,0,0,.28);opacity:0;transition:.25s}.movie-card:hover .play-circle,.rank-poster:hover .play-circle{opacity:1;transform:translate(-50%,-50%) scale(1)}.year-pill{position:absolute;top:13px;right:13px;background:rgba(245,158,11,.95);color:white;border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px}.rank-badge{position:absolute;top:12px;left:12px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.55);color:#fcd34d;font-weight:950}.movie-info{padding:18px}.movie-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;margin-bottom:8px}.movie-meta span,.movie-meta a{background:var(--amber-100);color:var(--amber-700);border-radius:999px;padding:4px 8px}.movie-info h3{font-size:19px;line-height:1.35;font-weight:950;margin:0 0 8px}.movie-info h3 a:hover,.rank-row a:hover strong,.rank-card h2 a:hover{color:var(--amber-700)}.movie-info p{color:var(--muted);line-height:1.65;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-row span,.tag-row a{background:var(--amber-50);border-color:var(--amber-200);color:#9a3412}.horizontal-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(290px,360px);gap:18px;overflow-x:auto;padding:4px 0 18px;scroll-snap-type:x mandatory}.horizontal-scroll .movie-card{scroll-snap-align:start}.split-section{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:24px}.editor-picks,.rank-panel,.filter-section,.side-box,.detail-content,.player-card{padding:24px}.rank-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.rank-row{display:flex;align-items:center;gap:14px;padding:12px;border-radius:16px;transition:.2s}.rank-row:hover{background:var(--amber-50)}.rank-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e5e7eb;color:#4b5563;font-weight:950}.rank-num.top,.rank-large.top{background:linear-gradient(135deg,#fbbf24,#fb923c);color:white}.rank-row a{display:grid;gap:3px;min-width:0}.rank-row strong{color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-row small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cta-panel{margin-top:70px;margin-bottom:82px;border-radius:32px;padding:46px 32px;text-align:center;color:white;box-shadow:0 22px 60px rgba(180,83,9,.28)}.cta-panel h2{font-size:38px;font-weight:950;margin:0 0 12px}.cta-panel p{font-size:18px;max-width:760px;margin:0 auto 24px;color:rgba(255,255,255,.92)}.cta-panel div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.cta-panel a{background:white;color:var(--amber-700);font-weight:900;border-radius:999px;padding:10px 15px}.page-hero{position:relative;overflow:hidden;min-height:310px;display:flex;align-items:center;color:white}.soft-hero{background:radial-gradient(circle at 18% 12%,rgba(251,191,36,.36),transparent 34%),linear-gradient(135deg,#fff7ed,#fffbeb 45%,#fff);color:#1f2937;border-bottom:1px solid rgba(251,191,36,.28)}.soft-hero h1,.page-hero h1{font-size:clamp(42px,6vw,66px);font-weight:950;margin:0 0 12px}.soft-hero p,.page-hero p{max-width:760px;font-size:19px;line-height:1.75;color:#6b7280}.category-hero{background-image:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.34)),var(--hero-image)}.category-hero .site-container{position:relative}.category-hero p{color:#f3f4f6}.breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:22px;color:rgba(255,255,255,.88);font-weight:800}.breadcrumb a:hover{text-decoration:underline}.soft-hero .breadcrumb{color:#92400e}.overview-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.category-overview-card{text-align:left}.category-overview-card .cat-initial{margin:0}.category-overview-card strong{display:inline-flex;color:white;background:linear-gradient(135deg,#fbbf24,#fb923c);border-radius:999px;padding:7px 12px;width:max-content}.category-overview-card small{color:#9a3412;line-height:1.55}.filter-bar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.filter-input,.filter-bar select{height:46px;border:2px solid var(--amber-200);border-radius:999px;background:#fff;outline:none;padding:0 16px;color:#1f2937}.filter-input{flex:1;min-width:260px}.filter-input.big{font-size:18px;height:54px}.filter-bar select{min-width:150px}.filter-input:focus,.filter-bar select:focus{border-color:var(--amber-400);box-shadow:0 0 0 4px rgba(251,191,36,.15)}.empty-state{text-align:center;color:#92400e;background:var(--amber-50);border:1px solid var(--amber-200);border-radius:18px;padding:24px}.search-summary{color:#92400e;font-weight:900;margin-bottom:18px}.rank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.rank-card{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;padding:16px}.rank-poster{position:relative;border-radius:18px;overflow:hidden;min-height:130px;background-image:linear-gradient(135deg,rgba(251,191,36,.94),rgba(15,23,42,.72)),var(--poster);background-size:cover;background-position:center}.rank-large{position:absolute;left:12px;top:12px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.86);color:#92400e;font-weight:950;font-size:20px}.rank-card h2{font-size:22px;line-height:1.35;margin:8px 0 8px;font-weight:950}.rank-card p{color:var(--muted);line-height:1.6;margin:0}.detail-hero{position:relative;min-height:560px;color:white;background-image:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.46)),var(--hero-image);background-size:cover;background-position:center;display:flex;align-items:center}.detail-hero-inner{position:relative}.detail-title-wrap{display:grid;grid-template-columns:270px minmax(0,1fr);gap:34px;align-items:center}.detail-poster{aspect-ratio:3/4;border-radius:28px;padding:14px;display:flex;align-items:flex-end;overflow:hidden;background-image:linear-gradient(180deg,rgba(251,191,36,.3),rgba(0,0,0,.68)),var(--poster);background-size:cover;background-position:center}.detail-poster span{color:#fff;font-size:26px;font-weight:950;line-height:1.25;text-shadow:0 12px 24px rgba(0,0,0,.55)}.detail-copy h1{font-size:clamp(42px,6vw,72px);font-weight:950;line-height:1.06;margin:0 0 16px}.detail-copy p{font-size:22px;line-height:1.7;color:#f3f4f6;max-width:780px}.detail-layout{display:grid;grid-template-columns:minmax(0,2fr) 340px;gap:28px;align-items:start}.detail-main{display:grid;gap:24px}.player-card{overflow:hidden}.player-shell{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background-image:linear-gradient(135deg,rgba(0,0,0,.78),rgba(146,64,14,.55)),var(--poster);background-size:cover;background-position:center;color:white}.player-overlay{position:absolute;inset:0;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at center,rgba(0,0,0,.2),rgba(0,0,0,.64));padding:24px}.player-play{width:86px;height:86px;border-radius:50%;border:0;margin:0 auto 18px;background:linear-gradient(135deg,#fbbf24,#fb923c);color:white;font-size:34px;box-shadow:0 18px 46px rgba(0,0,0,.35);cursor:pointer;transition:.2s}.player-play:hover{transform:scale(1.06)}.player-shell.is-playing .player-play{background:#22c55e}.player-overlay h2{font-size:30px;font-weight:950;margin:0 0 8px}.player-overlay p{color:#f3f4f6;margin:0}.player-controlbar{position:absolute;left:18px;right:18px;bottom:16px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;color:#fff;font-weight:800;font-size:13px}.player-controlbar div{height:6px;border-radius:99px;background:rgba(255,255,255,.25);overflow:hidden}.player-controlbar span span,.player-controlbar div span{display:block;height:100%;width:38%;background:linear-gradient(90deg,#fbbf24,#fb923c);border-radius:99px}.detail-content h2{font-size:30px;font-weight:950;margin:0 0 18px}.detail-content h2:not(:first-child){margin-top:28px}.detail-content p{font-size:17px;line-height:1.95;color:#374151;margin:0 0 14px}.detail-sidebar{display:grid;gap:20px;position:sticky;top:88px}.side-box h2{font-size:22px;font-weight:950;margin:0 0 16px}.side-box dl{display:grid;grid-template-columns:72px 1fr;gap:10px 12px;margin:0}.side-box dt{font-weight:900;color:#92400e}.side-box dd{margin:0;color:#374151}.big-tags a{background:#fff7ed;color:#92400e;border:1px solid #fed7aa}.related-categories h2{font-size:34px;font-weight:950;margin:0 0 18px}.chip-row a{background:white;color:#92400e;border:1px solid var(--amber-200);box-shadow:0 8px 18px rgba(146,64,14,.08)}.site-footer{margin-top:70px;background:linear-gradient(135deg,#78350f,#92400e,#c2410c);color:white}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px;padding:46px 0}.footer-grid p{color:#fde68a;line-height:1.8}.footer-brand{display:flex;align-items:center;gap:10px;font-size:22px;margin-bottom:12px}.footer-grid h3{color:#fcd34d;font-size:18px;font-weight:950;margin:0 0 14px}.footer-grid a{display:block;color:#ffedd5;margin:8px 0}.footer-grid a:hover{color:#fff}.footer-bottom{text-align:center;color:#fed7aa;border-top:1px solid rgba(255,255,255,.18);padding:18px}.not-found{margin:80px auto;padding:60px;text-align:center}.not-found h1{font-size:54px;font-weight:950;margin:0 0 12px}.not-found p{font-size:18px;color:var(--muted);margin-bottom:26px}@media (max-width:1024px){.header-search input{width:190px}.category-grid,.overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-grid,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-section,.detail-layout{grid-template-columns:1fr}.detail-sidebar{position:static}.rank-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.header-inner{height:64px}.main-nav,.header-search{display:none}.mobile-menu-toggle{display:block}.brand-title{font-size:20px}.hero-carousel{height:650px}.hero-content{align-items:end;padding-bottom:96px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:18px}.hero-controls{bottom:18px}.category-strip{margin-top:22px}.category-grid,.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.movie-grid,.featured-grid,.two-col,.related-grid{grid-template-columns:1fr}.section-title-row{align-items:start;flex-direction:column}.horizontal-scroll{grid-auto-columns:minmax(260px,86vw)}.rank-card{grid-template-columns:1fr}.rank-poster{min-height:210px}.detail-title-wrap{grid-template-columns:1fr}.detail-poster{width:min(260px,80%)}.page-hero,.detail-hero{min-height:auto;padding:70px 0}.detail-copy p{font-size:18px}.filter-bar{display:grid}.filter-input,.filter-bar select{width:100%;min-width:0}.footer-grid{grid-template-columns:1fr}.cta-panel h2{font-size:30px}.breadcrumb{font-size:13px}}@media (max-width:440px){.category-grid,.overview-grid{grid-template-columns:1fr}.site-container{width:min(100% - 22px,1180px)}.hero-actions,.detail-actions{display:grid}.btn{width:100%}.hero-controls{max-width:calc(100% - 28px)}.hero-prev,.hero-next{width:34px;height:34px}.poster-title{font-size:16px}.movie-info{padding:15px}}
