:root{--orange:#f97316;--red:#ef4444;--pink:#ec4899;--ink:#111827;--muted:#6b7280;--soft:#f9fafb}body{background:#f9fafb;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}.site-header{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.9)}.nav-wrap{height:72px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:900;color:#111827;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--red));display:grid;place-items:center;color:#fff;font-size:15px;box-shadow:0 15px 30px rgba(249,115,22,.28)}.nav-links{display:flex;align-items:center;gap:6px}.nav-link{padding:10px 14px;border-radius:999px;color:#4b5563;font-weight:700;transition:.25s}.nav-link:hover,.nav-link.active{color:#fff;background:linear-gradient(135deg,var(--orange),var(--red));box-shadow:0 10px 24px rgba(239,68,68,.22)}.nav-search{margin-left:auto;display:flex;align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden}.nav-search input{width:240px;padding:11px 16px;background:transparent;color:#111827;outline:none}.nav-search button{padding:11px 18px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;font-weight:800}.nav-toggle{display:none;margin-left:auto;width:42px;height:42px;border-radius:12px;background:#f3f4f6;color:#111827}.hero-section{background:#111827}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;background-image:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.52),rgba(0,0,0,.08)),var(--cover);background-position:center;background-size:cover}.hero-slide.active{opacity:1}.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 20% 40%,rgba(249,115,22,.38),transparent 35%),linear-gradient(0deg,rgba(0,0,0,.25),transparent)}.hero-corner{position:absolute;top:0;right:0;width:0;height:0;border-top:150px solid rgba(249,115,22,.88);border-left:150px solid transparent}.hero-content{height:100%;display:flex;align-items:center;position:relative;z-index:2}.hero-text{max-width:720px;color:#fff}.hero-chip{display:inline-flex;padding:8px 16px;background:var(--orange);border-radius:999px;font-weight:800;margin-bottom:18px;box-shadow:0 16px 30px rgba(249,115,22,.32)}.hero-text h1{font-size:clamp(40px,6vw,70px);line-height:.96;font-weight:950;letter-spacing:-.04em;margin-bottom:18px}.hero-text p{font-size:19px;line-height:1.8;color:#e5e7eb;margin-bottom:22px;max-width:660px}.hero-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.hero-meta span{padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);color:#fff;font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:900;transition:.25s;gap:8px}.btn-main{background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;box-shadow:0 18px 38px rgba(239,68,68,.3)}.btn-main:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 25px 48px rgba(239,68,68,.34)}.btn-ghost{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(12px)}.btn-ghost:hover{background:rgba(255,255,255,.28)}.btn-light{background:#fff;color:var(--orange);box-shadow:0 18px 32px rgba(0,0,0,.14)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:50px;height:50px;border-radius:999px;background:rgba(0,0,0,.48);color:#fff;font-size:38px;line-height:1;display:grid;place-items:center;transition:.25s}.hero-arrow:hover{background:rgba(0,0,0,.72);transform:translateY(-50%) scale(1.04)}.hero-arrow.prev{left:20px}.hero-arrow.next{right:20px}.hero-dots{position:absolute;left:50%;bottom:32px;transform:translateX(-50%);display:flex;gap:8px;z-index:5}.hero-dot{width:12px;height:12px;border-radius:999px;background:rgba(255,255,255,.55);transition:.25s}.hero-dot.active{width:34px;background:var(--orange)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:48px}.stat-card{border-radius:24px;padding:24px;color:#fff;min-height:132px;box-shadow:0 20px 40px rgba(15,23,42,.12);transition:.25s;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}.stat-card:after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;background:rgba(255,255,255,.18);border-radius:999px;transition:.4s}.stat-card:hover{transform:translateY(-4px) scale(1.02)}.stat-card:hover:after{transform:scale(1.35)}.stat-card strong{font-size:28px;font-weight:950;position:relative;z-index:1}.stat-card span{color:rgba(255,255,255,.78);font-weight:700;position:relative;z-index:1}.stat-card.warm{background:linear-gradient(135deg,#f97316,#ef4444)}.stat-card.cool{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.stat-card.green{background:linear-gradient(135deg,#22c55e,#10b981)}.stat-card.violet{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 26px}.section-head h2,.more-section h2,.detail-side h2,.other-cats h2{font-size:32px;font-weight:950;letter-spacing:-.02em;color:#111827}.section-more{font-weight:900;color:var(--orange);display:inline-flex;align-items:center;gap:4px}.movie-grid{display:grid;gap:24px}.movie-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.08);transition:.25s;border:1px solid rgba(229,231,235,.82)}.movie-card:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(15,23,42,.15)}.poster{height:250px;position:relative;overflow:hidden;background-image:linear-gradient(135deg,rgba(17,24,39,.2),rgba(249,115,22,.2)),var(--cover);background-position:center;background-size:cover}.poster:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.18),transparent);opacity:.18;transition:.25s}.movie-card:hover .poster:before{opacity:.75}.poster:after{content:"";position:absolute;inset:auto 0 0;height:40%;background:linear-gradient(0deg,rgba(0,0,0,.76),transparent)}.pill{position:absolute;z-index:3;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;color:#fff}.top-left{top:12px;left:12px;background:var(--orange)}.top-right{top:12px;right:12px;background:rgba(0,0,0,.58);backdrop-filter:blur(8px)}.play-float{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.7);z-index:4;width:58px;height:58px;border-radius:999px;background:var(--orange);color:#fff;display:grid;place-items:center;opacity:0;font-size:20px;box-shadow:0 18px 35px rgba(249,115,22,.36);transition:.25s}.movie-card:hover .play-float{opacity:1;transform:translate(-50%,-50%) scale(1)}.rank-badge{position:absolute;z-index:6;left:-6px;top:-6px;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;display:grid;place-items:center;font-weight:950;box-shadow:0 12px 24px rgba(239,68,68,.35)}.movie-body{padding:18px}.movie-body h3{font-size:18px;font-weight:900;margin-bottom:8px;line-height:1.35;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-card:hover h3{color:var(--orange)}.movie-body p{color:#6b7280;font-size:14px;line-height:1.65;min-height:45px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-meta{display:flex;gap:10px;flex-wrap:wrap;color:#6b7280;font-size:13px;font-weight:800;margin:12px 0}.tag-row{display:flex;gap:6px;flex-wrap:wrap}.tag-row span,.tag-cloud a{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:12px;font-weight:800}.tag-row span:hover,.tag-cloud a:hover{background:#ffedd5;color:#ea580c}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-bottom:46px}.category-tile{position:relative;min-height:150px;border-radius:20px;padding:24px;color:#fff;background:linear-gradient(135deg,#fb923c,#ef4444);box-shadow:0 18px 35px rgba(249,115,22,.18);overflow:hidden;transition:.25s}.category-tile:after{content:"";position:absolute;right:-35px;top:-35px;width:100px;height:100px;border-radius:999px;background:rgba(255,255,255,.15);transition:.35s}.category-tile:hover{transform:translateY(-6px);box-shadow:0 28px 55px rgba(239,68,68,.24)}.category-tile:hover:after{transform:scale(1.4)}.category-tile span{position:relative;z-index:1;display:block;font-size:22px;font-weight:950;margin-bottom:10px}.category-tile small{position:relative;z-index:1;line-height:1.6;color:rgba(255,255,255,.78)}.editor-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.editor-side{display:grid;gap:16px}.mini-card{display:flex;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;box-shadow:0 8px 22px rgba(15,23,42,.06);transition:.25s}.mini-card:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(15,23,42,.11)}.mini-cover{width:132px;height:84px;flex:0 0 auto;border-radius:12px;background-image:linear-gradient(135deg,rgba(17,24,39,.18),rgba(239,68,68,.18)),var(--cover);background-position:center;background-size:cover;position:relative}.mini-card h3{font-weight:900;line-height:1.35;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-card:hover h3{color:var(--orange)}.mini-card p{font-size:13px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-rank{position:absolute;left:-6px;top:-6px;width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;font-weight:950;display:grid;place-items:center;font-size:13px}.cta-band{padding:64px 20px;background:linear-gradient(90deg,var(--orange),var(--red),var(--pink));color:#fff;text-align:center}.cta-band h2{font-size:42px;font-weight:950;margin-bottom:12px}.cta-band p{font-size:20px;color:rgba(255,255,255,.82);margin-bottom:28px}.page-wrap,.detail-wrap{max-width:1280px;margin:0 auto;padding:34px 24px 58px}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#6b7280;margin-bottom:20px;font-size:14px}.breadcrumbs a{color:#6b7280;font-weight:800}.breadcrumbs a:hover{color:var(--orange)}.breadcrumbs em{font-style:normal;color:#111827;font-weight:900}.page-hero,.channel-hero{border-radius:28px;padding:44px;margin-bottom:32px;color:#fff;background:linear-gradient(90deg,var(--orange),var(--red),var(--pink));position:relative;overflow:hidden;box-shadow:0 24px 50px rgba(239,68,68,.18)}.page-hero:after,.channel-hero:after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.14)}.page-hero h1,.channel-hero h1{font-size:46px;font-weight:950;margin-bottom:12px;position:relative;z-index:1}.page-hero p,.channel-hero p{font-size:19px;color:rgba(255,255,255,.84);max-width:720px;line-height:1.7;position:relative;z-index:1}.channel-hero{display:flex;align-items:center;justify-content:space-between;gap:24px}.category-panel{background:#fff;border-radius:24px;padding:26px;margin-bottom:24px;box-shadow:0 16px 36px rgba(15,23,42,.08);border:1px solid #e5e7eb}.category-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.category-panel h2{font-size:28px;font-weight:950;margin-bottom:6px}.category-panel p{color:#6b7280;line-height:1.7}.mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.filter-bar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:24px;background:#fff;padding:16px;border-radius:20px;box-shadow:0 12px 30px rgba(15,23,42,.06);border:1px solid #e5e7eb}.filter-bar input,.filter-bar select{height:46px;padding:0 14px;border:1px solid #e5e7eb;border-radius:14px;background:#f9fafb;outline:none;color:#111827;font-weight:700}.filter-input{flex:1;min-width:260px}.filter-bar input:focus,.filter-bar select:focus{border-color:#fb923c;box-shadow:0 0 0 4px #ffedd5}.other-cats{margin-top:36px;background:#fff;border-radius:24px;padding:26px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.other-cats div{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.other-cats a{padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,#fb923c,#ef4444);color:#fff;font-weight:900}.empty-state{display:none;text-align:center;padding:46px;background:#fff;border-radius:24px;color:#6b7280;font-size:18px;font-weight:800}.empty-state.show{display:block}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:28px}.player-box{background:#000;border-radius:22px;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.24);margin-bottom:24px;position:relative}.player-box video{width:100%;aspect-ratio:16/9;background:#000}.player-corner{position:absolute;top:14px;right:14px;width:0;height:0;border-top:58px solid rgba(249,115,22,.86);border-left:58px solid transparent;z-index:2}.detail-card{background:#fff;border-radius:22px;padding:28px;box-shadow:0 16px 40px rgba(15,23,42,.08);border:1px solid #e5e7eb}.detail-labels{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:16px}.detail-labels span{padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;font-weight:900;font-size:13px}.detail-card h1{font-size:38px;font-weight:950;line-height:1.2;margin-bottom:16px}.detail-stats{display:flex;gap:16px;flex-wrap:wrap;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid #e5e7eb;color:#6b7280;font-weight:800}.detail-card section{margin-top:24px}.detail-card h2{font-size:22px;font-weight:950;margin-bottom:12px}.detail-card p{color:#374151;line-height:1.9;margin-bottom:12px}.review-box{background:linear-gradient(135deg,#fff7ed,#fef2f2);border-radius:18px;padding:22px}.tag-cloud{display:flex;gap:8px;flex-wrap:wrap}.detail-side{min-width:0}.side-sticky{position:sticky;top:96px;background:#fff;border-radius:22px;padding:20px;box-shadow:0 16px 40px rgba(15,23,42,.08);border:1px solid #e5e7eb}.side-list{display:grid;gap:14px;margin-top:16px}.more-section{margin-top:36px}.more-section h2{margin-bottom:22px}.site-footer{background:#111827;color:#d1d5db;padding:36px 0;margin-top:0}.footer-grid{display:grid;grid-template-columns:1fr 2fr;gap:24px;align-items:start}.site-footer strong{display:block;color:#fff;font-size:22px;margin-bottom:8px}.site-footer p{color:#9ca3af;line-height:1.7}.footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.footer-links a{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:#e5e7eb;font-weight:800}.footer-links a:hover{background:var(--orange);color:#fff}.hidden-card{display:none!important}@media (max-width:1100px){.movie-grid.four{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}.side-sticky{position:static}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.nav-wrap{height:auto;min-height:68px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.nav-toggle{display:grid;place-items:center}.nav-links{display:none;order:10;flex-basis:100%;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-link{text-align:center}.nav-search{order:11;width:100%;margin-left:0}.nav-search input{width:100%;flex:1}.hero-text h1{font-size:40px}.hero-text p{font-size:16px}.hero-arrow{width:42px;height:42px;font-size:30px}.movie-grid.three,.movie-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-grid,.mini-grid,.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.channel-hero{display:block}.channel-hero .btn{margin-top:22px}.detail-card h1{font-size:30px}}@media (max-width:560px){.page-wrap,.detail-wrap{padding:24px 14px 42px}.hero-section{height:560px}.hero-content{align-items:flex-end;padding-bottom:86px}.hero-actions{gap:8px}.btn{padding:11px 16px}.stat-grid,.movie-grid.three,.movie-grid.four,.category-grid{grid-template-columns:1fr}.poster{height:300px}.section-head{align-items:flex-start;flex-direction:column}.page-hero,.channel-hero{padding:30px 22px}.page-hero h1,.channel-hero h1{font-size:36px}.mini-card{align-items:flex-start}.mini-cover{width:110px;height:76px}.filter-input{min-width:100%}.filter-bar select{flex:1}.detail-stats{display:grid;gap:8px}.cta-band h2{font-size:32px}}