:root{--site-amber:#b45309;--site-amber-dark:#92400e;--site-bg:#f9fafb;--site-text:#111827;--site-muted:#6b7280;--site-line:#e5e7eb;--site-card:#ffffff;--site-shadow:0 18px 45px rgba(15,23,42,.12)}
.site-body{background:var(--site-bg);color:var(--site-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,231,235,.85)}
.header-inner{max-width:1280px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content;color:#111827;text-decoration:none}
.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#f59e0b,#b45309);color:white;display:grid;place-items:center;font-weight:900;letter-spacing:.5px;box-shadow:0 12px 30px rgba(180,83,9,.28)}
.brand strong{display:block;font-size:18px;line-height:1.1}.brand small{display:block;font-size:12px;color:var(--site-muted);margin-top:2px}
.desktop-nav{display:flex;align-items:center;gap:22px;margin-left:auto}.nav-link,.nav-dropdown>button{font-weight:650;color:#374151;transition:.2s;font-size:15px}.nav-link:hover,.nav-link.active,.nav-dropdown:hover>button{color:var(--site-amber)}
.nav-dropdown{position:relative}.nav-dropdown>button{padding:10px 0}.dropdown-panel{position:absolute;top:100%;left:-18px;width:190px;background:white;border:1px solid var(--site-line);border-radius:16px;box-shadow:var(--site-shadow);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.nav-dropdown:hover .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-panel a{display:block;padding:10px 12px;border-radius:10px;color:#374151}.dropdown-panel a:hover{background:#fffbeb;color:var(--site-amber)}
.header-search{display:flex;align-items:center;gap:8px}.header-search input,.mobile-panel input,.filter-bar input,.filter-bar select{border:1px solid #d1d5db;border-radius:999px;background:white;padding:11px 16px;outline:none;transition:.2s}.header-search input{width:210px}.header-search input:focus,.mobile-panel input:focus,.filter-bar input:focus,.filter-bar select:focus{border-color:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12)}.header-search button,.mobile-panel button{border-radius:999px;background:var(--site-amber);color:white;padding:10px 16px;font-weight:700}.header-search button:hover,.mobile-panel button:hover{background:var(--site-amber-dark)}
.menu-toggle{display:none;margin-left:auto;width:42px;height:42px;border-radius:12px;border:1px solid var(--site-line);align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:18px;height:2px;background:#111827;border-radius:2px}.mobile-panel{display:none;border-top:1px solid var(--site-line);padding:16px 24px;background:white}.mobile-panel form{display:flex;gap:8px;margin-bottom:16px}.mobile-panel input{flex:1}.mobile-links,.mobile-cats{display:grid;gap:8px}.mobile-links a,.mobile-cats a{padding:10px 12px;border-radius:12px;background:#f9fafb;color:#374151}.mobile-cats{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.mobile-panel.open{display:block}
.hero-carousel{height:620px;position:relative;overflow:hidden;background:#111827}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.03);transition:opacity .8s ease,transform 1.1s ease;pointer-events:none}.hero-slide.is-active{opacity:1;transform:scale(1);pointer-events:auto}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-layer{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.56),rgba(0,0,0,.12));box-shadow:inset 0 -120px 120px rgba(0,0,0,.28)}.hero-content{position:relative;z-index:2;max-width:760px;padding:120px 24px 80px;margin:0 auto 0 calc((100% - min(1280px,100%))/2);color:white}.hero-kicker{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.hero-kicker span{padding:7px 12px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);border-radius:999px;backdrop-filter:blur(10px);font-weight:700}.hero-content h1{font-size:clamp(42px,7vw,76px);line-height:1.02;font-weight:900;letter-spacing:-.04em;margin-bottom:22px}.hero-content p{font-size:19px;line-height:1.8;color:rgba(255,255,255,.86);max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.primary-btn,.ghost-btn,.section-more{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 20px;font-weight:800;transition:.2s;text-decoration:none}.primary-btn{background:var(--site-amber);color:white;box-shadow:0 16px 34px rgba(180,83,9,.28)}.primary-btn:hover{background:var(--site-amber-dark);transform:translateY(-2px)}.ghost-btn{border:1px solid rgba(255,255,255,.35);color:white;background:rgba(255,255,255,.12);backdrop-filter:blur(10px)}.ghost-btn:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.primary-btn.full{width:100%;margin-top:18px}.hero-dots{position:absolute;z-index:5;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px}.hero-dot{width:11px;height:11px;border-radius:999px;background:rgba(255,255,255,.45);transition:.25s}.hero-dot.is-active{width:34px;background:white}
.feature-strip{max-width:1180px;margin:-42px auto 0;position:relative;z-index:6;background:white;border-radius:24px;box-shadow:var(--site-shadow);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(229,231,235,.8)}.feature-strip div{padding:28px 24px;background:linear-gradient(180deg,#fff,#fff7ed)}.feature-strip strong{display:block;font-size:18px;margin-bottom:6px}.feature-strip span{color:var(--site-muted)}
.content-section{max-width:1280px;margin:0 auto;padding:64px 24px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:34px;font-weight:900;letter-spacing:-.03em}.section-head p{color:var(--site-muted);margin-top:8px}.section-more{border:1px solid #fcd34d;color:var(--site-amber);background:#fffbeb}.section-more:hover{background:#fef3c7}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-card{position:relative;min-height:210px;border-radius:24px;overflow:hidden;box-shadow:var(--site-shadow);display:flex;flex-direction:column;justify-content:end;padding:22px;color:white;background:#111827;transition:.25s}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62;transition:.35s}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.82))}.category-card span,.category-card p{position:relative;z-index:1}.category-card span{font-size:22px;font-weight:900}.category-card p{margin-top:8px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.6}.category-card:hover{transform:translateY(-6px)}.category-card:hover img{transform:scale(1.08);opacity:.75}
.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.movie-grid.all-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.movie-grid.small-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.movie-card{background:white;border:1px solid rgba(229,231,235,.9);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.08);transition:.25s}.movie-card:hover{transform:translateY(-6px);box-shadow:var(--site-shadow)}.poster-link{display:block;aspect-ratio:2/3;background:#111827;overflow:hidden}.poster-link img{width:100%;height:100%;object-fit:cover;transition:.35s}.movie-card:hover .poster-link img{transform:scale(1.07)}.movie-card-body{padding:16px}.card-meta{display:flex;gap:10px;flex-wrap:wrap;color:#6b7280;font-size:13px;margin-bottom:9px}.card-meta span{background:#f3f4f6;border-radius:999px;padding:4px 8px}.movie-card h3{font-size:18px;font-weight:900;margin-bottom:8px;line-height:1.25}.movie-card h3 a:hover{color:var(--site-amber)}.movie-card p{color:#6b7280;font-size:14px;line-height:1.65;min-height:46px}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.tag-row span{border-radius:999px;background:#fffbeb;color:#a16207;padding:5px 9px;font-size:12px;font-weight:700}.tag-row.large span{font-size:13px;padding:7px 11px}.movie-card.compact .movie-card-body{padding:14px}.movie-card.compact h3{font-size:16px}.movie-card.compact p{display:none}
.split-section{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}.rank-panel{position:sticky;top:100px;background:linear-gradient(180deg,#1f2937,#111827);color:white;border-radius:26px;padding:26px;box-shadow:var(--site-shadow)}.rank-panel h2{font-size:28px;font-weight:900;margin-bottom:18px}.rank-panel ol{display:grid;gap:10px}.rank-panel li a{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:11px;border-radius:14px;background:rgba(255,255,255,.07)}.rank-panel li a:hover{background:rgba(255,255,255,.14)}.rank-no{width:30px;height:30px;border-radius:10px;background:#f59e0b;color:white;display:grid;place-items:center;font-weight:900}.rank-panel strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-panel em{color:#fcd34d;font-style:normal;font-size:13px}
.page-hero{position:relative;min-height:330px;background:linear-gradient(135deg,#fff7ed,#fffbeb);display:flex;align-items:center;overflow:hidden}.page-hero.simple{justify-content:center;text-align:center;padding:60px 24px}.page-hero.simple h1,.page-hero.category-hero h1{font-size:clamp(38px,6vw,62px);font-weight:900;letter-spacing:-.04em}.page-hero.simple p,.page-hero.category-hero p{font-size:18px;color:#6b7280;max-width:760px;margin:14px auto 0;line-height:1.8}.category-hero{color:white;padding:82px 24px}.category-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.42))}.category-hero>div{position:relative;z-index:1;max-width:1180px;margin:0 auto;width:100%}.category-hero p{color:rgba(255,255,255,.85);margin-left:0}.breadcrumb{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-bottom:18px;color:rgba(255,255,255,.78)}.breadcrumb a:hover{color:#fbbf24}.filter-bar{display:flex;gap:14px;margin-bottom:26px}.filter-bar input{min-width:280px;flex:1}.filter-bar select{min-width:180px}.search-wide input{font-size:18px;padding:14px 18px}.empty-state{text-align:center;padding:40px;border-radius:20px;background:white;color:#6b7280;border:1px dashed #d1d5db}
.category-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.category-overview{display:grid;grid-template-columns:210px 1fr;gap:22px;align-items:center;background:white;border:1px solid var(--site-line);border-radius:26px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.08);transition:.25s}.category-overview:hover{transform:translateY(-5px);box-shadow:var(--site-shadow)}.category-overview img{width:100%;height:180px;object-fit:cover}.category-overview h2{font-size:26px;font-weight:900;margin-bottom:10px}.category-overview p{color:#6b7280;line-height:1.7}.category-overview span{display:inline-flex;margin-top:18px;color:var(--site-amber);font-weight:900}
.rank-list{display:grid;gap:18px}.rank-card{display:grid;grid-template-columns:150px 1fr;gap:20px;background:white;border:1px solid var(--site-line);border-radius:24px;overflow:hidden;padding:14px;box-shadow:0 10px 25px rgba(15,23,42,.07);transition:.2s}.rank-card:hover{transform:translateY(-4px);box-shadow:var(--site-shadow)}.rank-cover{aspect-ratio:2/3;border-radius:18px;overflow:hidden;background:#111827}.rank-cover img{width:100%;height:100%;object-fit:cover}.rank-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.rank-top span{background:#111827;color:white;border-radius:999px;padding:6px 12px;font-weight:900}.rank-top em{font-style:normal;color:#f59e0b;font-weight:900}.rank-info h2{font-size:25px;font-weight:900;margin-bottom:9px}.rank-info p{color:#6b7280;line-height:1.75;margin-bottom:12px}
.detail-hero{position:relative;min-height:640px;overflow:hidden;background:#111827;color:white}.detail-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(6px);transform:scale(1.04);opacity:.48}.detail-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.56),rgba(0,0,0,.78))}.detail-wrap{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:80px 24px}.detail-grid{display:grid;grid-template-columns:330px 1fr;gap:42px;align-items:end}.detail-poster{border-radius:28px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.42);background:#0f172a}.detail-poster img{width:100%;aspect-ratio:2/3;object-fit:cover}.detail-info h1{font-size:clamp(40px,6vw,72px);font-weight:950;letter-spacing:-.05em;line-height:1.04;margin-bottom:18px}.detail-info .lead{font-size:21px;line-height:1.75;color:rgba(255,255,255,.88);max-width:760px}.detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.detail-meta span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);font-weight:700}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:32px;align-items:start}.player-box{background:#030712;border-radius:28px;overflow:hidden;box-shadow:var(--site-shadow);border:1px solid #111827}.player-box video{width:100%;aspect-ratio:16/9;background:#000}.article-card,.side-card{background:white;border:1px solid var(--site-line);border-radius:24px;padding:28px;box-shadow:0 10px 25px rgba(15,23,42,.06);margin-top:24px}.article-card h2,.side-card h2{font-size:26px;font-weight:900;margin-bottom:14px}.article-card p{color:#374151;line-height:2;font-size:17px}.related-section{margin-top:34px}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-side{position:sticky;top:100px}.side-card:first-child{margin-top:0}.side-card dl{display:grid;grid-template-columns:72px 1fr;gap:12px 14px}.side-card dt{color:#6b7280}.side-card dd{font-weight:800;color:#111827}.side-card dd a{color:var(--site-amber)}.side-rank{display:grid;gap:8px}.side-rank a{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:center;padding:10px;border-radius:12px;background:#f9fafb}.side-rank a:hover{background:#fffbeb;color:var(--site-amber)}.side-rank span{width:24px;height:24px;border-radius:8px;background:#f59e0b;color:white;display:grid;place-items:center;font-size:12px;font-weight:900}
.site-footer{background:#111827;color:white;margin-top:50px}.footer-grid{max-width:1280px;margin:0 auto;padding:54px 24px;display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:36px}.footer-grid h3,.footer-grid h4{font-size:20px;font-weight:900;margin-bottom:16px}.footer-grid p{color:#cbd5e1;line-height:1.8}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.footer-links a{color:#cbd5e1}.footer-links a:hover{color:#fbbf24}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#94a3b8;padding:20px}
@media (max-width:1100px){.desktop-nav,.header-search{display:none}.menu-toggle{display:flex}.hero-content{margin:0;padding:120px 24px 80px}.feature-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin:0 24px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.movie-grid,.movie-grid.all-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split-section,.detail-layout{grid-template-columns:1fr}.rank-panel,.detail-side{position:static}.category-overview-grid{grid-template-columns:1fr}.detail-grid{grid-template-columns:260px 1fr}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.header-inner{padding:12px 16px}.brand strong{font-size:16px}.hero-carousel{height:640px}.hero-content{padding:92px 18px 82px}.hero-content p{font-size:16px}.hero-actions{gap:10px}.primary-btn,.ghost-btn{width:100%;padding:12px 16px}.feature-strip{grid-template-columns:1fr;margin:0 16px;border-radius:20px}.content-section{padding:44px 16px}.section-head{display:block}.section-more{margin-top:16px}.category-grid,.movie-grid,.movie-grid.all-grid,.movie-grid.small-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.movie-card-body{padding:13px}.movie-card h3{font-size:16px}.movie-card p{font-size:13px;min-height:0}.filter-bar{display:grid}.filter-bar input,.filter-bar select{min-width:0;width:100%}.category-overview{grid-template-columns:1fr}.category-overview img{height:220px}.rank-card{grid-template-columns:105px 1fr;padding:10px}.rank-info h2{font-size:18px}.rank-info p{font-size:14px}.detail-hero{min-height:auto}.detail-wrap{padding:46px 16px}.detail-grid{grid-template-columns:1fr;gap:24px}.detail-poster{max-width:250px}.detail-info h1{font-size:38px}.detail-info .lead{font-size:17px}.article-card,.side-card{padding:22px}.footer-grid{grid-template-columns:1fr;padding:40px 18px}.footer-links{grid-template-columns:1fr}}
@media (max-width:430px){.category-grid,.movie-grid,.movie-grid.all-grid,.movie-grid.small-grid,.related-grid{grid-template-columns:1fr}.mobile-cats{grid-template-columns:1fr}.rank-card{grid-template-columns:1fr}.rank-cover{max-width:180px}.hero-content h1{font-size:40px}}
