
:root{--bg:#0f172a;--panel:#111827;--soft:#1e293b;--muted:#94a3b8;--text:#e5e7eb;--green:#34d399;--green2:#10b981;--line:rgba(148,163,184,.2);--shadow:0 22px 70px rgba(2,6,23,.35)}
body{background:#f8fafc;color:#111827;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif}a{text-decoration:none}.topbar{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#1e293b,#0f172a);color:white;box-shadow:0 10px 30px rgba(2,6,23,.25)}.navwrap{max-width:1280px;margin:0 auto;height:68px;display:flex;align-items:center;gap:22px;padding:0 22px}.brand{display:flex;align-items:center;gap:12px;color:white}.brandmark{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#10b981,#34d399);color:#06281d;box-shadow:0 10px 30px rgba(16,185,129,.35);font-size:16px}.brand b{display:block;font-size:20px;letter-spacing:.02em}.brand em{display:block;font-style:normal;font-size:12px;color:#94a3b8}.navlinks{display:flex;align-items:center;gap:4px;flex:1;overflow:hidden}.navlinks a{color:#dbeafe;font-size:14px;padding:9px 12px;border-radius:10px;white-space:nowrap}.navlinks a:hover,.navlinks a.active{background:rgba(15,23,42,.75);color:#34d399}.menubtn{display:none;margin-left:auto;background:rgba(15,23,42,.75);color:white;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px 12px;font-size:20px}.mobilemenu{display:none;background:#111827;padding:10px 18px;border-top:1px solid rgba(255,255,255,.08)}.mobilemenu a{display:block;color:#e2e8f0;padding:11px 8px;border-radius:10px}.mobilemenu a:hover{background:#0f172a;color:#34d399}.stage{position:relative;min-height:620px;color:white;background:radial-gradient(circle at 20% 10%,rgba(52,211,153,.35),transparent 32%),linear-gradient(135deg,#020617,#0f172a 44%,#1e293b);overflow:hidden}.stage-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;display:grid;align-items:center}.stage-slide.active{opacity:1}.stage-bg{position:absolute;inset:0;opacity:.42}.stage-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.02)}.stage-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.96),rgba(2,6,23,.72),rgba(15,23,42,.2))}.stage-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:80px 22px;display:grid;grid-template-columns:minmax(0,1.1fr) 430px;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(16,185,129,.12);border:1px solid rgba(52,211,153,.25);color:#a7f3d0;border-radius:999px;padding:8px 13px;font-size:14px}.stage h1{font-size:clamp(38px,6vw,76px);line-height:1.05;font-weight:900;letter-spacing:-.04em;margin:22px 0 16px}.stage p{font-size:18px;line-height:1.85;color:#dbeafe;max-width:780px}.cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:12px 18px;font-weight:800}.btn.primary{background:linear-gradient(135deg,#10b981,#34d399);color:#052e22;box-shadow:0 16px 40px rgba(16,185,129,.32)}.btn.ghost{background:rgba(255,255,255,.09);color:white;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px)}.feature-card{background:rgba(15,23,42,.72);border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:18px;box-shadow:var(--shadow);backdrop-filter:blur(16px)}.feature-card img{width:100%;height:310px;object-fit:cover;border-radius:24px;background:linear-gradient(135deg,#064e3b,#0f172a)}.feature-card h2{font-size:24px;font-weight:900;margin:16px 0 8px}.feature-card .tags span{background:rgba(52,211,153,.12);color:#a7f3d0}.stage-controls{position:absolute;z-index:4;left:50%;bottom:30px;transform:translateX(-50%);display:flex;gap:10px}.stage-controls button{width:38px;height:6px;border-radius:999px;background:rgba(255,255,255,.28);font-size:0}.stage-controls button.active{background:#34d399}.wrap{max-width:1280px;margin:0 auto;padding:36px 22px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:8px 0 20px}.section-title h2{font-size:30px;font-weight:900;color:#0f172a}.section-title p{color:#64748b;margin-top:5px}.section-title a{color:#059669;font-weight:800}.grid-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.movie-card{background:white;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;box-shadow:0 15px 45px rgba(15,23,42,.06);transition:.22s ease}.movie-card:hover{transform:translateY(-4px);box-shadow:0 18px 60px rgba(15,23,42,.14)}.poster{position:relative;display:block;aspect-ratio:3/4;background:linear-gradient(135deg,#064e3b,#1e293b);overflow:hidden}.poster img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.movie-card:hover .poster img{transform:scale(1.05)}.hide-img{opacity:0}.play-dot{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:rgba(16,185,129,.92);color:#052e22;font-size:16px;box-shadow:0 10px 25px rgba(2,6,23,.28)}.cardbody{padding:14px}.meta{display:flex;justify-content:space-between;gap:8px;color:#64748b;font-size:12px}.cardbody h3{font-size:17px;font-weight:900;margin:8px 0 7px;line-height:1.35}.cardbody h3 a{color:#0f172a}.cardbody p{font-size:13px;color:#64748b;line-height:1.65;min-height:42px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.tags span{font-size:12px;color:#047857;background:#d1fae5;padding:4px 8px;border-radius:999px}.movie-card.compact .cardbody p{display:none}.panel{background:white;border:1px solid #e2e8f0;border-radius:26px;padding:22px;box-shadow:0 15px 45px rgba(15,23,42,.06)}.cat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.cat-card{position:relative;min-height:150px;padding:20px;border-radius:26px;background:linear-gradient(135deg,#0f172a,#115e59);color:white;overflow:hidden;box-shadow:var(--shadow)}.cat-card:after{content:"";position:absolute;right:-25px;bottom:-35px;width:120px;height:120px;border-radius:50%;background:rgba(52,211,153,.18)}.cat-card h3{font-size:22px;font-weight:900;margin-bottom:8px}.cat-card p{color:#cbd5e1;line-height:1.55}.rank-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.rank-list{display:grid;gap:10px}.rank-row{list-style:none;background:white;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden}.rank-row a{display:grid;grid-template-columns:54px 1fr auto auto;align-items:center;gap:14px;padding:15px;color:#0f172a}.rank-row strong{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#ecfdf5;color:#059669}.rank-title{font-weight:900}.rank-meta{color:#64748b;font-size:13px}.heat{color:#0f766e;font-weight:800;background:#ccfbf1;padding:5px 9px;border-radius:999px;font-size:12px}.filter-panel{background:#0f172a;border-radius:26px;padding:20px;margin:0 0 24px;color:white;box-shadow:var(--shadow)}.searchbar{display:flex;gap:10px}.searchbar input{flex:1;border-radius:16px;padding:14px 16px;background:white;color:#0f172a}.searchbar button,.quick-filters button{border-radius:999px;background:#10b981;color:#052e22;font-weight:800;padding:9px 14px}.quick-filters{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-top:14px}.quick-filters span{color:#cbd5e1;font-weight:800;margin-right:4px}.quick-filters button{background:rgba(255,255,255,.08);color:#d1fae5;border:1px solid rgba(255,255,255,.12)}.quick-filters button.active{background:#34d399;color:#052e22}.subhead{background:linear-gradient(135deg,#0f172a,#1e293b);color:white;padding:62px 0}.subhead h1{font-size:42px;font-weight:900;margin-bottom:12px}.subhead p{color:#cbd5e1;line-height:1.75;max-width:820px}.crumb{color:#94a3b8;margin-bottom:16px}.crumb a{color:#a7f3d0}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) 360px;gap:26px}.player{position:relative;background:#020617;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(15,23,42,.1)}.player video{display:block;width:100%;aspect-ratio:16/9;background:#000}.play-layer{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(180deg,rgba(2,6,23,.18),rgba(2,6,23,.72));cursor:pointer}.play-layer.hidden{display:none}.bigplay{width:86px;height:86px;border-radius:999px;background:#34d399;color:#052e22;display:grid;place-items:center;font-size:32px;box-shadow:0 18px 55px rgba(16,185,129,.45)}.detail-main{background:white;border-radius:28px;border:1px solid #e2e8f0;padding:26px;box-shadow:0 15px 45px rgba(15,23,42,.06)}.detail-main h1{font-size:36px;font-weight:900;line-height:1.2;margin-bottom:14px}.info-line{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.info-line span{background:#f1f5f9;color:#334155;border-radius:999px;padding:7px 11px;font-size:13px}.article-block{margin-top:26px}.article-block h2{font-size:22px;font-weight:900;margin-bottom:10px;color:#0f172a}.article-block p{color:#334155;line-height:1.95;font-size:16px}.side-list{display:grid;gap:12px}.side-card{display:grid;grid-template-columns:72px 1fr;gap:12px;background:white;border:1px solid #e2e8f0;border-radius:18px;padding:10px;color:#0f172a}.side-card img{width:72px;height:96px;object-fit:cover;border-radius:12px;background:linear-gradient(135deg,#064e3b,#1e293b)}.side-card b{display:block;line-height:1.35}.side-card span{display:block;color:#64748b;font-size:12px;margin-top:5px}.footer{background:#0f172a;color:#cbd5e1;margin-top:46px}.footergrid{max-width:1280px;margin:0 auto;padding:38px 22px;display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:34px}.footer h3{color:white;font-weight:900;margin-bottom:13px}.footer p{line-height:1.8;margin-top:15px}.footlinks{display:flex;flex-wrap:wrap;gap:10px}.footlinks a{color:#cbd5e1;background:rgba(255,255,255,.06);padding:8px 10px;border-radius:999px}.footlinks a:hover{color:#34d399}.copyright{max-width:1280px;margin:0 auto;padding:18px 22px;border-top:1px solid rgba(255,255,255,.08);color:#94a3b8}.notfound{display:none;padding:30px;text-align:center;color:#64748b}.no-results .notfound{display:block}@media(max-width:1100px){.grid-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stage-inner{grid-template-columns:1fr}.feature-card{max-width:460px}.detail-grid,.rank-layout{grid-template-columns:1fr}.navlinks{display:none}.menubtn{display:block}.mobilemenu.open{display:block}}@media(max-width:760px){.stage{min-height:720px}.stage-inner{padding:54px 18px}.feature-card img{height:240px}.grid-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cat-grid{grid-template-columns:1fr}.rank-row a{grid-template-columns:44px 1fr;gap:10px}.rank-meta,.heat{grid-column:2}.footergrid{grid-template-columns:1fr}.detail-main h1{font-size:28px}.subhead h1{font-size:32px}.cardbody{padding:12px}.cardbody p{min-height:auto}.searchbar{flex-direction:column}.navwrap{padding:0 14px}.brand b{font-size:18px}}@media(max-width:430px){.grid-cards{grid-template-columns:1fr}.stage h1{font-size:36px}.stage p{font-size:16px}.wrap{padding:28px 14px}}
