
:root{--emerald:#059669;--teal:#0d9488;--cyan:#0891b2;--ink:#111827;--muted:#6b7280;--soft:#f9fafb;--line:#e5e7eb;--card:#fff;--shadow:0 16px 42px rgba(15,23,42,.12)}
html{scroll-behavior:smooth}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:linear-gradient(180deg,#f9fafb 0%,#fff 42%,#f8fafc 100%);color:var(--ink)}img{object-fit:cover}.container{max-width:1280px}.site-header{backdrop-filter:saturate(160%) blur(14px);background:rgba(255,255,255,.92)}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;color:white;background:linear-gradient(135deg,var(--emerald),var(--teal));box-shadow:0 10px 24px rgba(5,150,105,.25);font-size:.82rem}.brand-mark.small{width:1.6rem;height:1.6rem;font-size:.7rem}.nav-link,.mobile-link{color:#374151;font-weight:600;transition:.2s ease}.nav-link:hover,.mobile-link:hover,.nav-link.is-active,.mobile-link.is-active{color:var(--emerald)}.mobile-nav[hidden]{display:none!important}.home-hero{position:relative;overflow:hidden;min-height:640px;background:#020617;color:#fff}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .55s ease}.hero-slide.is-active{opacity:1;pointer-events:auto;position:relative}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;filter:saturate(1.08);opacity:.62}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.92) 0%,rgba(2,6,23,.72) 44%,rgba(2,6,23,.2) 100%),linear-gradient(0deg,rgba(2,6,23,.72),rgba(2,6,23,.05) 42%,rgba(2,6,23,.68));}.hero-inner{position:relative;z-index:2;min-height:640px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);align-items:center;gap:3rem;padding:4rem 1rem 7rem}.hero-kicker{display:inline-flex;align-items:center;gap:.5rem;background:rgba(5,150,105,.92);color:#fff;font-weight:700;border-radius:999px;padding:.42rem .9rem;margin-bottom:1rem;box-shadow:0 12px 34px rgba(5,150,105,.32)}.hero-title{font-size:clamp(2.5rem,5vw,5.4rem);line-height:1.02;font-weight:900;letter-spacing:-.05em;margin-bottom:1rem;max-width:850px}.hero-text{font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.85;color:#e5e7eb;max-width:760px;margin-bottom:1.4rem}.hero-meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.6rem}.hero-meta span,.tag-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.36rem .72rem;background:#ecfdf5;color:#047857;font-size:.86rem;font-weight:700}.hero-meta span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.85rem 1.35rem;font-weight:800;transition:.2s ease}.btn-primary{background:linear-gradient(135deg,var(--emerald),var(--teal));color:#fff;box-shadow:0 16px 34px rgba(5,150,105,.35)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(5,150,105,.42)}.btn-secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);color:#fff}.btn-secondary:hover{background:rgba(255,255,255,.2)}.hero-poster{position:relative;border-radius:1.4rem;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.38);transform:rotate(1deg)}.hero-poster img{width:100%;aspect-ratio:4/3}.hero-poster:before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.2);border-radius:inherit;z-index:2}.hero-controls{position:absolute;z-index:4;left:50%;bottom:2rem;transform:translateX(-50%);display:flex;align-items:center;gap:.7rem;background:rgba(15,23,42,.52);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);border-radius:999px;padding:.55rem .8rem}.hero-dot{width:2.4rem;height:.55rem;border-radius:999px;background:rgba(255,255,255,.28);transition:.2s ease}.hero-dot.is-active{background:#10b981;width:3.4rem}.section{padding:4.5rem 1rem}.section-soft{background:linear-gradient(135deg,#ecfdf5,#f0fdfa)}.section-gray{background:linear-gradient(135deg,#f3f4f6,#f9fafb)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}.section-title{font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.15;font-weight:900;color:#111827}.section-subtitle{color:#6b7280;margin-top:.45rem;line-height:1.7}.grid-movies{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:640px){.grid-movies{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.grid-movies{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.grid-movies.dense{grid-template-columns:repeat(5,minmax(0,1fr))}}.movie-card{display:block;overflow:hidden;border-radius:1rem;background:var(--card);box-shadow:0 10px 26px rgba(15,23,42,.08);transition:.25s ease}.movie-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.movie-card:hover .card-poster img{transform:scale(1.08)}.card-poster{position:relative}.card-poster img{width:100%;height:100%;transition:transform .45s ease}.score-badge{color:#d97706;font-weight:800;font-size:.9rem}.card-title{transition:.2s ease}.movie-card:hover .card-title{color:var(--emerald)}.card-desc{line-height:1.65}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.filters{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-bottom:1.5rem;background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1rem;box-shadow:0 10px 28px rgba(15,23,42,.06)}.search-input{width:100%;height:3rem;border:1px solid var(--line);border-radius:999px;padding:0 1.1rem;outline:none;transition:.2s ease;background:#f9fafb}.search-input:focus{border-color:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.12);background:#fff}.filter-row{display:flex;flex-wrap:wrap;gap:.55rem}.filter-chip{border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:.5rem .85rem;font-weight:700;color:#374151;transition:.2s ease}.filter-chip:hover,.filter-chip.is-active{background:#059669;color:white;border-color:#059669}.no-results{display:none;text-align:center;color:#6b7280;padding:2rem;border:1px dashed #d1d5db;border-radius:1rem;background:#fff}.no-results.is-visible{display:block}.category-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1180px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.category-card{position:relative;overflow:hidden;border-radius:1.35rem;min-height:230px;padding:1.5rem;background:linear-gradient(135deg,#064e3b,#0f766e);color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:flex-end}.category-card .thumbs{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr 1fr;opacity:.33}.category-card img{width:100%;height:100%;filter:saturate(1.05)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.08),rgba(2,6,23,.92))}.category-card>*:not(.thumbs){position:relative;z-index:2}.category-card h3{font-size:1.55rem;font-weight:900;margin-bottom:.5rem}.category-card p{color:#d1fae5;line-height:1.6}.category-count{display:inline-flex;width:max-content;border-radius:999px;background:rgba(255,255,255,.15);padding:.35rem .72rem;margin-top:1rem;font-weight:800}.rank-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1.6rem}@media(min-width:1024px){.rank-layout{grid-template-columns:1.6fr .9fr}}.rank-panel{background:#fff;border-radius:1.2rem;box-shadow:0 12px 34px rgba(15,23,42,.08);padding:1rem}.rank-row{display:grid;grid-template-columns:auto 86px minmax(0,1fr);align-items:center;gap:1rem;padding:.78rem;border-radius:.9rem;transition:.2s ease}.rank-row:hover{background:#ecfdf5}.rank-row img{width:86px;height:62px;border-radius:.65rem}.rank-num{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-weight:900}.rank-info strong{display:block;color:#111827}.rank-info em{display:block;font-style:normal;color:#6b7280;font-size:.88rem;margin-top:.2rem}.page-hero{background:linear-gradient(135deg,#059669,#0d9488);color:#fff;padding:3.8rem 1rem}.page-hero h1{font-size:clamp(2.1rem,4vw,3.4rem);font-weight:900;line-height:1.08;margin-bottom:.8rem}.page-hero p{color:#ecfdf5;font-size:1.1rem;line-height:1.8;max-width:760px}.breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;color:#6b7280;margin-bottom:1.5rem}.breadcrumb a{color:#059669;font-weight:700}.detail-wrap{padding:2rem 1rem 4rem}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}@media(min-width:1024px){.detail-grid{grid-template-columns:minmax(0,2fr) minmax(320px,.85fr)}}.detail-card,.side-card{background:#fff;border-radius:1.15rem;box-shadow:0 12px 34px rgba(15,23,42,.08);padding:1.5rem}.static-player{position:relative;overflow:hidden;border-radius:1rem;background:#000;box-shadow:0 22px 60px rgba(0,0,0,.22);margin-bottom:1.5rem}.static-player video{width:100%;aspect-ratio:16/9;background:#000;display:block}.player-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.7rem;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.62));color:#fff;pointer-events:none}.play-circle{width:5rem;height:5rem;border-radius:999px;background:rgba(5,150,105,.92);display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 16px 42px rgba(5,150,105,.42)}.detail-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:1rem;line-height:1.12}.meta-list{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.4rem}.meta-list span{border-radius:999px;background:#f3f4f6;color:#374151;font-weight:700;padding:.45rem .8rem}.content-block{margin-top:1.6rem}.content-block h2{font-size:1.35rem;font-weight:900;margin-bottom:.75rem;color:#111827}.content-block p{line-height:1.9;color:#374151;white-space:pre-line}.review-box{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-left:4px solid #10b981;border-radius:1rem;padding:1.2rem}.side-cover{border-radius:1rem;overflow:hidden;margin-bottom:1rem}.side-cover img{width:100%;aspect-ratio:4/3}.related-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;margin-top:1rem}@media(min-width:640px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.mini-related{display:flex;gap:.75rem;align-items:center;padding:.65rem;border-radius:.8rem;transition:.2s ease}.mini-related:hover{background:#ecfdf5}.mini-related img{width:80px;height:58px;border-radius:.6rem}.mini-related strong{font-size:.95rem;display:block}.mini-related span{font-size:.78rem;color:#6b7280}.year-strip{display:flex;flex-wrap:wrap;gap:.6rem}.year-strip a{border:1px solid #d1d5db;border-radius:999px;padding:.45rem .8rem;background:#fff;color:#374151;font-weight:800}.year-strip a:hover{border-color:#059669;color:#059669}.footer-list a{color:#d1d5db;font-size:.94rem;transition:.2s ease}.footer-list a:hover{color:#10b981}.hidden-card{display:none!important}@media(max-width:900px){.home-hero,.hero-inner{min-height:auto}.hero-inner{grid-template-columns:1fr;padding:3rem 1rem 6rem}.hero-poster{display:none}.hero-controls{bottom:1.2rem}.section-head{align-items:flex-start;flex-direction:column}.desktop-nav{display:none!important}}@media(max-width:640px){.section{padding:3rem 1rem}.hero-title{font-size:2.45rem}.hero-text{font-size:1rem}.hero-actions a{width:100%}.rank-row{grid-template-columns:auto 70px minmax(0,1fr);gap:.7rem}.rank-row img{width:70px;height:52px}.detail-card,.side-card{padding:1rem}}

.info-list{display:grid;gap:.8rem}.info-list li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.7rem}.info-list strong{color:#374151}.info-list span{color:#059669;font-weight:800;text-align:right}.mt-6{margin-top:1.5rem}.mt-12{margin-top:3rem}.mb-4{margin-bottom:1rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.text-gray-900{color:#111827}
