.SearchBar-module__KdGN3G__searchForm{width:100%;max-width:380px;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative}.SearchBar-module__KdGN3G__searchForm:focus-within{width:100%;max-width:420px}.SearchBar-module__KdGN3G__inputWrapper{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:20px;align-items:center;width:100%;height:38px;padding:0 .85rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.SearchBar-module__KdGN3G__inputWrapper:hover{background:#ffffff12;border-color:#ffffff2e}.SearchBar-module__KdGN3G__inputWrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .25), 0 4px 20px #00000080;background:#0c101a}.SearchBar-module__KdGN3G__searchIcon{color:var(--foreground-muted);pointer-events:none;flex-shrink:0;margin-right:.45rem}.SearchBar-module__KdGN3G__searchInput{width:100%;color:var(--foreground-primary);text-overflow:ellipsis;background:0 0;border:none;outline:none;padding:.45rem 0;font-family:inherit;font-size:.84rem}.SearchBar-module__KdGN3G__searchInput::placeholder{color:var(--foreground-muted);text-overflow:ellipsis}.SearchBar-module__KdGN3G__clearBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:.35rem;padding:.2rem;transition:all .2s;display:flex}.SearchBar-module__KdGN3G__clearBtn:hover{background:var(--border);color:var(--foreground-secondary)}.SearchBar-module__KdGN3G__dropdown{-webkit-backdrop-filter:blur(20px);z-index:9999;background:#0b0f19f5;border:1px solid #ffffff29;border-radius:16px;flex-direction:column;gap:.4rem;width:100%;min-width:100%;max-height:480px;padding:.75rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards SearchBar-module__KdGN3G__slideDown;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 45px #000c,0 0 0 1px #3b82f633}@keyframes SearchBar-module__KdGN3G__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.SearchBar-module__KdGN3G__dropdownItem{cursor:pointer;border-radius:10px;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:all .15s;display:flex}.SearchBar-module__KdGN3G__dropdownItem:hover,.SearchBar-module__KdGN3G__dropdownItemFocused{border-left:3px solid var(--primary);background:#6366f11f;padding-left:calc(.75rem - 3px)}.SearchBar-module__KdGN3G__itemPoster{background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;flex-shrink:0;width:44px;height:60px;position:relative;overflow:hidden}.SearchBar-module__KdGN3G__itemInfo{flex-direction:column;gap:.2rem;display:flex;overflow:hidden}.SearchBar-module__KdGN3G__itemTitle{color:#f8fafc;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.SearchBar-module__KdGN3G__itemMeta{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.4rem;font-size:.72rem;display:flex;overflow:hidden}.SearchBar-module__KdGN3G__studioBadge{color:#cbd5e1;background:#ffffff0f;border-radius:4px;padding:.1rem .35rem}.SearchBar-module__KdGN3G__tagBadge{color:var(--primary-light)}.SearchBar-module__KdGN3G__noResults{text-align:center;color:var(--foreground-muted);padding:1.5rem;font-size:.8rem}@media (max-width:900px){.SearchBar-module__KdGN3G__searchForm{width:100%;min-width:140px;max-width:280px}.SearchBar-module__KdGN3G__inputWrapper{border-radius:18px;height:36px;padding:0 .8rem}}@media (max-width:768px){.SearchBar-module__KdGN3G__searchForm{width:100%;min-width:135px;max-width:240px}.SearchBar-module__KdGN3G__inputWrapper{border-radius:18px;height:35px;padding:0 .75rem}.SearchBar-module__KdGN3G__searchIcon{width:15px;height:15px;margin-right:.35rem}.SearchBar-module__KdGN3G__searchInput{font-size:.82rem}.SearchBar-module__KdGN3G__searchForm:focus-within{width:100%!important;max-width:100%!important}}@media (max-width:480px){.SearchBar-module__KdGN3G__searchForm{width:100%;min-width:120px;max-width:190px}.SearchBar-module__KdGN3G__inputWrapper{border-radius:17px;height:34px;padding:0 .65rem}.SearchBar-module__KdGN3G__searchIcon{width:14px;height:14px;margin-right:.3rem}.SearchBar-module__KdGN3G__searchInput{font-size:.78rem}}@media (max-width:360px){.SearchBar-module__KdGN3G__searchForm{min-width:110px;max-width:160px}.SearchBar-module__KdGN3G__inputWrapper{border-radius:16px;height:32px;padding:0 .55rem}.SearchBar-module__KdGN3G__searchInput{font-size:.74rem}}
.Header-module__ldgnoG__header{z-index:100;border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(16px)saturate(180%);justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 1.8rem;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__desktopHamburgerBtn,.Header-module__ldgnoG__mobileHamburgerBtn{display:none}@media (min-width:901px){.Header-module__ldgnoG__header{padding:0 1.8rem}.Header-module__ldgnoG__desktopHamburgerBtn{width:38px;height:38px;color:var(--foreground-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-right:.2rem;transition:all .2s;display:flex}.Header-module__ldgnoG__desktopHamburgerBtn:hover{color:#fff;background:#ffffff14;border-color:#ffffff1f}.Header-module__ldgnoG__centerSection{flex:1!important;max-width:400px!important;margin:0 auto!important}}.Header-module__ldgnoG__leftSection{flex-shrink:0;align-items:center;gap:.9rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__ldgnoG__leftSectionHidden,.Header-module__ldgnoG__rightSectionHidden{opacity:0!important;pointer-events:none!important;width:0!important;max-width:0!important;margin:0!important;padding:0!important;transition:all .35s cubic-bezier(.16,1,.3,1)!important;overflow:hidden!important}.Header-module__ldgnoG__centerSection{flex:1;justify-content:center;max-width:390px;padding:0 .75rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__ldgnoG__centerSectionFocused{z-index:1001!important;flex:1!important;width:100%!important;max-width:100%!important;padding:0!important}@media (min-width:769px){.Header-module__ldgnoG__leftSectionHidden,.Header-module__ldgnoG__rightSectionHidden{opacity:1!important;pointer-events:auto!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important}.Header-module__ldgnoG__centerSectionFocused{z-index:10!important;flex:1!important;width:100%!important;max-width:420px!important;padding:0 .75rem!important}}@media (max-width:768px){.Header-module__ldgnoG__centerSectionFocused{z-index:10000!important;width:calc(100% - 16px)!important;max-width:none!important;position:absolute!important;top:12px!important;left:8px!important;right:8px!important}}.Header-module__ldgnoG__rightSection{white-space:nowrap;flex-shrink:0;align-items:center;gap:1.2rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__ldgnoG__logoContainer{-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;text-decoration:none;transition:transform .2s;display:flex}.Header-module__ldgnoG__logoContainer:hover{transform:scale(1.02)}.Header-module__ldgnoG__logoBadge{filter:drop-shadow(0 2px 8px #eab30840);justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__tvIconSvg{display:block}.Header-module__ldgnoG__logoText{letter-spacing:-.02em;text-transform:uppercase;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.55rem;font-style:italic;display:flex}.Header-module__ldgnoG__logoTextPlay{color:#fff;opacity:.95;font-weight:600}.Header-module__ldgnoG__logoTextGold{color:#f59e0b;text-shadow:0 0 14px #f59e0b59;margin-left:2px;font-weight:900}.Header-module__ldgnoG__signInBtn{background:var(--foreground-primary);color:var(--background);white-space:nowrap;border:1px solid #0000;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.Header-module__ldgnoG__signInBtn:hover{opacity:.9;transform:translateY(-1px)}.Header-module__ldgnoG__profileContainer{position:relative}.Header-module__ldgnoG__profileBtn{cursor:pointer;color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.6rem;height:40px;padding:.35rem .95rem;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__ldgnoG__profileBtn:hover{background:#ffffff14;border-color:#ffffff38;transform:translateY(-1px)}.Header-module__ldgnoG__avatar{background:linear-gradient(135deg, rgba(var(--primary-rgb), .3) 0%, rgba(var(--primary-rgb), .1) 100%);border:1px solid rgba(var(--primary-rgb), .5);width:26px;height:26px;color:var(--primary);box-shadow:0 0 10px rgba(var(--primary-rgb), .3);border-radius:50%;justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__username{text-overflow:ellipsis;white-space:nowrap;color:#fff;max-width:120px;font-size:.88rem;font-weight:700;overflow:hidden}.Header-module__ldgnoG__chevron{color:var(--foreground-muted);transition:transform .2s,color .2s}.Header-module__ldgnoG__profileBtn:hover .Header-module__ldgnoG__chevron{color:#fff}.Header-module__ldgnoG__chevronRotate{transform:rotate(180deg)}.Header-module__ldgnoG__dropdownMenu{-webkit-backdrop-filter:blur(24px)saturate(200%);z-index:1000;background:#0d121f;border:1px solid #ffffff24;border-radius:16px;flex-direction:column;gap:.25rem;width:240px;padding:.65rem;animation:.2s cubic-bezier(.16,1,.3,1) Header-module__ldgnoG__slide-in;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 20px 45px #000000d9,0 0 0 1px #ffffff0d}@keyframes Header-module__ldgnoG__slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__ldgnoG__dropdownHeader{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:.4rem;margin-bottom:.2rem;padding:.75rem .85rem;display:flex}.Header-module__ldgnoG__dropdownEmail{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:500;overflow:hidden}.Header-module__ldgnoG__adminBadge{color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;background:#f59e0b26;border:1px solid #f59e0b59;border-radius:4px;width:fit-content;padding:.15rem .5rem;font-size:.68rem;font-weight:800}.Header-module__ldgnoG__divider{background:#ffffff14;border:0;height:1px;margin:.3rem 0}.Header-module__ldgnoG__dropdownItem{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.85rem;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__ldgnoG__dropdownItem:hover{color:#fff;background:#ffffff14;transform:translate(3px)}.Header-module__ldgnoG__signOutBtn{color:#f87171}.Header-module__ldgnoG__signOutBtn:hover{color:#ef4444;background:#ef44441f;transform:translate(3px)}.Header-module__ldgnoG__skeletonUser{background:var(--border);border-radius:20px;width:120px;height:40px;animation:1.5s infinite Header-module__ldgnoG__pulse}@keyframes Header-module__ldgnoG__pulse{0%,to{opacity:.6}50%{opacity:1}}.Header-module__ldgnoG__watchlistShortcut{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.45rem;height:40px;padding:0 1.1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__ldgnoG__watchlistShortcut:hover{border-color:rgba(var(--primary-rgb), .5);color:#fff;background:rgba(var(--primary-rgb), .14);box-shadow:0 2px 14px rgba(var(--primary-rgb), .25);transform:translateY(-1px)}.Header-module__ldgnoG__watchlistShortcutIcon{color:var(--primary);transition:transform .2s}.Header-module__ldgnoG__watchlistShortcut:hover .Header-module__ldgnoG__watchlistShortcutIcon{transform:scale(1.1)}.Header-module__ldgnoG__activeLink{color:#fff!important;background:rgba(var(--primary-rgb), .15)!important;border:1px solid rgba(var(--primary-rgb), .4)!important;box-shadow:0 2px 12px rgba(var(--primary-rgb), .25)!important;font-weight:800!important}.Header-module__ldgnoG__mobileDrawerOverlay{-webkit-backdrop-filter:blur(16px);z-index:9999;background:#04070dd1;justify-content:flex-start;width:100vw;height:100vh;animation:.22s forwards Header-module__ldgnoG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Header-module__ldgnoG__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__ldgnoG__mobileDrawerContent{background:#080c16;border-right:1px solid #ffffff1f;flex-direction:column;width:86%;max-width:350px;height:100%;animation:.28s cubic-bezier(.16,1,.3,1) forwards Header-module__ldgnoG__slideDrawerLeft;display:flex;overflow:hidden;box-shadow:15px 0 45px #000000d9}@keyframes Header-module__ldgnoG__slideDrawerLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.Header-module__ldgnoG__mobileDrawerHeader{background:#ffffff05;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1rem 1.3rem;display:flex}.Header-module__ldgnoG__drawerLogo{align-items:center;gap:.55rem;text-decoration:none;display:flex}.Header-module__ldgnoG__drawerCloseBtn{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.Header-module__ldgnoG__drawerCloseBtn:hover{color:#ef4444;background:#ef444426;border-color:#ef444466;transform:rotate(90deg)}.Header-module__ldgnoG__drawerUserSection{background:#ffffff04;border-bottom:1px solid #ffffff0f;flex-shrink:0;padding:1rem 1.2rem}.Header-module__ldgnoG__drawerUserCard{background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;align-items:center;gap:.8rem;padding:.75rem .9rem;display:flex}.Header-module__ldgnoG__drawerUserAvatar{background:linear-gradient(135deg, rgba(var(--primary-rgb), .35) 0%, rgba(var(--primary-rgb), .12) 100%);border:1.5px solid rgba(var(--primary-rgb), .6);width:36px;height:36px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__drawerUserInfo{flex:1;min-width:0}.Header-module__ldgnoG__drawerUserName{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:700;overflow:hidden}.Header-module__ldgnoG__drawerUserEmail{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.Header-module__ldgnoG__drawerAdminBadge{color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;background:#f59e0b26;border:1px solid #f59e0b66;border-radius:6px;flex-shrink:0;padding:.2rem .5rem;font-size:.65rem;font-weight:800}.Header-module__ldgnoG__drawerMemberBadge{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;background:#3b82f626;border:1px solid #3b82f666;border-radius:6px;flex-shrink:0;padding:.2rem .5rem;font-size:.65rem;font-weight:800}.Header-module__ldgnoG__drawerGuestCard{background:linear-gradient(135deg,#3b82f614 0%,#8b5cf614 100%);border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:.75rem;padding:.85rem .95rem;display:flex}.Header-module__ldgnoG__guestText{flex-direction:column;gap:.2rem;display:flex}.Header-module__ldgnoG__guestTitle{color:#fff;font-size:.88rem;font-weight:700}.Header-module__ldgnoG__guestSubtitle{color:#94a3b8;font-size:.74rem;line-height:1.35}.Header-module__ldgnoG__guestActionRow{align-items:center;gap:.55rem;display:flex}.Header-module__ldgnoG__guestSignInBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .8rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #3b82f659}.Header-module__ldgnoG__guestSignInBtn:hover{transform:translateY(-1px)}.Header-module__ldgnoG__guestSignUpBtn{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .8rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__ldgnoG__guestSignUpBtn:hover{color:#fff;background:#ffffff1a}.Header-module__ldgnoG__drawerNavBody{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;flex-direction:column;flex:1;gap:1.3rem;padding:1.1rem 1.1rem 2rem;display:flex;overflow-y:auto}.Header-module__ldgnoG__drawerNavBody::-webkit-scrollbar{width:4px}.Header-module__ldgnoG__drawerNavBody::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.Header-module__ldgnoG__drawerSection{flex-direction:column;gap:.4rem;display:flex}.Header-module__ldgnoG__drawerSectionTitle{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;padding:0 .5rem;font-size:.68rem;font-weight:800}.Header-module__ldgnoG__drawerNavGroup{flex-direction:column;gap:.25rem;display:flex}.Header-module__ldgnoG__drawerNavLink{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.6rem .75rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__ldgnoG__drawerNavLink:hover{color:#fff;background:#ffffff0d;transform:translate(3px)}.Header-module__ldgnoG__drawerActiveLink{color:#fff!important;background:#3b82f61f!important;border:1px solid #3b82f64d!important;font-weight:700!important}.Header-module__ldgnoG__drawerIconBox{background:#ffffff0a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .2s;display:flex}.Header-module__ldgnoG__drawerNavLink:hover .Header-module__ldgnoG__drawerIconBox{transform:scale(1.1)}.Header-module__ldgnoG__drawerNavText{flex:1}.Header-module__ldgnoG__navBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;flex-shrink:0;padding:.15rem .45rem;font-size:.65rem;font-weight:800}.Header-module__ldgnoG__badgeHot{color:#fb923c;background:#f9731629;border:1px solid #f9731666}.Header-module__ldgnoG__badgeNew{color:#c084fc;background:#a855f729;border:1px solid #a855f766}.Header-module__ldgnoG__badgeUncensored{color:#34d399;background:#10b98129;border:1px solid #10b98166}.Header-module__ldgnoG__badge3D{color:#22d3ee;background:#06b6d429;border:1px solid #06b6d466}.Header-module__ldgnoG__badgeOngoing{color:#4ade80;background:#22c55e29;border:1px solid #22c55e66}.Header-module__ldgnoG__badgeAdmin{color:#fbbf24;background:#f59e0b29;border:1px solid #f59e0b66}.Header-module__ldgnoG__drawerSignOutBtn{color:#f87171!important}.Header-module__ldgnoG__drawerSignOutBtn:hover{color:#ef4444!important;background:#ef44441f!important}.Header-module__ldgnoG__drawerFooter{text-align:center;background:#00000059;border-top:1px solid #ffffff0f;flex-shrink:0;padding:.85rem 1.2rem}.Header-module__ldgnoG__drawerFooterText{color:#64748b;font-size:.72rem;font-weight:500}@media (max-width:900px){.Header-module__ldgnoG__header{gap:1rem;height:66px;padding:0 1.2rem}.Header-module__ldgnoG__desktopHamburgerBtn{display:none!important}.Header-module__ldgnoG__mobileHamburgerBtn{width:38px;height:38px;color:var(--foreground-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex!important}.Header-module__ldgnoG__mobileHamburgerBtn:hover{border-color:rgba(var(--primary-rgb), .5);color:var(--primary);background:#ffffff1a}.Header-module__ldgnoG__leftSection{flex-shrink:0;gap:.85rem}.Header-module__ldgnoG__logoText{font-size:1.35rem}.Header-module__ldgnoG__centerSection{flex:1;justify-content:flex-end;min-width:0;max-width:280px;margin-left:auto;padding:0;display:flex}}@media (max-width:768px){.Header-module__ldgnoG__header{gap:.85rem;height:64px;padding:0 1rem}.Header-module__ldgnoG__watchlistShortcut,.Header-module__ldgnoG__rightSection{display:none!important}.Header-module__ldgnoG__leftSection{flex-shrink:0;gap:.8rem}.Header-module__ldgnoG__mobileHamburgerBtn{border-radius:10px;width:38px;height:38px}.Header-module__ldgnoG__logoText,.Header-module__ldgnoG__logoTextPlay,.Header-module__ldgnoG__logoTextGold{font-size:1.25rem}.Header-module__ldgnoG__centerSection{flex:1;justify-content:flex-end;min-width:135px;max-width:240px;margin-left:auto;padding:0;display:flex}}@media (max-width:480px){.Header-module__ldgnoG__header{gap:.65rem;height:60px;padding:0 .85rem}.Header-module__ldgnoG__mobileHamburgerBtn{border-radius:9px;width:36px;height:36px}.Header-module__ldgnoG__leftSection{gap:.65rem}.Header-module__ldgnoG__logoContainer{gap:.45rem}.Header-module__ldgnoG__logoBadge svg{width:23px;height:23px}.Header-module__ldgnoG__logoText,.Header-module__ldgnoG__logoTextPlay,.Header-module__ldgnoG__logoTextGold{font-size:1.15rem}.Header-module__ldgnoG__centerSection{flex:1;min-width:120px;max-width:190px;margin-left:auto;padding:0}}@media (max-width:360px){.Header-module__ldgnoG__header{gap:.5rem;padding:0 .65rem}.Header-module__ldgnoG__leftSection{gap:.5rem}.Header-module__ldgnoG__logoTextPlay{display:none}.Header-module__ldgnoG__logoTextGold{margin-left:0;font-size:1.05rem}.Header-module__ldgnoG__centerSection{min-width:110px;max-width:160px}}
.DesktopSidebar-module__y7SD4W__sidebar{display:none}@media (min-width:901px){.DesktopSidebar-module__y7SD4W__sidebar{z-index:90;-webkit-backdrop-filter:blur(20px)saturate(180%);border-right:1px solid var(--border);background:#090d16f7;flex-direction:column;height:calc(100vh - 74px);transition:width .25s cubic-bezier(.16,1,.3,1),background .3s;display:flex;position:fixed;top:74px;bottom:0;left:0;overflow:hidden}.DesktopSidebar-module__y7SD4W__collapsed{width:68px}.DesktopSidebar-module__y7SD4W__expanded{width:240px;box-shadow:10px 0 30px #00000080}.DesktopSidebar-module__y7SD4W__sidebarBody{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;padding:14px 0 24px;display:flex;overflow:hidden auto}.DesktopSidebar-module__y7SD4W__sidebarBody::-webkit-scrollbar{display:none}.DesktopSidebar-module__y7SD4W__navSection{flex-direction:column;gap:4px;width:100%;display:flex}.DesktopSidebar-module__y7SD4W__sectionHeading{color:var(--foreground-muted);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;padding:10px 18px 4px;font-size:.72rem;font-weight:700}.DesktopSidebar-module__y7SD4W__sectionDivider{background:#ffffff0f;flex-shrink:0;height:1px;margin:8px 12px}.DesktopSidebar-module__y7SD4W__collapsed .DesktopSidebar-module__y7SD4W__sectionDivider{margin:8px 10px}.DesktopSidebar-module__y7SD4W__navItem{height:44px;color:var(--foreground-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;width:100%;font-family:inherit;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.DesktopSidebar-module__y7SD4W__collapsed .DesktopSidebar-module__y7SD4W__navItem{justify-content:center;width:46px;margin:0 auto;padding:0}.DesktopSidebar-module__y7SD4W__expanded .DesktopSidebar-module__y7SD4W__navItem{justify-content:flex-start;gap:14px;width:calc(100% - 16px);margin:0 8px;padding:0 14px}.DesktopSidebar-module__y7SD4W__navIcon{flex-shrink:0;transition:transform .2s,color .2s;display:block}.DesktopSidebar-module__y7SD4W__navLabel{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;transition:opacity .2s;overflow:hidden}.DesktopSidebar-module__y7SD4W__collapsed .DesktopSidebar-module__y7SD4W__navLabel{display:none}.DesktopSidebar-module__y7SD4W__expanded .DesktopSidebar-module__y7SD4W__navLabel{display:block}.DesktopSidebar-module__y7SD4W__navItem:hover{color:#fff;background:#ffffff14;border-color:#ffffff1a}.DesktopSidebar-module__y7SD4W__navItem:hover .DesktopSidebar-module__y7SD4W__navIcon{transform:scale(1.08)}.DesktopSidebar-module__y7SD4W__activeItem{color:#fff!important;background:rgba(var(--primary-rgb), .18)!important;border:1px solid rgba(var(--primary-rgb), .4)!important;box-shadow:0 2px 14px rgba(var(--primary-rgb), .25)!important}.DesktopSidebar-module__y7SD4W__collapsed .DesktopSidebar-module__y7SD4W__activeItem:before{content:"";background:var(--primary);width:4px;height:22px;box-shadow:0 0 10px var(--primary);border-radius:0 4px 4px 0;position:absolute;left:-11px}.DesktopSidebar-module__y7SD4W__activeItem .DesktopSidebar-module__y7SD4W__navIcon{filter:drop-shadow(0 0 6px rgba(var(--primary-rgb), .5));color:#fff!important}.DesktopSidebar-module__y7SD4W__activeItem .DesktopSidebar-module__y7SD4W__navLabel{font-weight:700;color:#fff!important}.DesktopSidebar-module__y7SD4W__signOutBtn{color:#ef4444}.DesktopSidebar-module__y7SD4W__signOutBtn:hover{color:#ef4444;background:#ef44441f;border-color:#ef444440}.DesktopSidebar-module__y7SD4W__tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;z-index:1000;letter-spacing:.01em;background:#0e1422;border:1px solid #ffffff24;border-radius:8px;padding:5px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .16s;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%)translate(-4px);box-shadow:0 4px 20px #000000a6}.DesktopSidebar-module__y7SD4W__tooltip:before{content:"";border:5px solid #0000;border-right-color:#0e1422;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.DesktopSidebar-module__y7SD4W__collapsed .DesktopSidebar-module__y7SD4W__navItem:hover .DesktopSidebar-module__y7SD4W__tooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}}
.Footer-module__Grjkva__footer{background:var(--surface);border-top:1px solid var(--border);z-index:10;width:100%;margin-top:auto;padding:4rem 2rem 2rem}.Footer-module__Grjkva__container{grid-template-columns:2fr repeat(3,1fr);gap:3rem;max-width:1720px;margin:0 auto 3rem;display:grid}.Footer-module__Grjkva__brandColumn{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__Grjkva__logoContainer{align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.Footer-module__Grjkva__logoContainer:hover{opacity:.85}.Footer-module__Grjkva__logoText{text-transform:uppercase;letter-spacing:-.02em;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-style:italic;display:flex}.Footer-module__Grjkva__logoTextPlay{color:#fff;opacity:.95;font-weight:600}.Footer-module__Grjkva__logoTextGold{color:#f59e0b;margin-left:2px;font-weight:900}.Footer-module__Grjkva__tagline{color:var(--foreground-muted);margin-top:.25rem;font-size:.8rem}.Footer-module__Grjkva__logoIcon{color:var(--primary);filter:drop-shadow(0 2px 8px rgba(var(--primary-rgb), .3))}.Footer-module__Grjkva__description{color:var(--foreground-secondary);max-width:320px;font-size:.85rem;line-height:1.6}.Footer-module__Grjkva__socials{gap:1rem;margin-top:.5rem;display:flex}.Footer-module__Grjkva__socialLink{color:var(--foreground-muted);background:var(--surface-hover);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Footer-module__Grjkva__socialLink:hover{color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}.Footer-module__Grjkva__linksColumn{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__Grjkva__heading{color:var(--foreground-primary);letter-spacing:.03em;text-transform:uppercase;font-size:.95rem;font-weight:700}.Footer-module__Grjkva__linksList{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__link{color:var(--foreground-secondary);font-size:.85rem;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__link:hover{color:var(--primary)}.Footer-module__Grjkva__bottomBar{border-top:1px solid var(--border);max-width:1720px;color:var(--foreground-muted);justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;font-size:.8rem;display:flex}.Footer-module__Grjkva__speedBadge{background:var(--surface-hover);border:1px solid var(--border);border-radius:20px;padding:.3rem .8rem;font-size:.75rem}@media (max-width:1024px){.Footer-module__Grjkva__container{grid-template-columns:1.5fr repeat(3,1fr);gap:2rem}}@media (max-width:768px){.Footer-module__Grjkva__container{text-align:center;grid-template-columns:1fr;gap:2.5rem}.Footer-module__Grjkva__brandColumn{align-items:center}.Footer-module__Grjkva__description{max-width:100%}.Footer-module__Grjkva__socials{justify-content:center}.Footer-module__Grjkva__bottomBar{text-align:center;flex-direction:column;gap:1rem}}
.BackToTop-module__VQI20W__btn{background:var(--primary);color:#fff;cursor:pointer;z-index:999;opacity:0;pointer-events:none;width:44px;height:44px;box-shadow:0 4px 16px rgba(var(--primary-rgb), .4);border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),box-shadow .2s,background .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(16px)scale(.85)}.BackToTop-module__VQI20W__btn.BackToTop-module__VQI20W__visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.BackToTop-module__VQI20W__btn:hover{background:var(--primary-hover);box-shadow:0 8px 24px rgba(var(--primary-rgb), .6);transform:translateY(-2px)scale(1.05)}.BackToTop-module__VQI20W__btn:active{transform:translateY(0)scale(.95)}@media (max-width:768px){.BackToTop-module__VQI20W__btn{width:40px;height:40px;bottom:1.2rem;right:1.2rem}}
.layout-module__jz1IVa__publicLayout{flex-direction:column;width:100%;min-height:100vh;display:flex}.layout-module__jz1IVa__mainContent{flex-direction:column;flex:1 0 auto;width:100%;padding-top:74px;transition:padding-left .25s cubic-bezier(.16,1,.3,1);display:flex}.layout-module__jz1IVa__footerSection{width:100%;transition:padding-left .25s cubic-bezier(.16,1,.3,1)}@media (min-width:901px){.layout-module__jz1IVa__sidebarCollapsed .layout-module__jz1IVa__mainContent,.layout-module__jz1IVa__sidebarCollapsed .layout-module__jz1IVa__footerSection{padding-left:68px}.layout-module__jz1IVa__sidebarExpanded .layout-module__jz1IVa__mainContent,.layout-module__jz1IVa__sidebarExpanded .layout-module__jz1IVa__footerSection{padding-left:240px}}@media (max-width:900px){.layout-module__jz1IVa__mainContent,.layout-module__jz1IVa__footerSection{padding-left:0!important}}
