:root{--cyan:#0891b2;--blue:#2563eb;--teal:#0d9488;--slate:#0f172a;--text:#1f2937;--muted:#6b7280;--line:#e5e7eb;--white:#fff}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--text);background:linear-gradient(to bottom,#f9fafb,#f3f4f6);min-height:100vh}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#0891b2,#2563eb,#0d9488);box-shadow:0 10px 24px rgba(15,23,42,.18)}.nav-shell{max-width:80rem;margin:auto;height:4rem;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;gap:1rem}.brand,.footer-brand{display:flex;align-items:center;gap:.55rem;color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:.08em}.brand-mark{width:2rem;height:2rem;border-radius:999px;background:rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28);transition:.3s}.brand:hover .brand-mark{transform:rotate(12deg) scale(1.04)}.desktop-nav{display:flex;align-items:center;gap:1.4rem}.nav-link{color:#fff;font-weight:650;opacity:.9;transition:.2s}.nav-link:hover,.nav-link.is-active{color:#ecfeff;opacity:1}.site-search{display:flex;align-items:center;gap:.5rem}.site-search input{width:17rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);color:#fff;outline:0;padding:.62rem 1rem}.site-search input::placeholder{color:#cffafe}.site-search button{border:0;border-radius:999px;padding:.62rem 1rem;background:rgba(255,255,255,.95);color:#0e7490;font-weight:750;cursor:pointer;transition:.2s}.site-search button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.18)}.mobile-toggle{display:none;border:0;color:#fff;background:rgba(255,255,255,.15);border-radius:.75rem;font-size:1.4rem;padding:.35rem .72rem}.mobile-nav{display:none;padding:.75rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.22);background:linear-gradient(180deg,#2563eb,#0d9488)}.mobile-nav a{display:block;color:#fff;font-weight:700;padding:.65rem 0}.mobile-nav .site-search{margin-top:.5rem}.mobile-nav .site-search input{width:100%}.mobile-nav.is-open{display:block}.hero{position:relative;height:70vh;min-height:30rem;overflow:hidden;background:#020617}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.is-active{opacity:1;z-index:1}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 7s ease}.hero-slide.is-active img{transform:scale(1.05)}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000 0%,rgba(0,0,0,.72) 36%,rgba(0,0,0,.18) 100%)}.hero-content{position:absolute;z-index:2;inset:0;display:flex;align-items:center}.hero-inner{max-width:80rem;width:100%;margin:0 auto;padding:0 1rem}.hero-copy{max-width:42rem;color:#fff}.hero-copy h1{margin:0 0 1rem;font-size:clamp(2.45rem,6vw,4.4rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;text-shadow:0 12px 34px rgba(0,0,0,.45)}.hero-copy p{font-size:clamp(1.05rem,2vw,1.32rem);line-height:1.8;color:#e5e7eb;margin:0 0 1.5rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero-tags span{padding:.55rem 1rem;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);font-size:.92rem;font-weight:750;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.82rem 1.55rem;font-weight:800;transition:.25s}.primary-btn{color:#fff;background:linear-gradient(90deg,#06b6d4,#3b82f6);box-shadow:0 16px 32px rgba(37,99,235,.35)}.primary-btn:hover{transform:scale(1.05);box-shadow:0 22px 42px rgba(37,99,235,.42)}.ghost-btn{color:#fff;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}.ghost-btn:hover{background:rgba(255,255,255,.25)}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:0;border-radius:999px;background:rgba(255,255,255,.28);backdrop-filter:blur(8px);color:#fff;font-size:1.8rem;cursor:pointer;transition:.2s}.hero-arrow:hover{background:rgba(255,255,255,.45)}.hero-arrow.prev{left:1rem}.hero-arrow.next{right:1rem}.hero-dots{position:absolute;z-index:5;left:50%;bottom:1.5rem;transform:translateX(-50%);display:flex;gap:.5rem}.hero-dots button{width:.75rem;height:.75rem;border-radius:999px;border:0;background:rgba(255,255,255,.55);cursor:pointer;transition:.25s}.hero-dots button.is-active{width:2rem;background:#fff}.page-shell{max-width:80rem;margin:0 auto;padding:3rem 1rem}.content-section{margin-bottom:4rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-head h1,.section-head h2{margin:.2rem 0 0;font-size:clamp(1.8rem,4vw,2.35rem);font-weight:900;color:#1f2937}.section-head a{color:#0891b2;font-weight:800}.section-kicker{color:#0891b2;font-weight:850;letter-spacing:.14em;font-size:.78rem}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.movie-card{display:block;height:100%;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 8px 22px rgba(15,23,42,.08);transition:.3s}.movie-card:hover{transform:translateY(-.28rem);box-shadow:0 22px 42px rgba(15,23,42,.16)}.poster{position:relative;height:14rem;overflow:hidden;background:linear-gradient(135deg,#0f172a,#0e7490)}.poster img{width:100%;height:100%;object-fit:cover;display:block;transition:.3s}.movie-card:hover .poster img{transform:scale(1.1)}.poster:after{content:"";position:absolute;inset:auto 0 0;height:56%;background:linear-gradient(to top,rgba(0,0,0,.68),transparent);opacity:0;transition:.3s}.movie-card:hover .poster:after{opacity:1}.year-badge{position:absolute;right:.65rem;top:.65rem;z-index:2;padding:.28rem .55rem;border-radius:999px;background:rgba(0,0,0,.72);color:#fff;font-size:.78rem;font-weight:800;backdrop-filter:blur(8px)}.card-body{padding:1rem}.card-meta{display:flex;gap:.5rem;color:#0891b2;font-weight:800;font-size:.78rem;margin-bottom:.5rem}.movie-card h3{margin:0 0 .55rem;font-size:1.08rem;font-weight:900;color:#111827;line-height:1.35}.movie-card p{margin:0 0 .9rem;color:#6b7280;font-size:.92rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-row{display:flex;flex-wrap:wrap;gap:.35rem}.tag-row span{font-size:.72rem;border-radius:999px;padding:.22rem .55rem;background:#ecfeff;color:#0e7490;font-weight:750}.channel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.2rem}.channel-card{display:block;padding:1.35rem;border-radius:1rem;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08);transition:.25s;min-height:10rem;border:1px solid #eef2f7}.channel-card:hover{transform:translateY(-.2rem);box-shadow:0 22px 42px rgba(15,23,42,.14);border-color:#bae6fd}.channel-card h2,.channel-card h3{margin:0 0 .7rem;font-size:1.35rem;font-weight:900;color:#111827}.channel-card p{margin:0;color:#6b7280;line-height:1.65}.rank-panel{background:#fff;border-radius:1.25rem;box-shadow:0 12px 32px rgba(15,23,42,.08);overflow:hidden}.rank-row{display:grid;grid-template-columns:4rem 5rem 1fr auto;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid #eef2f7}.rank-row:last-child{border-bottom:0}.rank-no{font-size:1.5rem;font-weight:950;color:#06b6d4;text-align:center}.rank-row img{width:5rem;height:6.4rem;border-radius:.75rem;object-fit:cover;background:linear-gradient(135deg,#0f172a,#0e7490)}.rank-info h2,.rank-info h3{margin:0 0 .35rem;font-size:1.08rem;font-weight:900}.rank-info p{margin:0;color:#6b7280;line-height:1.5}.rank-link{color:#fff;background:linear-gradient(90deg,#06b6d4,#3b82f6);border-radius:999px;padding:.55rem .95rem;font-weight:800}.filter-card{background:#fff;border-radius:1.25rem;box-shadow:0 10px 28px rgba(15,23,42,.08);padding:1.1rem;margin-bottom:1.5rem}.filter-card input{width:100%;box-sizing:border-box;border:1px solid #dbe3ef;border-radius:999px;padding:.85rem 1.1rem;outline:0;color:#111827}.filter-card input:focus{border-color:#06b6d4;box-shadow:0 0 0 4px rgba(6,182,212,.12)}.detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(18rem,1fr);gap:2rem}.player-card,.detail-card,.side-card{background:#fff;border-radius:1.25rem;box-shadow:0 12px 32px rgba(15,23,42,.08);overflow:hidden}.player-wrap{aspect-ratio:16/9;background:#000}.player-wrap video{width:100%;height:100%;display:block;background:#000}.detail-card{padding:1.6rem}.breadcrumb{font-size:.92rem;color:#6b7280;margin-bottom:1rem}.breadcrumb a{color:#0891b2;font-weight:750}.detail-card h1{margin:.2rem 0 1rem;font-size:clamp(2rem,4vw,2.65rem);line-height:1.15;font-weight:950;color:#111827}.detail-meta{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.2rem}.detail-meta span{border-radius:999px;background:#f0f9ff;color:#0369a1;font-weight:800;padding:.42rem .78rem}.detail-card h2{font-size:1.35rem;margin:1.5rem 0 .65rem;color:#111827;font-weight:900}.detail-card p{color:#374151;line-height:1.9;margin:.6rem 0}.side-card{padding:1.1rem}.side-card h2{font-size:1.25rem;margin:.2rem 0 1rem;font-weight:950}.compact-list{display:grid;gap:.8rem}.compact-card{display:grid;grid-template-columns:4rem 1fr;gap:.75rem;align-items:center;border-radius:.9rem;padding:.55rem;transition:.2s}.compact-card:hover{background:#f0f9ff}.compact-card img{grid-row:span 2;width:4rem;height:5.2rem;border-radius:.7rem;object-fit:cover;background:linear-gradient(135deg,#0f172a,#0e7490)}.compact-card span{font-weight:850;color:#111827}.compact-card small{color:#6b7280}.empty-state{display:none;text-align:center;background:#fff;border-radius:1rem;padding:3rem;color:#6b7280;box-shadow:0 12px 32px rgba(15,23,42,.08)}.site-footer{background:linear-gradient(180deg,#1e293b,#0f172a);color:#cbd5e1;margin-top:3rem}.footer-shell{max-width:80rem;margin:0 auto;padding:3rem 1rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-main p{max-width:35rem;line-height:1.8;color:#94a3b8}.footer-main h3{color:#fff;margin:0 0 .9rem;font-size:1.1rem}.footer-main a{display:block;color:#cbd5e1;margin:.45rem 0;transition:.2s}.footer-main a:hover{color:#22d3ee}.footer-bottom{border-top:1px solid rgba(148,163,184,.24);padding-top:1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#94a3b8;font-size:.92rem}.search-title{margin-bottom:1rem}.search-title strong{color:#0891b2}@media (max-width:1024px){.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}}@media (max-width:768px){.desktop-nav,.nav-shell>.site-search{display:none}.mobile-toggle{display:block}.hero{height:66vh;min-height:28rem}.hero-arrow{display:none}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.poster{height:12rem}.section-head{align-items:flex-start;flex-direction:column}.rank-row{grid-template-columns:3rem 4.2rem 1fr}.rank-row img{width:4.2rem;height:5.5rem}.rank-link{display:none}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.site-search{width:100%}.site-search input{width:100%}}@media (max-width:520px){.brand{font-size:1.25rem}.movie-grid{grid-template-columns:1fr}.channel-grid{grid-template-columns:1fr}.hero-copy h1{font-size:2.25rem}.hero-actions{align-items:stretch}.primary-btn,.ghost-btn{width:100%}.detail-card{padding:1.2rem}.rank-info p{display:none}}