:root{--accent:#f97316;--accent-dark:#ea580c;--red:#ef4444;--ink:#111827;--muted:#6b7280;--soft:#fff7ed;--line:#e5e7eb;--card:#ffffff;--dark:#111827}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:linear-gradient(180deg,#fff7ed 0%,#fff 42%,#fff 100%);color:var(--ink)}a{color:inherit}.container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}.page-pad{padding-top:2rem;padding-bottom:4rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(160%) blur(18px);border-bottom:1px solid rgba(229,231,235,.85);box-shadow:0 8px 28px rgba(17,24,39,.05)}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:800}.brand-icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fb923c,#ef4444);color:#fff;box-shadow:0 12px 28px rgba(249,115,22,.3)}.brand-text{font-size:1.28rem}.desktop-nav{display:flex;gap:2rem}.nav-link{font-weight:650;color:#374151;transition:.2s}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-actions{display:flex;align-items:center;gap:.5rem}.icon-button{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#374151;transition:.2s}.icon-button:hover{background:#fff7ed;color:var(--accent)}.mobile-only{display:none}.search-panel{display:none;padding-bottom:1rem}.search-panel.open{display:block}.search-form{display:flex;gap:.75rem}.search-form input{flex:1;border:1px solid #d1d5db;border-radius:14px;padding:.9rem 1rem;outline:none}.search-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(249,115,22,.16)}.search-form button,.primary-btn{border-radius:14px;background:var(--accent);color:#fff;font-weight:750;padding:.9rem 1.25rem;transition:.2s}.search-form button:hover,.primary-btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.mobile-nav{display:none;border-top:1px solid #e5e7eb;padding:1rem}.mobile-nav.open{display:grid;gap:.75rem}.home-main,.plain-main,.detail-main{min-height:70vh}.hero{height:560px;position:relative;overflow:hidden;border-radius:28px;box-shadow:0 28px 80px rgba(17,24,39,.28);background:#111827}.hero-stage,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-img{width:100%;height:100%;object-fit:cover;display:block;background:linear-gradient(135deg,#111827,#fb923c)}.hero-img.is-missing,.poster-img.is-missing{opacity:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.45) 48%,rgba(0,0,0,.1) 100%)}.hero-content{position:absolute;left:clamp(1.5rem,5vw,3.5rem);right:clamp(1.5rem,5vw,3.5rem);bottom:clamp(2rem,6vw,4rem);max-width:760px;color:white}.hero-tags,.detail-tags{display:flex;gap:.55rem;flex-wrap:wrap}.hero-tags span,.detail-tags a{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .8rem;background:var(--accent);color:#fff;font-size:.82rem;font-weight:750}.hero h1{font-size:clamp(2.4rem,5vw,4.4rem);font-weight:900;line-height:1.05;margin:1rem 0}.hero p{font-size:clamp(1rem,2vw,1.25rem);line-height:1.85;color:#f3f4f6;max-width:680px}.hero-meta{display:flex;gap:1rem;flex-wrap:wrap;margin:1.2rem 0;color:#fff}.hero-meta span{border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);padding:.45rem .9rem}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap}.ghost-btn{border:1px solid rgba(255,255,255,.45);border-radius:14px;color:white;padding:.9rem 1.25rem;font-weight:750;background:rgba(17,24,39,.26);backdrop-filter:blur(10px);transition:.2s}.ghost-btn:hover{background:rgba(255,255,255,.16)}.ghost-btn.light{background:rgba(255,255,255,.18)}.hero-control{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.44);color:#fff;font-size:2rem;line-height:1;backdrop-filter:blur(10px);transition:.2s}.hero-control:hover{background:rgba(0,0,0,.7)}.hero-control.prev{left:1rem}.hero-control.next{right:1rem}.hero-dots{position:absolute;left:50%;bottom:1.3rem;transform:translateX(-50%);display:flex;gap:.5rem}.hero-dot{width:.55rem;height:.55rem;border-radius:999px;background:rgba(255,255,255,.55);transition:.25s}.hero-dot.active{width:2rem;background:#fff}.content-section{margin-top:4rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.65rem}.section-head h2{font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;display:flex;align-items:center;gap:.7rem}.section-head h2 span{color:var(--accent)}.section-head p{color:var(--muted);margin-top:.4rem}.section-more{color:var(--accent);font-weight:800}.grid{display:grid;gap:1.5rem}.large-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.three-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(17,24,39,.1);transition:transform .28s ease,box-shadow .28s ease}.movie-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(17,24,39,.16)}.movie-card.large{border-radius:22px}.movie-card.compact{border-radius:16px}.poster-wrap{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgba(249,115,22,.45),transparent 35%),linear-gradient(135deg,#111827,#374151)}.poster-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.movie-card:hover .poster-img{transform:scale(1.08)}.poster-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),rgba(0,0,0,.02));opacity:0;transition:.3s}.movie-card:hover .poster-shade{opacity:1}.play-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.82);width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent);color:white;opacity:0;transition:.3s;font-weight:900;box-shadow:0 12px 30px rgba(249,115,22,.35)}.movie-card:hover .play-mark{opacity:1;transform:translate(-50%,-50%) scale(1)}.type-badge,.tag-badge,.rank-badge{position:absolute;border-radius:999px;background:rgba(0,0,0,.66);backdrop-filter:blur(8px);color:#fff;font-size:.75rem;font-weight:750;padding:.28rem .62rem}.type-badge{right:.75rem;top:.75rem}.tag-badge{left:.75rem;bottom:.75rem;background:var(--accent)}.rank-badge{left:.75rem;top:.75rem;background:#111827}.card-body{padding:1rem}.movie-card.large .card-body{padding:1.25rem}.card-body h3{font-size:1.05rem;line-height:1.35;font-weight:850;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-card.large .card-body h3{font-size:1.25rem}.card-body h3 a:hover{color:var(--accent)}.card-body p{color:#4b5563;font-size:.9rem;line-height:1.65;min-height:3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;justify-content:space-between;color:#6b7280;font-size:.82rem;margin-top:.85rem}.genre-line{color:var(--accent);font-weight:700;font-size:.78rem;margin-top:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-strips{display:grid;gap:2.4rem}.strip-title{display:inline-flex;color:#fff;border-radius:14px;padding:.65rem 1rem;font-size:1.25rem;font-weight:900;margin-bottom:1rem}.strip-title.red{background:linear-gradient(90deg,#ef4444,#dc2626)}.strip-title.blue{background:linear-gradient(90deg,#3b82f6,#2563eb)}.strip-title.green{background:linear-gradient(90deg,#22c55e,#16a34a)}.page-hero{border-radius:28px;padding:clamp(2rem,5vw,4rem);background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa;box-shadow:0 18px 45px rgba(249,115,22,.12)}.page-hero h1{font-size:clamp(2rem,4vw,3.8rem);font-weight:950;margin-bottom:.8rem}.page-hero p{color:#4b5563;font-size:1.06rem;line-height:1.85;max-width:760px}.eyebrow{color:var(--accent)!important;font-weight:850;letter-spacing:.08em}.category-hero{display:flex;justify-content:space-between;gap:1rem;align-items:end;color:#fff;border:0}.category-hero p{color:rgba(255,255,255,.9)}.category-hero.red,.category-card.red{background:linear-gradient(135deg,#ef4444,#f97316)}.category-hero.orange,.category-card.orange{background:linear-gradient(135deg,#f97316,#fb923c)}.category-hero.purple,.category-card.purple{background:linear-gradient(135deg,#7c3aed,#c026d3)}.category-hero.pink,.category-card.pink{background:linear-gradient(135deg,#ec4899,#fb7185)}.category-hero.green,.category-card.green{background:linear-gradient(135deg,#16a34a,#22c55e)}.category-hero.blue,.category-card.blue{background:linear-gradient(135deg,#2563eb,#38bdf8)}.category-hero.cyan,.category-card.cyan{background:linear-gradient(135deg,#0891b2,#22d3ee)}.category-hero.yellow,.category-card.yellow{background:linear-gradient(135deg,#ca8a04,#facc15)}.category-hero.indigo,.category-card.indigo{background:linear-gradient(135deg,#4f46e5,#818cf8)}.category-hero.slate,.category-card.slate{background:linear-gradient(135deg,#334155,#64748b)}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem}.category-card{min-height:220px;border-radius:24px;padding:1.4rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 18px 45px rgba(17,24,39,.13);transition:.25s}.category-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(17,24,39,.18)}.category-card:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.16)}.category-count{display:inline-flex;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.2);align-items:center;justify-content:center;font-weight:900}.category-card h2{font-size:1.35rem;font-weight:900;margin:.85rem 0}.category-card p{line-height:1.7;color:rgba(255,255,255,.9)}.category-card small{display:block;margin-top:1rem;color:rgba(255,255,255,.82);line-height:1.55}.filter-bar{margin-top:2rem;display:grid;grid-template-columns:1fr 180px 180px;gap:.85rem;background:#fff;padding:1rem;border-radius:20px;box-shadow:0 12px 35px rgba(17,24,39,.08)}.filter-bar input,.filter-bar select{border:1px solid #e5e7eb;border-radius:14px;padding:.88rem 1rem;outline:none}.filter-bar input:focus,.filter-bar select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(249,115,22,.14)}.empty-state{display:none;text-align:center;color:#6b7280;background:#fff;border-radius:20px;padding:3rem;margin-top:1rem}.empty-state.show{display:block}.ranking-hero{background:radial-gradient(circle at 85% 15%,rgba(249,115,22,.35),transparent 34%),linear-gradient(135deg,#111827,#374151);color:#fff;border:0}.ranking-hero p{color:#e5e7eb}.rank-list{display:grid;gap:1rem}.wide-card{display:grid;grid-template-columns:64px 220px 1fr;gap:1rem;align-items:center;background:#fff;border-radius:20px;padding:1rem;box-shadow:0 10px 30px rgba(17,24,39,.09);transition:.25s}.wide-card:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(17,24,39,.14)}.rank-number{font-size:1.35rem;font-weight:950;color:var(--accent);text-align:center}.wide-poster{position:relative;display:block;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#111827,#fb923c)}.wide-poster img{width:100%;height:100%;object-fit:cover}.wide-body h3{font-size:1.25rem;font-weight:900;margin-bottom:.5rem}.wide-body h3 a:hover{color:var(--accent)}.wide-body p{color:#4b5563;line-height:1.7;margin-bottom:.75rem}.wide-meta{display:flex;gap:.5rem;flex-wrap:wrap}.wide-meta span{background:#fff7ed;color:#c2410c;border-radius:999px;font-size:.82rem;font-weight:750;padding:.32rem .7rem}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;color:#6b7280;margin-bottom:1rem;font-size:.92rem}.breadcrumbs a{color:var(--accent);font-weight:750}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:2rem;align-items:start}.watch-panel,.detail-info,.text-panel,.detail-side{background:#fff;border-radius:24px;box-shadow:0 14px 40px rgba(17,24,39,.09)}.watch-panel{overflow:hidden;background:#111827}.player-frame{aspect-ratio:16/9;background:radial-gradient(circle at 30% 20%,rgba(249,115,22,.32),transparent 35%),#111827}.movie-player{width:100%;height:100%;display:block;background:#111827}.detail-info{padding:1.5rem;margin-top:1.2rem}.detail-info h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:950;margin:.9rem 0 .7rem}.one-line{color:#4b5563;font-size:1.05rem;line-height:1.8}.detail-meta{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}.detail-meta span{background:#fff7ed;color:#c2410c;border-radius:999px;padding:.4rem .8rem;font-weight:750;font-size:.86rem}.text-panel{padding:1.5rem;margin-top:1.2rem}.text-panel h2,.detail-side h2{font-size:1.35rem;font-weight:900;margin-bottom:1rem}.text-panel p{color:#374151;line-height:2;font-size:1rem}.detail-side{position:sticky;top:96px;padding:1rem}.side-list{display:grid;gap:1rem}.side-list .movie-card{box-shadow:0 8px 24px rgba(17,24,39,.08)}.side-list .card-body p,.side-list .genre-line{display:none}.site-footer{background:#111827;color:#d1d5db;margin-top:2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-top:3rem;padding-bottom:2.4rem}.footer-brand p{margin-top:1rem;line-height:1.8;color:#9ca3af}.brand.light .brand-text{color:#fff}.site-footer h3{font-size:1rem;color:#fff;font-weight:850;margin-bottom:1rem}.site-footer ul{display:grid;gap:.65rem}.site-footer a{color:#9ca3af}.site-footer a:hover{color:#fb923c}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);padding:1rem;color:#9ca3af}.hidden-card{display:none!important}@media (max-width:1024px){.large-grid,.poster-grid,.compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}.detail-side{position:static}.footer-grid{grid-template-columns:1fr 1fr}.wide-card{grid-template-columns:56px 180px 1fr}}@media (max-width:768px){.desktop-nav{display:none}.mobile-only{display:inline-flex}.topbar{height:64px}.brand-icon{width:38px;height:38px}.hero{height:520px;border-radius:22px}.hero-control{width:40px;height:40px}.large-grid,.poster-grid,.compact-grid,.three-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.filter-bar{grid-template-columns:1fr}.category-hero{align-items:flex-start;flex-direction:column}.wide-card{grid-template-columns:44px 116px 1fr;padding:.75rem}.wide-body p{display:none}.wide-body h3{font-size:1rem}.wide-meta span{font-size:.74rem}.footer-grid{grid-template-columns:1fr}.search-form{flex-direction:column}.detail-info,.text-panel{padding:1.15rem}}@media (max-width:520px){.container{padding-left:.85rem;padding-right:.85rem}.hero{height:500px}.hero-content{bottom:2.5rem}.hero h1{font-size:2.15rem}.hero p{font-size:.95rem;line-height:1.7}.hero-meta{gap:.45rem}.hero-actions{gap:.55rem}.primary-btn,.ghost-btn{width:100%;text-align:center}.page-hero{padding:1.5rem;border-radius:22px}.category-grid{grid-template-columns:1fr}.large-grid,.poster-grid,.compact-grid,.three-grid{grid-template-columns:1fr}.movie-card.compact{display:grid;grid-template-columns:42% 1fr}.movie-card.compact .poster-wrap{height:100%;aspect-ratio:auto}.movie-card.compact .card-body p{display:none}.wide-card{grid-template-columns:1fr}.rank-number{text-align:left}.wide-poster{width:100%}.detail-meta span{font-size:.78rem}.footer-bottom{font-size:.86rem}}