body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#f8fafc;color:#111827}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#0f172a,#1e293b,#0f172a);color:white;box-shadow:0 10px 30px rgba(15,23,42,.28);backdrop-filter:blur(10px)}.site-nav{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.brand{display:flex;align-items:center;gap:.55rem;font-size:1.18rem;font-weight:800;letter-spacing:.02em}.brand-mark{width:2.1rem;height:2.1rem;border-radius:.75rem;background:linear-gradient(135deg,#34d399,#22d3ee);display:flex;align-items:center;justify-content:center;color:#052e2b;box-shadow:0 10px 24px rgba(16,185,129,.35)}.brand-text{background:linear-gradient(90deg,#34d399,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-links{display:flex;align-items:center;gap:1.4rem;font-size:.95rem}.nav-links a,.mobile-panel a{transition:color .2s ease}.nav-links a:hover,.mobile-panel a:hover{color:#34d399}.mobile-toggle{display:none;width:2.4rem;height:2.4rem;border-radius:.75rem;background:rgba(255,255,255,.08);align-items:center;justify-content:center}.mobile-panel{display:none;background:#0f172a;border-top:1px solid rgba(148,163,184,.18);padding:.75rem 1rem}.mobile-panel.open{display:grid;gap:.75rem}.hero-carousel{position:relative;height:70vh;min-height:520px;overflow:hidden;background:#0f172a}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .7s ease}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.55),rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.5),transparent 42%)}.hero-content{position:relative;z-index:2;height:100%;max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;align-items:center}.hero-copy{max-width:48rem;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:rgba(16,185,129,.86);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.04em;border-radius:999px;padding:.42rem .75rem;margin-bottom:1.1rem}.hero-title{font-size:clamp(2.35rem,6vw,4.8rem);line-height:1.05;font-weight:900;letter-spacing:-.05em;margin-bottom:1rem}.hero-title span{color:#34d399}.hero-desc{font-size:1.1rem;line-height:1.75;color:#e5e7eb;max-width:43rem;margin-bottom:1.6rem}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}.btn-main,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;font-weight:800;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.btn-main{background:#10b981;color:white;padding:.86rem 1.35rem;box-shadow:0 16px 36px rgba(16,185,129,.35)}.btn-main:hover{background:#059669;transform:translateY(-2px) scale(1.02)}.btn-ghost{border:1px solid rgba(255,255,255,.35);color:white;padding:.8rem 1.2rem;background:rgba(255,255,255,.08);backdrop-filter:blur(6px)}.btn-ghost:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}.hero-controls{position:absolute;z-index:4;left:50%;bottom:1.6rem;transform:translateX(-50%);display:flex;align-items:center;gap:.65rem}.hero-dot{width:.68rem;height:.68rem;border-radius:999px;background:rgba(255,255,255,.45);transition:all .2s ease}.hero-dot.active{width:2.2rem;background:#34d399}.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:2.8rem;height:2.8rem;border-radius:999px;background:rgba(15,23,42,.45);color:#fff;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}.hero-arrow:hover{background:rgba(16,185,129,.72)}.hero-prev{left:1.2rem}.hero-next{right:1.2rem}.section-wrap{max-width:80rem;margin:0 auto;padding:4rem 1rem}.section-stack{display:grid;gap:5rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}.section-kicker{display:inline-flex;align-items:center;gap:.5rem;color:#059669;font-weight:800;margin-bottom:.35rem}.section-title{font-size:clamp(1.7rem,4vw,2.25rem);line-height:1.15;font-weight:900;color:#111827;letter-spacing:-.035em}.section-desc{max-width:45rem;color:#64748b;line-height:1.75;margin-top:.55rem}.movie-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}.movie-card{display:block;background:white;border-radius:1rem;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.09);transition:transform .25s ease,box-shadow .25s ease}.movie-card:hover{transform:translateY(-5px);box-shadow:0 22px 42px rgba(15,23,42,.16)}.movie-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#0f172a}.movie-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.movie-card:hover .movie-thumb img{transform:scale(1.08)}.movie-year{position:absolute;right:.6rem;top:.6rem;background:rgba(0,0,0,.7);color:white;font-size:.76rem;border-radius:.38rem;padding:.22rem .48rem;backdrop-filter:blur(4px)}.movie-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);transition:background .25s ease}.movie-play span{width:3rem;height:3rem;border-radius:999px;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:#059669;opacity:0;transform:scale(.75);transition:all .25s ease}.movie-card:hover .movie-play{background:rgba(0,0,0,.28)}.movie-card:hover .movie-play span{opacity:1;transform:scale(1)}.movie-body{padding:1rem}.movie-title{font-size:1.03rem;font-weight:800;line-height:1.35;margin-bottom:.45rem;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-card:hover .movie-title{color:#059669}.movie-line{font-size:.88rem;color:#64748b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.8rem}.meta-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:#64748b;font-size:.82rem}.pill{display:inline-flex;align-items:center;border-radius:.45rem;background:#ecfdf5;color:#047857;font-weight:700;padding:.25rem .5rem;font-size:.75rem}.featured-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}.featured-card{position:relative;display:block;aspect-ratio:16/9;border-radius:1.25rem;overflow:hidden;color:white;box-shadow:0 24px 48px rgba(15,23,42,.22)}.featured-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.featured-card:hover img{transform:scale(1.08)}.featured-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.42),rgba(0,0,0,.05))}.featured-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:1.35rem}.featured-content h3{font-size:1.35rem;line-height:1.25;font-weight:900;margin-bottom:.45rem}.featured-content p{font-size:.9rem;color:#e2e8f0;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feature-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-top:.8rem;font-size:.78rem}.soft-panel{border-radius:1.5rem;background:linear-gradient(135deg,#ecfdf5,#ecfeff);box-shadow:0 18px 46px rgba(15,23,42,.1);padding:2rem}.dark-panel{border-radius:1.5rem;background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 24px 52px rgba(15,23,42,.22);padding:2rem;color:white}.dark-panel .section-title{color:white}.dark-panel .section-desc{color:#cbd5e1}.list-cards{display:grid;gap:1rem}.list-card{display:flex;gap:1rem;background:white;border-radius:1rem;padding:1rem;box-shadow:0 8px 22px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease}.list-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(15,23,42,.13)}.list-thumb{flex:0 0 12rem;aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;background:#0f172a}.list-thumb img{width:100%;height:100%;object-fit:cover}.list-body h3{font-weight:900;font-size:1.08rem;margin:.35rem 0;color:#111827}.list-body p{font-size:.9rem;color:#64748b;line-height:1.65}.rank-list{display:grid;gap:.85rem}.rank-item{display:grid;grid-template-columns:3.2rem 8.5rem 1fr auto;align-items:center;gap:1rem;background:white;border-radius:1rem;padding:.8rem;box-shadow:0 8px 22px rgba(15,23,42,.08)}.rank-no{font-size:1.3rem;font-weight:950;color:#059669;text-align:center}.rank-cover{aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;background:#0f172a}.rank-cover img{width:100%;height:100%;object-fit:cover}.rank-title{font-weight:900;color:#111827}.rank-summary{font-size:.86rem;line-height:1.55;color:#64748b;margin-top:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rank-score{font-weight:900;color:#f59e0b;white-space:nowrap}.filter-box{display:grid;grid-template-columns:1fr;gap:.75rem;background:white;border-radius:1.25rem;box-shadow:0 12px 34px rgba(15,23,42,.09);padding:1rem;margin-bottom:1.5rem}.filter-box input,.filter-box select{width:100%;border:1px solid #dbe3ef;border-radius:.85rem;padding:.8rem .95rem;background:#f8fafc;color:#111827;outline:none}.filter-box input:focus,.filter-box select:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.13)}.category-cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.2rem}.category-card{display:block;border-radius:1.25rem;background:linear-gradient(135deg,#fff,#f8fafc);padding:1.35rem;box-shadow:0 10px 28px rgba(15,23,42,.09);transition:transform .25s ease,box-shadow .25s ease}.category-card:hover{transform:translateY(-5px);box-shadow:0 22px 42px rgba(15,23,42,.14)}.category-card h2,.category-card h3{font-size:1.25rem;font-weight:900;color:#111827;margin-bottom:.45rem}.category-card p{color:#64748b;line-height:1.7}.category-mini{display:flex;gap:.5rem;margin-top:1rem}.category-mini img{width:4.6rem;aspect-ratio:16/9;object-fit:cover;border-radius:.65rem;background:#0f172a}.page-hero{background:linear-gradient(135deg,#0f172a,#164e63 55%,#065f46);color:white;padding:5rem 1rem}.page-hero-inner{max-width:80rem;margin:0 auto}.page-hero h1{font-size:clamp(2.1rem,5vw,4rem);font-weight:950;line-height:1.08;letter-spacing:-.05em;margin-bottom:1rem}.page-hero p{max-width:48rem;color:#e2e8f0;line-height:1.8}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;color:#d1fae5;font-size:.9rem;margin-bottom:1rem}.breadcrumbs a:hover{color:white}.detail-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}.player-card{background:#0f172a;border-radius:1.35rem;overflow:hidden;box-shadow:0 24px 55px rgba(15,23,42,.25)}.player-card video{width:100%;aspect-ratio:16/9;background:#000}.detail-side{background:white;border-radius:1.25rem;box-shadow:0 12px 32px rgba(15,23,42,.09);overflow:hidden}.detail-side img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#0f172a}.detail-side-body{padding:1rem}.detail-side h2{font-weight:900;font-size:1.25rem;margin-bottom:.5rem}.detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:1rem}.detail-meta span{border-radius:.75rem;background:#f1f5f9;padding:.65rem;font-size:.85rem;color:#334155}.article-card{background:white;border-radius:1.25rem;padding:1.5rem;box-shadow:0 12px 32px rgba(15,23,42,.09)}.article-card h2{font-size:1.5rem;font-weight:950;color:#111827;margin-bottom:.8rem}.article-card p{color:#334155;line-height:1.9;margin:.8rem 0}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag-cloud span{border-radius:999px;background:#ecfdf5;color:#047857;font-weight:700;font-size:.8rem;padding:.35rem .7rem}.footer{background:#0f172a;color:#cbd5e1;margin-top:4rem}.footer-inner{max-width:80rem;margin:0 auto;padding:3rem 1rem;display:grid;grid-template-columns:1fr;gap:2rem}.footer h3{font-weight:900;color:white;font-size:1.15rem;margin-bottom:.8rem}.footer p{line-height:1.75}.footer-links{display:grid;gap:.45rem}.footer-links a:hover{color:#34d399}.footer-bottom{border-top:1px solid rgba(148,163,184,.18);text-align:center;padding:1rem;color:#94a3b8;font-size:.9rem}.hidden-by-filter{display:none!important}@media (min-width:640px){.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-box{grid-template-columns:1.5fr 1fr 1fr}.category-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-inner{grid-template-columns:2fr 1fr 1fr}.detail-layout{grid-template-columns:minmax(0,2fr) minmax(18rem,1fr)}}@media (min-width:1024px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.nav-links{display:none}.mobile-toggle{display:flex}.hero-carousel{height:76vh;min-height:560px}.hero-content{align-items:flex-end;padding-bottom:5rem}.hero-arrow{display:none}.section-wrap{padding:3rem 1rem}.section-head{align-items:flex-start;flex-direction:column}.list-card{flex-direction:column}.list-thumb{flex:0 0 auto;width:100%}.rank-item{grid-template-columns:2.4rem 6rem 1fr}.rank-score{display:none}.hero-title{font-size:2.45rem}.hero-desc{font-size:1rem}.soft-panel,.dark-panel{padding:1.2rem}.detail-meta{grid-template-columns:1fr}}