:root{--bg1:#fff7ed;--bg2:#fdf2f8;--bg3:#eff6ff;--orange:#f97316;--pink:#ec4899;--blue:#3b82f6;--text:#1f2937;--muted:#6b7280;--card:#ffffff;--line:#fed7aa;--shadow:0 18px 50px rgba(236,72,153,.15)}
body{min-height:100vh;background:linear-gradient(135deg,var(--bg1),var(--bg2) 46%,var(--bg3));color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,rgba(255,247,237,.95),rgba(253,242,248,.95),rgba(239,246,255,.95));box-shadow:0 8px 28px rgba(251,146,60,.16);backdrop-filter:blur(14px)}.nav-wrap{max-width:1240px;margin:auto;padding:14px 20px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px;white-space:nowrap;background:linear-gradient(90deg,var(--orange),var(--pink),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg,#fdba74,#f472b6);color:white;font-size:15px;box-shadow:0 10px 24px rgba(244,114,182,.36)}.nav-links{display:flex;align-items:center;gap:20px;flex:1}.nav-links a{font-weight:700;color:#374151;transition:.2s}.nav-links a:hover{color:var(--orange)}.top-search{display:flex;align-items:center;background:white;border:1px solid var(--line);border-radius:999px;overflow:hidden;box-shadow:0 8px 20px rgba(251,146,60,.08)}.top-search input{width:210px;padding:10px 14px;outline:0}.top-search button,.search-panel button{padding:10px 18px;background:linear-gradient(90deg,var(--orange),var(--pink));color:white;font-weight:800;border:0}.nav-toggle{display:none;font-size:26px;color:#374151}.hero-slider{max-width:1240px;margin:34px auto 54px;padding:0 20px}.hero-stage{position:relative;height:530px;border-radius:34px;overflow:hidden;box-shadow:0 28px 70px rgba(15,23,42,.26)}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity .7s ease,transform 1.2s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slide img{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#111827,#7c2d12)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.86),rgba(0,0,0,.38) 54%,rgba(0,0,0,.06));display:flex;align-items:flex-end}.hero-content{max-width:760px;padding:58px}.hero-kicker{display:inline-flex;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:rgba(251,146,60,.24);border:1px solid rgba(253,186,116,.6);color:#fde68a;font-weight:900}.hero-content h1{font-size:56px;line-height:1.05;color:white;font-weight:1000;margin:0 0 18px}.hero-content p{color:#e5e7eb;font-size:19px;line-height:1.75;margin-bottom:20px}.hero-tags,.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.hero-tags span,.tag-cloud span{padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.18);color:white;font-size:13px}.hero-actions{display:flex;gap:14px;margin-top:28px}.primary-btn,.ghost-btn,.more-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 26px;font-weight:900;transition:.2s}.primary-btn{background:linear-gradient(90deg,var(--orange),var(--pink));color:white;box-shadow:0 16px 32px rgba(249,115,22,.28)}.ghost-btn{background:rgba(255,255,255,.16);color:white;border:1px solid rgba(255,255,255,.38)}.primary-btn:hover,.movie-card:hover,.category-tile:hover{transform:translateY(-3px)}.hero-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:16px}.hero-thumb{display:flex;align-items:center;gap:10px;padding:10px;border-radius:18px;background:white;border:1px solid rgba(251,146,60,.16);box-shadow:0 10px 25px rgba(251,146,60,.08);opacity:.72;transition:.2s}.hero-thumb.active,.hero-thumb:hover{opacity:1;border-color:#fb923c}.hero-thumb img{width:56px;height:42px;border-radius:12px;object-fit:cover;background:#111827}.hero-thumb span{font-weight:800;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-section{max-width:1240px;margin:0 auto 58px;padding:0 20px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-head>div{display:flex;align-items:center;gap:12px}.section-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,#fb923c,#f472b6);color:white;font-weight:1000}.section-head h2{font-size:30px;font-weight:1000;color:#1f2937}.section-head p{color:var(--muted)}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.movie-card{display:block;background:white;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(251,146,60,.12);transition:.22s}.movie-cover{position:relative;display:block;aspect-ratio:16/10;background:linear-gradient(135deg,#111827,#7c2d12);overflow:hidden}.movie-cover img{width:100%;height:100%;object-fit:cover;transition:.35s}.movie-card:hover img{transform:scale(1.07)}.movie-cover em{position:absolute;top:12px;left:12px;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#7c2d12;font-style:normal;font-weight:900;font-size:12px}.movie-cover b{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--pink));color:white;box-shadow:0 12px 25px rgba(0,0,0,.25);opacity:0;transform:scale(.85);transition:.25s}.movie-card:hover .movie-cover b{opacity:1;transform:scale(1)}.movie-info{display:block;padding:16px}.movie-info strong{display:block;font-size:18px;line-height:1.35;color:#111827;margin-bottom:7px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.movie-info small{display:block;color:var(--orange);font-weight:800;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.movie-info span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);line-height:1.65;font-size:14px}.soft-panel{background:linear-gradient(90deg,rgba(219,234,254,.76),rgba(252,231,243,.78));border-radius:34px;padding-top:34px;padding-bottom:34px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.category-grid.wide{grid-template-columns:repeat(4,minmax(0,1fr))}.category-tile{display:block;background:white;border-radius:26px;padding:18px;box-shadow:var(--shadow);border:1px solid rgba(251,146,60,.12);transition:.22s}.category-stack{height:120px;display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr;gap:6px;margin-bottom:16px}.category-stack img{width:100%;height:100%;object-fit:cover;border-radius:16px;background:#111827}.category-stack img:first-child{grid-row:span 2}.category-tile strong{display:block;font-size:20px;font-weight:1000;margin-bottom:8px}.category-tile small{display:block;color:var(--muted);line-height:1.6;min-height:50px}.category-tile em{display:inline-flex;margin-top:15px;color:var(--orange);font-style:normal;font-weight:900}.two-col{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.ranking-box,.detail-meta,.side-list,.content-main{background:white;border-radius:28px;box-shadow:var(--shadow);border:1px solid rgba(251,146,60,.12)}.ranking-box{position:sticky;top:92px;padding:20px}.ranking-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.ranking-title span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#60a5fa,#22d3ee);color:white}.ranking-title h2{font-size:22px;font-weight:1000}.rank-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6}.rank-row b{width:30px;color:var(--orange);font-size:18px}.rank-row img{width:72px;height:50px;border-radius:12px;object-fit:cover;background:#111827}.rank-row strong,.compact-card strong{display:block;font-weight:900;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-row small,.compact-card small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.more-link{width:100%;margin-top:16px;background:#fff7ed;color:var(--orange);border:1px solid var(--line)}.filter-bar{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 24px}.filter-bar label{display:flex;align-items:center;gap:8px;background:white;border:1px solid var(--line);border-radius:999px;padding:8px 12px;box-shadow:0 10px 24px rgba(251,146,60,.07)}.filter-bar span{color:#9a3412;font-weight:900}.filter-bar select,.filter-bar input{outline:0;min-width:140px}.empty-state{display:none;background:white;border-radius:24px;padding:38px;text-align:center;color:var(--muted);box-shadow:var(--shadow)}.sub-hero{max-width:1240px;margin:34px auto 48px;padding:0 20px}.sub-hero>div{border-radius:34px;padding:56px;background:linear-gradient(120deg,rgba(249,115,22,.96),rgba(236,72,153,.9),rgba(59,130,246,.86));box-shadow:var(--shadow);color:white}.sub-hero h1{font-size:44px;font-weight:1000;margin-bottom:14px}.sub-hero p{font-size:18px;line-height:1.75;color:#fff7ed;max-width:800px}.search-panel{display:flex;max-width:720px;margin:0 0 22px;background:white;border:1px solid var(--line);border-radius:999px;overflow:hidden;box-shadow:var(--shadow)}.search-panel input{flex:1;padding:16px 20px;outline:0}.ranking-list{display:grid;gap:14px}.ranking-item{display:grid;grid-template-columns:46px 148px minmax(0,1fr) 110px;gap:18px;align-items:center;background:white;border:1px solid rgba(251,146,60,.12);border-radius:22px;padding:14px;box-shadow:0 12px 32px rgba(236,72,153,.1);transition:.2s}.ranking-item:hover{transform:translateX(3px);border-color:#fb923c}.ranking-item>b{font-size:26px;color:var(--orange);text-align:center}.ranking-item img{width:148px;height:90px;border-radius:16px;object-fit:cover;background:#111827}.ranking-item strong{display:block;font-size:20px;font-weight:1000;margin-bottom:6px}.ranking-item small,.ranking-item em{display:block;color:var(--muted);font-style:normal;line-height:1.55}.ranking-item i{font-style:normal;font-weight:900;color:var(--pink);text-align:right}.category-hero{max-width:1240px;margin:34px auto 48px;padding:0 20px;display:grid;grid-template-columns:44% 1fr;gap:0;align-items:stretch}.category-hero>img{width:100%;height:420px;object-fit:cover;border-radius:34px 0 0 34px;background:#111827}.category-hero>div{padding:46px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,247,237,.96));border-radius:0 34px 34px 0;box-shadow:var(--shadow);border:1px solid rgba(251,146,60,.12)}.breadcrumb{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;margin-bottom:18px;flex-wrap:wrap}.breadcrumb a{color:var(--orange);font-weight:900}.category-hero h1{font-size:44px;font-weight:1000;margin-bottom:14px}.category-hero p{color:var(--muted);line-height:1.8;margin-bottom:28px}.channel-links{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.channel-links a{padding:9px 14px;background:white;border:1px solid var(--line);border-radius:999px;color:#9a3412;font-weight:800}.detail-wrap{max-width:1240px;margin:34px auto 44px;padding:0 20px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px}.player-card{background:#050505;border-radius:30px;overflow:hidden;box-shadow:0 28px 70px rgba(15,23,42,.35);min-height:500px;display:grid;place-items:center}.player-card video{width:100%;height:100%;min-height:500px;background:#050505}.detail-meta{padding:18px}.detail-meta img{width:100%;height:240px;object-fit:cover;border-radius:22px;background:#111827;margin-bottom:18px}.detail-meta h1{font-size:30px;line-height:1.2;font-weight:1000;margin-bottom:12px}.detail-meta p{color:var(--muted);line-height:1.7;margin-bottom:14px}.meta-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:15px 0}.meta-list span{padding:10px;border-radius:14px;background:#fff7ed;color:#9a3412;font-weight:900;text-align:center}.detail-meta .tag-cloud span{background:#fce7f3;color:#9d174d}.detail-content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:26px;align-items:start}.content-main{padding:30px}.content-main h2,.side-list h2{font-size:24px;font-weight:1000;margin-bottom:14px}.content-main p{color:#4b5563;line-height:2.05;margin-bottom:26px}.side-list{padding:20px}.compact-card{display:flex;gap:12px;align-items:center;padding:12px;border-radius:18px;transition:.2s}.compact-card:hover{background:#fff7ed}.compact-card img{width:92px;height:62px;border-radius:14px;object-fit:cover;background:#111827}.compact-card span{min-width:0}.footer-grid{max-width:1240px;margin:auto;padding:42px 20px 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}.site-footer{background:rgba(255,255,255,.72);border-top:1px solid rgba(251,146,60,.2)}.footer-brand{font-size:21px;margin-bottom:14px}.site-footer p{color:var(--muted);line-height:1.7}.site-footer h3{font-weight:1000;margin-bottom:12px}.site-footer a:not(.brand){display:block;color:var(--muted);margin:8px 0}.site-footer a:hover{color:var(--orange)}.copyright{text-align:center;padding:18px;border-top:1px solid #fed7aa}.hide{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))}.two-col,.detail-layout,.detail-content{grid-template-columns:1fr}.ranking-box{position:static}.category-hero{grid-template-columns:1fr}.category-hero>img{border-radius:34px 34px 0 0}.category-hero>div{border-radius:0 0 34px 34px}.player-card,.player-card video{min-height:420px}}@media (max-width:820px){.nav-wrap{flex-wrap:wrap}.nav-links{display:none;order:5;width:100%;flex-direction:column;align-items:flex-start;gap:0;background:white;border:1px solid var(--line);border-radius:20px;padding:10px}.nav-links.open{display:flex}.nav-links a{padding:10px 12px;width:100%}.top-search{margin-left:auto}.top-search input{width:150px}.nav-toggle{display:block}.hero-stage{height:520px}.hero-content{padding:34px}.hero-content h1{font-size:38px}.hero-thumbs{grid-template-columns:1fr;display:none}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.category-grid,.category-grid.wide{grid-template-columns:repeat(2,minmax(0,1fr))}.ranking-item{grid-template-columns:38px 96px 1fr}.ranking-item img{width:96px;height:68px}.ranking-item i{display:none}.footer-grid{grid-template-columns:1fr}.section-head{display:block}.filter-bar label{width:100%;justify-content:space-between}.filter-bar select,.filter-bar input{flex:1;min-width:0}.sub-hero>div{padding:36px}.sub-hero h1,.category-hero h1{font-size:34px}}@media (max-width:540px){.hero-slider,.page-section,.sub-hero,.category-hero,.detail-wrap{padding-left:14px;padding-right:14px}.top-search{order:4;width:100%;margin:10px 0 0}.top-search input{flex:1;width:auto}.brand{font-size:20px}.hero-stage{height:490px;border-radius:24px}.hero-content{padding:24px}.hero-content h1{font-size:32px}.hero-actions{flex-direction:column}.movie-grid{grid-template-columns:1fr}.category-grid,.category-grid.wide{grid-template-columns:1fr}.soft-panel{border-radius:24px}.ranking-item{grid-template-columns:34px 80px 1fr;padding:10px}.ranking-item img{width:80px;height:58px}.player-card,.player-card video{min-height:280px}.detail-meta h1{font-size:26px}.search-panel{border-radius:24px}.search-panel button{padding:10px 14px}}