:root{--red:#b91c1c;--red2:#dc2626;--dark:#111827;--muted:#6b7280;--bg:#f8fafc;--card:#fff;--amber:#f59e0b}body{background:linear-gradient(#f8fafc,#f1f5f9);color:#111827;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#991b1b,#dc2626);box-shadow:0 12px 26px #7f1d1d33}.nav-wrap{max-width:1280px;margin:0 auto;height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;color:white;text-decoration:none}.logo-mark{width:40px;height:40px;border-radius:12px;background:#fff;color:#991b1b;display:grid;place-items:center;font-weight:800;box-shadow:0 6px 18px #0002}.logo strong{display:block;font-size:20px;line-height:1}.logo small{display:block;color:#fee2e2;font-size:12px;margin-top:4px}.desktop-nav{display:flex;align-items:center;gap:24px}.nav-link{color:#fff7;text-decoration:none;font-weight:700;transition:.2s}.nav-link:hover,.nav-link.active{color:#fff}.nav-toggle{display:none;width:42px;height:42px;border:0;background:#ffffff1f;border-radius:10px;padding:9px}.nav-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px}.mobile-nav{display:none;background:#7f1d1d;padding:12px 24px}.mobile-nav a{display:block;color:#fee2e2;text-decoration:none;padding:10px 0;font-weight:700}.mobile-nav.open{display:block}.hero{height:560px;position:relative;background:#111827;overflow:hidden}.hero-slide{position:absolute;inset:0;display:none}.hero-slide.active{display:block}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.46;transform:scale(1.02)}.hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,#111827 0%,#111827cc 28%,#11182755 100%)}.hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 24px}.hero-text{max-width:720px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#dc2626;color:white;border-radius:999px;padding:6px 13px;font-size:14px;font-weight:800;margin-bottom:18px}.hero h1{font-size:52px;line-height:1.05;margin:0 0 18px;color:white;font-weight:900;letter-spacing:-1px}.hero p{font-size:18px;line-height:1.75;color:#e5e7eb;margin:0 0 24px}.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.hero-meta span{background:#ffffff24;color:#fff;border:1px solid #ffffff2b;border-radius:999px;padding:7px 12px;font-size:14px}.btn-row{display:flex;flex-wrap:wrap;gap:14px}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 24px;text-decoration:none;font-weight:800;transition:.2s}.primary-btn{background:#dc2626;color:#fff;box-shadow:0 12px 24px #991b1b55}.primary-btn:hover{background:#b91c1c;transform:translateY(-2px)}.secondary-btn{background:#ffffff24;color:#fff;border:1px solid #ffffff38}.secondary-btn:hover{background:#ffffff35}.hero-controls{position:absolute;right:32px;bottom:32px;z-index:3;display:flex;gap:10px}.hero-controls button,.hero-dots button{border:0;cursor:pointer}.hero-controls button{width:44px;height:44px;border-radius:999px;background:#ffffff2b;color:white;font-size:24px;backdrop-filter:blur(8px)}.hero-dots{position:absolute;left:50%;bottom:32px;transform:translateX(-50%);z-index:3;display:flex;gap:8px}.hero-dots button{width:9px;height:9px;border-radius:999px;background:#ffffff99;transition:.2s}.hero-dots button.active{width:32px;background:#ef4444}.main{max-width:1280px;margin:0 auto;padding:48px 24px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 24px}.section-title{display:flex;align-items:center;gap:12px}.section-title i{width:32px;height:32px;border-radius:10px;background:#fee2e2;color:#dc2626;display:grid;place-items:center;font-style:normal}.section-title h2{font-size:30px;margin:0;font-weight:900}.section-head p{color:#6b7280;margin-top:6px}.more-link{color:#dc2626;font-weight:800;text-decoration:none}.movie-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.movie-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 14px #0f172a12;transition:.25s}.movie-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px #0f172a20}.poster{position:relative;display:block;aspect-ratio:3/4;background:#e5e7eb;overflow:hidden;color:white;text-decoration:none}.poster img{width:100%;height:100%;object-fit:cover;transition:.45s}.movie-card:hover .poster img{transform:scale(1.08)}.poster:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0009,transparent 56%);opacity:0;transition:.25s}.movie-card:hover .poster:after{opacity:1}.play-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.8);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#d97706;z-index:2;opacity:0;transition:.25s}.movie-card:hover .play-dot{opacity:1;transform:translate(-50%,-50%) scale(1)}.poster em{position:absolute;right:8px;top:8px;background:#f59e0b;color:white;border-radius:8px;padding:3px 7px;font-style:normal;font-size:12px;font-weight:900;z-index:2}.rank-badge{position:absolute;left:8px;top:8px;z-index:3;background:#dc2626;color:white;border-radius:10px;padding:4px 8px;font-size:14px}.card-body{padding:12px}.card-body h3{font-size:15px;line-height:1.35;margin:0 0 8px;font-weight:900}.card-body h3 a{text-decoration:none;color:#111827}.movie-card:hover h3 a{color:#b45309}.card-body p{font-size:13px;line-height:1.55;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 10px}.card-meta,.tag-row{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:#6b7280}.card-meta span,.tag-row span{background:#f3f4f6;border-radius:999px;padding:2px 7px}.tag-row span{background:#fff7ed;color:#c2410c}.feature-strip,.category-strip{margin-bottom:56px}.filter-panel{display:flex;gap:10px;flex-wrap:wrap;background:white;border-radius:16px;padding:14px;box-shadow:0 5px 18px #0f172a10;margin:0 0 24px}.search-input,.filter-select{height:44px;border:1px solid #e5e7eb;border-radius:12px;padding:0 14px;background:#fff;color:#111827;outline:none}.search-input{min-width:260px;flex:1}.search-input:focus,.filter-select:focus{border-color:#ef4444;box-shadow:0 0 0 4px #fee2e2}.filter-reset{height:44px;border:0;border-radius:12px;background:#dc2626;color:#fff;padding:0 18px;font-weight:800}.page-hero{background:linear-gradient(90deg,#b91c1c,#dc2626);color:white;padding:58px 0}.page-hero-inner{max-width:1280px;margin:0 auto;padding:0 24px}.page-hero h1{font-size:42px;line-height:1.15;margin:0 0 12px;font-weight:900}.page-hero p{color:#fee2e2;font-size:18px;margin:0;max-width:760px}.category-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{background:white;border-radius:18px;padding:22px;text-decoration:none;color:#111827;box-shadow:0 4px 14px #0f172a12;transition:.22s;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;right:-36px;top:-36px;width:110px;height:110px;background:#fee2e2;border-radius:50%}.category-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #0f172a20}.category-card h2{position:relative;font-size:22px;margin:0 0 10px;font-weight:900}.category-card p{position:relative;color:#6b7280;line-height:1.7;margin:0}.detail-wrap{max-width:1280px;margin:0 auto;padding:34px 24px}.breadcrumb{font-size:14px;color:#6b7280;margin-bottom:18px}.breadcrumb a{color:#dc2626;text-decoration:none;font-weight:800}.detail-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:26px;align-items:start}.player-card{position:relative;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #0f172a35}.player-card video{width:100%;aspect-ratio:16/9;background:#000;display:block}.player-overlay{position:absolute;inset:0;border:0;background:linear-gradient(0deg,#000b,#0005),center/cover;display:grid;place-items:center;color:white;cursor:pointer}.player-overlay.is-hidden{display:none}.play-big{width:86px;height:86px;border-radius:50%;background:#dc2626;display:grid;place-items:center;font-size:38px;box-shadow:0 16px 30px #0006}.detail-side{background:white;border-radius:18px;padding:20px;box-shadow:0 4px 14px #0f172a12}.detail-cover{aspect-ratio:3/4;border-radius:14px;overflow:hidden;background:#e5e7eb;margin-bottom:18px}.detail-cover img{width:100%;height:100%;object-fit:cover}.detail-side h1{font-size:30px;line-height:1.2;margin:0 0 14px;font-weight:900}.detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.detail-tags span{background:#fee2e2;color:#991b1b;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:700}.info-list{display:grid;grid-template-columns:84px 1fr;gap:8px 12px;color:#4b5563;font-size:14px}.info-list b{color:#111827}.content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:26px;margin-top:28px}.article-box,.related-box{background:white;border-radius:18px;padding:24px;box-shadow:0 4px 14px #0f172a12}.article-box h2,.related-box h2{font-size:24px;font-weight:900;margin:0 0 16px}.article-box p{color:#374151;line-height:1.9;margin:0 0 18px}.review-box{background:linear-gradient(135deg,#fef2f2,#fff7ed);border-radius:16px;padding:18px;margin-top:16px}.related-list{display:grid;gap:14px}.related-item{display:flex;gap:12px;text-decoration:none;color:#111827}.related-item img{width:72px;aspect-ratio:3/4;object-fit:cover;border-radius:10px;background:#e5e7eb}.related-item strong{display:block;font-size:14px;line-height:1.35}.related-item span{display:block;color:#6b7280;font-size:12px;margin-top:5px}.ranking-list{display:grid;gap:14px}.ranking-row{display:grid;grid-template-columns:54px 80px 1fr auto;gap:14px;align-items:center;background:white;border-radius:16px;padding:12px;box-shadow:0 4px 14px #0f172a12;text-decoration:none;color:#111827}.ranking-row b{font-size:22px;color:#dc2626;text-align:center}.ranking-row img{width:80px;aspect-ratio:3/4;object-fit:cover;border-radius:10px;background:#e5e7eb}.ranking-row h2{font-size:18px;margin:0 0 7px;font-weight:900}.ranking-row p{color:#6b7280;margin:0;font-size:14px}.score{color:#f59e0b;font-weight:900}.site-footer{margin-top:58px;background:linear-gradient(#1f2937,#111827);color:#d1d5db}.footer-inner{max-width:1280px;margin:0 auto;padding:42px 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px}.footer-inner h3,.footer-inner h4{color:white;margin:0 0 14px}.footer-inner p{line-height:1.8;color:#9ca3af}.footer-links{display:grid;gap:8px}.footer-links a{color:#d1d5db;text-decoration:none}.footer-links a:hover{color:#f87171}.footer-bottom{border-top:1px solid #374151;text-align:center;padding:18px;color:#9ca3af}.hide-card{display:none!important}@media(max-width:1024px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-hero,.content-grid{grid-template-columns:1fr}.detail-side{display:grid;grid-template-columns:180px 1fr;gap:18px}.detail-cover{margin:0}.desktop-nav{gap:14px}.hero h1{font-size:42px}}@media(max-width:768px){.desktop-nav{display:none}.nav-toggle{display:block}.hero{height:520px}.hero h1{font-size:34px}.hero p{font-size:16px}.hero-controls{right:18px;bottom:22px}.hero-dots{bottom:22px}.main{padding:36px 16px}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.category-cards{grid-template-columns:1fr}.section-head{display:block}.page-hero h1{font-size:32px}.detail-wrap{padding:24px 16px}.detail-side{display:block}.footer-inner{grid-template-columns:1fr}.ranking-row{grid-template-columns:42px 68px 1fr}.ranking-row .score{display:none}.filter-panel{display:grid}.search-input{min-width:0;width:100%}}@media(max-width:420px){.nav-wrap{padding:0 14px}.logo strong{font-size:17px}.hero-content{padding:0 16px}.primary-btn,.secondary-btn{width:100%}.card-body{padding:10px}.card-body p{display:none}}