html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:#f8fafc;color:#111827}a{text-decoration:none}img{display:block}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #e5e7eb}.site-nav{max-width:80rem;margin:0 auto;height:4rem;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.65rem;color:#111827}.brand-mark{width:2.1rem;height:2.1rem;border-radius:.7rem;background:linear-gradient(135deg,#10b981,#059669);display:grid;place-items:center;color:white;font-weight:800;box-shadow:0 12px 28px rgba(5,150,105,.25)}.brand strong{display:block;font-size:1.18rem;line-height:1.1}.brand em{display:block;font-style:normal;font-size:.74rem;color:#6b7280;margin-top:.15rem}.desktop-nav{display:none;align-items:center;gap:1.5rem}.desktop-nav a,.mobile-nav a{color:#374151;font-weight:650;transition:.2s}.desktop-nav a:hover,.desktop-nav a.active,.mobile-nav a:hover,.mobile-nav a.active{color:#059669}.menu-button{border:0;background:transparent;display:flex;flex-direction:column;gap:.25rem;padding:.5rem;border-radius:.55rem}.menu-button span{width:1.4rem;height:.12rem;background:#374151;border-radius:999px}.mobile-nav{display:none;border-top:1px solid #e5e7eb;background:white;padding:.6rem 1rem}.mobile-nav.open{display:grid;gap:.35rem}.mobile-nav a{padding:.7rem;border-radius:.65rem}.mobile-nav a:hover,.mobile-nav a.active{background:#ecfdf5}.site-footer{background:#111827;color:#d1d5db;margin-top:4rem}.footer-inner{max-width:80rem;margin:0 auto;padding:3rem 1rem;display:grid;gap:2rem}.footer-about p{color:#9ca3af;line-height:1.8;max-width:34rem;margin-top:1rem}.brand-footer{color:white}.brand-footer em{color:#9ca3af}.site-footer h3{color:white;font-size:1rem;font-weight:800;margin-bottom:1rem}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.site-footer a{color:#d1d5db}.site-footer a:hover{color:#34d399}.footer-bottom{max-width:80rem;margin:0 auto;border-top:1px solid #1f2937;text-align:center;color:#6b7280;padding:1.4rem 1rem}.hero-carousel{position:relative;min-height:calc(100vh - 4rem);overflow:hidden;background:#020617}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .7s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide:before{content:"";position:absolute;inset:0;background-image:var(--hero-bg);background-size:cover;background-position:center;filter:blur(28px) saturate(1.15);transform:scale(1.08);opacity:.55}.hero-backdrop{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.92),rgba(2,6,23,.63),rgba(2,6,23,.35)),radial-gradient(circle at 20% 20%,rgba(16,185,129,.35),transparent 34%)}.hero-content{position:relative;z-index:2;max-width:80rem;margin:0 auto;min-height:calc(100vh - 4rem);padding:5rem 1rem 6rem;display:grid;align-items:center;gap:3rem}.hero-copy{max-width:45rem}.hero-pill{display:inline-flex;background:#10b981;color:white;padding:.48rem 1rem;border-radius:999px;font-weight:800;font-size:.88rem;margin-bottom:1.1rem;box-shadow:0 16px 35px rgba(16,185,129,.25)}.hero-copy h1{font-size:clamp(2.3rem,7vw,5.8rem);line-height:.98;color:white;font-weight:900;letter-spacing:-.04em;margin:0 0 1rem}.hero-copy p{font-size:clamp(1rem,2vw,1.35rem);line-height:1.8;color:#e5e7eb;margin:0 0 1.5rem}.hero-tags,.tag-cloud{display:flex;flex-wrap:wrap;gap:.55rem}.hero-tags span,.tag-cloud span{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:white;border-radius:999px;padding:.35rem .75rem;font-size:.82rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.85rem;padding:.95rem 1.45rem;font-weight:850;transition:.25s}.primary-btn{background:#059669;color:white;box-shadow:0 18px 35px rgba(5,150,105,.32)}.primary-btn:hover{background:#047857;color:white;transform:translateY(-1px)}.ghost-btn{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);color:white;backdrop-filter:blur(10px)}.ghost-btn:hover{background:rgba(255,255,255,.22);color:white}.hero-cover{display:none;justify-self:end;width:min(31rem,40vw);aspect-ratio:16/10;border-radius:1.4rem;overflow:hidden;box-shadow:0 35px 80px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.15);transform:perspective(1100px) rotateY(-8deg)}.hero-cover img{width:100%;height:100%;object-fit:cover}.hero-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:0;border-radius:999px;background:rgba(255,255,255,.18);color:white;font-size:2.2rem;display:grid;place-items:center;backdrop-filter:blur(10px);cursor:pointer}.hero-arrow:hover{background:rgba(255,255,255,.28)}.hero-prev{left:1rem}.hero-next{right:1rem}.hero-dots{position:absolute;left:50%;bottom:2rem;z-index:3;transform:translateX(-50%);display:flex;gap:.5rem}.hero-dots button{width:.75rem;height:.75rem;border-radius:999px;border:0;background:rgba(255,255,255,.5);transition:.25s}.hero-dots button.active{width:2.2rem;background:white}.panel-shell{max-width:80rem;margin:2.4rem auto 0;padding:1.1rem;background:white;border:1px solid #e5e7eb;border-radius:1.2rem;box-shadow:0 18px 45px rgba(15,23,42,.06)}.home-search{display:grid;gap:1rem}.home-search h2{font-size:1.35rem;font-weight:900;color:#111827;margin:0 0 .2rem}.home-search p{margin:0;color:#6b7280}.filterbar{display:flex;flex-wrap:wrap;gap:.75rem}.filterbar input,.filterbar select{min-height:2.85rem;border:1px solid #d1d5db;border-radius:.8rem;padding:0 .9rem;background:white;color:#111827;outline:none}.filterbar input{flex:1 1 16rem}.filterbar input:focus,.filterbar select:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.15)}.section-wrap{max-width:80rem;margin:0 auto;padding:4rem 1rem 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-title span{color:#059669;font-weight:900}.section-title h2{font-size:clamp(1.7rem,3vw,2.25rem);font-weight:900;letter-spacing:-.03em;color:#111827;margin:0 auto 0 0}.section-title a,.text-link{color:#059669;font-weight:800}.scroll-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.7rem;scroll-snap-type:x mandatory}.scroll-row .movie-card{flex:0 0 18rem;scroll-snap-align:start}.movie-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.card-default,.card-large,.card-horizontal{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 8px 25px rgba(15,23,42,.07);border:1px solid #eef2f7;transition:.3s}.card-default:hover,.card-large:hover,.card-horizontal:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(15,23,42,.13)}.card-default a,.card-large a,.card-horizontal a{color:inherit}.card-poster,.card-large-poster{position:relative;aspect-ratio:16/10;overflow:hidden;background:#111827}.card-poster img,.card-large-poster img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.card-default:hover img,.card-large:hover img,.card-horizontal:hover img{transform:scale(1.07)}.year-badge{position:absolute;right:.65rem;top:.65rem;background:rgba(0,0,0,.68);color:white;border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:800}.card-body{padding:1rem}.card-labels{display:flex;align-items:center;gap:.45rem;margin-bottom:.65rem}.card-labels span,.card-meta span,.detail-meta span{background:#d1fae5;color:#047857;border-radius:.48rem;padding:.22rem .55rem;font-size:.75rem;font-weight:800}.card-labels em,.card-meta em{font-style:normal;color:#6b7280;font-size:.78rem}.card-body h3,.card-horizontal h3{font-weight:850;color:#111827;margin:0 0 .45rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-body p,.card-large-body p,.card-horizontal p{color:#6b7280;font-size:.9rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.poster-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),transparent 58%)}.poster-title{position:absolute;left:1rem;right:1rem;bottom:1rem}.poster-title span{display:inline-flex;background:#10b981;color:white;border-radius:999px;padding:.25rem .65rem;font-size:.78rem;font-weight:800;margin-bottom:.45rem}.poster-title h3{font-size:1.25rem;color:white;font-weight:900;line-height:1.35;margin:0}.card-large-body{padding:1.1rem}.card-large-body div{display:flex;justify-content:space-between;align-items:center;margin-top:.9rem;color:#6b7280}.card-large-body strong{color:#059669}.card-horizontal-link{display:grid;grid-template-columns:8rem 1fr;gap:1rem}.card-horizontal-poster{height:100%;min-height:6.2rem;overflow:hidden;background:#111827}.card-horizontal-poster img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.card-horizontal-body{padding:.85rem .9rem .85rem 0;display:flex;flex-direction:column;justify-content:space-between}.card-meta{display:flex;gap:.6rem;align-items:center;margin-top:.75rem}.category-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.category-tile{position:relative;min-height:12rem;overflow:hidden;border-radius:1.1rem;padding:1.25rem;color:white;background:#111827;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 16px 38px rgba(15,23,42,.18)}.category-tile:before{content:"";position:absolute;inset:0;background-image:var(--tile-bg);background-size:cover;background-position:center;opacity:.55;transition:.35s}.category-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.88),rgba(2,6,23,.12))}.category-tile:hover:before{transform:scale(1.08)}.category-tile span,.category-tile p{position:relative;z-index:2}.category-tile span{font-size:1.25rem;font-weight:900;margin-bottom:.4rem}.category-tile p{color:#e5e7eb;line-height:1.6;margin:0;font-size:.92rem}.ranking-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.8rem}.rank-item{display:grid;grid-template-columns:3rem 1fr auto;align-items:center;gap:.8rem;background:white;border:1px solid #e5e7eb;border-radius:.9rem;padding:.85rem 1rem;color:#111827;transition:.2s}.rank-item:hover{border-color:#10b981;box-shadow:0 10px 24px rgba(16,185,129,.12);transform:translateY(-2px)}.rank-item strong{font-size:1.05rem;color:#059669}.rank-item span{font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-item em{font-style:normal;color:#6b7280;font-size:.82rem}.story-list{display:grid;gap:1rem}.page-hero{position:relative;overflow:hidden;background:#020617;color:white}.page-hero.compact{background:radial-gradient(circle at 18% 15%,rgba(16,185,129,.28),transparent 28%),linear-gradient(135deg,#020617,#111827 58%,#064e3b);}.page-hero.category-hero{background:#020617}.page-hero.category-hero:before{content:"";position:absolute;inset:0;background-image:var(--hero-bg);background-size:cover;background-position:center;opacity:.35;filter:blur(14px);transform:scale(1.05)}.page-hero.category-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.9),rgba(2,6,23,.55))}.page-hero>div{position:relative;z-index:2;max-width:80rem;margin:0 auto;padding:5rem 1rem}.page-hero span{color:#34d399;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.page-hero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;font-weight:950;margin:.6rem 0 1rem}.page-hero p{max-width:48rem;color:#d1d5db;line-height:1.8;font-size:1.05rem}.overview-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.overview-card{background:white;border:1px solid #e5e7eb;border-radius:1.2rem;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.07);display:grid}.overview-thumbs{display:grid;grid-template-columns:repeat(3,1fr);height:12rem;overflow:hidden}.overview-thumbs img{width:100%;height:100%;object-fit:cover}.overview-body{padding:1.2rem}.overview-body h2{font-size:1.3rem;font-weight:900;margin:0 0 .5rem}.overview-body h2 a{color:#111827}.overview-body p{color:#6b7280;line-height:1.7;margin:0 0 .8rem}.overview-body ul{margin:.8rem 0 1rem;padding:0;list-style:none;display:grid;gap:.35rem}.overview-body li a{color:#374151}.overview-body li a:hover{color:#059669}.library-tools{margin-top:-1.5rem;position:relative;z-index:5}.all-grid{align-items:stretch}.ranking-list{display:grid;gap:1rem}.ranking-row{background:white;border:1px solid #e5e7eb;border-radius:1.1rem;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.06);transition:.25s}.ranking-row:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,23,42,.11)}.ranking-row a{display:grid;grid-template-columns:3.5rem 7rem 1fr;gap:1rem;align-items:center;padding:1rem;color:inherit}.ranking-row strong{font-size:1.35rem;color:#059669;text-align:center}.ranking-row img{width:7rem;height:4.5rem;border-radius:.75rem;object-fit:cover;background:#111827}.ranking-row h2{font-size:1.05rem;font-weight:900;margin:0 0 .25rem}.ranking-row p{color:#6b7280;line-height:1.55;margin:0 0 .35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ranking-row span{color:#059669;font-size:.82rem;font-weight:800}.player-section{background:#030712;padding:1.5rem 0}.player-wrap{max-width:80rem;margin:0 auto;padding:0 1rem}.movie-player{width:100%;aspect-ratio:16/9;background:#000;border-radius:1rem;box-shadow:0 30px 70px rgba(0,0,0,.35)}.detail-wrap{max-width:80rem;margin:0 auto;padding:2rem 1rem 0}.breadcrumb{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;color:#6b7280;margin-bottom:1.2rem}.breadcrumb a{color:#059669;font-weight:800}.breadcrumb em{font-style:normal;color:#374151}.detail-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.detail-card,.side-card{background:white;border:1px solid #e5e7eb;border-radius:1.2rem;box-shadow:0 12px 32px rgba(15,23,42,.07)}.detail-card{padding:1.2rem}.detail-head{display:grid;gap:1.2rem;margin-bottom:1.5rem}.detail-head>img{width:100%;aspect-ratio:16/10;border-radius:1rem;object-fit:cover;background:#111827}.detail-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:.85rem}.detail-card h1{font-size:clamp(1.9rem,4vw,3rem);line-height:1.16;font-weight:950;color:#111827;margin:0 0 .8rem}.lead{font-size:1.08rem;line-height:1.8;color:#374151;margin:0 0 1rem}.detail-card .tag-cloud span{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.detail-card section{border-top:1px solid #eef2f7;padding-top:1.3rem;margin-top:1.3rem}.detail-card h2,.side-card h2{font-size:1.25rem;font-weight:900;color:#111827;margin:0 0 .85rem}.detail-card p{color:#374151;line-height:1.9;margin:0}.review-box{background:#f9fafb;border-left:4px solid #10b981;border-radius:.8rem;padding:1rem}.info-list{display:grid;grid-template-columns:1fr;gap:.75rem;margin:0}.info-list div{background:#f9fafb;border-radius:.75rem;padding:.8rem}.info-list dt{color:#6b7280;font-size:.82rem}.info-list dd{margin:0;color:#111827;font-weight:850}.detail-side{display:grid;gap:1rem;align-content:start}.side-card{padding:1rem}.side-list{display:grid;gap:.8rem}.side-list .card-horizontal-link{grid-template-columns:7rem 1fr}.side-list .card-horizontal{box-shadow:none}.side-mini{display:grid;gap:.55rem}.side-mini a{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #eef2f7;padding:.55rem 0;color:#374151}.side-mini a:hover{color:#059669}.side-mini em{font-style:normal;color:#6b7280}.is-hidden{display:none!important}@media (min-width:640px){.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ranking-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:2fr 1fr 1fr}.detail-head{grid-template-columns:14rem 1fr}.detail-head>img{height:13rem}.info-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.desktop-nav{display:flex}.menu-button{display:none}.hero-content{grid-template-columns:1.1fr .9fr}.hero-cover{display:block}.home-search{grid-template-columns:18rem 1fr;align-items:center}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.four-col,.all-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-card{grid-template-columns:18rem 1fr}.overview-thumbs{height:auto}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ranking-row a{grid-template-columns:4rem 9rem 1fr}.ranking-row img{width:9rem;height:5.8rem}}@media (min-width:1024px){.site-nav{padding:0 2rem}.hero-content,.page-hero>div,.section-wrap,.panel-shell,.footer-inner,.footer-bottom,.player-wrap,.detail-wrap{padding-left:2rem;padding-right:2rem}.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.all-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.ranking-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:2fr 1fr}.detail-card{padding:2rem}.detail-side{position:sticky;top:5.5rem}.side-list .card-horizontal-link{grid-template-columns:6.5rem 1fr}}@media (max-width:639px){.hero-arrow{display:none}.hero-content{padding-top:4rem}.card-horizontal-link{grid-template-columns:7rem 1fr}.ranking-row a{grid-template-columns:2.6rem 5.4rem 1fr;gap:.7rem}.ranking-row img{width:5.4rem;height:3.7rem}.filterbar input,.filterbar select{width:100%}}