:root{--red:#dc2626;--red-dark:#7f1d1d;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f9fafb;--panel:#ffffff;--shadow:0 18px 45px rgba(15,23,42,.12)}html{scroll-behavior:smooth}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;background:#f9fafb;color:#111827}.site-top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(15,23,42,.08)}.site-nav{max-width:1280px;margin:0 auto;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;gap:24px}.brand,.footer-brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:#111827}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#ef4444,#991b1b);color:#fff;font-size:15px}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a,.mobile-panel a{color:#374151;font-weight:600;transition:.2s}.nav-links a:hover,.mobile-panel a:hover{color:#dc2626}.top-search{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}.top-search input{width:250px;padding:10px 13px;outline:none;color:#111827}.top-search button,.primary-btn,.ghost-btn{border-radius:12px;padding:10px 16px;font-weight:700;transition:.2s}.top-search button,.primary-btn{background:#dc2626;color:#fff}.top-search button:hover,.primary-btn:hover{background:#b91c1c}.ghost-btn{border:1px solid rgba(255,255,255,.5);color:#fff}.ghost-btn:hover{background:rgba(255,255,255,.14)}.menu-toggle{display:none;font-weight:700;color:#111827}.mobile-panel{display:none;padding:0 24px 16px;gap:14px;flex-direction:column}.mobile-panel.open{display:flex}.section{padding:56px 24px}.wrap{max-width:1280px;margin:0 auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px;gap:18px}.section-head h2{font-size:28px;line-height:1.15;font-weight:850;color:#111827}.section-head p{color:#6b7280;margin-top:8px}.section-head a{font-weight:800;color:#dc2626}.spotlight{position:relative;background:linear-gradient(105deg,#7f1d1d,#b91c1c 48%,#ef4444);color:#fff;padding:76px 24px 64px;overflow:hidden}.spotlight:before{content:"";position:absolute;inset:-40% -10% auto auto;width:600px;height:600px;border-radius:999px;background:rgba(255,255,255,.14);filter:blur(4px)}.spotlight-inner{max-width:1280px;margin:0 auto;position:relative}.spotlight-title{text-align:center;margin-bottom:34px}.spotlight-title h1{font-size:clamp(34px,5vw,58px);font-weight:900;letter-spacing:-.04em;margin:0 0 12px}.spotlight-title p{font-size:20px;color:#fee2e2;margin:0}.spotlight-actions{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:22px;flex-wrap:wrap}.spotlight-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:180px;gap:16px}.spotlight-card{position:relative;display:block;overflow:hidden;border-radius:18px;background:#111827;box-shadow:0 20px 45px rgba(0,0,0,.25)}.spotlight-card.is-large{grid-column:span 3;grid-row:span 2}.spotlight-card img,.poster img,.wide-poster img,.category-tile img,.detail-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.spotlight-card:hover img,.movie-card:hover .poster img,.wide-card:hover .wide-poster img,.category-tile:hover img{transform:scale(1.08)}.shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86),rgba(0,0,0,.1) 60%,rgba(0,0,0,.05))}.spotlight-text{position:absolute;left:0;right:0;bottom:0;padding:20px}.spotlight-text span{display:inline-flex;background:rgba(220,38,38,.9);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;margin-bottom:10px}.spotlight-text h3{font-size:22px;font-weight:850;margin:0 0 8px}.spotlight-card:not(.is-large) .spotlight-text h3{font-size:16px}.spotlight-text p{margin:0;color:#e5e7eb;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-tile{position:relative;display:block;height:170px;border-radius:18px;overflow:hidden;background:#111827;box-shadow:0 14px 35px rgba(15,23,42,.14)}.category-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(127,29,29,.92),rgba(127,29,29,.22))}.category-tile div{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff}.category-tile h3{font-size:20px;font-weight:850;margin:0 0 6px}.category-tile p{font-size:13px;color:#fee2e2;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.movie-card{display:block;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px rgba(15,23,42,.08);transition:.25s;border:1px solid rgba(229,231,235,.8)}.movie-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.poster{height:230px;position:relative;overflow:hidden;background:#111827}.poster span{position:absolute;right:12px;top:12px;border-radius:999px;background:#dc2626;color:#fff;font-size:12px;font-weight:800;padding:6px 10px}.card-body{padding:17px}.card-body h3{font-size:18px;font-weight:850;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-body p{font-size:14px;color:#6b7280;line-height:1.65;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meta{display:flex;justify-content:space-between;color:#6b7280;font-size:13px}.meta em{font-style:normal}.scroll-row{display:flex;gap:18px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.scroll-row .movie-card{width:285px;flex:0 0 auto;scroll-snap-align:start}.wide-list{display:grid;gap:18px}.wide-card{display:flex;overflow:hidden;background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 12px 32px rgba(15,23,42,.08);transition:.25s}.wide-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.wide-poster{width:330px;min-height:210px;overflow:hidden;background:#111827;flex:0 0 auto}.wide-body{padding:24px;flex:1}.wide-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.wide-head h3{font-size:22px;font-weight:850;margin:0}.wide-head span{background:#fee2e2;color:#991b1b;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;white-space:nowrap}.wide-body p{color:#4b5563;line-height:1.8;margin:0 0 14px}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row span{font-size:12px;border-radius:999px;background:#f3f4f6;color:#4b5563;padding:6px 10px}.rank-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rank-item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;transition:.2s}.rank-item:hover{border-color:#fecaca;box-shadow:0 10px 26px rgba(220,38,38,.12)}.rank-item strong{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#fee2e2;color:#b91c1c}.rank-item span{flex:1;font-weight:750;color:#111827}.rank-item em{font-style:normal;color:#6b7280;font-size:13px}.page-top{background:linear-gradient(105deg,#374151,#111827);color:#fff;padding:54px 24px}.page-top.red{background:linear-gradient(105deg,#7f1d1d,#dc2626)}.page-top .wrap{display:grid;gap:10px}.page-top h1{font-size:clamp(30px,4vw,46px);font-weight:900;margin:0}.page-top p{color:#e5e7eb;font-size:18px;margin:0}.crumb{display:flex;flex-wrap:wrap;gap:8px;color:#fecaca;font-weight:700}.crumb a{color:#fff}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}.filters input,.filters select{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:12px 14px;min-width:190px;outline:none}.filters input:focus,.filters select:focus{border-color:#dc2626}.empty-state{display:none;background:#fff;border:1px dashed #fca5a5;color:#991b1b;border-radius:18px;padding:28px;text-align:center;font-weight:800}.player-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px}.player-card{background:#050505;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.25)}video{width:100%;display:block;aspect-ratio:16/9;background:#000}.detail-side{background:#fff;border-radius:20px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.08);border:1px solid #e5e7eb}.detail-cover{height:420px;border-radius:16px;overflow:hidden;background:#111827;margin-bottom:18px}.info-list{display:grid;gap:10px}.info-list div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f3f4f6;padding-bottom:9px}.info-list span{color:#6b7280}.content-box{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:26px;box-shadow:0 12px 32px rgba(15,23,42,.06);margin-top:24px}.content-box h2{font-size:24px;font-weight:850;margin:0 0 14px}.content-box p{line-height:1.9;color:#374151;margin:0}.detail-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.detail-title span{border-radius:999px;background:rgba(255,255,255,.16);padding:7px 12px;font-size:13px;font-weight:800}.site-footer{background:#111827;color:#d1d5db;margin-top:32px}.footer-inner{max-width:1280px;margin:0 auto;padding:46px 24px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:36px}.footer-brand{color:#fff;margin-bottom:12px}.site-footer p{line-height:1.8;color:#9ca3af}.site-footer h3{color:#fff;font-size:17px;font-weight:850;margin:0 0 14px}.footer-links{display:grid;gap:9px}.footer-links a{color:#d1d5db}.footer-links a:hover{color:#f87171}.footer-copy{border-top:1px solid rgba(255,255,255,.08);padding:18px 24px;text-align:center;color:#9ca3af}.hidden-card{display:none!important}@media(max-width:1100px){.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.player-layout{grid-template-columns:1fr}.detail-side{display:grid;grid-template-columns:260px 1fr;gap:20px}.detail-cover{height:340px;margin:0}.spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:210px}.spotlight-card.is-large{grid-column:span 2;grid-row:span 1}}@media(max-width:820px){.nav-links,.top-search{display:none}.menu-toggle{display:block}.site-nav{height:62px;padding:0 18px}.spotlight{padding:54px 18px 42px}.spotlight-grid,.movie-grid,.category-grid,.rank-box{grid-template-columns:1fr}.spotlight-card.is-large{grid-column:span 1}.spotlight-card{min-height:250px}.section{padding:42px 18px}.section-head{align-items:flex-start;flex-direction:column}.wide-card{display:block}.wide-poster{width:100%;height:230px}.footer-inner{grid-template-columns:1fr}.player-layout{display:block}.detail-side{display:block;margin-top:22px}.detail-cover{height:420px;margin-bottom:18px}.filters input,.filters select{width:100%;min-width:0}}@media(max-width:520px){.brand{font-size:18px}.spotlight-title h1{font-size:32px}.spotlight-title p{font-size:16px}.poster{height:245px}.detail-cover{height:360px}.page-top{padding:42px 18px}.footer-inner{padding:38px 18px}}