body{min-height:100vh;background:linear-gradient(135deg,#fffbeb 0%,#fff7ed 48%,#f9fafb 100%);color:#111827;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#d97706,#f97316);box-shadow:0 4px 16px rgba(146,64,14,.22)}.header-row{height:4rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.65rem;color:#fff;font-weight:800;font-size:1.25rem}.brand-mark{width:2rem;height:2rem;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:.85rem}.desktop-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#fff;font-weight:600;transition:.2s}.nav-link:hover,.nav-link.active{color:#fef3c7}.menu-button{display:none;color:#fff;font-size:1.6rem}.mobile-nav{display:none;border-top:1px solid rgba(255,255,255,.25);padding:.75rem 0 1rem;gap:.35rem;flex-direction:column}.mobile-nav.open{display:flex}.hero{height:600px;position:relative;overflow:hidden;background:#111827}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.hero-slide.active{opacity:1;z-index:1}.hero-slide>img{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.55) 44%,rgba(0,0,0,.14) 100%)}.hero-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding-bottom:4rem;color:#fff}.hero-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}.hero-tags span,.tag-cloud span{display:inline-flex;align-items:center;border-radius:999px;background:#f59e0b;color:#fff;font-size:.78rem;font-weight:700;padding:.25rem .65rem}.hero-content h1{font-size:clamp(2.3rem,5vw,4rem);font-weight:900;line-height:1.05;max-width:900px;margin-bottom:1rem;text-shadow:0 6px 26px rgba(0,0,0,.45)}.hero-content p{max-width:720px;color:#e5e7eb;font-size:1.18rem;line-height:1.8;margin-bottom:1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;padding:.8rem 1.4rem;transition:.2s}.primary-btn{background:#d97706;color:#fff;box-shadow:0 12px 28px rgba(217,119,6,.35)}.primary-btn:hover{background:#b45309;transform:translateY(-1px)}.ghost-btn{color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px)}.ghost-btn:hover{background:rgba(0,0,0,.42)}.hero-nav{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:999px;background:rgba(0,0,0,.5);color:#fff;font-size:2.2rem;line-height:1;display:grid;place-items:center}.hero-nav:hover{background:rgba(0,0,0,.75)}.hero-nav.prev{left:1rem}.hero-nav.next{right:1rem}.hero-dots{position:absolute;z-index:3;left:50%;bottom:1.75rem;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:#f59e0b}.content-section{padding-top:3rem;padding-bottom:3rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-head h2{font-size:2rem;line-height:1.15;font-weight:900;color:#111827}.section-head p{color:#6b7280;margin-top:.45rem}.section-link{color:#d97706;font-weight:800;white-space:nowrap}.section-link:hover{color:#b45309}.spotlight-section{background:#fff;border-radius:1.5rem;box-shadow:0 15px 35px rgba(17,24,39,.08);padding-left:2rem;padding-right:2rem}.movie-grid{display:grid;gap:1.25rem}.movie-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.movie-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.movie-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.movie-card{display:block;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 14px rgba(17,24,39,.08);transition:.25s;height:100%}.movie-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(17,24,39,.16)}.poster-wrap{display:block;position:relative;aspect-ratio:16/9;background:#111827;overflow:hidden}.poster-wrap img{width:100%;height:100%;object-fit:cover;transition:.45s}.movie-card:hover .poster-wrap img{transform:scale(1.08)}.poster-wrap b{position:absolute;right:.65rem;top:.65rem;border-radius:.45rem;background:#f59e0b;color:#fff;font-size:.72rem;padding:.25rem .5rem}.card-body{display:block;padding:1rem}.card-body strong{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#111827;font-size:1.05rem;margin-bottom:.45rem}.movie-card:hover .card-body strong{color:#d97706}.card-body em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-style:normal;color:#6b7280;font-size:.9rem;line-height:1.55;margin-bottom:.7rem}.card-meta{display:flex;gap:.45rem;flex-wrap:wrap;color:#6b7280;font-size:.76rem}.card-meta span{background:#fffbeb;color:#92400e;border-radius:999px;padding:.18rem .5rem}.movie-card.compact .card-body{padding:.85rem}.movie-card.compact .card-body strong{font-size:.95rem}.movie-card.compact .card-body em{font-size:.82rem}.list-grid,.rank-list{display:grid;gap:1rem}.list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rank-item{display:grid;grid-template-columns:auto 7rem 1fr;align-items:center;gap:1rem;background:#fff;border-radius:1rem;padding:.85rem;box-shadow:0 5px 16px rgba(17,24,39,.08);transition:.2s}.rank-item:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(17,24,39,.14)}.rank-no{width:2.4rem;height:2.4rem;border-radius:999px;background:#f59e0b;color:#fff;display:grid;place-items:center;font-weight:900}.rank-item img{width:7rem;aspect-ratio:16/9;object-fit:cover;border-radius:.75rem}.rank-copy strong{display:block;color:#111827;font-weight:900;margin-bottom:.25rem}.rank-copy em{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#6b7280;font-style:normal;font-size:.9rem}.rank-copy span{display:block;color:#92400e;font-size:.78rem;margin-top:.3rem}.filter-panel{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem;background:rgba(255,255,255,.82);border:1px solid rgba(245,158,11,.2);border-radius:1rem;padding:.85rem;box-shadow:0 8px 24px rgba(217,119,6,.08)}.filter-panel input,.filter-panel select{height:2.75rem;border-radius:.8rem;border:1px solid #fcd34d;background:#fff;color:#111827;padding:0 .9rem;outline:none}.filter-panel input{min-width:min(320px,100%);flex:1}.filter-panel input:focus,.filter-panel select:focus{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.15)}.page-hero{background:linear-gradient(135deg,#78350f 0%,#d97706 55%,#f97316 100%);color:#fff}.compact-hero{padding:3.25rem 0}.compact-hero h1{font-size:clamp(2rem,4vw,3.4rem);font-weight:900;margin:.6rem 0}.compact-hero p{max-width:760px;color:#fffbeb;line-height:1.8}.crumb{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;color:rgba(255,255,255,.9);font-size:.9rem}.crumb a:hover{text-decoration:underline}.crumb span:before,.crumb a+a:before,.crumb a+span:before{content:'/' ;margin-right:.55rem;opacity:.7}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.category-card{display:block;background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 22px rgba(17,24,39,.08);padding:1rem;transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(17,24,39,.14)}.category-covers{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:.35rem;margin-bottom:1rem}.category-covers img{width:100%;height:7.5rem;object-fit:cover;border-radius:.8rem}.category-covers img:first-child{height:7.5rem}.category-card strong{display:block;color:#111827;font-size:1.35rem;font-weight:900;margin-bottom:.45rem}.category-card em{display:block;color:#6b7280;font-style:normal;line-height:1.6;margin-bottom:.8rem}.category-card span:last-child{color:#d97706;font-weight:900}.detail-hero{background:radial-gradient(circle at 10% 10%,#f97316 0,#92400e 38%,#111827 100%);color:#fff;padding:2.5rem 0 3rem}.detail-top{display:grid;grid-template-columns:340px 1fr;gap:2rem;align-items:end;margin-top:1.2rem}.detail-poster{border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.35);background:#111827}.detail-poster img{width:100%;aspect-ratio:16/10;object-fit:cover}.detail-copy h1{font-size:clamp(2rem,4.5vw,4rem);font-weight:900;line-height:1.08;margin:1rem 0}.detail-copy p{color:#e5e7eb;font-size:1.08rem;line-height:1.8;max-width:780px;margin-bottom:1rem}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1.25rem}.tag-cloud span{background:#fffbeb;color:#92400e}.player-box{background:#000;border-radius:1.25rem;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.2);position:relative}.player-box video{width:100%;aspect-ratio:16/9;background:#000}.player-state{position:absolute;left:1rem;bottom:1rem;color:#fff;background:rgba(0,0,0,.45);border-radius:999px;padding:.35rem .75rem;font-size:.85rem}.detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:1rem}.detail-card{background:#fff;border-radius:1.25rem;box-shadow:0 8px 22px rgba(17,24,39,.08);padding:1.5rem;margin-bottom:1.25rem}.detail-card h2{font-size:1.45rem;font-weight:900;color:#111827;margin-bottom:.9rem}.detail-card p{color:#374151;line-height:1.9}.detail-card dl{display:grid;grid-template-columns:5rem 1fr;gap:.65rem .85rem}.detail-card dt{color:#6b7280}.detail-card dd{color:#111827;font-weight:700}.detail-card dd a{color:#d97706}.site-footer{background:#111827;color:#d1d5db;margin-top:4rem;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}.footer-grid h3{color:#fff;font-weight:900;margin-bottom:.8rem}.footer-grid p{line-height:1.7;color:#9ca3af}.footer-links{display:flex;flex-direction:column;gap:.45rem}.footer-links a:hover{color:#f59e0b}.footer-bottom{margin-top:2rem;border-top:1px solid #1f2937;padding-top:1.2rem;color:#9ca3af;font-size:.9rem}.hidden-card{display:none!important}@media(max-width:1100px){.movie-grid.six{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.four{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.desktop-nav{display:none}.menu-button{display:block}.hero{height:520px}.hero-content{padding-bottom:4.5rem}.hero-content h1{font-size:2.2rem}.hero-nav{display:none}.movie-grid.two,.movie-grid.three,.movie-grid.four,.movie-grid.six,.list-grid,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spotlight-section{padding-left:1rem;padding-right:1rem}.section-head{align-items:flex-start;flex-direction:column}.rank-item{grid-template-columns:auto 5.5rem 1fr}.rank-item img{width:5.5rem}.detail-top{grid-template-columns:1fr}.detail-poster{max-width:420px}.detail-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}@media(max-width:520px){.movie-grid.two,.movie-grid.three,.movie-grid.four,.movie-grid.six,.list-grid,.category-grid{grid-template-columns:1fr}.category-covers img{height:6rem}.filter-panel{display:grid}.filter-panel input,.filter-panel select{width:100%;min-width:0}.hero{height:560px}.hero-content p{font-size:1rem}.rank-item{grid-template-columns:auto 1fr}.rank-item img{display:none}.footer-bottom{font-size:.82rem}}