:root{--blue:#2563eb;--cyan:#0891b2;--teal:#0d9488;--slate:#0f172a;--muted:#64748b;--card:#fff;--soft:#f1f5f9;--ring:rgba(8,145,178,.25)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;color:#1e293b;background:linear-gradient(180deg,#f8fafc 0%,#eef4f8 100%);min-height:100vh}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#2563eb,#0891b2,#0d9488);box-shadow:0 12px 30px rgba(15,23,42,.18)}.header-inner{max-width:80rem;margin:0 auto;padding:0 1rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-size:1.45rem;font-weight:800;letter-spacing:-.04em}.brand-mark{width:2rem;height:2rem;border-radius:.7rem;background:rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.desktop-nav{display:flex;align-items:center;gap:1.7rem}.nav-link{color:#ecfeff;font-weight:650;transition:.2s}.nav-link:hover,.nav-link.active{color:white;text-shadow:0 0 18px rgba(255,255,255,.45)}.nav-toggle{display:none;border:0;background:rgba(255,255,255,.12);border-radius:.75rem;padding:.65rem}.nav-toggle span{display:block;width:1.4rem;height:2px;background:#fff;margin:.25rem 0}.mobile-nav{display:none;max-width:80rem;margin:0 auto;padding:.25rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.18)}.mobile-nav.open{display:grid;gap:.5rem}.mobile-link{color:#fff;padding:.7rem 0;font-weight:650}.container{max-width:80rem;margin:0 auto;padding:2rem 1rem}.hero{position:relative;height:60vh;min-height:450px;background:#0f172a;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1;z-index:1}.hero-slide>img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.88) 0%,rgba(15,23,42,.58) 48%,rgba(15,23,42,.12) 100%)}.hero-content{position:absolute;inset:0;z-index:2;max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;pointer-events:none}.hero-kicker{display:inline-flex;padding:.35rem .85rem;border-radius:999px;background:#0891b2;font-weight:700;font-size:.9rem;margin-bottom:1rem;box-shadow:0 10px 28px rgba(8,145,178,.35)}.hero h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;margin:.15rem 0 1rem;max-width:46rem;letter-spacing:-.05em}.hero p{max-width:43rem;margin:0 0 1.1rem;color:#e2e8f0;font-size:1.08rem;line-height:1.8}.hero-tags,.detail-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin:.2rem 0 1.5rem}.hero-tags span,.detail-tags span{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.35rem .75rem;font-size:.84rem}.hero-actions{display:flex;gap:.8rem;pointer-events:auto}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;font-weight:800;padding:.85rem 1.25rem;transition:.2s;border:0}.btn.primary{background:#0891b2;color:white;box-shadow:0 16px 35px rgba(8,145,178,.35)}.btn.primary:hover{background:#0e7490;transform:translateY(-1px)}.btn.ghost{background:rgba(255,255,255,.13);color:white;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2)}.btn.full{width:100%;margin-top:1rem}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:3.1rem;height:3.1rem;border:0;border-radius:50%;background:rgba(0,0,0,.32);color:#fff;font-size:2rem;line-height:1;backdrop-filter:blur(10px);cursor:pointer;transition:.2s}.hero-arrow:hover{background:rgba(0,0,0,.55)}.hero-arrow.left{left:1rem}.hero-arrow.right{right:1rem}.hero-dots{position:absolute;z-index:5;bottom:1.35rem;left:50%;transform:translateX(-50%);display:flex;gap:.45rem}.hero-dots button{width:.55rem;height:.55rem;border:0;border-radius:999px;background:rgba(255,255,255,.55);transition:.25s}.hero-dots button.active{width:2rem;background:white}.hero-search{position:absolute;z-index:6;right:calc(50% - 39rem);bottom:1.1rem;width:min(24rem,calc(100% - 2rem));background:rgba(15,23,42,.54);border:1px solid rgba(255,255,255,.13);border-radius:1rem;padding:.8rem;backdrop-filter:blur(16px)}.hero-search input,.filter-bar input{width:100%;border:0;outline:0;border-radius:.8rem;padding:.85rem 1rem;background:#fff;color:#0f172a;box-shadow:0 10px 25px rgba(15,23,42,.12)}.hero-chip-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.65rem}.hero-chip-row a{font-size:.78rem;color:#e0f2fe;background:rgba(255,255,255,.12);border-radius:999px;padding:.35rem .65rem}.section{margin:0 0 4rem}.home-main{padding-top:3.5rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem}.section-head>div{display:block}.section-icon{display:inline-flex;width:2.2rem;height:2.2rem;border-radius:.8rem;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe,#ccfbf1);color:#0891b2;font-weight:900;margin-right:.8rem;vertical-align:middle}.section h2,.section-head h2{display:inline;margin:0;font-size:clamp(1.7rem,3vw,2.35rem);color:#1e293b;letter-spacing:-.04em}.section-head p{margin:.6rem 0 0;color:#64748b}.movie-grid{display:grid;gap:1.35rem}.movie-grid.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.six-col{grid-template-columns:repeat(6,minmax(0,1fr))}.movie-card{display:block;background:white;border-radius:.8rem;overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.09);transition:.28s}.movie-card:hover{transform:translateY(-.25rem);box-shadow:0 22px 45px rgba(15,23,42,.18)}.poster-wrap{position:relative;aspect-ratio:2/3;background:#cbd5e1;overflow:hidden}.poster-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.movie-card:hover img{transform:scale(1.09)}.poster-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.74),rgba(0,0,0,0) 58%);opacity:0;transition:.25s}.movie-card:hover .poster-gradient{opacity:1}.year-pill{position:absolute;top:.65rem;right:.65rem;border-radius:.4rem;background:rgba(0,0,0,.58);color:#fff;font-size:.75rem;font-weight:800;padding:.2rem .45rem;backdrop-filter:blur(8px)}.play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.75);opacity:0;width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(255,255,255,.9);color:#0891b2;display:flex;align-items:center;justify-content:center;font-weight:900;transition:.25s}.movie-card:hover .play-badge{opacity:1;transform:translate(-50%,-50%) scale(1)}.card-body{padding:.82rem}.card-body h3{margin:0 0 .35rem;font-size:.95rem;color:#1e293b;line-height:1.35;min-height:2.56em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-body p{margin:0 0 .7rem;color:#64748b;font-size:.78rem;line-height:1.55;min-height:2.4em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.76rem}.card-meta span:first-child{color:#0891b2;font-weight:800}.card-meta span:last-child{color:#64748b}.rail-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.rail-buttons{display:flex;gap:.5rem;padding-top:.35rem}.rail-buttons button{width:2.5rem;height:2.5rem;border:0;border-radius:50%;background:white;box-shadow:0 8px 20px rgba(15,23,42,.12);font-size:1.4rem;color:#334155;cursor:pointer}.movie-rail{display:flex;gap:1.3rem;overflow-x:auto;scroll-behavior:smooth;padding:.25rem 0 1rem;scrollbar-width:none}.movie-rail::-webkit-scrollbar{display:none}.movie-rail .movie-card{flex:0 0 20rem}.category-section{background:linear-gradient(135deg,#eff6ff,#ecfeff);padding:2rem;border-radius:1.3rem}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.category-card{display:block;border-radius:1rem;background:white;padding:1.25rem;min-height:8rem;box-shadow:0 10px 26px rgba(15,23,42,.08);transition:.25s;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;inset:auto -20% -55% auto;width:9rem;height:9rem;border-radius:50%;background:linear-gradient(135deg,rgba(37,99,235,.18),rgba(8,145,178,.22))}.category-card:hover{transform:translateY(-.2rem);box-shadow:0 20px 40px rgba(15,23,42,.15)}.category-card span{position:relative;font-size:1.16rem;font-weight:900;color:#0f172a}.category-card p{position:relative;margin:.7rem 0 0;color:#64748b;line-height:1.65;font-size:.9rem}.category-card em{position:relative;display:inline-block;margin-top:.8rem;color:#0891b2;font-style:normal;font-weight:800}.region-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.region-panel{background:white;border-radius:1.1rem;padding:1.25rem;box-shadow:0 10px 26px rgba(15,23,42,.08)}.region-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.region-title h3{margin:0;color:#1e293b}.region-title a{color:#0891b2;font-weight:800}.compact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.mini-card{display:flex;gap:.75rem;align-items:center;border-radius:.75rem;padding:.5rem;transition:.2s}.mini-card:hover{background:#f8fafc}.mini-card img{width:4.5rem;height:6rem;border-radius:.5rem;object-fit:cover;background:#cbd5e1;flex:0 0 auto}.mini-card h4{margin:0 0 .35rem;color:#1e293b;font-size:.93rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-card p{margin:0;color:#64748b;font-size:.78rem}.latest-section{background:#fff;border-radius:1.3rem;box-shadow:0 12px 30px rgba(15,23,42,.08);padding:2rem}.latest-list{display:grid;gap:.75rem}.latest-item{display:grid;grid-template-columns:3rem 8.5rem 1fr;gap:1rem;align-items:center;padding:1rem;border-radius:1rem;transition:.2s}.latest-item:hover{background:#f8fafc}.latest-num{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#e0f2fe);color:#4f46e5;font-weight:900;display:flex;align-items:center;justify-content:center}.latest-item img{width:8.5rem;height:5rem;object-fit:cover;border-radius:.7rem;background:#cbd5e1}.latest-item h3{margin:0 0 .35rem;color:#1e293b}.latest-item p{margin:0 0 .35rem;color:#64748b;line-height:1.55}.latest-item small{color:#64748b}.rank-dark,.special-section{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:1.3rem;padding:2rem;color:#fff}.rank-dark .section-head h2,.special-section .section-head h2{color:#fff}.rank-dark .section-head p,.special-section .section-head p{color:#cbd5e1}.rank-dark .section-icon,.special-section .section-icon{background:rgba(8,145,178,.18);color:#67e8f9}.rank-list{display:grid;gap:.85rem}.rank-item{display:grid;grid-template-columns:3.2rem 7rem 1fr;gap:1rem;align-items:center;padding:.85rem;border-radius:1rem;background:rgba(255,255,255,.06);transition:.2s;color:#fff}.rank-item:hover{background:rgba(255,255,255,.11);transform:translateY(-1px)}.rank-item.compact{grid-template-columns:2.8rem 5rem 1fr}.rank-no{font-size:1.15rem;font-weight:900;color:#67e8f9;text-align:center}.rank-item img{width:7rem;height:4.6rem;object-fit:cover;border-radius:.65rem;background:#cbd5e1}.rank-item.compact img{width:5rem;height:3.35rem}.rank-copy h3{margin:0 0 .3rem;font-size:1rem;color:#fff}.rank-copy p{margin:0 0 .35rem;color:#cbd5e1;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rank-copy small{color:#94a3b8}.dark-more{margin-top:1rem;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.16)}.special-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.2rem}.special-lead{position:relative;min-height:25rem;border-radius:1rem;overflow:hidden;display:flex;align-items:flex-end;color:#fff}.special-lead img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}.special-lead:hover img{transform:scale(1.08)}.special-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.08))}.special-lead div{position:relative;z-index:1;padding:1.5rem}.special-lead span{color:#facc15;font-weight:900}.special-lead h3{margin:.35rem 0;font-size:2rem}.special-lead p{max-width:42rem;color:#e2e8f0;line-height:1.65}.special-side{display:grid;gap:.6rem}.page-hero{min-height:15rem;border-radius:1.4rem;background:linear-gradient(135deg,#1e40af,#0891b2,#0f766e);color:#fff;display:flex;align-items:center;padding:2rem;margin:1rem 0 2rem;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:18rem;height:18rem;border-radius:50%;right:-5rem;bottom:-8rem;background:rgba(255,255,255,.14)}.page-hero div{position:relative;z-index:1;max-width:44rem}.page-hero span{text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#bae6fd}.page-hero h1{font-size:clamp(2rem,4vw,3.4rem);margin:.5rem 0;letter-spacing:-.05em}.page-hero p{font-size:1.05rem;line-height:1.8;color:#e0f2fe}.filter-section{background:white;border-radius:1.25rem;padding:2rem;box-shadow:0 12px 30px rgba(15,23,42,.08)}.filter-bar{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1.5rem}.filter-bar input{flex:1 1 20rem;border:1px solid #e2e8f0;box-shadow:none;background:#f8fafc}.filter-bar button{border:0;border-radius:999px;padding:.75rem 1rem;background:#f1f5f9;color:#334155;font-weight:800;cursor:pointer}.filter-bar button.active,.filter-bar button:hover{background:linear-gradient(90deg,#2563eb,#0891b2);color:white}.empty-state{display:none;text-align:center;padding:2rem;color:#64748b}.empty-state.show{display:block}.sibling-nav{display:flex;gap:.55rem;flex-wrap:wrap;margin:-.8rem 0 2rem}.sibling-nav a{padding:.65rem .9rem;border-radius:999px;background:white;color:#334155;box-shadow:0 8px 20px rgba(15,23,42,.07);font-weight:800}.sibling-nav a.active{background:#0891b2;color:#fff}.page-rank-list .rank-item{background:white;color:#1e293b;box-shadow:0 8px 20px rgba(15,23,42,.06)}.page-rank-list .rank-copy h3{color:#1e293b}.page-rank-list .rank-copy p{color:#64748b}.page-rank-list .rank-copy small{color:#64748b}.page-rank-list .rank-no{color:#0891b2}.breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:#64748b;margin:.5rem 0 1.25rem;font-size:.93rem}.breadcrumb a{color:#0891b2;font-weight:800}.breadcrumb strong{color:#334155}.detail-container{padding-top:1.25rem}.detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(18rem,1fr);gap:1.5rem;align-items:start}.detail-main{display:grid;gap:1.2rem}.player-card{position:relative;border-radius:1rem;background:#000;overflow:hidden;box-shadow:0 24px 50px rgba(15,23,42,.22);aspect-ratio:16/9}.movie-video{width:100%;height:100%;display:block;background:#000}.player-message{position:absolute;left:1rem;bottom:1rem;color:#fff;background:rgba(0,0,0,.45);border-radius:.65rem;padding:.45rem .7rem;font-size:.85rem}.movie-info-card,.side-card{background:white;border-radius:1rem;box-shadow:0 12px 30px rgba(15,23,42,.08);padding:1.5rem}.movie-info-card h1{margin:0 0 1rem;color:#1e293b;font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.04em}.detail-meta{display:flex;gap:.6rem;flex-wrap:wrap;color:#475569;margin-bottom:1rem}.detail-meta span{padding:.35rem .7rem;background:#f1f5f9;border-radius:999px;font-size:.86rem}.movie-info-card .detail-tags span{background:#eef2ff;color:#334155;border-color:#dbeafe}.movie-info-card section{margin-top:1.4rem}.movie-info-card h2,.side-card h2{font-size:1.2rem;margin:0 0 .65rem;color:#1e293b}.movie-info-card p{margin:0;color:#475569;line-height:1.9}.detail-side{display:grid;gap:1rem;position:sticky;top:5.2rem}.poster-card img{width:100%;border-radius:.8rem;aspect-ratio:2/3;object-fit:cover;background:#cbd5e1}.related-list{display:grid;gap:.45rem}.site-footer{background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;margin-top:2rem}.footer-inner{max-width:80rem;margin:0 auto;padding:3rem 1rem 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-brand{font-size:1.25rem;margin-bottom:1rem}.site-footer p,.site-footer li{color:#cbd5e1;line-height:1.75}.site-footer h3{margin:0 0 .9rem;color:#67e8f9}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.site-footer a:hover{color:#67e8f9}.footer-bottom{border-top:1px solid rgba(148,163,184,.22);text-align:center;color:#94a3b8;margin-top:2rem;padding-top:1.2rem;font-size:.9rem}@media (max-width:1100px){.movie-grid.six-col{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.four-col,.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-search{right:1rem}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}.detail-side{position:static}.region-grid{grid-template-columns:1fr}}@media (max-width:760px){.desktop-nav{display:none}.nav-toggle{display:block}.hero{height:72vh;min-height:560px}.hero-content{justify-content:flex-start;padding-top:5.5rem}.hero h1{font-size:2.35rem}.hero p{font-size:.96rem;line-height:1.7}.hero-search{left:1rem;right:1rem;bottom:4rem;width:auto}.hero-arrow{display:none}.container{padding:1.25rem .85rem}.movie-grid.four-col,.movie-grid.six-col,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.card-body{padding:.7rem}.card-body h3{font-size:.86rem}.movie-rail .movie-card{flex-basis:15rem}.section{margin-bottom:2.6rem}.category-section,.latest-section,.filter-section,.rank-dark,.special-section{padding:1rem;border-radius:1rem}.latest-item{grid-template-columns:2.4rem 5.7rem 1fr;gap:.75rem;padding:.75rem}.latest-item img{width:5.7rem;height:4rem}.latest-item p{display:none}.rank-item,.rank-item.compact{grid-template-columns:2.5rem 4.7rem 1fr;gap:.65rem;padding:.65rem}.rank-item img,.rank-item.compact img{width:4.7rem;height:3.3rem}.rank-copy p{display:none}.special-grid{grid-template-columns:1fr}.special-lead{min-height:20rem}.compact-grid{grid-template-columns:1fr}.page-hero{padding:1.25rem;min-height:13rem}.filter-bar{display:grid}.detail-meta span{font-size:.78rem}.footer-grid{grid-template-columns:1fr}}@media (max-width:430px){.movie-grid.four-col,.movie-grid.six-col{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.hero-chip-row{max-height:4.8rem;overflow:hidden}.section h2,.section-head h2{font-size:1.55rem}.mini-card img{width:3.8rem;height:5.1rem}.movie-info-card,.side-card{padding:1rem}}