:root{--brand:#059669;--brand-dark:#047857;--ink:#0f172a;--muted:#64748b;--soft:#f8fafc;--line:#e2e8f0;--card:#fff;--night:#0f172a}body{background:#fff;color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.85)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:inline-flex;align-items:center;gap:.65rem;font-weight:900;color:#0f172a;font-size:1.35rem}.brand-mark{width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg,#059669,#0d9488);display:inline-flex;align-items:center;justify-content:center;color:white;font-size:.95rem;box-shadow:0 16px 35px rgba(5,150,105,.28)}.desktop-nav{display:flex;align-items:center;gap:.35rem}.nav-link{padding:.7rem 1rem;border-radius:999px;color:#475569;font-weight:700;transition:.25s}.nav-link:hover,.nav-link.is-active{background:#d1fae5;color:#047857}.menu-button{display:none;flex-direction:column;gap:5px;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#ecfdf5}.menu-button span{width:20px;height:2px;background:#047857;border-radius:99px}.mobile-nav{display:none;padding:.35rem 1rem 1rem;border-top:1px solid #e2e8f0;background:white}.mobile-nav.is-open{display:grid;gap:.5rem}.mobile-link{padding:.85rem 1rem;border-radius:12px;color:#475569;font-weight:700}.mobile-link.is-active,.mobile-link:hover{background:#ecfdf5;color:#047857}.hero-carousel{position:relative;height:520px;overflow:hidden;background:linear-gradient(135deg,#064e3b,#0f172a)}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.hero-mask{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.52),rgba(0,0,0,.12));display:flex;align-items:center}.hero-content{height:100%;display:flex;align-items:center}.hero-copy{max-width:720px;color:white}.hero-label{display:inline-flex;background:#059669;padding:.55rem 1rem;border-radius:999px;font-weight:800;font-size:.9rem;margin-bottom:1.2rem;box-shadow:0 12px 35px rgba(5,150,105,.38)}.hero-copy h1{font-size:clamp(2.3rem,5vw,4.7rem);line-height:1.06;font-weight:950;margin-bottom:1.2rem;letter-spacing:-.04em}.hero-copy p{font-size:clamp(1.05rem,2.1vw,1.35rem);line-height:1.8;color:#e2e8f0;margin-bottom:1.25rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.8rem}.hero-tags span{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18);padding:.45rem .85rem;border-radius:999px;color:#f8fafc}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:900;padding:1rem 1.35rem;transition:.25s}.btn-primary{background:#059669;color:white;box-shadow:0 20px 38px rgba(5,150,105,.3)}.btn-primary:hover{background:#047857;transform:translateY(-2px) scale(1.02)}.btn-ghost{background:rgba(255,255,255,.14);color:white;border:1px solid rgba(255,255,255,.22)}.btn-ghost:hover{background:rgba(255,255,255,.24);transform:translateY(-2px)}.hero-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:.55rem;z-index:3}.hero-dot{width:.78rem;height:.78rem;border-radius:999px;background:rgba(255,255,255,.5);transition:.25s}.hero-dot.is-active{width:2.25rem;background:white}.hero-search{position:absolute;right:max(1rem,calc((100vw - 1180px)/2));bottom:28px;z-index:4;display:flex;width:min(420px,calc(100vw - 2rem));background:rgba(255,255,255,.94);border-radius:18px;padding:.35rem;box-shadow:0 20px 45px rgba(15,23,42,.25)}.hero-search input{flex:1;min-width:0;padding:0 1rem;color:#0f172a;outline:none;background:transparent}.hero-search button{background:#059669;color:white;font-weight:900;border-radius:14px;padding:.8rem 1.1rem}.page-section{padding:4.5rem 0}.gradient-section{background:linear-gradient(180deg,#fff,#f8fafc)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-head h2{font-size:clamp(1.8rem,3vw,2.45rem);font-weight:950;color:#1e293b;letter-spacing:-.03em}.section-head p{color:#64748b;margin-top:.45rem;font-size:1rem}.section-more{color:#059669;font-weight:900;white-space:nowrap}.movie-grid{display:grid;gap:1.5rem}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.four-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-card{display:block;background:white;border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden;box-shadow:0 4px 18px rgba(15,23,42,.07);transition:.28s}.movie-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(15,23,42,.14);border-color:#a7f3d0}.movie-cover{position:relative;height:12.5rem;overflow:hidden;background:linear-gradient(135deg,#064e3b,#0f172a)}.movie-cover img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.movie-card:hover img{transform:scale(1.08)}.movie-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.5));opacity:.75}.play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:54px;height:54px;border-radius:999px;background:rgba(255,255,255,.92);color:#059669;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 12px 28px rgba(0,0,0,.24);transition:.25s}.movie-card:hover .play-icon{transform:translate(-50%,-50%) scale(1.1)}.duration-pill{position:absolute;right:.65rem;bottom:.65rem;z-index:3;background:rgba(0,0,0,.72);color:white;border-radius:.45rem;padding:.25rem .5rem;font-size:.78rem;font-weight:800}.rank-badge{position:absolute;left:.75rem;top:.75rem;z-index:4;min-width:2.15rem;height:2.15rem;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:white;display:inline-flex;align-items:center;justify-content:center;font-weight:950;box-shadow:0 14px 30px rgba(239,68,68,.25)}.movie-info{padding:1.05rem}.movie-info h3{font-size:1.06rem;line-height:1.35;font-weight:900;color:#1e293b;min-height:2.85rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.movie-info p{color:#64748b;font-size:.92rem;line-height:1.55;margin:.55rem 0 .85rem;min-height:2.85rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.movie-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#64748b;font-size:.78rem}.movie-meta span:first-child{background:#d1fae5;color:#047857;border-radius:.45rem;padding:.25rem .5rem;font-weight:800}.category-band{padding:4.5rem 0;background:#0f172a;color:white}.category-band .section-head h2{color:white}.category-band .section-head p{color:#cbd5e1}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.category-tile{display:block;background:#1e293b;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.35rem;text-align:center;transition:.25s}.category-tile:hover{transform:translateY(-4px) scale(1.02);background:#334155}.category-tile span{font-size:2.2rem;display:block;margin-bottom:.7rem}.category-tile h3{font-weight:900;margin-bottom:.45rem}.category-tile p{font-size:.86rem;color:#cbd5e1;line-height:1.6}.site-footer{background:#0f172a;color:#cbd5e1;padding:3.25rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer-brand{color:white;margin-bottom:.8rem}.site-footer p{max-width:520px;line-height:1.75}.site-footer h3{font-weight:900;color:white;margin-bottom:.85rem}.site-footer a{display:block;color:#cbd5e1;margin:.45rem 0;transition:.2s}.site-footer a:hover{color:#6ee7b7}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.25rem;color:#94a3b8}.breadcrumb{background:#f8fafc;border-bottom:1px solid #e2e8f0}.breadcrumb>div{padding-top:.85rem;padding-bottom:.85rem;font-size:.9rem;color:#64748b;display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.breadcrumb a:hover{color:#059669}.breadcrumb span:last-child{color:#0f172a;font-weight:800}.sep{color:#cbd5e1}.sub-hero{background:linear-gradient(135deg,#059669,#0d9488);color:white;padding:4.25rem 0}.sub-hero span{display:inline-flex;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.2);padding:.45rem .8rem;border-radius:999px;font-weight:900;margin-bottom:.9rem}.sub-hero h1{font-size:clamp(2.2rem,4vw,4rem);font-weight:950;letter-spacing:-.04em;margin-bottom:.8rem}.sub-hero p{font-size:1.15rem;color:#e0f2fe;line-height:1.8;max-width:760px}.rank-hero{background:linear-gradient(135deg,#7c2d12,#0f172a)}.category-hero{background:linear-gradient(135deg,#047857,#134e4a)}.category-large-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.category-card-large{display:grid;grid-template-columns:190px 1fr;background:white;border:1px solid #e2e8f0;border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 30px rgba(15,23,42,.07);transition:.25s}.category-card-large:hover{transform:translateY(-4px);box-shadow:0 25px 50px rgba(15,23,42,.12);border-color:#a7f3d0}.category-cover{position:relative;height:190px;background:linear-gradient(135deg,#064e3b,#0f172a);overflow:hidden}.category-cover img{width:100%;height:100%;object-fit:cover;opacity:.72}.category-cover span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:3rem}.category-card-large>div:last-child{padding:1.4rem}.category-card-large h2{font-size:1.45rem;font-weight:950;margin-bottom:.45rem}.category-card-large p{color:#64748b;line-height:1.7;margin-bottom:.9rem}.category-card-large strong{color:#059669}.filter-panel{background:white;border:1px solid #e2e8f0;border-radius:1.25rem;padding:1rem;margin-bottom:1.5rem;box-shadow:0 8px 30px rgba(15,23,42,.06)}.filter-panel.compact{max-width:920px}.search-inline{display:flex;gap:.75rem}.search-inline input,.search-inline select{height:48px;border:1px solid #cbd5e1;border-radius:.9rem;padding:0 1rem;outline:none;background:white;color:#0f172a}.search-inline input{flex:1;min-width:0}.search-inline input:focus,.search-inline select:focus{border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,.12)}.filter-chips{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:1rem}.filter-chips button{border-radius:999px;background:#f1f5f9;color:#475569;padding:.55rem .85rem;font-weight:800;transition:.2s}.filter-chips button:hover,.filter-chips button.is-active{background:#059669;color:white}.rank-list{display:grid;gap:1rem}.movie-card-list{display:grid;grid-template-columns:240px 1fr;align-items:stretch}.movie-card-list .list-cover{height:100%;min-height:154px}.movie-card-list .movie-info{display:flex;flex-direction:column;justify-content:center}.movie-card-list .movie-info h3{font-size:1.25rem;min-height:auto}.movie-card-list .movie-info p{min-height:auto}.player-wrap{background:#020617;padding:2rem 0}.player-shell{aspect-ratio:16/9;background:#000;border-radius:1rem;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.38)}.main-player{width:100%;height:100%;background:#000}.detail-section{padding:2.75rem 0 1.25rem}.detail-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem}.detail-main{background:white;border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.5rem;box-shadow:0 8px 30px rgba(15,23,42,.06)}.title-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}.title-row h1{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.18;font-weight:950;color:#0f172a;letter-spacing:-.03em}.score-pill{flex:0 0 auto;background:linear-gradient(135deg,#f59e0b,#ef4444);color:white;border-radius:999px;padding:.45rem .7rem;font-weight:950;margin-top:.2rem}.detail-meta{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.2rem}.detail-meta a,.detail-meta span{background:#f1f5f9;color:#475569;border-radius:999px;padding:.45rem .75rem;font-weight:800;font-size:.88rem}.detail-meta a{background:#d1fae5;color:#047857}.lead-text{font-size:1.16rem;line-height:1.85;color:#334155;border-left:4px solid #10b981;padding-left:1rem;margin-bottom:1.5rem}.content-block{margin-top:1.5rem}.content-block h2{font-size:1.35rem;font-weight:950;margin-bottom:.75rem;color:#1e293b}.content-block p{color:#475569;line-height:1.9}.tag-row{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:1.5rem}.tag-pill{display:inline-flex;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;border-radius:999px;padding:.42rem .72rem;font-weight:800;font-size:.86rem}.poster-card{position:sticky;top:92px;background:white;border:1px solid #e2e8f0;border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 30px rgba(15,23,42,.07)}.poster-card img{width:100%;height:420px;object-fit:cover;background:linear-gradient(135deg,#064e3b,#0f172a)}.poster-card div{padding:1rem}.poster-card h3{font-weight:950;font-size:1.15rem;margin-bottom:.35rem}.poster-card p{color:#64748b;margin-bottom:.75rem}.poster-card a{color:#059669;font-weight:900}.no-match{display:none;text-align:center;color:#64748b;padding:2rem;background:#f8fafc;border-radius:1rem;border:1px dashed #cbd5e1}@media (max-width:1024px){.featured-grid,.four-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}.poster-card{position:static;display:grid;grid-template-columns:180px 1fr}.poster-card img{height:240px}.hero-search{left:1rem;right:1rem;bottom:20px}.hero-dots{bottom:86px}.category-large-grid{grid-template-columns:1fr}}@media (max-width:760px){.desktop-nav{display:none}.menu-button{display:flex}.hero-carousel{height:610px}.hero-mask{background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.82))}.hero-content{align-items:flex-start;padding-top:4rem}.hero-copy h1{font-size:2.45rem}.hero-copy p{-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.hero-actions{gap:.65rem}.btn-primary,.btn-ghost{width:100%;padding:.9rem 1rem}.hero-search{bottom:20px}.hero-dots{bottom:88px}.page-section,.category-band{padding:3rem 0}.section-head{align-items:flex-start;flex-direction:column}.featured-grid,.four-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr}.movie-card-list{grid-template-columns:1fr}.movie-card-list .list-cover{height:12.5rem}.search-inline{flex-direction:column}.category-card-large{grid-template-columns:1fr}.category-cover{height:220px}.poster-card{grid-template-columns:1fr}.poster-card img{height:360px}.detail-main{padding:1.1rem}.title-row{flex-direction:column}.player-wrap{padding:1rem 0}.player-shell{border-radius:.75rem}}@media (max-width:460px){.category-grid{grid-template-columns:1fr}.hero-carousel{height:650px}.hero-search{width:auto}.movie-cover{height:14rem}}