
:root{--slate-950:#020617;--slate-900:#0f172a;--slate-800:#1e293b;--slate-700:#334155;--slate-600:#475569;--slate-500:#64748b;--slate-100:#f1f5f9;--slate-50:#f8fafc;--teal-600:#0d9488;--teal-500:#14b8a6;--teal-400:#2dd4bf;--cyan-500:#06b6d4;--white:#fff;--shadow:0 20px 45px rgba(15,23,42,.12)}
*{box-sizing:border-box}body{min-height:100vh;background:linear-gradient(180deg,var(--slate-50),#eef6f7);color:var(--slate-900);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}a{color:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.brand-mark{width:2.5rem;height:2.5rem;border-radius:1rem;background:linear-gradient(135deg,var(--teal-400),var(--cyan-500));display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(20,184,166,.35);font-weight:900;color:white}.nav-link{color:#e2e8f0;font-weight:650;transition:.2s}.nav-link:hover,.nav-link.active{color:var(--teal-400)}.mobile-panel{display:none}.mobile-panel.open{display:block}.page-hero{background:radial-gradient(circle at 20% 20%,rgba(45,212,191,.24),transparent 30%),linear-gradient(135deg,#0f172a,#164e63);color:white;border-radius:0 0 2rem 2rem;overflow:hidden}.hero-carousel{position:relative;height:600px;overflow:hidden;background:#020617}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.03)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000 0%,rgba(0,0,0,.68) 40%,rgba(0,0,0,.18) 100%)}.hero-content{position:absolute;left:0;right:0;bottom:0;padding:3rem 1rem 5.5rem;color:white}.hero-inner{max-width:1050px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,6vw,4.8rem);font-weight:900;line-height:1.02;letter-spacing:-.04em;text-shadow:0 12px 40px rgba(0,0,0,.45)}.hero-desc{max-width:760px;margin-top:1.25rem;font-size:clamp(1rem,2vw,1.35rem);color:#e2e8f0;line-height:1.8}.hero-tags{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.4rem}.tag-pill{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;background:rgba(20,184,166,.82);backdrop-filter:blur(12px);color:white;font-size:.86rem;font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.8rem;padding:.85rem 1.1rem;font-weight:800;transition:.2s;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--teal-500),var(--cyan-500));color:white;box-shadow:0 16px 35px rgba(20,184,166,.32)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(20,184,166,.38)}.btn-ghost{background:rgba(255,255,255,.14);color:white;border-color:rgba(255,255,255,.28);backdrop-filter:blur(12px)}.btn-ghost:hover{background:rgba(255,255,255,.22)}.hero-control{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:3rem;height:3rem;border-radius:999px;background:rgba(255,255,255,.18);color:white;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);transition:.2s}.hero-control:hover{background:rgba(255,255,255,.3)}.hero-prev{left:1rem}.hero-next{right:1rem}.hero-dots{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%);display:flex;gap:.5rem;z-index:7}.hero-dot{width:.75rem;height:.75rem;border-radius:999px;background:rgba(255,255,255,.52);transition:.2s}.hero-dot.active{width:2rem;background:white}.section-wrap{max-width:1180px;margin:0 auto;padding:4rem 1rem}.section-tight{padding-top:2.25rem;padding-bottom:2.25rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-title{font-size:clamp(1.55rem,3vw,2.1rem);font-weight:900;letter-spacing:-.02em;color:var(--slate-900)}.section-kicker{color:var(--teal-600);font-weight:900;margin-bottom:.35rem}.section-desc{color:var(--slate-600);line-height:1.75}.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 25px rgba(15,23,42,.08);transition:.28s;border:1px solid rgba(15,23,42,.05)}.movie-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(15,23,42,.16)}.poster{position:relative;height:13.5rem;overflow:hidden;background:linear-gradient(135deg,#0f172a,#164e63)}.poster.tall{height:24rem}.poster img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.movie-card:hover .poster img{transform:scale(1.08)}.poster:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.68),transparent 52%);opacity:0;transition:.25s}.movie-card:hover .poster:after{opacity:1}.play-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.92);width:3rem;height:3rem;border-radius:999px;background:rgba(20,184,166,.9);display:flex;align-items:center;justify-content:center;color:white;opacity:0;transition:.25s;z-index:2;box-shadow:0 14px 30px rgba(20,184,166,.35)}.movie-card:hover .play-mark{opacity:1;transform:translate(-50%,-50%) scale(1)}.card-body{padding:1rem}.card-title{font-size:1.08rem;font-weight:850;line-height:1.35;margin-bottom:.55rem;color:var(--slate-900);transition:.2s}.movie-card:hover .card-title{color:var(--teal-600)}.card-desc{font-size:.92rem;line-height:1.65;color:var(--slate-600);margin-bottom:.85rem}.meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--slate-500);font-size:.78rem}.chip-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:.85rem 0}.chip{border-radius:999px;background:#ecfeff;color:#0f766e;font-size:.75rem;font-weight:800;padding:.32rem .62rem}.feature-panel{background:white;border-radius:1.35rem;box-shadow:var(--shadow);padding:1.6rem;border:1px solid rgba(15,23,42,.05)}.category-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.category-card{display:block;position:relative;overflow:hidden;background:white;border-radius:1.25rem;padding:1.35rem;box-shadow:0 14px 30px rgba(15,23,42,.08);border:1px solid rgba(15,23,42,.05);transition:.25s}.category-card:hover{transform:translateY(-4px);box-shadow:0 24px 46px rgba(15,23,42,.14)}.category-card:before{content:"";position:absolute;right:-2rem;top:-2.5rem;width:8rem;height:8rem;border-radius:50%;background:linear-gradient(135deg,rgba(20,184,166,.15),rgba(6,182,212,.18))}.category-name{font-size:1.25rem;font-weight:900}.category-count{display:inline-flex;margin-top:.8rem;border-radius:999px;background:#ccfbf1;color:#0f766e;padding:.3rem .7rem;font-weight:850;font-size:.82rem}.search-panel{background:white;border-radius:1.25rem;box-shadow:var(--shadow);padding:1rem;border:1px solid rgba(15,23,42,.06)}.search-box{display:flex;gap:.75rem;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:.75rem 1rem}.search-box input,.filter-input,.filter-select{width:100%;border:0;background:transparent;outline:0;color:#0f172a}.global-search-results{display:none;margin-top:.75rem;max-height:22rem;overflow:auto;border-top:1px solid #e2e8f0}.global-search-results.open{display:block}.search-result{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.search-result img{width:4.5rem;height:3rem;object-fit:cover;border-radius:.55rem;flex:0 0 auto}.search-result strong{display:block;color:#0f172a}.search-result span{display:block;color:#64748b;font-size:.82rem;margin-top:.2rem}.filters{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem}.filter-input,.filter-select{background:white;border:1px solid #e2e8f0;border-radius:.9rem;padding:.85rem 1rem}.rank-list{background:white;border-radius:1.25rem;box-shadow:var(--shadow);overflow:hidden}.rank-item{display:grid;grid-template-columns:auto 5.5rem 1fr auto;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid #e2e8f0;transition:.2s}.rank-item:hover{background:#f8fafc}.rank-num{width:2.6rem;height:2.6rem;border-radius:.8rem;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:950;color:#0f172a}.rank-item:nth-child(-n+3) .rank-num{background:linear-gradient(135deg,var(--teal-500),var(--cyan-500));color:white}.rank-thumb{width:5.5rem;height:3.7rem;object-fit:cover;border-radius:.75rem}.rank-title{font-weight:900}.rank-desc{color:#64748b;font-size:.88rem;margin-top:.25rem}.rank-heat{color:#0f766e;font-weight:900;white-space:nowrap}.breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:#64748b;font-size:.9rem;margin-bottom:1rem}.breadcrumb a{color:#0f766e;font-weight:750}.detail-hero{background:linear-gradient(135deg,#0f172a,#164e63);color:white}.detail-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.player-frame{position:relative;min-height:20rem;border-radius:1.25rem;overflow:hidden;background:#020617;box-shadow:0 30px 70px rgba(2,6,23,.4)}.player-frame img{width:100%;height:100%;min-height:20rem;object-fit:cover;filter:brightness(.56)}.player-layer{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;text-align:center;padding:1rem;background:radial-gradient(circle,rgba(20,184,166,.12),rgba(0,0,0,.25) 44%,rgba(0,0,0,.62))}.player-play{width:5rem;height:5rem;border-radius:999px;background:rgba(20,184,166,.92);display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1rem;box-shadow:0 20px 50px rgba(20,184,166,.35)}.detail-card{background:white;border-radius:1.25rem;box-shadow:var(--shadow);padding:1.4rem;border:1px solid rgba(15,23,42,.05)}.detail-card.dark{background:rgba(255,255,255,.1);color:white;border-color:rgba(255,255,255,.14);box-shadow:none;backdrop-filter:blur(16px)}.detail-title{font-size:clamp(2rem,5vw,4rem);font-weight:950;line-height:1.08;letter-spacing:-.04em}.detail-summary{font-size:1.05rem;line-height:1.9;color:#e2e8f0;margin-top:1rem}.info-list{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.info-list dt{font-size:.75rem;color:#94a3b8;font-weight:900}.info-list dd{font-weight:850;color:inherit}.article-text{color:#334155;line-height:2;font-size:1.02rem;white-space:pre-line}.recommend-list{display:grid;grid-template-columns:1fr;gap:.9rem}.mini-link{display:flex;gap:.75rem;align-items:center}.mini-link img{width:7rem;height:4.5rem;border-radius:.8rem;object-fit:cover}.mini-link h4{font-weight:850;line-height:1.35}.mini-link:hover h4{color:#0f766e}.footer{background:#0f172a;color:#cbd5e1;margin-top:auto}.footer a:hover{color:#2dd4bf}.empty-state{display:none;background:white;border-radius:1rem;padding:2rem;text-align:center;color:#64748b;border:1px dashed #cbd5e1}.line-clamp-1,.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.hidden-by-filter{display:none!important}.visible-count{font-weight:900;color:#0f766e}@media (min-width:640px){.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{grid-template-columns:2fr 1fr 1fr}}@media (min-width:768px){.hero-carousel{height:700px}.movie-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr)}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:767px){.hero-control{display:none}.hero-content{padding:2rem 1rem 4.8rem}.rank-item{grid-template-columns:auto 4.5rem 1fr}.rank-heat{display:none}.rank-thumb{width:4.5rem;height:3.1rem}.poster{height:12rem}.section-head{align-items:flex-start;flex-direction:column}.info-list{grid-template-columns:1fr}.mini-link img{width:6rem;height:4rem}}
