:root{--orange:#f97316;--orange-dark:#ea580c;--amber:#f59e0b;--bg1:#fff7ed;--bg2:#fffbeb;--bg3:#fefce8;--text:#1f2937;--muted:#6b7280;--line:#e5e7eb;--dark:#111827;--shadow:0 16px 35px rgba(17,24,39,.12);--shadow2:0 25px 50px rgba(17,24,39,.2);--radius:24px}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(135deg,var(--bg1),var(--bg2),var(--bg3));color:var(--text);min-height:100vh}a{text-decoration:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(249,115,22,.12)}.header-inner{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:var(--text)}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--orange),var(--amber));color:white;box-shadow:0 10px 24px rgba(249,115,22,.35);font-size:14px}.main-nav{display:flex;align-items:center;gap:8px}.nav-link{padding:9px 16px;border-radius:999px;color:#4b5563;font-weight:700;transition:.25s}.nav-link:hover,.nav-link.active{background:linear-gradient(90deg,var(--orange),var(--amber));color:white;box-shadow:0 10px 20px rgba(249,115,22,.18)}.menu-toggle{display:none;flex-direction:column;gap:5px}.menu-toggle span{width:24px;height:2px;background:#374151;border-radius:999px}.mobile-nav{display:none;border-top:1px solid rgba(249,115,22,.12);padding:8px 20px;background:white}.mobile-link{display:block;padding:12px 0;color:#4b5563;font-weight:700}.mobile-link.active{color:var(--orange)}.hero-carousel{position:relative;height:600px;overflow:hidden;background:#111827}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide>img{width:100%;height:100%;object-fit:cover;transform:scale(1.03)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.52),rgba(0,0,0,.08));z-index:1}.hero-content{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:1280px;padding:0 24px;color:white}.hero-content>p,.hero-content>h1,.hero-label,.hero-tags,.hero-actions{max-width:720px}.hero-label{display:inline-flex;align-items:center;gap:8px;color:#facc15;font-size:18px;font-weight:800;margin-bottom:16px}.hero-content h1{font-size:clamp(42px,7vw,72px);line-height:1.05;font-weight:900;margin:0 0 18px}.hero-content p{font-size:21px;line-height:1.65;color:#e5e7eb;margin-bottom:24px}.hero-tags,.card-tags,.detail-tags{display:flex;flex-wrap:wrap;gap:9px}.hero-tags span{padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.2);backdrop-filter:blur(6px);color:white;font-weight:700;font-size:14px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.primary-btn,.glass-btn,.white-btn,.outline-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;transition:.25s;white-space:nowrap}.primary-btn{background:linear-gradient(90deg,var(--orange),var(--amber));color:white;padding:14px 28px;box-shadow:0 15px 30px rgba(249,115,22,.35)}.primary-btn:hover,.white-btn:hover,.outline-btn:hover,.ghost-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow2)}.glass-btn{padding:13px 24px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.5);color:white;backdrop-filter:blur(8px)}.glass-btn:hover{background:rgba(255,255,255,.24)}.hero-controls{position:absolute;left:50%;bottom:32px;transform:translateX(-50%);z-index:5;display:flex;gap:9px}.hero-dot{height:9px;width:9px;border-radius:999px;background:rgba(255,255,255,.45);transition:.25s}.hero-dot.active{width:34px;background:white}.home-search{max-width:920px;margin:-34px auto 0;position:relative;z-index:9;padding:0 20px}.home-search form{display:flex;gap:12px;background:white;padding:14px;border-radius:22px;box-shadow:var(--shadow)}.home-search input{flex:1;border:1px solid var(--line);border-radius:16px;padding:14px 18px;outline:none;font-size:16px}.home-search button{border-radius:16px;background:linear-gradient(90deg,var(--orange),var(--amber));color:white;font-weight:800;padding:0 28px}.section-wrap{max-width:1280px;margin:0 auto;padding:72px 20px}.section-wrap.no-pad{padding-top:0;padding-bottom:0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h2{font-size:34px;line-height:1.1;font-weight:900;margin-top:6px}.section-heading a{font-weight:800;color:var(--orange)}.eyebrow{color:var(--orange);font-weight:900;letter-spacing:.08em}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.poster-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.movie-card{background:white;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:.3s}.movie-card:hover{transform:translateY(-7px);box-shadow:var(--shadow2)}.poster-wrap{display:block;position:relative;height:220px;overflow:hidden;background:#111827}.compact-card .poster-wrap{height:auto;aspect-ratio:3/4}.poster-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.movie-card:hover img{transform:scale(1.1)}.poster-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,0) 60%);opacity:.9}.poster-type{position:absolute;right:14px;top:14px;z-index:2;background:var(--orange);color:white;border-radius:999px;font-size:12px;font-weight:800;padding:6px 10px}.poster-meta{position:absolute;left:14px;bottom:14px;z-index:2;color:white;font-size:13px;font-weight:700}.card-body{padding:18px}.card-body h3{font-size:20px;font-weight:900;line-height:1.25;margin-bottom:8px}.compact-card .card-body h3{font-size:15px}.card-body h3 a{color:var(--text)}.card-body h3 a:hover{color:var(--orange)}.card-body p{color:var(--muted);line-height:1.55;font-size:14px;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-tags span,.detail-tags span{background:#ffedd5;color:#ea580c;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.section-band{background:linear-gradient(90deg,#ffedd5,#fef3c7);padding:72px 0}.category-grid,.category-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-card,.category-overview-card{background:white;border-radius:20px;padding:24px;box-shadow:0 12px 28px rgba(17,24,39,.1);transition:.3s}.category-card:hover,.category-overview-card:hover{transform:translateY(-5px);box-shadow:var(--shadow2)}.category-card span,.category-overview-card span{font-size:34px;display:block;margin-bottom:12px}.category-card h3,.category-overview-card h2{font-weight:900;font-size:19px;color:var(--text);margin-bottom:8px}.category-card p,.category-overview-card p{color:var(--muted);line-height:1.55;font-size:14px}.category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.mini-links a{background:#fff7ed;color:#ea580c;border-radius:999px;padding:7px 10px;font-weight:800;font-size:13px}.rank-preview{padding-top:20px}.rank-list{display:grid;gap:14px}.rank-item{display:grid;grid-template-columns:54px 76px 1fr auto;align-items:center;gap:18px;background:white;border-radius:22px;padding:14px;box-shadow:0 10px 25px rgba(17,24,39,.08);transition:.25s}.rank-item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.rank-num{height:42px;width:42px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--orange),var(--amber));color:white;font-weight:900}.rank-poster{display:block;width:76px;height:96px;border-radius:14px;overflow:hidden;background:#111827}.rank-poster img{width:100%;height:100%;object-fit:cover}.rank-info h3{font-size:20px;font-weight:900;margin-bottom:5px}.rank-info h3 a{color:var(--text)}.rank-info h3 a:hover{color:var(--orange)}.rank-info p{color:var(--muted);line-height:1.45;margin-bottom:8px}.rank-meta{display:flex;flex-wrap:wrap;gap:8px;color:#6b7280;font-size:13px}.rank-meta span{background:#f3f4f6;border-radius:999px;padding:5px 9px}.ghost-btn{background:#fff7ed;color:#ea580c;padding:10px 18px}.cta-section{background:linear-gradient(135deg,var(--orange),var(--amber));color:white;text-align:center;padding:84px 20px}.cta-section h2{font-size:40px;font-weight:900;margin-bottom:12px}.cta-section p{font-size:19px;color:#ffedd5;margin-bottom:26px}.cta-section div{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.white-btn{background:white;color:#ea580c;padding:13px 26px}.outline-btn{background:rgba(255,255,255,.12);border:2px solid white;color:white;padding:11px 24px}.page-hero{background:linear-gradient(135deg,var(--orange),var(--amber));color:white;padding:76px 20px}.page-hero>div{max-width:1280px;margin:0 auto}.page-hero span{font-weight:900;color:#ffedd5;letter-spacing:.08em}.page-hero h1{font-size:clamp(38px,6vw,58px);font-weight:900;margin:10px 0 12px}.page-hero p{font-size:19px;max-width:760px;color:#fff7ed;line-height:1.7}.crumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px;font-size:14px}.crumbs a{color:inherit;font-weight:800}.crumbs em{font-style:normal;opacity:.65}.filter-panel{background:white;border-radius:24px;box-shadow:var(--shadow);padding:20px;margin-bottom:28px;display:grid;gap:16px}.search-field{position:relative}.search-field span{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:20px}.search-field input{width:100%;padding:14px 18px 14px 46px;border:1px solid var(--line);border-radius:16px;outline:none;font-size:16px}.search-field input:focus{border-color:#fdba74;box-shadow:0 0 0 4px rgba(249,115,22,.12)}.filter-row{display:flex;flex-wrap:wrap;gap:9px}.filter-chip{padding:9px 14px;border-radius:13px;background:#f3f4f6;color:#374151;font-weight:800;transition:.2s}.filter-chip.active,.filter-chip:hover{background:linear-gradient(90deg,var(--orange),var(--amber));color:white}.sort-select{border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:white;color:#374151;font-weight:700;max-width:220px}.detail-hero{max-width:1280px;margin:0 auto;padding:34px 20px 72px}.detail-hero>.crumbs{color:#6b7280;margin-bottom:24px}.detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,380px);gap:28px}.player-card,.detail-card,.poster-side,.rel-card{background:white;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.player-shell{position:relative;background:black;aspect-ratio:16/9}.player-shell video{width:100%;height:100%;object-fit:contain;background:black}.player-error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:white;font-weight:800;background:rgba(0,0,0,.72)}.detail-card{padding:28px;margin-top:22px}.detail-card h1{font-size:34px;font-weight:900;margin-bottom:14px}.detail-card h2{font-size:22px;font-weight:900;margin:26px 0 10px}.detail-card p{line-height:1.85;color:#374151}.lead-text{font-size:18px;color:#111827!important;margin-top:18px}.detail-meta{display:flex;flex-wrap:wrap;gap:9px;margin:10px 0 16px}.detail-meta span{background:#f3f4f6;color:#4b5563;border-radius:999px;padding:7px 11px;font-weight:800;font-size:13px}.side-column{display:grid;gap:22px;align-content:start}.poster-side{padding:18px}.poster-side img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:18px;background:#111827;margin-bottom:16px}.primary-btn.full{width:100%}.rel-card{padding:20px}.rel-card h2{font-size:22px;font-weight:900;margin-bottom:16px}.rel-list{display:grid;gap:14px}.rel-item{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}.rel-item img{width:72px;height:96px;object-fit:cover;border-radius:12px;background:#111827;grid-row:span 2}.rel-item span{font-weight:900;color:#1f2937;line-height:1.35}.rel-item small{color:#6b7280}.site-footer{background:#111827;color:#d1d5db;padding:46px 20px}.footer-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;gap:30px}.footer-brand{color:white;margin-bottom:12px}.site-footer p{max-width:460px;line-height:1.7;color:#9ca3af}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px}.footer-grid a{color:#d1d5db;font-weight:700}.footer-grid a:hover{color:#fb923c}.hidden-card{display:none!important}@media(max-width:1100px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}.side-column{grid-template-columns:1fr 1fr}}@media(max-width:760px){.main-nav{display:none}.menu-toggle{display:flex}.mobile-nav.open{display:block}.hero-carousel{height:560px}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.38))}.hero-content{top:auto;bottom:78px;transform:translateX(-50%)}.hero-content p{font-size:17px}.hero-actions{gap:10px}.primary-btn,.glass-btn{padding:12px 18px}.home-search{margin:18px auto 0}.home-search form{flex-direction:column}.home-search button{padding:13px}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:28px}.featured-grid,.category-overview-grid{grid-template-columns:1fr}.poster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rank-item{grid-template-columns:44px 64px 1fr;gap:12px}.rank-poster{width:64px;height:86px}.rank-info h3{font-size:16px}.rank-info p,.rank-meta{display:none}.rank-item .ghost-btn{grid-column:1/-1}.side-column{grid-template-columns:1fr}.footer-inner{flex-direction:column}.detail-card h1{font-size:28px}.cta-section h2{font-size:31px}}