:root{--amber:#f59e0b;--orange:#f97316;--slate:#0f172a;--muted:#64748b;--paper:#fff7ed;--line:#fed7aa}body{background:linear-gradient(180deg,#fff7ed 0%,#fff 46%,#f8fafc 100%);color:#0f172a}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#fff7ed,#ffedd5);border-bottom:1px solid #fed7aa;box-shadow:0 1px 8px rgba(15,23,42,.06)}.container{max-width:80rem;margin:0 auto;padding:0 1rem}.nav-row{height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem}.brand-mark{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,#fbbf24,#f97316);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px rgba(245,158,11,.24);font-weight:900}.brand-name{font-size:1.25rem;font-weight:800;color:#78350f;line-height:1}.brand-sub{font-size:.75rem;color:#b45309;margin-top:.2rem}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-links a{font-size:.9rem;font-weight:700;color:#78350f}.nav-links a:hover{color:#d97706}.search-form{max-width:26rem;flex:1;display:flex}.search-form input{width:100%;border:1px solid #fbbf24;border-radius:999px;padding:.62rem 1rem;background:white;outline:0;color:#0f172a}.search-form input:focus{box-shadow:0 0 0 3px rgba(251,191,36,.28)}.menu-btn{display:none;border-radius:.75rem;color:#78350f;padding:.55rem}.mobile-panel{display:none;padding:0 0 1rem}.mobile-panel.open{display:block}.mobile-panel .nav-links{display:grid;gap:.45rem}.mobile-panel .search-form{max-width:none;margin:.75rem 0}.hero{position:relative;margin:2rem auto 4rem}.hero-shell{position:relative;overflow:hidden;border-radius:1.5rem;min-height:34rem;background:#0f172a;box-shadow:0 30px 80px rgba(15,23,42,.25)}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .65s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}.hero-mask{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.95),rgba(15,23,42,.68) 48%,rgba(15,23,42,.15)),linear-gradient(0deg,rgba(15,23,42,.9),rgba(15,23,42,0) 45%)}.hero-content{position:relative;z-index:2;max-width:44rem;padding:5rem 3rem;color:white}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;background:rgba(245,158,11,.18);border:1px solid rgba(251,191,36,.38);color:#fde68a;padding:.45rem .8rem;font-size:.85rem;font-weight:800;margin-bottom:1rem}.hero h1{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.04;font-weight:900;letter-spacing:-.04em;margin-bottom:1rem}.hero p{font-size:1.08rem;line-height:1.85;color:#e2e8f0;margin-bottom:1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.78rem 1.1rem;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(90deg,#f59e0b,#f97316);color:white;box-shadow:0 14px 30px rgba(249,115,22,.28)}.btn-light{background:rgba(255,255,255,.92);color:#0f172a}.hero-controls{position:absolute;z-index:5;right:2rem;bottom:2rem;display:flex;align-items:center;gap:.6rem}.hero-dot{width:.65rem;height:.65rem;border-radius:999px;background:rgba(255,255,255,.58);border:0}.hero-dot.active{width:2rem;background:#f59e0b}.section{margin:0 auto 4rem}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-title{display:flex;align-items:center;gap:.75rem}.section-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,#ef4444,#f97316);color:white;display:flex;align-items:center;justify-content:center;font-weight:900}.section h2{font-size:1.7rem;line-height:1.2;font-weight:900;color:#0f172a}.section small,.muted{color:#64748b}.grid-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.35rem}.movie-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.1rem;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;height:100%;display:flex;flex-direction:column}.movie-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(15,23,42,.12);border-color:#fbbf24}.poster{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#1e293b,#0f172a);overflow:hidden}.poster img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.movie-card:hover .poster img{transform:scale(1.05)}.poster::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.72),rgba(15,23,42,0) 55%)}.badge{position:absolute;left:.75rem;top:.75rem;z-index:2;border-radius:999px;background:rgba(245,158,11,.94);color:white;font-weight:800;font-size:.74rem;padding:.28rem .62rem}.rank-badge{position:absolute;right:.75rem;top:.75rem;z-index:2;border-radius:999px;background:rgba(15,23,42,.82);color:#fde68a;font-weight:900;font-size:.78rem;padding:.28rem .62rem}.card-body{padding:1rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.card-body h3{font-size:1.05rem;font-weight:900;color:#0f172a;line-height:1.35}.card-body h3:hover{color:#d97706}.meta{display:flex;flex-wrap:wrap;gap:.4rem;color:#64748b;font-size:.8rem}.desc{color:#475569;line-height:1.65;font-size:.9rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:auto}.tag{border-radius:999px;background:#fff7ed;color:#b45309;border:1px solid #fed7aa;font-size:.72rem;font-weight:700;padding:.2rem .48rem}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.category-tile{border-radius:1.1rem;background:linear-gradient(135deg,#fffbeb,#fff7ed);border:1px solid #fed7aa;padding:1.25rem;box-shadow:0 10px 24px rgba(245,158,11,.08);min-height:9rem;display:flex;flex-direction:column;justify-content:space-between}.category-tile:hover{box-shadow:0 18px 42px rgba(245,158,11,.16);transform:translateY(-2px)}.category-tile h3{font-size:1.15rem;font-weight:900;color:#78350f}.category-tile p{font-size:.9rem;color:#92400e;line-height:1.65;margin:.7rem 0}.page-hero{padding:3.5rem 0 2.5rem;background:linear-gradient(135deg,#fffbeb,#fff7ed 48%,#f8fafc);border-bottom:1px solid #fed7aa;margin-bottom:2.5rem}.page-hero h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:-.035em;color:#0f172a;margin-bottom:.9rem}.page-hero p{max-width:48rem;color:#475569;line-height:1.8;font-size:1.05rem}.breadcrumb{display:flex;gap:.45rem;flex-wrap:wrap;color:#b45309;font-weight:700;font-size:.88rem;margin-bottom:1rem}.breadcrumb a:hover{color:#d97706}.detail-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(20rem,.8fr);gap:2rem;margin-top:2rem}.player-box{border-radius:1.25rem;overflow:hidden;background:#020617;box-shadow:0 24px 70px rgba(15,23,42,.28);border:1px solid rgba(148,163,184,.24)}.player-stage{position:relative;aspect-ratio:16/9;background:#020617}.player-stage video{width:100%;height:100%;object-fit:cover}.play-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(0deg,rgba(2,6,23,.58),rgba(2,6,23,.18));z-index:4}.play-btn{width:5.2rem;height:5.2rem;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#f97316);color:white;font-weight:900;font-size:2rem;box-shadow:0 18px 42px rgba(249,115,22,.35);display:flex;align-items:center;justify-content:center}.detail-card{background:white;border:1px solid #e2e8f0;border-radius:1.2rem;padding:1.4rem;box-shadow:0 10px 24px rgba(15,23,42,.06)}.detail-card h2{font-size:1.35rem;font-weight:900;margin-bottom:1rem;color:#0f172a}.detail-card p{line-height:1.9;color:#334155;margin:.8rem 0}.info-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1rem 0}.info-list div{border-radius:.8rem;background:#f8fafc;border:1px solid #e2e8f0;padding:.75rem}.info-list span{display:block;font-size:.75rem;color:#64748b;margin-bottom:.2rem}.info-list strong{color:#0f172a}.side-poster{border-radius:1.1rem;overflow:hidden;background:#0f172a;aspect-ratio:3/4;box-shadow:0 18px 40px rgba(15,23,42,.2)}.side-poster img{width:100%;height:100%;object-fit:cover}.rank-list{display:grid;gap:.9rem}.rank-item{display:grid;grid-template-columns:3.2rem 7rem minmax(0,1fr);gap:1rem;align-items:center;background:white;border:1px solid #e2e8f0;border-radius:1rem;padding:.8rem;box-shadow:0 8px 20px rgba(15,23,42,.05)}.rank-num{font-size:1.3rem;font-weight:900;color:#f59e0b;text-align:center}.rank-thumb{aspect-ratio:16/10;border-radius:.8rem;overflow:hidden;background:#0f172a}.rank-thumb img{width:100%;height:100%;object-fit:cover}.rank-info h3{font-weight:900;color:#0f172a;margin-bottom:.35rem}.rank-info h3:hover{color:#d97706}.filter-panel{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.5rem}.filter-panel input,.filter-panel select{border:1px solid #fed7aa;border-radius:999px;background:white;padding:.72rem 1rem;outline:0}.filter-panel input{min-width:min(100%,28rem);flex:1}.site-footer{margin-top:5rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:#cbd5e1}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:3rem 0}.site-footer h3{color:#fbbf24;font-weight:900;margin-bottom:.9rem}.site-footer p,.site-footer a{color:#cbd5e1;line-height:1.8;font-size:.9rem}.site-footer a:hover{color:#fbbf24}.copyright{border-top:1px solid rgba(148,163,184,.2);padding:1rem 0;color:#94a3b8;font-size:.85rem}.hide{display:none!important}@media(max-width:1024px){.grid-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}.nav-links.primary{display:none}.search-form.header-search{display:none}.menu-btn{display:block}}@media(max-width:700px){.container{padding:0 .85rem}.hero{margin-top:1rem}.hero-shell{min-height:35rem;border-radius:1rem}.hero-content{padding:3.5rem 1.25rem}.hero p{font-size:.98rem}.hero-controls{left:1.25rem;right:auto;bottom:1.2rem}.grid-cards{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr}.rank-item{grid-template-columns:2.4rem 5rem minmax(0,1fr);gap:.7rem}.footer-grid{grid-template-columns:1fr}.info-list{grid-template-columns:1fr}.page-hero{padding:2.4rem 0 1.8rem}.brand-sub{display:none}}