@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#0a0a0c;--bg-elevated:#15151a;--bg-card:hsla(0,0%,100%,.04);--bg-card-hover:hsla(0,0%,100%,.07);--border:hsla(60,20%,95%,.09);--border-strong:hsla(60,20%,95%,.18);--text:#f5f5f0;--text-dim:#a8a8b3;--text-faint:#6b6b75;--red:#e50914;--red-bright:#ff1f2d;--red-dim:#a3060e;--gold:#f5c518;--gold-dim:#c9a312;--shadow:0 20px 60px rgba(0,0,0,.55);--shadow-sm:0 8px 24px rgba(0,0,0,.4);--radius:14px;--radius-sm:8px;--radius-lg:22px;--nav-height:72px}[data-theme=light]{--bg:#f7f5f0;--bg-elevated:#fff;--bg-card:rgba(10,10,12,.035);--bg-card-hover:rgba(10,10,12,.06);--border:rgba(10,10,12,.1);--border-strong:rgba(10,10,12,.2);--text:#181818;--text-dim:#54545c;--text-faint:#8a8a92;--shadow:0 20px 60px rgba(20,15,10,.12);--shadow-sm:0 8px 24px rgba(20,15,10,.08)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease;overflow-x:hidden}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}main{position:relative;z-index:2}ol,ul{list-style:none}input,textarea{font-family:inherit}::selection{background:var(--red);color:#fff}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.container{max-width:1240px;margin:0 auto;padding:0 5%}.font-display{font-family:Bebas Neue,sans-serif;letter-spacing:.02em}.eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem}.section-heading{font-family:Bebas Neue,sans-serif;font-size:clamp(1.9rem,4vw,3rem);letter-spacing:.01em;line-height:1.1;margin-bottom:.75rem;color:var(--text)}.section-sub{font-size:15.5px;color:var(--text-dim);line-height:1.7;max-width:640px}.navbar{position:fixed;top:0;left:0;right:0;height:var(--nav-height);z-index:1000;display:flex;align-items:center;background:rgba(10,10,12,.78);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid var(--border);transition:background .3s ease,border-color .3s ease}[data-theme=light] .navbar{background:hsla(43,30%,95%,.82)}.navbar-inner{width:100%;max-width:1240px;margin:0 auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav-logo{gap:8px;font-family:Bebas Neue,sans-serif;font-size:21px;letter-spacing:.03em;color:var(--text)}.nav-logo,.nav-logo .logo-mark{display:flex;align-items:center;flex-shrink:0}.nav-logo .logo-mark{width:30px;height:30px;border-radius:7px;background:linear-gradient(135deg,var(--red) 0,var(--red-dim) 100%);justify-content:center;font-size:15px;box-shadow:0 4px 14px rgba(229,9,20,.4)}.nav-logo .accent{color:var(--gold)}.nav-links{display:flex;align-items:center;gap:1.9rem;flex:1 1;justify-content:center}.nav-links>a{font-size:14px;font-weight:600;color:var(--text-dim);position:relative;padding:6px 0;transition:color .2s;white-space:nowrap}.nav-links>a.active,.nav-links>a:hover{color:var(--text)}.nav-links>a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--red);border-radius:2px}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:5px;font-size:14px;font-weight:600;color:var(--text-dim);background:none;padding:6px 0}.nav-dropdown-trigger:hover,.nav-dropdown:hover .nav-dropdown-trigger{color:var(--text)}.nav-dropdown-trigger svg{transition:transform .2s;width:13px;height:13px}.nav-dropdown:hover .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);width:480px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:50}.nav-dropdown-menu.open,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav-dropdown-menu a{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;color:var(--text-dim);transition:background .15s,color .15s}.nav-dropdown-menu a:hover{background:var(--bg-card-hover);color:var(--text)}.nav-dropdown-menu a .genre-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.nav-actions{gap:.9rem;flex-shrink:0}.nav-actions,.nav-icon-btn{display:flex;align-items:center}.nav-icon-btn{position:relative;width:38px;height:38px;border-radius:50%;justify-content:center;color:var(--text-dim);background:var(--bg-card);border:1px solid var(--border);transition:background .2s,color .2s,border-color .2s}.nav-icon-btn:hover{color:var(--text);background:var(--bg-card-hover);border-color:var(--border-strong)}.nav-icon-btn svg{width:18px;height:18px}.watchlist-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;border-radius:9px;background:var(--red);color:#fff;font-size:10px;font-weight:700;display:flex;padding:0 4px;box-shadow:0 2px 6px rgba(229,9,20,.5)}.nav-hamburger,.watchlist-badge{align-items:center;justify-content:center}.nav-hamburger{display:none;width:38px;height:38px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border);color:var(--text);flex-direction:column;gap:4px}.nav-hamburger span{display:block;width:16px;height:2px;background:currentColor;border-radius:2px;transition:transform .25s,opacity .25s}.nav-hamburger.open span:first-child{transform:translateY(6px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:fixed;top:var(--nav-height);left:0;right:0;max-height:0;overflow:hidden;background:var(--bg-elevated);border-bottom:1px solid var(--border);transition:max-height .3s ease;z-index:999}.mobile-menu.open{max-height:80vh;overflow-y:auto}.mobile-menu-inner{padding:1.25rem 5% 2rem}.mobile-menu a{display:block;padding:13px 0;font-size:15px;font-weight:600;color:var(--text-dim);border-bottom:1px solid var(--border)}.mobile-menu a:hover{color:var(--text)}.mobile-menu .mm-section-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);padding-top:1rem;display:block}@media(max-width:920px){.nav-links{display:none}.nav-hamburger{display:flex}}.breadcrumb{padding:calc(var(--nav-height) + 22px) 5% 0;max-width:1240px;margin:0 auto}.breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--text-faint)}.breadcrumb a{color:var(--text-faint);font-weight:600;transition:color .15s}.breadcrumb a:hover{color:var(--gold)}.breadcrumb li:last-child{color:var(--text-dim)}.breadcrumb .sep{color:var(--text-faint);opacity:.5}.theme-toggle{position:relative}.theme-toggle svg{position:absolute;inset:0;margin:auto;transition:opacity .2s,transform .3s}.theme-toggle .icon-sun{opacity:0;transform:rotate(-90deg) scale(.5)}.theme-toggle .icon-moon,[data-theme=light] .theme-toggle .icon-sun{opacity:1;transform:rotate(0) scale(1)}[data-theme=light] .theme-toggle .icon-moon{opacity:0;transform:rotate(90deg) scale(.5)}.page-hero{position:relative;padding:2.5rem 5% 3rem;max-width:1240px;margin:0 auto;text-align:center}.page-hero h1{font-family:Bebas Neue,sans-serif;font-size:clamp(2.3rem,5.5vw,4rem);letter-spacing:.01em;line-height:1.05;margin-bottom:.9rem;background:linear-gradient(135deg,var(--text) 30%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-hero p.lede{font-size:16.5px;color:var(--text-dim);max-width:620px;margin:0 auto;line-height:1.7}.genre-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 16px;border-radius:999px;background:var(--bg-card);border:1px solid var(--border-strong);font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.cine-bg{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;perspective:1000px;background:var(--bg);--cine-c1:var(--red);--cine-c2:var(--gold);--cine-speed-far:90s;--cine-speed-mid:70s;--cine-speed-drift1:26s;--cine-speed-drift2:32s;--cine-speed-particle:9s}.cine-bg--action{--cine-c1:#ff3b1f;--cine-c2:#ffb000;--cine-speed-far:55s;--cine-speed-mid:42s;--cine-speed-drift1:16s;--cine-speed-drift2:20s;--cine-speed-particle:5s}.cine-bg--comedy{--cine-c1:#f5c518;--cine-c2:#ff8a3d;--cine-speed-far:48s;--cine-speed-mid:38s;--cine-speed-drift1:14s;--cine-speed-drift2:18s;--cine-speed-particle:5.5s}.cine-bg--horror{--cine-c1:#8b0000;--cine-c2:#3a0a0a;--cine-speed-far:130s;--cine-speed-mid:100s;--cine-speed-drift1:40s;--cine-speed-drift2:48s;--cine-speed-particle:13s}.cine-bg--romance{--cine-c1:#ff5d8f;--cine-c2:#ffb6c8;--cine-speed-far:100s;--cine-speed-mid:80s;--cine-speed-drift1:30s;--cine-speed-drift2:36s;--cine-speed-particle:11s}.cine-bg--scifi{--cine-c1:#00c2ff;--cine-c2:#7a4dff;--cine-speed-far:38s;--cine-speed-mid:30s;--cine-speed-drift1:12s;--cine-speed-drift2:15s;--cine-speed-particle:6s}.cine-bg--thriller{--cine-c1:#7a4dff;--cine-c2:#b3001b;--cine-speed-far:60s;--cine-speed-mid:46s;--cine-speed-drift1:18s;--cine-speed-drift2:22s;--cine-speed-particle:6.5s}.cine-bg--animated{--cine-c1:#ff8a3d;--cine-c2:#00c2ff;--cine-speed-far:44s;--cine-speed-mid:34s;--cine-speed-drift1:13s;--cine-speed-drift2:16s;--cine-speed-particle:5s}.cine-bg--documentary{--cine-c1:#4caf50;--cine-c2:#8a8a6a;--cine-speed-far:110s;--cine-speed-mid:85s;--cine-speed-drift1:34s;--cine-speed-drift2:40s;--cine-speed-particle:12s}.cine-bg-scene{position:absolute;inset:0}.cine-spotlight{position:absolute;width:60vw;height:60vw;border-radius:50%;filter:blur(60px);opacity:.38;will-change:transform}.cine-spotlight--a{top:-15%;left:-10%;background:radial-gradient(circle,var(--cine-c1) 0,transparent 70%);animation:cineDrift1 var(--cine-speed-drift1) ease-in-out infinite}.cine-spotlight--b{bottom:-20%;right:-10%;background:radial-gradient(circle,var(--cine-c2) 0,transparent 70%);animation:cineDrift2 var(--cine-speed-drift2) ease-in-out infinite}[data-theme=light] .cine-spotlight{opacity:.22}@keyframes cineDrift1{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(6vw,4vh,40px) scale(1.15)}}@keyframes cineDrift2{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-5vw,-5vh,30px) scale(1.1)}}.cine-layer{position:absolute;inset:0}.cine-layer--far{opacity:.9;animation:cineSlowSpin var(--cine-speed-far) linear infinite;transform-origin:50% 50%}.cine-layer--mid{opacity:.95;animation:cineSlowSpinMid var(--cine-speed-mid) linear infinite;transform-origin:50% 50%}.cine-layer--near{opacity:1}.cine-layer--icons{opacity:.5}@keyframes cineSlowSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes cineSlowSpinMid{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.cine-shape{position:absolute;display:block;opacity:.85}.cine-shape--reel{width:90px;height:90px;border-radius:50%;border:6px solid var(--cine-c1);box-shadow:inset 0 0 0 18px var(--bg),inset 0 0 0 24px var(--cine-c1)}.cine-shape--reel:after,.cine-shape--reel:before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:var(--cine-c1)}.cine-shape--reel:before{top:8px;left:50%;transform:translateX(-50%)}.cine-shape--reel:after{bottom:8px;left:50%;transform:translateX(-50%)}.cine-shape--reel.cine-shape--sm{width:54px;height:54px;border-width:4px}.cine-shape--clapper{width:70px;height:50px;border-radius:6px;border:5px solid var(--cine-c1);opacity:.3}.cine-shape--clapper:before{content:"";position:absolute;top:-9px;left:-3px;width:76px;height:12px;background:repeating-linear-gradient(115deg,var(--cine-c1) 0 8px,transparent 8px 16px);border-radius:4px;transform:rotate(-6deg)}.cine-shape--film-strip{width:160px;height:40px;border:4px solid var(--cine-c1);border-radius:4px;opacity:.25;background:repeating-linear-gradient(90deg,transparent 0 22px,var(--cine-c1) 22px 26px)}.cine-shape--lens{width:64px;height:64px;border-radius:50%;border:5px solid var(--cine-c2);box-shadow:inset 0 0 0 10px transparent,inset 0 0 0 14px var(--cine-c2);opacity:.3}.cine-shape--lens.cine-shape--sm{width:36px;height:36px;border-width:3px}.cine-shape--burst{width:60px;height:60px;background:var(--cine-c1);opacity:.4}.cine-shape--burst,.cine-shape--burst-sm,.cine-shape--burst.cine-shape--sm{-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.cine-shape--burst-sm,.cine-shape--burst.cine-shape--sm{width:30px;height:30px;background:var(--cine-c2);opacity:.7}.cine-shape--shard{width:8px;height:90px;background:linear-gradient(var(--cine-c1),transparent);opacity:.4;transform:rotate(25deg)}.cine-shape--shard-sm{width:5px;height:50px;background:linear-gradient(var(--cine-c2),transparent);opacity:.7;transform:rotate(-18deg)}.cine-shape--star{width:26px;height:26px;background:var(--cine-c2);-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:.35}.cine-shape--star.cine-shape--sm{width:14px;height:14px}.cine-shape--confetti{width:18px;height:30px;background:var(--cine-c1);border-radius:4px;opacity:.7;transform:rotate(18deg)}.cine-shape--confetti-sm,.cine-shape--confetti.cine-shape--sm{width:10px;height:18px;background:var(--cine-c2);border-radius:3px;opacity:.7;transform:rotate(-22deg)}.cine-shape--splash{width:70px;height:70px;border-radius:46% 54% 60% 40%/50% 45% 55% 50%;background:var(--cine-c1);opacity:.32}.cine-shape--splash-sm{width:38px;height:38px;border-radius:50% 46% 54% 50%/54% 50% 46% 50%;background:var(--cine-c2);opacity:.7}.cine-shape--jagged{width:70px;height:70px;background:var(--cine-c1);opacity:.3}.cine-shape--jagged,.cine-shape--jagged-sm{-webkit-clip-path:polygon(20% 0,40% 20%,60% 0,80% 25%,100% 15%,85% 45%,100% 70%,70% 65%,55% 100%,40% 65%,10% 75%,20% 45%,0 30%);clip-path:polygon(20% 0,40% 20%,60% 0,80% 25%,100% 15%,85% 45%,100% 70%,70% 65%,55% 100%,40% 65%,10% 75%,20% 45%,0 30%)}.cine-shape--jagged-sm{width:38px;height:38px;background:var(--cine-c2);opacity:.7}.cine-shape--moon{width:64px;height:64px;border-radius:50%;background:var(--cine-c2);opacity:.7;box-shadow:inset -16px -6px 0 0 var(--bg)}.cine-shape--crack{width:4px;height:100px;background:linear-gradient(var(--cine-c1),transparent);opacity:.7;transform:rotate(12deg)}.cine-shape--heart{width:46px;height:40px;position:relative;opacity:.4}.cine-shape--heart:after,.cine-shape--heart:before{content:"";position:absolute;top:0;width:23px;height:36px;background:var(--cine-c1);border-radius:23px 23px 0 0}.cine-shape--heart:before{left:23px;transform:rotate(45deg);transform-origin:0 100%}.cine-shape--heart:after{left:0;transform:rotate(-45deg);transform-origin:100% 100%}.cine-shape--heart.cine-shape--sm{width:26px;height:22px}.cine-shape--heart.cine-shape--sm:after,.cine-shape--heart.cine-shape--sm:before{width:13px;height:20px;background:var(--cine-c2)}.cine-shape--petal{width:34px;height:48px;border-radius:50% 50% 50% 0;background:var(--cine-c1);opacity:.7;transform:rotate(35deg)}.cine-shape--petal-sm{width:20px;height:28px;border-radius:50% 50% 50% 0;background:var(--cine-c2);opacity:.7;transform:rotate(-30deg)}.cine-shape--ring{width:80px;height:80px;border-radius:50%;border:4px solid var(--cine-c1);opacity:.7}.cine-shape--ring-sm{width:44px;height:44px;border-radius:50%;border:3px solid var(--cine-c2);opacity:.7}.cine-shape--hexagon{width:64px;height:64px;background:var(--cine-c2);opacity:.28;-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}.cine-shape--orbit-dot{width:14px;height:14px;border-radius:50%;background:var(--cine-c1);opacity:.7;box-shadow:0 0 16px 4px rgba(245,197,24,.4);box-shadow:0 0 16px 4px color-mix(in srgb,var(--cine-c1) 60%,transparent)}.cine-shape--crosshair{width:60px;height:60px;border-radius:50%;border:3px solid var(--cine-c1);opacity:.7}.cine-shape--crosshair:after,.cine-shape--crosshair:before{content:"";position:absolute;background:var(--cine-c1)}.cine-shape--crosshair:before{top:50%;left:-10px;width:80px;height:2px;transform:translateY(-50%)}.cine-shape--crosshair:after{left:50%;top:-10px;height:80px;width:2px;transform:translateX(-50%)}.cine-shape--zigzag{width:70px;height:30px;opacity:.4;background:linear-gradient(135deg,var(--cine-c2) 25%,transparent 25%) 0 0/14px 14px,linear-gradient(-135deg,var(--cine-c2) 25%,transparent 25%) 0 0/14px 14px}.cine-particle{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--cine-c2);box-shadow:0 0 12px 3px rgba(245,197,24,.4);box-shadow:0 0 12px 3px color-mix(in srgb,var(--cine-c2) 55%,transparent);animation:cineFloat var(--cine-speed-particle) ease-in-out infinite}@keyframes cineFloat{0%,to{transform:translateZ(60px);opacity:.25}50%{transform:translate3d(2vw,-4vh,120px);opacity:.85}}.cine-icon{position:absolute;font-size:64px;filter:grayscale(.3);animation:cineIconFloat 24s ease-in-out infinite}.cine-icon--a{top:14%;left:75%}.cine-icon--b{top:68%;left:12%;animation-duration:30s;animation-delay:-8s}@keyframes cineIconFloat{0%,to{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(-3vw,3vh,0) rotate(8deg)}}.cine-bg-vignette{position:absolute;inset:0;background:radial-gradient(ellipse 140% 120% at 50% 30%,transparent 0,transparent 55%,var(--bg) 100%)}.cine-bg-grain{position:absolute;inset:0;opacity:.05;mix-blend-mode:overlay;background-image:repeating-linear-gradient(0deg,hsla(0,0%,100%,.4),transparent 1px,transparent 2px),repeating-linear-gradient(90deg,hsla(0,0%,100%,.4),transparent 1px,transparent 2px)}@media (prefers-reduced-motion:reduce){.cine-icon,.cine-layer--far,.cine-layer--mid,.cine-particle,.cine-spotlight{animation:none!important}}@media(max-width:720px){.cine-icon,.cine-shape--clapper,.cine-shape--film-strip{display:none}.cine-bg{perspective:600px}}.tool-page-bg-wrap{position:relative;z-index:1}.filters-card{max-width:880px;margin:0 auto 1.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filters-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.3rem;font-size:14.5px;font-weight:700;color:var(--text)}.filters-toggle span:first-child{display:inline-flex;align-items:center;gap:8px}.filters-count-badge{background:var(--gold);color:#181818;font-size:11px;font-weight:800;padding:1px 7px;border-radius:999px}.filters-toggle-icon{transition:transform .25s;color:var(--text-faint)}.filters-toggle-icon.open{transform:rotate(180deg)}.filters-body{max-height:0;overflow:hidden;transition:max-height .35s ease;border-top:1px solid transparent}.filters-body.open{max-height:900px;border-top:1px solid var(--border)}.filter-group{padding:1rem 1.3rem;border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:none}.filter-group-label{display:block;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.7rem}.filter-pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{padding:7px 14px;border-radius:999px;background:var(--bg-elevated);border:1.5px solid var(--border);color:var(--text-dim);font-size:13px;font-weight:600;transition:border-color .2s,color .2s,background .2s}.filter-pill:hover{border-color:var(--border-strong);color:var(--text)}.filter-pill.active{background:rgba(229,9,20,.12);border-color:var(--red);color:var(--red-bright)}.tool-wrap{max-width:980px;margin:0 auto;padding:0 5% 4rem}.genre-selector{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1.75rem}.genre-pill-select{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:999px;background:var(--bg-card);border:1.5px solid var(--border-strong);color:var(--text-dim);font-size:13.5px;font-weight:700;transition:border-color .2s,color .2s,background .2s,transform .15s}.genre-pill-select:hover{transform:translateY(-2px);background:var(--bg-card-hover)}.genre-pill-select.active{background:rgba(245,197,24,.12);border-color:var(--gold);color:var(--gold)}.tool-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.btn,.tool-actions{justify-content:center}.btn{display:inline-flex;align-items:center;gap:9px;padding:14px 30px;border-radius:999px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .2s,background .2s,opacity .2s;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,var(--red-bright) 0,var(--red) 60%,var(--red-dim) 100%);color:#fff;box-shadow:0 10px 30px rgba(229,9,20,.4)}.btn-primary:hover{box-shadow:0 14px 36px rgba(229,9,20,.55);transform:translateY(-2px)}.btn-secondary{background:var(--bg-card);border:1.5px solid var(--border-strong);color:var(--text)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--gold)}.btn-gold{background:linear-gradient(135deg,var(--gold) 0,var(--gold-dim) 100%);color:#181818;box-shadow:0 10px 26px rgba(245,197,24,.3)}.btn-gold:hover{box-shadow:0 14px 32px rgba(245,197,24,.45);transform:translateY(-2px)}.btn-outline{background:transparent;border:1.5px solid var(--border-strong);color:var(--text-dim)}.btn-outline:hover{color:var(--text);border-color:var(--text-dim)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-sm{padding:9px 18px;font-size:13px}.btn-block{width:100%}.spinner-wrap{display:flex;flex-direction:column;align-items:center;gap:1.1rem;padding:4.5rem 1rem}.film-spinner{width:62px;height:62px;border-radius:50%;border-left:4px solid var(--border);border-bottom:4px solid var(--border);border-right-color:var(--border);border-top-color:var(--border);border-top:4px solid var(--red);border-right:4px solid var(--gold);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.spinner-wrap p{color:var(--text-dim);font-size:14px;font-weight:600}.error-card{display:flex;align-items:flex-start;gap:12px;background:rgba(229,9,20,.08);border:1px solid rgba(229,9,20,.3);border-radius:var(--radius);padding:1.1rem 1.3rem;margin:0 auto 2rem;max-width:560px;color:#ff8a8f;font-size:14px;line-height:1.6}[data-theme=light] .error-card{color:#b3000a}.error-card svg{flex-shrink:0;margin-top:1px;width:19px;height:19px}@keyframes reelIn{0%{opacity:0;transform:scale(.92) rotate(-1.5deg)}60%{opacity:1;transform:scale(1.01) rotate(.3deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.movie-card{display:grid;grid-template-columns:240px 1fr;grid-gap:2rem;gap:2rem;background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow);animation:reelIn .5s cubic-bezier(.2,.8,.2,1);transition:border-color .3s,box-shadow .3s}.movie-card:hover{border-color:var(--border-strong)}.movie-poster-wrap{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:2/3;background:var(--bg-elevated);box-shadow:0 14px 34px rgba(0,0,0,.45)}.movie-poster-wrap img{width:100%;height:100%;object-fit:cover}.movie-poster-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-faint);font-size:13px;text-align:center;padding:1rem}.movie-info{display:flex;flex-direction:column;min-width:0}.movie-title{font-family:Bebas Neue,sans-serif;font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.1;margin-bottom:.4rem;color:var(--text)}.movie-meta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13.5px;color:var(--text-dim);font-weight:600;margin-bottom:.9rem}.movie-meta-row .dot{opacity:.5}.star-rating{display:flex;align-items:center;gap:4px}.star-rating svg{width:15px;height:15px}.star-rating .star-fill{color:var(--gold)}.star-rating .star-empty{color:var(--border-strong)}.rating-num{color:var(--gold);font-weight:700;margin-left:2px}.genre-pills{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:1.1rem}.genre-pill{padding:4px 13px;border-radius:999px;background:var(--bg-card-hover);border:1px solid var(--border);font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-dim)}.movie-overview{font-size:14.5px;line-height:1.75;color:var(--text-dim);margin-bottom:1.3rem}.movie-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:auto}.similar-section{margin-top:3.5rem}.similar-section h2{font-family:Bebas Neue,sans-serif;font-size:1.6rem;margin-bottom:1.4rem;color:var(--text)}.similar-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.1rem;gap:1.1rem}.similar-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}.similar-card:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.similar-poster{aspect-ratio:2/3;background:var(--bg-elevated);overflow:hidden}.similar-poster img{width:100%;height:100%;object-fit:cover}.similar-card-body{padding:.85rem}.similar-card-body h4{font-size:13.5px;font-weight:700;margin-bottom:3px;line-height:1.3;color:var(--text)}.similar-card-body span{font-size:12px;color:var(--text-faint)}@media(max-width:760px){.movie-card{grid-template-columns:1fr}.movie-poster-wrap{max-width:220px;margin:0 auto}.movie-info{text-align:center;align-items:center}.genre-pills,.movie-actions,.movie-meta-row{justify-content:center}.similar-grid{grid-template-columns:repeat(2,1fr)}}.hero{position:relative;min-height:88vh;display:flex;align-items:center;padding:calc(var(--nav-height) + 1rem) 5% 3rem;overflow:hidden}.hero-backdrop{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 60% 50% at 50% 0,rgba(229,9,20,.18) 0,transparent 60%),radial-gradient(ellipse 50% 40% at 85% 30%,rgba(245,197,24,.1) 0,transparent 60%),var(--bg)}.hero-backdrop:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,hsla(60,20%,95%,.025),transparent 1px,transparent 3px),repeating-linear-gradient(90deg,hsla(60,20%,95%,.025),transparent 1px,transparent 3px);opacity:.5}.hero-fade{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,transparent 0,var(--bg) 88%)}.hero-content{position:relative;z-index:2;max-width:880px;margin:0 auto;text-align:center}.hero-content h1{font-family:Bebas Neue,sans-serif;font-size:clamp(2.6rem,7vw,5.2rem);line-height:1.02;letter-spacing:.01em;margin-bottom:1.1rem}.hero-content h1 .hl{background:linear-gradient(135deg,var(--red-bright) 0,var(--gold) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-content p.lede{font-size:17.5px;color:var(--text-dim);max-width:600px;margin:0 auto 2.1rem;line-height:1.7}.hero-cta-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.genre-grid-section{padding:5rem 5%;max-width:1240px;margin:0 auto}.genre-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.1rem;gap:1.1rem;margin-top:2.8rem}.genre-card{position:relative;border-radius:var(--radius);padding:1.6rem 1.2rem;background:var(--bg-card);border:1px solid var(--border);overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s}.genre-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}.genre-card .genre-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:1rem}.genre-card h3{font-size:16.5px;font-weight:800;margin-bottom:5px;color:var(--text)}.genre-card p{font-size:13px;color:var(--text-faint);line-height:1.5}.genre-card .arrow{position:absolute;top:1.4rem;right:1.4rem;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-card-hover);color:var(--text-faint);transition:background .2s,color .2s,transform .2s}.genre-card:hover .arrow{background:var(--red);color:#fff;transform:translate(2px,-2px)}.how-section{padding:5rem 5%;background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.how-inner{max-width:1100px;margin:0 auto}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:2.8rem}.how-step{text-align:center}.how-step .step-num{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;font-size:20px;background:linear-gradient(135deg,var(--red) 0,var(--red-dim) 100%);color:#fff;margin:0 auto 1.1rem;box-shadow:0 8px 22px rgba(229,9,20,.35)}.how-step h3{font-size:16px;font-weight:800;margin-bottom:6px}.how-step p{font-size:13.5px;color:var(--text-dim);line-height:1.65;max-width:280px;margin:0 auto}.content-section{padding:5rem 6%;max-width:880px;margin:0 auto}.content-section .section-heading{text-align:left}.content-body h2{font-family:Bebas Neue,sans-serif;font-size:1.7rem;margin:2.2rem 0 .9rem;color:var(--text)}.content-body h2:first-child{margin-top:0}.content-body h3{font-size:1.15rem;font-weight:800;margin:1.6rem 0 .6rem;color:var(--text)}.content-body p{font-size:15px;line-height:1.85;color:var(--text-dim);margin-bottom:1.1rem}.content-body strong{color:var(--text);font-weight:700}.content-body ul{margin:.8rem 0 1.2rem}.content-body ul li{font-size:15px;line-height:1.7;color:var(--text-dim);padding-left:1.5rem;position:relative;margin-bottom:.55rem}.content-body ul li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--red)}.content-body a{color:var(--gold);font-weight:600;border-bottom:1px solid transparent;transition:border-color .15s}.content-body a:hover{border-color:var(--gold)}.feature-showcase{max-width:1100px;margin:0 auto;padding:5rem 6% 2rem}.feature-showcase>.eyebrow,.feature-showcase>.section-heading,.feature-showcase>.section-sub{text-align:center;margin-left:auto;margin-right:auto}.feature-showcase>.section-sub{margin-bottom:3.5rem}.feature-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:4rem}.feature-row--reverse .feature-row-media{order:2}.feature-row--reverse .feature-row-text{order:1}.feature-row-media{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm);aspect-ratio:4/3}.feature-row-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.95)}.feature-row-tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}.feature-row-text h3{font-family:Bebas Neue,sans-serif;font-size:1.6rem;line-height:1.2;margin-bottom:.8rem;color:var(--text)}.feature-row-text p{font-size:15px;line-height:1.8;color:var(--text-dim)}.feature-row-text strong{color:var(--text)}@media(max-width:760px){.feature-row,.feature-row--reverse{grid-template-columns:1fr;gap:1.5rem}.feature-row--reverse .feature-row-media,.feature-row--reverse .feature-row-text{order:0}}.cta-banner{margin:0 auto 5rem;max-width:1100px;border-radius:var(--radius-lg);padding:3.2rem 2rem;text-align:center;background:linear-gradient(135deg,rgba(229,9,20,.16),rgba(245,197,24,.08));border:1px solid var(--border-strong)}.cta-banner h2{font-family:Bebas Neue,sans-serif;font-size:clamp(1.7rem,3.5vw,2.3rem);margin-bottom:.7rem}.cta-banner p{color:var(--text-dim);margin-bottom:1.6rem;font-size:15px}.faq-section{padding:5rem 6%;max-width:820px;margin:0 auto}.faq-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:.85rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.faq-item.open,.faq-item:hover{border-color:var(--border-strong)}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.4rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-q h3{font-size:15px;font-weight:700;color:var(--text);line-height:1.4}.faq-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:rgba(245,197,24,.12);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:14px;font-weight:700;transition:transform .25s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.4rem}.faq-item.open .faq-a{padding:0 1.4rem 1.4rem}.faq-a p{font-size:14px;color:var(--text-dim);line-height:1.75}.watchlist-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:1240px;margin:0 auto;padding:0 5% 2rem}.watchlist-count{font-size:14px;font-weight:700;color:var(--text-dim);background:var(--bg-card);border:1px solid var(--border);padding:7px 16px;border-radius:999px}.watchlist-grid{max-width:1240px;margin:0 auto;padding:0 5% 5rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.4rem;gap:1.4rem}.watchlist-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.watchlist-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:var(--border-strong)}.watchlist-poster{aspect-ratio:2/3;background:var(--bg-elevated);overflow:hidden}.watchlist-poster img{width:100%;height:100%;object-fit:cover}.watchlist-card-body{padding:1rem;display:flex;flex-direction:column;gap:.6rem;flex:1 1}.watchlist-card-body h4{font-size:14.5px;font-weight:700;line-height:1.3;color:var(--text)}.watchlist-card-body .wc-meta{font-size:12px;color:var(--text-faint);display:flex;align-items:center;gap:8px}.watchlist-remove{margin-top:auto}.empty-state{max-width:480px;margin:3rem auto 5rem;text-align:center;padding:0 5%}.empty-state .empty-icon{font-size:54px;margin-bottom:1.2rem;opacity:.6}.empty-state h2{font-family:Bebas Neue,sans-serif;font-size:1.7rem;margin-bottom:.6rem}.empty-state p{color:var(--text-dim);font-size:14.5px;margin-bottom:1.6rem;line-height:1.6}@media(max-width:920px){.watchlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.watchlist-grid{grid-template-columns:repeat(2,1fr)}}.blog-grid{max-width:1100px;margin:0 auto;padding:0 5% 5rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.6rem;gap:1.6rem}.blog-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:var(--border-strong)}.blog-card-img{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-size:38px}.blog-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.7rem;flex:1 1}.blog-card-tag{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.blog-card-body h3{font-family:Bebas Neue,sans-serif;font-size:1.35rem;line-height:1.2;color:var(--text)}.blog-card-body p{font-size:13.5px;color:var(--text-dim);line-height:1.65}.blog-card-meta{font-size:12px;color:var(--text-faint);margin-top:auto;display:flex;align-items:center;gap:8px}.blog-read-more{font-size:13.5px;font-weight:700;color:var(--red-bright);display:inline-flex;align-items:center;gap:5px}.article-hero{max-width:780px;margin:0 auto;padding:1rem 5% 2.5rem;text-align:center}.article-hero .eyebrow{display:block}.article-hero h1{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,4.5vw,3.1rem);line-height:1.08;margin-bottom:1rem}.article-hero .article-meta{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;font-size:13px;color:var(--text-faint);margin-top:1rem}.article-body{max-width:720px;margin:0 auto;padding:0 6% 4rem}.article-body h2{font-family:Bebas Neue,sans-serif;font-size:1.7rem;margin:2.3rem 0 .9rem;color:var(--text)}.article-body h3{font-size:1.15rem;font-weight:800;margin:1.7rem 0 .6rem;color:var(--text)}.article-body p{font-size:15.5px;line-height:1.9;color:var(--text-dim);margin-bottom:1.2rem}.article-body ul{margin:.8rem 0 1.3rem}.article-body ul li{font-size:15px;line-height:1.75;color:var(--text-dim);padding-left:1.5rem;position:relative;margin-bottom:.6rem}.article-body ul li:before{content:"";position:absolute;left:0;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--gold)}.article-body strong{color:var(--text)}.article-body blockquote{border-left:3px solid var(--red);padding:.3rem 0 .3rem 1.3rem;margin:1.6rem 0;font-size:15.5px;color:var(--text);font-style:italic}.article-divider{height:1px;background:var(--border);margin:2.5rem 0}.article-related{max-width:720px;margin:0 auto;padding:0 6% 5rem}.article-related h3{font-family:Bebas Neue,sans-serif;font-size:1.3rem;margin-bottom:1.2rem}.article-related-list{display:flex;flex-direction:column;gap:.7rem}.article-related-list a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:var(--text);transition:border-color .15s,background .15s}.article-related-list a:hover{border-color:var(--border-strong);background:var(--bg-card-hover)}@media(max-width:760px){.blog-grid{grid-template-columns:1fr}}.static-page{max-width:760px;margin:0 auto;padding:1rem 6% 5rem}.static-page h1{font-size:clamp(2rem,4.5vw,3rem);margin-bottom:1.4rem}.static-page h1,.static-page h2{font-family:Bebas Neue,sans-serif}.static-page h2{font-size:1.5rem;margin:2.1rem 0 .8rem;color:var(--text)}.static-page p{font-size:15px;line-height:1.85;color:var(--text-dim);margin-bottom:1.1rem}.static-page ul{margin:.8rem 0 1.2rem}.static-page ul li{font-size:15px;line-height:1.7;color:var(--text-dim);padding-left:1.5rem;position:relative;margin-bottom:.55rem}.static-page ul li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--red)}.static-page a{color:var(--gold);font-weight:600}.static-page strong{color:var(--text)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-top:2rem}.contact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem}.contact-card h3{font-size:15px;font-weight:800;margin-bottom:6px}.contact-card p{font-size:14px;color:var(--text-dim);margin:0}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{font-size:13px;font-weight:700;color:var(--text-dim);margin-bottom:.4rem;display:block}.contact-form input,.contact-form textarea{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:11px 14px;font-size:14px;color:var(--text);transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);outline:none}.contact-form textarea{resize:vertical;min-height:120px}@media(max-width:760px){.contact-grid{grid-template-columns:1fr}}footer{position:relative;z-index:2;border-top:1px solid var(--border);background:var(--bg-elevated);padding:4rem 5% 2rem}.footer-inner{max-width:1240px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:2.5rem}.footer-brand p{font-size:13.5px;color:var(--text-faint);line-height:1.7;max-width:280px;margin-top:.8rem}.footer-col h5{font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1rem}.footer-col a{display:block;font-size:13.5px;color:var(--text-faint);margin-bottom:.7rem;transition:color .15s}.footer-col a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.6rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:12.5px;color:var(--text-faint)}.footer-bottom .footer-legal-links{display:flex;gap:1.3rem;flex-wrap:wrap}@media(max-width:840px){.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-top{grid-template-columns:1fr}}@media(max-width:1024px){.genre-grid{grid-template-columns:repeat(2,1fr)}.similar-grid{grid-template-columns:repeat(3,1fr)}.how-grid{grid-template-columns:1fr;gap:2.2rem}}@media(max-width:680px){.genre-grid{grid-template-columns:1fr 1fr}.similar-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}}@media(max-width:420px){.tool-actions{flex-direction:column;width:100%}.tool-actions .btn{width:100%}}