
:root{
  --sky:#0ea5e9;
  --sky-dark:#0284c7;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --soft:#f8fafc;
  --card:#ffffff;
  --shadow:0 18px 45px rgba(15,23,42,.08);
}
body{background:linear-gradient(180deg,rgba(240,249,255,.65),#fff 32%,#f8fafc);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;}
.container{max-width:1280px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.85)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:#075985;letter-spacing:.02em}.brand-mark{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#38bdf8,#0ea5e9);display:inline-flex;align-items:center;justify-content:center;color:white;box-shadow:0 10px 24px rgba(14,165,233,.32);font-size:15px}.site-nav{display:flex;align-items:center;gap:6px}.nav-link{padding:10px 15px;border-radius:12px;color:#475569;font-weight:650;font-size:15px;transition:.2s}.nav-link:hover,.nav-link.active{background:#e0f2fe;color:#0369a1}.menu-button{display:none;width:42px;height:42px;border-radius:12px;background:#e0f2fe;color:#0369a1;font-size:22px}
main{min-height:70vh}.page-wrap{padding:32px 16px 64px}.top-gap{margin-top:0}.hero-shell{box-shadow:0 30px 80px rgba(2,132,199,.2);background:linear-gradient(135deg,#0f172a,#0369a1);margin-bottom:64px}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .55s ease}.hero-slide.active{opacity:1;pointer-events:auto}.hero-copy{max-width:680px;color:white;padding-top:20px}.hero-kicker{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.hero-kicker span:first-child{background:#0ea5e9}.hero-kicker span{padding:7px 16px;border-radius:999px;background:rgba(255,255,255,.2);backdrop-filter:blur(8px);font-size:14px;font-weight:700}.hero-copy h1{font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.08;margin:0 0 18px}.hero-copy p{font-size:18px;line-height:1.8;color:#e2e8f0;max-width:640px;margin-bottom:22px}.hero-meta{display:flex;gap:14px;color:#cbd5e1;margin-bottom:22px;flex-wrap:wrap}.hero-tags{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:30px}.hero-tag{padding:7px 12px;border-radius:10px;background:rgba(255,255,255,.17);color:white;font-size:13px}.watch-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;border-radius:13px;background:#0ea5e9;color:white;font-weight:800;box-shadow:0 16px 36px rgba(14,165,233,.38);transition:.2s}.watch-btn:hover{background:#0284c7;transform:translateY(-2px)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.48);color:white;font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);transition:.2s}.hero-arrow:hover{background:rgba(0,0,0,.72)}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px}.hero-dot{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.5);transition:.2s}.hero-dot.active{width:34px;background:white}.content-section{margin:0 0 58px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px;gap:16px}.section-head h2{font-size:28px;font-weight:900;color:#0f172a;line-height:1.2}.section-head p{color:#64748b;margin-top:8px}.scroll-row{display:flex;gap:18px;overflow-x:auto;padding:5px 4px 18px;margin:0 -4px}.scroll-row>.movie-card{width:260px;flex:0 0 260px}.movie-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.movie-grid.six{grid-template-columns:repeat(2,minmax(0,1fr))}.movie-card{display:block;background:white;border:1px solid rgba(226,232,240,.9);border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.05);transition:transform .24s, box-shadow .24s,border-color .24s}.movie-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(15,23,42,.12);border-color:#bae6fd}.poster-wrap{position:relative;aspect-ratio:2/3;overflow:hidden;background:linear-gradient(135deg,#e0f2fe,#f8fafc)}.poster-img{width:100%;height:100%;object-fit:cover;transition:.5s}.poster-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,0,0,.72));opacity:.92}.poster-badge,.poster-year{position:absolute;top:12px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;color:white;backdrop-filter:blur(8px)}.poster-badge{left:12px;background:rgba(14,165,233,.9)}.poster-year{right:12px;background:rgba(15,23,42,.62)}.card-body{padding:16px}.card-body h3{font-size:16px;font-weight:850;line-height:1.35;color:#111827;margin-bottom:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.card-body p{font-size:13px;line-height:1.65;color:#64748b;min-height:43px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.tags-inline{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.tag-pill{display:inline-flex;padding:4px 8px;border-radius:8px;background:#f0f9ff;color:#0284c7;font-size:12px;font-weight:700}.movie-card-list{display:flex;gap:16px;border-radius:18px;min-height:152px}.list-poster{width:150px;flex:0 0 150px;background:linear-gradient(135deg,#e0f2fe,#fff);overflow:hidden}.list-body{padding:16px 18px;display:flex;flex:1;flex-direction:column;justify-content:space-between}.list-body h3{font-size:18px;font-weight:900;margin-bottom:8px}.list-body p{color:#64748b;line-height:1.65}.meta-line{display:flex;gap:14px;flex-wrap:wrap;color:#64748b;font-size:13px}.rank-list{display:grid;gap:12px}.rank-row{display:grid;grid-template-columns:62px 86px 1fr;gap:16px;align-items:center;padding:14px;background:white;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 8px 22px rgba(15,23,42,.04);transition:.2s}.rank-row:hover{border-color:#bae6fd;transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.1)}.rank-num{font-size:22px;font-weight:950;color:#0284c7;text-align:center}.rank-thumb{height:112px;border-radius:14px;overflow:hidden;background:#f0f9ff}.rank-main h3{font-size:18px;font-weight:900;margin-bottom:8px}.rank-main p{color:#64748b;line-height:1.65;margin-bottom:10px}.category-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:18px}.category-card{position:relative;display:block;min-height:260px;overflow:hidden;border-radius:24px;background:#0f172a;box-shadow:var(--shadow)}.category-cover{position:absolute;inset:0;opacity:.58}.category-cover img{width:100%;height:100%;object-fit:cover;transition:.5s}.category-card:hover .category-cover img{transform:scale(1.06)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.1),rgba(15,23,42,.88))}.category-info{position:absolute;inset:auto 0 0 0;padding:24px;color:white;z-index:1}.category-info span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#0ea5e9;font-weight:800;font-size:12px;margin-bottom:12px}.category-info h3{font-size:24px;font-weight:950;margin-bottom:8px}.category-info p{color:#e2e8f0;line-height:1.7;margin-bottom:10px}.category-info small{color:#bae6fd}.page-hero{position:relative;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#0f172a,#075985 55%,#0ea5e9);padding:46px 38px;color:white;margin-bottom:34px;box-shadow:0 24px 58px rgba(14,165,233,.2)}.page-hero:before{content:"";position:absolute;right:-80px;top:-80px;width:280px;height:280px;border-radius:999px;background:rgba(255,255,255,.12)}.page-hero h1{position:relative;font-size:clamp(30px,4vw,46px);font-weight:950;margin-bottom:12px}.page-hero p{position:relative;color:#dbeafe;line-height:1.8;max-width:760px}.stat-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.stat-row span{padding:8px 13px;border-radius:12px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);font-weight:800}.filter-bar{display:flex;gap:12px;flex-wrap:wrap;background:white;border:1px solid #e2e8f0;border-radius:20px;padding:14px;margin-bottom:24px;box-shadow:0 10px 28px rgba(15,23,42,.04)}.search-box{display:flex;align-items:center;gap:10px;flex:1;min-width:240px}.search-box span{font-weight:800;color:#0369a1}.search-box input,.filter-bar select{height:44px;border:1px solid #cbd5e1;border-radius:13px;padding:0 13px;outline:none;color:#0f172a;background:white}.search-box input{flex:1}.search-box input:focus,.filter-bar select:focus{border-color:#38bdf8;box-shadow:0 0 0 4px rgba(14,165,233,.12)}.no-results{display:none;padding:34px;text-align:center;color:#64748b;background:white;border-radius:18px;border:1px dashed #cbd5e1}.no-results.show{display:block}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px}.player-card{background:#0f172a;border-radius:26px;overflow:hidden;box-shadow:0 26px 62px rgba(15,23,42,.16);margin-bottom:26px}.player-screen{position:relative;aspect-ratio:16/9;background:#020617;overflow:hidden}.player-screen img{width:100%;height:100%;object-fit:cover;opacity:.5}.player-screen:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(14,165,233,.18),transparent 35%),linear-gradient(180deg,transparent,rgba(2,6,23,.72))}.play-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:999px;background:#0ea5e9;color:white;z-index:1;display:flex;align-items:center;justify-content:center;font-size:34px;box-shadow:0 18px 48px rgba(14,165,233,.42)}.player-caption{padding:18px 22px;color:#cbd5e1;display:flex;align-items:center;justify-content:space-between;gap:12px}.player-caption strong{color:white}.detail-panel,.side-card{background:white;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.detail-title{font-size:clamp(30px,4vw,44px);font-weight:950;line-height:1.16;margin-bottom:12px}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:#64748b;margin-bottom:18px;font-size:14px}.breadcrumb a{color:#0284c7}.detail-meta{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 22px}.detail-meta span{padding:7px 12px;border-radius:11px;background:#f0f9ff;color:#0369a1;font-weight:800;font-size:13px}.article-block{margin-top:26px}.article-block h2{font-size:22px;font-weight:950;margin-bottom:12px}.article-block p{font-size:16px;line-height:2;color:#334155}.side-card{margin-bottom:20px}.side-card h3{font-size:18px;font-weight:950;margin-bottom:14px}.side-links{display:grid;gap:12px}.side-link{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;color:#0f172a}.side-link img{width:62px;height:82px;object-fit:cover;border-radius:10px;background:#f0f9ff}.side-link strong{display:block;font-weight:850;font-size:14px;line-height:1.35;margin-bottom:5px}.side-link span{font-size:12px;color:#64748b}.sitemap-list{columns:3 260px;column-gap:32px}.sitemap-list a{display:block;break-inside:avoid;padding:8px 0;color:#0369a1}.site-footer{border-top:1px solid #e2e8f0;background:white;margin-top:24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.4fr;gap:28px;padding-top:42px;padding-bottom:34px}.footer-brand{margin-bottom:14px}.site-footer p{color:#64748b;line-height:1.8}.site-footer h3{font-size:16px;font-weight:950;margin-bottom:12px}.footer-links{display:flex;gap:10px 18px;flex-wrap:wrap}.footer-links a{color:#475569}.footer-links a:hover{color:#0284c7}.footer-links.dense a{font-size:14px}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;padding:18px}.hidden-by-filter{display:none!important}.year-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:12px}.year-strip a{white-space:nowrap;padding:8px 12px;border-radius:999px;background:white;border:1px solid #e2e8f0;color:#0369a1;font-weight:800}.top-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.top-pills a{padding:9px 13px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:800}.top-pills a:hover{background:#bae6fd}
@media (min-width:640px){.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:900px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.detail-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.site-nav{position:absolute;left:16px;right:16px;top:72px;padding:12px;background:white;border:1px solid #e2e8f0;border-radius:18px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.site-nav.open{display:flex}.menu-button{display:flex;align-items:center;justify-content:center}.nav-link{display:block}.header-inner{height:68px}.page-wrap{padding-top:22px}.hero-shell{margin-bottom:42px}.hero-arrow{display:none}.hero-copy{padding:0 18px}.hero-copy p{font-size:16px}.movie-card-list{display:grid;grid-template-columns:120px 1fr}.list-poster{width:120px}.rank-row{grid-template-columns:46px 70px 1fr}.rank-thumb{height:92px}.page-hero{padding:34px 24px}.filter-bar{display:grid}.search-box{min-width:0}.search-box input{width:100%}}
@media (max-width:560px){.movie-grid,.movie-grid.six{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-body{padding:12px}.card-body h3{font-size:14px}.card-body p{font-size:12px;min-height:40px}.hero-copy h1{font-size:32px}.hero-copy p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.hero-tags{display:none}.watch-btn{padding:11px 20px}.scroll-row>.movie-card{width:210px;flex-basis:210px}.movie-card-list{grid-template-columns:96px 1fr;gap:10px}.list-poster{width:96px}.list-body{padding:12px}.list-body p{display:none}.rank-main p{display:none}.player-caption{display:block}.footer-bottom{font-size:13px}}
