:root{--red:#ef4444;--red2:#f97316;--text:#111827;--muted:#6b7280;--bg:#f9fafb;--card:#ffffff;--line:#e5e7eb;--soft:#fff7ed;--shadow:0 18px 50px rgba(17,24,39,.10);--radius:24px}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif}a{text-decoration:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.85)}.header-inner{max-width:1240px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px;color:#1f2937;white-space:nowrap}.brand-mark{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--red),var(--red2));display:grid;place-items:center;color:#fff;box-shadow:0 10px 24px rgba(239,68,68,.35)}.nav-menu{display:flex;align-items:center;gap:24px;margin-left:auto}.nav-link{font-weight:700;color:#374151;transition:.2s}.nav-link:hover,.nav-link.active{color:var(--red)}.header-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:6px 7px 6px 16px;box-shadow:0 10px 22px rgba(17,24,39,.06)}.header-search input{width:180px;border:0;outline:0;background:transparent;font-size:14px}.header-search button,.hero-search button{border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:800;padding:9px 16px;transition:.2s}.header-search button:hover,.hero-search button:hover,.btn.primary:hover{background:#dc2626}.nav-toggle{display:none;margin-left:auto;width:42px;height:42px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}.nav-toggle span{width:20px;height:2px;background:#111827;border-radius:2px}.hero-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff1f2 0%,#fffbeb 52%,#fef3c7 100%);padding:72px 20px 58px}.hero-glow{position:absolute;width:380px;height:380px;border-radius:999px;filter:blur(70px);opacity:.30}.hero-glow.one{left:-120px;top:-120px;background:#fca5a5}.hero-glow.two{right:-120px;bottom:-130px;background:#fdba74}.hero-inner{position:relative;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,520px);gap:44px;align-items:center}.eyebrow,.page-hero span,.section-head span{display:inline-flex;align-items:center;gap:8px;color:var(--red);background:#fee2e2;border-radius:999px;padding:6px 12px;font-weight:900;font-size:13px;letter-spacing:.02em}.hero-copy h1{font-size:clamp(40px,6vw,72px);font-weight:950;line-height:1.05;margin:18px 0 20px;letter-spacing:-.05em}.hero-copy h1 span{display:block;color:var(--red)}.hero-copy p{font-size:19px;line-height:1.85;color:#4b5563;max-width:650px}.hero-search{display:flex;max-width:560px;margin:28px 0 18px;background:#fff;border:1px solid rgba(229,231,235,.9);border-radius:999px;padding:8px;box-shadow:var(--shadow)}.hero-search input{flex:1;border:0;outline:0;background:transparent;padding:0 16px;font-size:16px}.hero-actions,.hero-chips{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:900;transition:.2s}.btn.primary{background:var(--red);color:#fff;box-shadow:0 14px 30px rgba(239,68,68,.28)}.btn.light{background:#fff;color:#374151;box-shadow:0 12px 24px rgba(17,24,39,.08)}.btn.small{padding:10px 16px;font-size:14px}.hero-chips{margin-top:18px}.hero-chips a,.tag-link{background:#fff;color:#4b5563;border:1px solid #fee2e2;border-radius:999px;padding:8px 14px;font-weight:700;box-shadow:0 8px 18px rgba(17,24,39,.04);transition:.2s}.hero-chips a:hover,.tag-link:hover{background:var(--red);color:#fff}.hero-visual{position:relative}.hero-slider{position:relative;min-height:430px}.hero-slide{position:absolute;inset:0;opacity:0;transform:translateY(12px) scale(.98);pointer-events:none;transition:opacity .45s ease,transform .45s ease}.hero-slide.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.hero-card{position:relative;display:block;height:430px;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#111827,#7f1d1d);box-shadow:0 28px 70px rgba(127,29,29,.28)}.hero-card img,.poster-wrap img,.rank-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.hero-card:hover img,.movie-card:hover .poster-wrap img{transform:scale(1.06)}.image-missing{opacity:0}.hero-card-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.84),rgba(0,0,0,.26),rgba(0,0,0,.02));display:flex;flex-direction:column;justify-content:flex-end;padding:30px;color:#fff}.hero-card-shade span{width:max-content;padding:6px 12px;background:var(--red);border-radius:999px;font-size:13px;font-weight:900;margin-bottom:12px}.hero-card-shade h2{font-size:32px;font-weight:950;margin-bottom:8px}.hero-card-shade p{line-height:1.7;color:#e5e7eb}.hero-dots{display:flex;justify-content:center;gap:9px;margin-top:16px}.hero-dot{width:10px;height:10px;border-radius:999px;border:0;background:#fecaca;transition:.2s}.hero-dot.active{width:32px;background:var(--red)}.metric-strip{max-width:1240px;margin:-24px auto 0;position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 20px}.metric-strip div{background:#fff;border:1px solid #f3f4f6;border-radius:22px;padding:22px;text-align:center;box-shadow:0 18px 38px rgba(17,24,39,.08)}.metric-strip strong{display:block;font-size:22px;color:var(--red);margin-bottom:4px}.metric-strip span{color:var(--muted);font-weight:700}.content-section{max-width:1240px;margin:0 auto;padding:64px 20px}.content-section.alt{max-width:none;background:#fff;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.content-section.alt>.section-head,.content-section.alt>.rank-layout,.content-section.alt>.movie-grid,.content-section.alt>.category-grid{max-width:1240px;margin-left:auto;margin-right:auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:26px}.section-head h2{font-size:32px;line-height:1.2;font-weight:950;margin-top:10px}.section-head a{color:var(--red);font-weight:900}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.movie-grid.small{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.movie-card{background:#fff;border:1px solid #f3f4f6;border-radius:22px;overflow:hidden;box-shadow:0 16px 34px rgba(17,24,39,.07);transition:.25s ease}.movie-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(17,24,39,.12)}.movie-link{display:block;height:100%;color:inherit}.poster-wrap{position:relative;aspect-ratio:3/4;background:linear-gradient(135deg,#111827,#7f1d1d);overflow:hidden}.poster-badge{position:absolute;top:12px;left:12px;background:rgba(239,68,68,.95);color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.poster-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.88);width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.92);color:var(--red);opacity:0;transition:.22s;box-shadow:0 12px 26px rgba(0,0,0,.2)}.movie-card:hover .poster-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.movie-info{padding:16px}.movie-info h3{font-size:18px;font-weight:950;line-height:1.35;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-desc{color:#6b7280;font-size:14px;line-height:1.65;min-height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0;color:#6b7280;font-size:13px}.movie-meta span{background:#f9fafb;border-radius:999px;padding:4px 8px}.movie-tags,.detail-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;border-radius:999px;background:#fff1f2;color:#dc2626;padding:5px 9px;font-size:12px;font-weight:800}.movie-card.compact .movie-info h3{font-size:16px}.movie-card.compact .movie-desc{display:none}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-grid.wide{grid-template-columns:repeat(5,minmax(0,1fr))}.category-card{display:block;border-radius:22px;padding:22px;background:linear-gradient(135deg,#fff,#fff7ed);border:1px solid #fee2e2;box-shadow:0 14px 30px rgba(17,24,39,.05);transition:.24s;color:inherit}.category-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(239,68,68,.12)}.category-card span{display:block;font-size:20px;font-weight:950;margin-bottom:10px}.category-card p{font-size:14px;color:#6b7280;line-height:1.7;min-height:70px}.category-card b{display:inline-block;margin-top:14px;color:var(--red)}.rank-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.rank-list{display:grid;gap:12px}.rank-list.full{max-width:980px;margin:0 auto}.rank-item{display:grid;grid-template-columns:52px 64px 1fr 56px;align-items:center;gap:14px;background:#fff;border:1px solid #f3f4f6;border-radius:18px;padding:10px;color:inherit;transition:.2s;box-shadow:0 10px 24px rgba(17,24,39,.04)}.rank-item:hover{transform:translateX(4px);border-color:#fecaca}.rank-num{font-size:20px;font-weight:950;color:var(--red);text-align:center}.rank-thumb{height:72px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#111827,#7f1d1d)}.rank-copy strong{display:block;font-weight:950;line-height:1.4}.rank-copy em{display:block;color:#6b7280;font-style:normal;font-size:13px;margin-top:4px}.rank-hot{font-weight:950;color:#f97316;text-align:right}.tag-section{max-width:980px;margin:0 auto 70px;text-align:center;padding:0 20px}.tag-section h2{font-size:30px;font-weight:950;margin-bottom:22px}.tag-section div{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.page-hero{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;padding:72px 20px}.page-hero.orange{background:linear-gradient(135deg,#f97316,#ef4444)}.page-hero.purple{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.page-hero>div{max-width:1240px;margin:0 auto}.page-hero span{color:#fff;background:rgba(255,255,255,.18)}.page-hero h1{font-size:clamp(38px,5vw,60px);font-weight:950;margin:14px 0}.page-hero p{font-size:19px;line-height:1.8;max-width:820px;color:rgba(255,255,255,.9)}.category-panel{max-width:1240px;margin:0 auto 34px;padding:0 20px}.category-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}.category-panel-head h2{font-size:28px;font-weight:950}.category-panel-head p{color:#6b7280;line-height:1.7;margin-top:6px}.category-panel-head a{font-weight:900;color:var(--red)}.filter-bar{display:grid;grid-template-columns:1fr 160px 160px 160px;gap:12px;margin-bottom:26px;background:#fff;border:1px solid #f3f4f6;border-radius:22px;padding:14px;box-shadow:0 12px 28px rgba(17,24,39,.06)}.filter-bar input,.filter-bar select{height:46px;border:1px solid #e5e7eb;border-radius:14px;padding:0 14px;outline:none;background:#fff}.filter-bar input:focus,.filter-bar select:focus{border-color:#fca5a5;box-shadow:0 0 0 4px #fee2e2}.no-result{display:none;text-align:center;padding:48px;background:#fff;border-radius:22px;color:#6b7280;font-weight:800}.movie-card.is-hidden{display:none}.detail-wrap{max-width:1240px;margin:0 auto;padding:32px 20px 70px}.breadcrumb{display:flex;gap:10px;flex-wrap:wrap;color:#6b7280;font-size:14px;margin-bottom:18px}.breadcrumb a{color:#374151;font-weight:800}.breadcrumb strong{color:var(--red)}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px}.detail-main,.detail-side{min-width:0}.player-box{background:#050505;border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.18)}.player-box video{display:block;width:100%;aspect-ratio:16/9;background:#000}.detail-card,.related-section,.detail-side{background:#fff;border:1px solid #f3f4f6;border-radius:24px;padding:24px;box-shadow:0 16px 34px rgba(17,24,39,.06);margin-top:22px}.detail-title-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.detail-title-row h1{font-size:34px;font-weight:950;line-height:1.25;margin-bottom:10px}.detail-title-row p{color:#4b5563;font-size:17px;line-height:1.7}.detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.detail-meta span{background:#f9fafb;border-radius:999px;padding:7px 12px;color:#4b5563;font-weight:800}.article-section{margin-top:26px}.article-section h2,.detail-side h2,.side-cats h2{font-size:22px;font-weight:950;margin-bottom:12px}.article-section p{font-size:17px;line-height:2;color:#374151}.related-section{padding:24px}.detail-side{margin-top:0;position:sticky;top:86px;height:max-content}.rank-list.side .rank-item{grid-template-columns:38px 52px 1fr}.rank-list.side .rank-hot{display:none}.rank-list.side .rank-thumb{height:58px}.side-cats{margin-top:28px;display:grid;gap:10px}.side-cats a{display:block;border-radius:14px;padding:12px 14px;background:#f9fafb;color:#374151;font-weight:850;transition:.2s}.side-cats a:hover{background:#fee2e2;color:#dc2626}.site-footer{background:#111827;color:#d1d5db;padding:54px 20px 24px}.footer-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.footer-brand{display:inline-flex;color:#fff;font-weight:950;font-size:24px;margin-bottom:14px}.site-footer p{line-height:1.8;color:#9ca3af}.site-footer h3{color:#fff;font-weight:950;margin-bottom:14px}.site-footer a{display:block;color:#d1d5db;margin:8px 0;transition:.2s}.site-footer a:hover{color:#f87171}.copyright{max-width:1240px;margin:32px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#9ca3af}.spotlight .movie-card{height:100%}@media(max-width:1100px){.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-grid.small{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid,.category-grid.wide{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-inner{grid-template-columns:1fr}.hero-slider,.hero-card{min-height:420px;height:420px}.detail-layout{grid-template-columns:1fr}.detail-side{position:static}.rank-layout{grid-template-columns:1fr}}@media(max-width:820px){.header-inner{gap:12px}.nav-toggle{display:flex}.nav-menu{position:absolute;left:16px;right:16px;top:68px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:14px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.nav-menu.is-open{display:flex}.nav-link{padding:10px 12px}.header-search{margin-left:auto}.header-search input{width:120px}.hero-section{padding-top:46px}.metric-strip{grid-template-columns:repeat(2,1fr)}.movie-grid,.movie-grid.small{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid,.category-grid.wide{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-bar{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.detail-title-row{display:block}.detail-title-row .btn{margin-top:14px}.rank-item{grid-template-columns:42px 56px 1fr}.rank-hot{display:none}}@media(max-width:560px){.header-search{display:none}.hero-copy h1{letter-spacing:-.03em}.hero-search{border-radius:24px;display:grid}.hero-search input{height:44px}.hero-search button{height:44px}.hero-slider,.hero-card{min-height:360px;height:360px}.movie-grid,.movie-grid.small,.category-grid,.category-grid.wide{grid-template-columns:1fr}.metric-strip{grid-template-columns:1fr}.content-section{padding:44px 16px}.section-head{align-items:flex-start;flex-direction:column}.page-hero{padding:52px 16px}.detail-wrap{padding:22px 16px 50px}.detail-card,.related-section,.detail-side{padding:18px}.rank-copy em{display:none}}