:root{--brand:#2563eb;--brand-dark:#1e3a8a;--ink:#111827;--muted:#6b7280;--soft:#f8fafc;--line:#e5e7eb;--card:#ffffff;--danger:#dc2626}body{background:#f9fafb;color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans SC","Microsoft YaHei",Arial,sans-serif}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);box-shadow:0 10px 25px rgba(15,23,42,.08)}.wrap{max-width:1280px;margin:0 auto;padding:0 1rem}.header-inner{height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;color:#111827;font-size:1.18rem}.brand-mark{width:2.05rem;height:2.05rem;border-radius:.75rem;background:linear-gradient(135deg,#2563eb,#0f172a);display:grid;place-items:center;color:#fff;box-shadow:0 10px 25px rgba(37,99,235,.22)}.brand:hover{color:#2563eb}.main-nav{display:flex;align-items:center;gap:1.4rem;font-size:.96rem;font-weight:650}.main-nav a{color:#374151}.main-nav a:hover,.main-nav a.active{color:#2563eb}.menu-btn{display:none;border:0;background:#f3f4f6;border-radius:.65rem;padding:.5rem;color:#1f2937}.mobile-menu{display:none;background:#fff;border-top:1px solid #e5e7eb}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:.85rem 1rem;color:#374151;font-weight:650}.hero{position:relative;height:600px;overflow:hidden;background:linear-gradient(135deg,#1e3a8a,#0f172a)}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-layer{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86),rgba(0,0,0,.46),rgba(15,23,42,.2))}.hero-content{position:absolute;inset:0;display:flex;align-items:flex-end}.hero-text{max-width:780px;color:#fff;padding:0 1rem 5rem}.hero-kicker{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap;margin-bottom:.9rem}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:.38rem .75rem;font-size:.78rem;font-weight:750}.pill-red{background:#dc2626;color:#fff}.pill-blue{background:#2563eb;color:#fff}.pill-soft{background:#eff6ff;color:#1d4ed8}.hero h1{font-size:clamp(2rem,5vw,4rem);line-height:1.04;font-weight:900;margin:0 0 1rem}.hero h2{font-size:clamp(1.8rem,4vw,3.3rem);line-height:1.07;font-weight:900;margin:0 0 1rem}.hero p{font-size:1.08rem;color:#e5e7eb;line-height:1.8;max-width:760px}.hero-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#d1d5db;margin:1.3rem 0}.btn-row{display:flex;gap:.8rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.82rem 1.35rem;font-weight:800;transition:.2s ease;border:1px solid transparent}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;color:#fff}.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.32)}.btn-ghost:hover{background:rgba(255,255,255,.22);color:#fff}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.6rem;height:2.6rem;border-radius:999px;border:0;background:rgba(0,0,0,.48);color:white;font-size:1.5rem;display:grid;place-items:center}.hero-arrow:hover{background:rgba(0,0,0,.72)}.hero-prev{left:1rem}.hero-next{right:1rem}.hero-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.45rem}.hero-dot{width:.55rem;height:.55rem;border-radius:999px;background:rgba(255,255,255,.5);border:0}.hero-dot.active{width:2rem;background:#fff}.section{padding:3rem 0}.section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.section-title h2,.section-title h1{font-size:clamp(1.45rem,3vw,2rem);font-weight:900;color:#111827}.section-title p{color:#6b7280;margin-top:.35rem;line-height:1.7}.movie-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}.movie-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 16px rgba(15,23,42,.08);transition:.25s ease;display:block}.movie-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px rgba(15,23,42,.13)}.poster{position:relative;aspect-ratio:16/9;overflow:hidden;background:#e5e7eb}.poster img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.movie-card:hover .poster img{transform:scale(1.06)}.poster::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),transparent 55%);opacity:.8}.duration{position:absolute;right:.75rem;bottom:.75rem;z-index:2;background:rgba(0,0,0,.78);color:#fff;border-radius:.45rem;padding:.22rem .5rem;font-size:.75rem}.card-body{padding:1rem}.card-body h3{font-size:1rem;font-weight:850;line-height:1.45;color:#111827;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-card:hover h3{color:#2563eb}.card-body p{font-size:.9rem;color:#6b7280;line-height:1.65;margin:0 0 .8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#6b7280;font-size:.82rem}.card-tags{display:flex;gap:.35rem;flex-wrap:wrap}.tag{display:inline-flex;padding:.22rem .5rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:750}.category-band{background:linear-gradient(135deg,#eff6ff,#f8fafc);border-radius:1.25rem;padding:2rem}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.25rem;box-shadow:0 4px 14px rgba(15,23,42,.06);transition:.2s ease}.category-card:hover{background:#2563eb;color:#fff;transform:translateY(-3px);box-shadow:0 15px 26px rgba(37,99,235,.22)}.category-card h3{font-weight:900;font-size:1.08rem;margin-bottom:.45rem}.category-card p{color:#6b7280;line-height:1.65;font-size:.92rem}.category-card:hover p{color:#dbeafe}.filter-bar{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem;display:grid;grid-template-columns:1fr;gap:.8rem;box-shadow:0 4px 16px rgba(15,23,42,.06);margin-bottom:1.5rem}.filter-bar input,.filter-bar select{border:1px solid #d1d5db;border-radius:.75rem;padding:.78rem .9rem;background:#fff;color:#111827;outline:none}.filter-bar input:focus,.filter-bar select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.rank-list{display:grid;gap:.8rem}.rank-item{display:grid;grid-template-columns:3.5rem 8rem 1fr;gap:1rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:.75rem;box-shadow:0 4px 15px rgba(15,23,42,.05)}.rank-num{font-size:1.2rem;font-weight:900;color:#2563eb;text-align:center}.rank-cover{aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;background:#e5e7eb}.rank-cover img{width:100%;height:100%;object-fit:cover}.rank-title{font-size:1.05rem;font-weight:900;color:#111827;margin-bottom:.35rem}.rank-desc{color:#6b7280;font-size:.9rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rank-meta{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap;color:#6b7280;font-size:.82rem}.page-hero{background:linear-gradient(135deg,#1e3a8a,#0f172a);color:#fff;padding:4rem 0}.page-hero h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;margin-bottom:.8rem}.page-hero p{color:#dbeafe;line-height:1.8;max-width:820px}.breadcrumbs{display:flex;gap:.45rem;flex-wrap:wrap;color:#64748b;font-size:.9rem;margin:1rem 0}.breadcrumbs a{color:#2563eb}.detail-layout{display:grid;grid-template-columns:1fr;gap:2rem}.player-card{background:#0f172a;border-radius:1.2rem;overflow:hidden;box-shadow:0 24px 50px rgba(15,23,42,.25)}.player-stage{position:relative;aspect-ratio:16/9;background:#050816}.player-stage video{width:100%;height:100%;display:block;background:#000}.play-cover{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,.18));display:grid;place-items:center;cursor:pointer;z-index:2}.play-cover.hidden{display:none}.play-button{width:5.2rem;height:5.2rem;border-radius:999px;background:#2563eb;color:white;display:grid;place-items:center;font-size:2.4rem;box-shadow:0 20px 40px rgba(37,99,235,.35);padding-left:.25rem}.detail-card{background:#fff;border-radius:1.2rem;padding:1.5rem;box-shadow:0 6px 24px rgba(15,23,42,.08);border:1px solid #e5e7eb}.detail-card h1{font-size:clamp(1.7rem,4vw,2.6rem);font-weight:900;line-height:1.2;margin-bottom:.8rem}.detail-card h2{font-size:1.28rem;font-weight:900;margin:1.5rem 0 .7rem}.detail-card p{line-height:1.9;color:#374151;margin:.6rem 0}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1rem 0}.info-cell{border:1px solid #e5e7eb;border-radius:.85rem;padding:.8rem;background:#f8fafc}.info-cell b{display:block;color:#6b7280;font-size:.8rem;margin-bottom:.2rem}.related-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.site-footer{background:#111827;color:#d1d5db;margin-top:3rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:3rem 0}.site-footer h3{color:#fff;font-weight:850;margin-bottom:.8rem}.site-footer p,.site-footer a{color:#d1d5db;line-height:1.8;font-size:.92rem}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.2rem 0;text-align:center;color:#9ca3af;font-size:.88rem}.empty-state{display:none;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;text-align:center;color:#6b7280}@media (min-width:640px){.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-bar{grid-template-columns:1fr 11rem 11rem}.footer-grid{grid-template-columns:2fr 1fr 1fr}}@media (min-width:768px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.detail-layout{grid-template-columns:minmax(0,2fr) minmax(300px,1fr)}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media (max-width:820px){.main-nav{display:none}.menu-btn{display:inline-grid}.hero{height:560px}.hero-arrow{display:none}.rank-item{grid-template-columns:2.6rem 6rem 1fr}.hero-text{padding-bottom:4rem}.brand{font-size:1rem}}@media (max-width:560px){.hero{height:520px}.category-grid{grid-template-columns:1fr}.rank-item{grid-template-columns:2.2rem 1fr}.rank-cover{display:none}.info-grid{grid-template-columns:1fr}.section{padding:2.2rem 0}}