:root{--blue:#2563eb;--indigo:#4f46e5;--cyan:#06b6d4;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f8fafc;--card:#ffffff;--shadow:0 20px 25px -5px rgb(15 23 42/.08),0 8px 10px -6px rgb(15 23 42/.06)}
html{scroll-behavior:smooth}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:linear-gradient(180deg,#fff 0%,#f8fafc 50%,#fff 100%);color:var(--text)}.site-container{max-width:1280px;margin:0 auto;padding:0 1rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 10px 30px rgba(15,23,42,.05)}.nav-wrap{height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.65rem;min-width:max-content}.brand-mark{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.85rem;color:#fff;background:linear-gradient(135deg,var(--blue),var(--indigo));box-shadow:0 12px 30px rgba(37,99,235,.25)}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong,.footer-brand{font-size:1.15rem;font-weight:800;background:linear-gradient(90deg,var(--blue),var(--indigo));-webkit-background-clip:text;background-clip:text;color:transparent}.brand-text small{font-size:.72rem;color:var(--muted);margin-top:.18rem}.desktop-nav{display:flex;align-items:center;gap:.2rem}.nav-link{padding:.58rem .9rem;border-radius:.75rem;color:#4b5563;font-weight:600;transition:.22s}.nav-link:hover,.nav-link.is-active{color:var(--blue);background:#eff6ff}.top-search{display:flex;align-items:center;gap:.45rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:.25rem}.top-search input{width:12rem;background:transparent;border:0;outline:0;padding:.42rem .75rem;color:#111827}.top-search button,.mobile-search button{border:0;background:linear-gradient(90deg,var(--blue),var(--indigo));color:#fff;border-radius:999px;padding:.45rem .9rem;font-weight:700}.menu-toggle{display:none;width:2.45rem;height:2.45rem;border-radius:.75rem;background:#f1f5f9;color:#0f172a}.mobile-panel{display:none;border-top:1px solid #e5e7eb;background:#fff;padding:.65rem 1rem}.mobile-link{display:block;padding:.85rem 1rem;border-radius:.75rem;color:#475569;font-weight:700}.mobile-link.is-active,.mobile-link:hover{background:#eff6ff;color:var(--blue)}.mobile-search{display:flex;gap:.5rem;margin-top:.5rem}.mobile-search input{flex:1;border:1px solid #d1d5db;border-radius:999px;padding:.7rem 1rem;outline:0}.hero{position:relative;height:600px;overflow:hidden;background:#020617}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .8s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,6,23,.86) 0%,rgba(15,23,42,.58) 48%,rgba(15,23,42,.18) 100%);backdrop-filter:blur(2px)}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding-bottom:4rem}.hero-panel{max-width:780px;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;background:rgba(59,130,246,.22);backdrop-filter:blur(14px);color:#dbeafe;font-weight:800;margin-bottom:1.25rem}.hero h1{font-size:clamp(2.6rem,6vw,4.6rem);line-height:1.04;font-weight:900;margin:0 0 1rem}.hero p{font-size:1.18rem;color:#e5e7eb;max-width:680px;line-height:1.8;margin-bottom:1.35rem}.hero-stats{display:flex;flex-wrap:wrap;gap:.75rem 1.2rem;margin-bottom:1.75rem;color:#d1d5db}.hero-stats span{display:inline-flex;align-items:center;gap:.35rem}.btn-row{display:flex;flex-wrap:wrap;gap:.85rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.82rem 1.25rem;border-radius:999px;font-weight:800;transition:.22s}.btn-primary{background:linear-gradient(90deg,var(--blue),var(--indigo));color:#fff;box-shadow:0 18px 35px rgba(37,99,235,.28)}.btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 22px 45px rgba(37,99,235,.36)}.btn-ghost{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(14px)}.hero-dots{position:absolute;z-index:3;left:50%;bottom:1.5rem;transform:translateX(-50%);display:flex;gap:.5rem}.hero-dot{width:.62rem;height:.62rem;border-radius:999px;background:rgba(255,255,255,.48);border:0;transition:.25s}.hero-dot.is-active{width:2.2rem;background:#fff}.section{padding:4.25rem 0}.section-soft{background:linear-gradient(135deg,#f8fafc,#eff6ff)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-title h2,.page-title h1{font-size:clamp(1.85rem,3vw,2.65rem);font-weight:900;letter-spacing:-.04em;color:#0f172a}.section-title p,.page-title p{color:var(--muted);line-height:1.8}.more-link{font-weight:800;color:var(--blue)}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.35rem}.poster-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.movie-card{background:#fff;border-radius:1.15rem;overflow:hidden;box-shadow:0 10px 22px rgba(15,23,42,.08);border:1px solid rgba(226,232,240,.7);transition:.25s}.movie-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.card-poster{position:relative;display:block;height:13.5rem;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.poster-frame{background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.card-poster img,.mini-thumb img,.poster-card img,.detail-poster img,.wide-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s,opacity .2s}.movie-card:hover .card-poster img,.mini-card:hover img,.poster-card:hover img,.category-tile:hover img,.wide-row:hover img{transform:scale(1.08)}.image-missing{opacity:0!important}.card-duration{position:absolute;right:.8rem;bottom:.8rem;padding:.3rem .65rem;border-radius:999px;background:rgba(0,0,0,.52);backdrop-filter:blur(10px);color:#fff;font-size:.82rem}.rank-badge{position:absolute;left:.75rem;top:.75rem;z-index:2;width:2.1rem;height:2.1rem;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;display:grid;place-items:center;font-weight:900}.card-body{padding:1.15rem}.card-meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-bottom:.7rem}.card-meta a,.card-meta span{font-size:.76rem;color:#2563eb;background:#eff6ff;border-radius:999px;padding:.23rem .58rem;font-weight:800}.card-meta span{color:#64748b;background:#f1f5f9}.card-body h3{font-size:1.05rem;font-weight:900;margin:0 0 .55rem;line-height:1.3}.card-body h3 a:hover{color:var(--blue)}.card-body p{color:#64748b;line-height:1.65;font-size:.92rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:3em}.card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:.95rem;color:#64748b;font-size:.85rem}.poster-card{position:relative;display:block;aspect-ratio:3/4;border-radius:1rem;overflow:hidden;box-shadow:0 10px 22px rgba(15,23,42,.12);background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.poster-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 60%)}.poster-card-info{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:.85rem;color:#fff}.poster-card-info strong{display:block;font-size:.95rem;line-height:1.35}.poster-card-info small{color:#e5e7eb}.category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.category-tile{position:relative;overflow:hidden;border-radius:1.25rem;min-height:12rem;background:#fff;box-shadow:var(--shadow);padding:1.35rem;color:#fff}.category-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--tile-a,#2563eb),var(--tile-b,#4f46e5));opacity:.93}.category-tile>*{position:relative;z-index:1}.category-tile h3{font-size:1.35rem;font-weight:900;margin-bottom:.5rem}.category-tile p{line-height:1.65;color:rgba(255,255,255,.88);font-size:.92rem}.category-tile .tile-count{display:inline-flex;margin-top:1rem;padding:.35rem .75rem;border-radius:999px;background:rgba(255,255,255,.18);font-weight:800}.mini-list{display:grid;gap:.85rem}.mini-card{display:flex;align-items:center;gap:.9rem;background:#fff;border-radius:1rem;padding:.75rem;border:1px solid rgba(226,232,240,.75);box-shadow:0 8px 18px rgba(15,23,42,.05);transition:.2s}.mini-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.mini-thumb{width:5.9rem;height:3.8rem;border-radius:.75rem;overflow:hidden;flex:0 0 auto}.mini-info{display:flex;flex-direction:column;gap:.24rem;min-width:0}.mini-info strong{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-info small{color:#64748b}.mini-rank{width:2rem;height:2rem;border-radius:999px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.rank-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem}.rank-panel{background:#fff;border-radius:1.5rem;box-shadow:var(--shadow);padding:1.5rem;border:1px solid rgba(226,232,240,.75)}.wide-list{display:grid;gap:1rem}.wide-row{display:grid;grid-template-columns:7.5rem 1fr auto;gap:1rem;align-items:center;background:#fff;border:1px solid rgba(226,232,240,.75);border-radius:1rem;padding:.85rem;box-shadow:0 8px 18px rgba(15,23,42,.05);transition:.2s}.wide-row:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.wide-thumb{height:4.8rem;border-radius:.85rem;overflow:hidden}.wide-info h3{font-weight:900;font-size:1.05rem;margin-bottom:.32rem}.wide-info p{color:#64748b;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.wide-info small{display:block;color:#64748b;margin-top:.35rem}.wide-score{font-size:1.25rem;font-weight:900;color:#f59e0b}.page-hero{padding:4.4rem 0;background:linear-gradient(135deg,#eff6ff 0%,#eef2ff 52%,#f0fdfa 100%);border-bottom:1px solid #e2e8f0}.page-title{max-width:780px}.breadcrumb{display:flex;gap:.5rem;flex-wrap:wrap;color:#64748b;font-size:.92rem;margin-bottom:1rem}.breadcrumb a{color:#2563eb;font-weight:800}.filter-bar{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;margin-bottom:1.5rem;box-shadow:0 8px 18px rgba(15,23,42,.04)}.filter-bar input,.filter-bar select{border:1px solid #d1d5db;border-radius:.8rem;padding:.72rem .9rem;background:#fff;outline:0}.filter-bar input{flex:1;min-width:14rem}.filter-bar input:focus,.filter-bar select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #dbeafe}.hidden-card{display:none!important}.detail-hero{position:relative;background:#020617;color:#fff;overflow:hidden}.detail-bg{position:absolute;inset:0}.detail-bg img{width:100%;height:100%;object-fit:cover;filter:blur(18px) saturate(1.1);transform:scale(1.08);opacity:.42}.detail-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.95),rgba(15,23,42,.74),rgba(2,6,23,.94))}.detail-wrap{position:relative;z-index:1;display:grid;grid-template-columns:20rem 1fr;gap:2rem;align-items:end;min-height:32rem;padding:4rem 1rem}.detail-poster{height:28rem;border-radius:1.4rem;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#e0e7ff);box-shadow:0 35px 80px rgba(0,0,0,.35)}.detail-info h1{font-size:clamp(2.25rem,5vw,4rem);font-weight:950;letter-spacing:-.04em;line-height:1.08;margin:0 0 1rem}.detail-info .lead{font-size:1.15rem;line-height:1.8;color:#e5e7eb;max-width:820px}.detail-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.3rem 0}.detail-meta span,.tag-list span{padding:.38rem .75rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#f8fafc;font-weight:800}.tag-list{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:1.1rem}.tag-list span{font-size:.84rem;background:#eff6ff;color:#1d4ed8;border:0}.player-section{padding:3rem 0;background:#0f172a}.player-box{border-radius:1.35rem;background:#000;overflow:hidden;box-shadow:0 30px 80px rgba(2,6,23,.45);border:1px solid rgba(255,255,255,.08)}.player-box video{width:100%;aspect-ratio:16/9;background:#000}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 22rem;gap:2rem;padding:3.5rem 0}.content-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:1.4rem;padding:1.6rem;box-shadow:var(--shadow)}.content-card h2{font-size:1.55rem;font-weight:900;margin-bottom:1rem;color:#0f172a}.content-card p{color:#374151;line-height:2;margin-bottom:1rem}.aside-list{position:sticky;top:5.25rem;display:grid;gap:.85rem}.categories-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.category-card{background:#fff;border-radius:1.35rem;box-shadow:var(--shadow);border:1px solid rgba(226,232,240,.75);padding:1.35rem;transition:.22s}.category-card:hover{transform:translateY(-4px)}.category-card h2{font-size:1.35rem;font-weight:900;margin-bottom:.5rem}.category-card p{color:#64748b;line-height:1.7}.category-card .card-meta{margin-top:1rem}.site-footer{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;margin-top:1rem}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem;padding:3rem 1rem}.footer-grid p{color:#64748b;line-height:1.8;margin-top:.8rem}.footer-grid h3{font-weight:900;margin-bottom:.8rem}.footer-links{display:grid;gap:.45rem}.footer-links a{color:#64748b}.footer-links a:hover{color:var(--blue)}.copyright{text-align:center;color:#64748b;border-top:1px solid #e2e8f0;padding:1.1rem}.not-found{padding:6rem 1rem;text-align:center}.not-found h2{font-size:2rem;font-weight:900;margin-bottom:.8rem}.search-empty{display:none;text-align:center;padding:3rem;background:#fff;border-radius:1rem;color:#64748b;border:1px solid #e2e8f0}.search-empty.is-visible{display:block}.pagination-note{color:#64748b;margin-top:1rem;text-align:center}@media(max-width:1100px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.rank-layout,.content-layout{grid-template-columns:1fr}.aside-list{position:static}.detail-wrap{grid-template-columns:16rem 1fr}.detail-poster{height:23rem}}@media(max-width:820px){.desktop-nav,.top-search{display:none}.menu-toggle{display:grid;place-items:center}.mobile-panel.is-open{display:block}.hero{height:620px}.hero-content{padding-bottom:4.5rem}.card-grid,.poster-grid,.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-row{grid-template-columns:6rem 1fr}.wide-score{display:none}.wide-thumb{height:4.2rem}.detail-wrap{grid-template-columns:1fr;align-items:center;padding:2.5rem 1rem}.detail-poster{width:16rem;height:22rem}.content-card{padding:1.2rem}.footer-grid{grid-template-columns:1fr}.section-title{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.site-container{padding:0 .85rem}.brand-text small{display:none}.hero{height:580px}.hero p{font-size:1rem}.hero-stats{font-size:.9rem}.card-grid,.poster-grid,.category-strip,.categories-grid{grid-template-columns:1fr}.card-poster{height:14rem}.section{padding:3rem 0}.page-hero{padding:3rem 0}.filter-bar{display:grid}.filter-bar input{min-width:0}.detail-info h1{font-size:2rem}.detail-poster{width:13.5rem;height:19rem}.player-section{padding:1.5rem 0}}