:root{--nav-height:68px;--nav-timing:.2s;--nav-timing-slow:.35s;--nav-ease:cubic-bezier(.4, 0, .2, 1);--nav-accent:#e50914;--nav-bg:#141414eb;--nav-border:#ffffff0f;--nav-text:#e8e8e8;--nav-text-muted:#ffffff73;--nav-surface:#ffffff0a;--nav-surface-hover:#ffffff14;--drawer-width:min(88vw, 340px);--drawer-bg:#1a1a1a;--drawer-border:#ffffff12;--radius:12px}.Navbar-module__cJzEcG__navbar{z-index:990;height:var(--nav-height);transition:background var(--nav-timing-slow) var(--nav-ease), backdrop-filter var(--nav-timing-slow) var(--nav-ease), box-shadow var(--nav-timing-slow) var(--nav-ease), height var(--nav-timing-slow) var(--nav-ease);background:0 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px)saturate(160%);height:56px;box-shadow:0 1px 0 var(--nav-border), 0 4px 24px #0006;background:#0e0e0ef7}.Navbar-module__cJzEcG__container{grid-template-columns:minmax(140px,200px) 1fr minmax(140px,200px);align-items:center;gap:clamp(1rem,3vw,2rem);max-width:1600px;height:100%;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid}.Navbar-module__cJzEcG__logo{color:var(--nav-text);transition:opacity var(--nav-timing) var(--nav-ease);align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logo:hover{opacity:.85}.Navbar-module__cJzEcG__logoIcon{background:var(--nav-accent);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 12px #e5091473}.Navbar-module__cJzEcG__logoText{letter-spacing:-.02em;white-space:nowrap;background:linear-gradient(135deg,#fff 0%,#ccc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.Navbar-module__cJzEcG__logoAccent{-webkit-text-fill-color:var(--nav-accent);color:var(--nav-accent)}.Navbar-module__cJzEcG__logoDot{background:var(--nav-accent);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-left:1px;display:inline-block}.Navbar-module__cJzEcG__nav{justify-content:center;align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:1023px){.Navbar-module__cJzEcG__nav{display:none}}.Navbar-module__cJzEcG__navLink{color:var(--nav-text-muted);transition:color var(--nav-timing) var(--nav-ease), background var(--nav-timing) var(--nav-ease);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:7px 13px;font-size:.875rem;font-weight:600;text-decoration:none;display:flex;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--nav-text);background:var(--nav-surface-hover)}.Navbar-module__cJzEcG__navLinkActive{color:#fff;background:var(--nav-surface)}.Navbar-module__cJzEcG__navLinkIndicator{background:var(--nav-accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.Navbar-module__cJzEcG__actionBtn{background:var(--nav-surface);border:1px solid var(--nav-border);width:38px;height:38px;color:var(--nav-text-muted);cursor:pointer;transition:background var(--nav-timing) var(--nav-ease), color var(--nav-timing) var(--nav-ease), border-color var(--nav-timing) var(--nav-ease);border-radius:10px;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__actionBtn:hover{background:var(--nav-surface-hover);color:var(--nav-text);border-color:#ffffff1f}.Navbar-module__cJzEcG__searchPanel{height:var(--nav-height);z-index:995;-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--nav-border);background:#0e0e0efa;align-items:center;padding:0 clamp(1rem,4vw,2rem);display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__searchWrapper{position:relative}@media (max-width:1023px){.Navbar-module__cJzEcG__searchWrapper{display:none}}.Navbar-module__cJzEcG__searchForm{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__searchIcon{color:var(--nav-text-muted);pointer-events:none;position:absolute;left:14px}.Navbar-module__cJzEcG__searchInput{width:100%;height:46px;color:var(--nav-text);transition:border-color var(--nav-timing) var(--nav-ease);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:0 44px 0 42px;font-size:1rem}.Navbar-module__cJzEcG__searchInput::placeholder{color:var(--nav-text-muted)}.Navbar-module__cJzEcG__searchInput:focus{border-color:#fff3}.Navbar-module__cJzEcG__suggestions{border:1px solid var(--nav-border);border-radius:var(--radius);z-index:10;background:#1e1e1e;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 20px 60px #0009}.Navbar-module__cJzEcG__suggestionItem{color:var(--nav-text);transition:background var(--nav-timing) var(--nav-ease);align-items:center;gap:10px;padding:8px 12px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__suggestionItem:hover{background:var(--nav-surface-hover)}.Navbar-module__cJzEcG__suggestionPoster{background:#ffffff0f;border-radius:4px;flex-shrink:0;width:28px;height:40px;overflow:hidden}.Navbar-module__cJzEcG__suggestionImage{object-fit:cover;width:100%;height:100%}.Navbar-module__cJzEcG__suggestionContent{flex:1;min-width:0}.Navbar-module__cJzEcG__suggestionTitle{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:600;overflow:hidden}.Navbar-module__cJzEcG__suggestionMeta{color:var(--nav-text-muted);margin:0;font-size:.75rem}.Navbar-module__cJzEcG__hamburger{background:var(--nav-surface);border:1px solid var(--nav-border);cursor:pointer;width:44px;height:44px;transition:background var(--nav-timing) var(--nav-ease);border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:0;display:flex}.Navbar-module__cJzEcG__hLine{background:var(--nav-text);transform-origin:50%;border-radius:2px;width:20px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;display:block}.Navbar-module__cJzEcG__hamburgerOpen .Navbar-module__cJzEcG__hLine:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerOpen .Navbar-module__cJzEcG__hLine:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__hamburgerOpen .Navbar-module__cJzEcG__hLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__backdrop{z-index:998;cursor:pointer;background:#000000b8;position:fixed;inset:0}.Navbar-module__cJzEcG__drawer{width:var(--drawer-width);background:var(--drawer-bg);border-left:1px solid var(--drawer-border);z-index:999;overscroll-behavior:contain;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-20px 0 60px #0009}.Navbar-module__cJzEcG__drawerHeader{border-bottom:1px solid var(--drawer-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.Navbar-module__cJzEcG__drawerLogo{color:var(--nav-text);align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__drawerClose{width:40px;height:40px;color:var(--nav-text-muted);cursor:pointer;transition:background var(--nav-timing) var(--nav-ease), color var(--nav-timing) var(--nav-ease);background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__drawerClose:hover{color:var(--nav-text);background:#ffffff1a}.Navbar-module__cJzEcG__drawerSearch{flex-shrink:0;padding:14px 16px}.Navbar-module__cJzEcG__drawerSearchForm{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__drawerSearchIcon{color:var(--nav-text-muted);pointer-events:none;position:absolute;left:12px}.Navbar-module__cJzEcG__drawerSearchInput{width:100%;height:42px;color:var(--nav-text);transition:border-color var(--nav-timing) var(--nav-ease);background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:0 40px 0 38px;font-size:.9rem}.Navbar-module__cJzEcG__drawerSearchInput::placeholder{color:var(--nav-text-muted)}.Navbar-module__cJzEcG__drawerSearchInput:focus{border-color:#ffffff2e}.Navbar-module__cJzEcG__drawerSearchClear{width:24px;height:24px;color:var(--nav-text-muted);cursor:pointer;background:#ffffff14;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;right:10px}.Navbar-module__cJzEcG__drawerSuggestions{border:1px solid var(--drawer-border);background:#ffffff08;border-radius:10px;margin-top:8px;overflow:hidden}.Navbar-module__cJzEcG__drawerSuggestionItem{color:var(--nav-text);transition:background var(--nav-timing) var(--nav-ease);align-items:center;gap:10px;padding:8px 12px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__drawerSuggestionItem:hover{background:#ffffff0f}.Navbar-module__cJzEcG__drawerSuggestionPoster{background:#ffffff0f;border-radius:4px;flex-shrink:0;width:28px;height:40px;overflow:hidden}.Navbar-module__cJzEcG__drawerDivider{background:var(--drawer-border);flex-shrink:0;height:1px;margin:0 16px}.Navbar-module__cJzEcG__drawerNav{overscroll-behavior:contain;flex-direction:column;flex:1;gap:2px;padding:10px;display:flex;overflow-y:auto}.Navbar-module__cJzEcG__drawerNav::-webkit-scrollbar{width:3px}.Navbar-module__cJzEcG__drawerNav::-webkit-scrollbar-track{background:0 0}.Navbar-module__cJzEcG__drawerNav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.Navbar-module__cJzEcG__drawerLink{color:var(--nav-text-muted);transition:background var(--nav-timing) var(--nav-ease), color var(--nav-timing) var(--nav-ease);border-radius:10px;align-items:center;gap:12px;padding:11px 12px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__drawerLink:hover{background:var(--nav-surface-hover);color:var(--nav-text)}.Navbar-module__cJzEcG__drawerLinkActive{color:#fff;background:#ffffff0f}.Navbar-module__cJzEcG__drawerLinkIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Navbar-module__cJzEcG__drawerLinkLabel{letter-spacing:-.01em;flex:1;font-size:.95rem;font-weight:600}.Navbar-module__cJzEcG__drawerLinkDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.Navbar-module__cJzEcG__drawerLinkArrow{opacity:.3;flex-shrink:0}.Navbar-module__cJzEcG__drawerFooter{padding:14px 20px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--drawer-border);flex-shrink:0}.Navbar-module__cJzEcG__drawerFooterText{color:var(--nav-text-muted);margin:0;font-size:.75rem}@media (min-width:1024px){.Navbar-module__cJzEcG__hamburger{display:none!important}}@media (max-width:1023px){.Navbar-module__cJzEcG__container{grid-template-columns:1fr auto;gap:8px}.Navbar-module__cJzEcG__nav{display:none}.Navbar-module__cJzEcG__actions{justify-content:flex-end;gap:12px;display:flex!important}.Navbar-module__cJzEcG__searchWrapper,.Navbar-module__cJzEcG__watchlistBtn{display:none!important}.Navbar-module__cJzEcG__hamburger{display:flex!important}}
.Footer-module__S6Hkya__footer{text-align:center;background-color:#141414;border-top:1px solid #ffffff14;margin-top:80px;padding:48px 20px 32px}.Footer-module__S6Hkya__inner{max-width:720px;margin:0 auto}.Footer-module__S6Hkya__logo{color:#fff;letter-spacing:-.02em;margin-bottom:24px;font-size:20px;font-weight:800;text-decoration:none;transition:opacity .2s;display:inline-block}.Footer-module__S6Hkya__logo:hover{opacity:.8}.Footer-module__S6Hkya__logo:focus-visible{outline:2px solid var(--nav-focus);outline-offset:4px;border-radius:.5rem}.Footer-module__S6Hkya__logoAccent{color:#e50914}.Footer-module__S6Hkya__nav{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:0;margin-bottom:28px;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__navLink{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__navLink:hover{color:#fff}.Footer-module__S6Hkya__navLink:focus-visible{color:#fff;outline:2px solid var(--nav-focus);outline-offset:2px;border-radius:4px}.Footer-module__S6Hkya__description{color:#ffffff80;max-width:600px;margin:28px auto;font-size:14px;line-height:1.7}.Footer-module__S6Hkya__copyright{color:#fff6;margin-bottom:20px;font-size:13px;line-height:1.6}.Footer-module__S6Hkya__copyright span{color:#fff9}.Footer-module__S6Hkya__copyrightLink{color:#fff9;align-items:center;gap:4px;text-decoration:none;transition:color .2s;display:inline-flex}.Footer-module__S6Hkya__copyrightLink:hover{color:#fff}.Footer-module__S6Hkya__copyrightLink:focus-visible{color:#fff;outline:2px solid var(--nav-focus);outline-offset:2px;border-radius:4px}.Footer-module__S6Hkya__socials{justify-content:center;gap:20px;margin-bottom:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__socialLink{color:#ffffff80;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;line-height:1;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px)}.Footer-module__S6Hkya__socialLink:focus-visible{color:#fff;outline:2px solid var(--nav-focus);outline-offset:2px}.Footer-module__S6Hkya__backToTop{color:#e50914;cursor:pointer;background:#e509141a;border:1px solid #e509144d;border-radius:100px;align-items:center;gap:8px;margin-top:32px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Footer-module__S6Hkya__backToTop:hover{background:#e5091433;border-color:#e5091480;transform:translateY(-2px);box-shadow:0 4px 12px #e5091433}.Footer-module__S6Hkya__backToTop:focus-visible{outline:2px solid var(--nav-focus);outline-offset:2px}@media (max-width:480px){.Footer-module__S6Hkya__footer{margin-top:64px;padding:40px 16px 24px}.Footer-module__S6Hkya__nav{gap:16px}.Footer-module__S6Hkya__navLink,.Footer-module__S6Hkya__description{font-size:13px}.Footer-module__S6Hkya__socials{gap:16px}.Footer-module__S6Hkya__socialLink{width:36px;height:36px}}
