.MyAccountLayout-module__QvdECW__layout{background-color:var(--bg-color,#0d0d0d);color:#fff;background-image:radial-gradient(at 20% 0,#ffc60c0d 0%,#0000 50%),radial-gradient(at 80% 100%,#ffc60c08 0%,#0000 50%);justify-content:center;width:100%;min-height:calc(100vh - 80px);font-family:inherit;display:flex;position:relative}.MyAccountLayout-module__QvdECW__layoutContainer{color:#fff;align-items:flex-start;gap:28px;width:100%;max-width:1200px;margin-top:80px;margin-left:auto;margin-right:auto;padding:32px 24px 64px;display:flex;position:relative}[data-theme=light] .MyAccountLayout-module__QvdECW__layout{color:#1a1a1a;background-color:#f8f9fa}.MyAccountLayout-module__QvdECW__sidebar{background:#141414;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex-shrink:0;width:280px;display:flex;position:sticky;top:100px;overflow:hidden;box-shadow:0 8px 24px #0006}[data-theme=light] .MyAccountLayout-module__QvdECW__sidebar{background:#fff;border:1px solid #00000014;box-shadow:0 8px 24px #0000000f}.MyAccountLayout-module__QvdECW__sidebarContainer{flex-direction:column;gap:20px;padding:24px 18px;display:flex}.MyAccountLayout-module__QvdECW__profileSection{text-align:center;border-bottom:1px solid #ffffff14;flex-direction:column;align-items:center;padding-bottom:20px;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__profileSection{border-bottom:1px solid #00000014}.MyAccountLayout-module__QvdECW__avatarContainer{background:#1a1a1a;border:2px solid #ffc60c66;border-radius:50%;width:88px;height:88px;margin:0 auto 14px;position:relative;overflow:hidden;box-shadow:0 4px 16px #0006}.MyAccountLayout-module__QvdECW__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.MyAccountLayout-module__QvdECW__userName{color:#fff;margin:0 0 4px;font-size:17px;font-weight:700;line-height:1.3}[data-theme=light] .MyAccountLayout-module__QvdECW__userName{color:#1a1a1a}.MyAccountLayout-module__QvdECW__userEmail{color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;max-width:220px;margin:0 0 10px;font-size:13px;overflow:hidden}[data-theme=light] .MyAccountLayout-module__QvdECW__userEmail{color:#0000008c}.MyAccountLayout-module__QvdECW__statusBadge{color:#ffc60c;letter-spacing:.02em;background:#ffc60c1a;border:1px solid #ffc60c40;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.MyAccountLayout-module__QvdECW__sidebarMenu{flex-direction:column;gap:6px;display:flex}.MyAccountLayout-module__QvdECW__menuItem{color:#ffffffb3;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__menuItem{color:#000000b3}.MyAccountLayout-module__QvdECW__menuItem:hover{color:#fff;background:#ffffff0d}[data-theme=light] .MyAccountLayout-module__QvdECW__menuItem:hover{color:#000;background:#0000000a}.MyAccountLayout-module__QvdECW__menuItem.MyAccountLayout-module__QvdECW__active{color:#ffc60c;background:#ffc60c1f;border:1px solid #ffc60c40;font-weight:700}[data-theme=light] .MyAccountLayout-module__QvdECW__menuItem.MyAccountLayout-module__QvdECW__active{color:#b38600;background:#ffc60c26}.MyAccountLayout-module__QvdECW__menuIcon{flex-shrink:0;align-items:center;display:flex}.MyAccountLayout-module__QvdECW__sidebarBottomActions{border-top:1px solid #ffffff14;flex-direction:column;gap:6px;margin-top:14px;padding-top:14px;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__sidebarBottomActions{border-top:1px solid #00000014}.MyAccountLayout-module__QvdECW__mainContent{flex:1;min-width:0}.MyAccountLayout-module__QvdECW__mainContentFullWidth{width:100%;max-width:100%}.MyAccountLayout-module__QvdECW__contentCard{color:#fff;background:#141414;border:1px solid #ffffff14;border-radius:20px;padding:32px;position:relative;box-shadow:0 8px 32px #00000059}[data-theme=light] .MyAccountLayout-module__QvdECW__contentCard{color:#1a1a1a;background:#fff;border:1px solid #00000014;box-shadow:0 8px 32px #0000000f}.MyAccountLayout-module__QvdECW__sectionHeader{border-bottom:1px solid #ffffff14;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:18px;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__sectionHeader{border-bottom:1px solid #00000014}.MyAccountLayout-module__QvdECW__sectionIconWrapper{color:#ffc60c;background:#ffc60c1f;border:1px solid #ffc60c40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.MyAccountLayout-module__QvdECW__sectionTitle{color:#fff;margin:0;font-size:22px;font-weight:700;line-height:1.2}[data-theme=light] .MyAccountLayout-module__QvdECW__sectionTitle{color:#1a1a1a}.MyAccountLayout-module__QvdECW__sectionSubtitle{color:#fff9;margin:4px 0 0;font-size:14px}[data-theme=light] .MyAccountLayout-module__QvdECW__sectionSubtitle{color:#0009}.MyAccountLayout-module__QvdECW__formContainer{width:100%}.MyAccountLayout-module__QvdECW__gridRow{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:16px;display:grid}.MyAccountLayout-module__QvdECW__inputGroup{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.MyAccountLayout-module__QvdECW__inputLabel{color:#ffffffd9;margin-bottom:4px;font-size:13px;font-weight:600}[data-theme=light] .MyAccountLayout-module__QvdECW__inputLabel{color:#000000d9}.MyAccountLayout-module__QvdECW__modernInput{width:100%;color:#fff!important;background:#0f0f0f!important;border:1px solid #ffffff1f!important;border-radius:12px!important;outline:none!important;padding:12px 16px!important;font-size:14px!important;transition:all .2s!important}[data-theme=light] .MyAccountLayout-module__QvdECW__modernInput{color:#1a1a1a!important;background:#f8f9fa!important;border:1px solid #0000001f!important}.MyAccountLayout-module__QvdECW__modernInput:focus,.MyAccountLayout-module__QvdECW__modernInput:focus-within{background:#121212!important;border-color:#ffc60c!important;box-shadow:0 0 0 3px #ffc60c26!important}.MyAccountLayout-module__QvdECW__modernInput:disabled{opacity:.55;cursor:not-allowed;background:#ffffff08!important}.MyAccountLayout-module__QvdECW__primaryBtn{color:#000;cursor:pointer;background:#ffc60c;border:none;border-radius:24px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #ffc60c40}.MyAccountLayout-module__QvdECW__primaryBtn:hover{background:#ffd633;transform:translateY(-1px);box-shadow:0 6px 20px #ffc60c59}.MyAccountLayout-module__QvdECW__primaryBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.MyAccountLayout-module__QvdECW__reqList{background:#0f0f0f;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:12px;margin-top:20px;padding:20px;transition:all .25s;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__reqList{background:#f8f9fa;border:1px solid #00000014;box-shadow:0 4px 12px #00000008}.MyAccountLayout-module__QvdECW__reqList.MyAccountLayout-module__QvdECW__hidden{display:none}.MyAccountLayout-module__QvdECW__reqList.MyAccountLayout-module__QvdECW__visible{display:flex}.MyAccountLayout-module__QvdECW__reqList h4{color:#fff;align-items:center;gap:8px;margin:0 0 4px;font-size:14px;font-weight:700;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__reqList h4{color:#1a1a1a}.MyAccountLayout-module__QvdECW__reqItem{color:#ffffff73;align-items:center;gap:10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__reqItem{color:#00000073}.MyAccountLayout-module__QvdECW__reqItem.MyAccountLayout-module__QvdECW__valid{color:#22c55e;font-weight:600}[data-theme=light] .MyAccountLayout-module__QvdECW__reqItem.MyAccountLayout-module__QvdECW__valid{color:#16a34a}.MyAccountLayout-module__QvdECW__reqIcon{color:#ffffff4d;background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}[data-theme=light] .MyAccountLayout-module__QvdECW__reqIcon{color:#0000004d;background:#0000000f}.MyAccountLayout-module__QvdECW__reqItem.MyAccountLayout-module__QvdECW__valid .MyAccountLayout-module__QvdECW__reqIcon{color:#22c55e;background:#22c55e2e}[data-theme=light] .MyAccountLayout-module__QvdECW__reqItem.MyAccountLayout-module__QvdECW__valid .MyAccountLayout-module__QvdECW__reqIcon{color:#16a34a;background:#16a34a24}.MyAccountLayout-module__QvdECW__themeGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px;display:grid}.MyAccountLayout-module__QvdECW__selectionCard{cursor:pointer;background:#0f0f0f;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;transition:all .2s;display:flex;position:relative}[data-theme=light] .MyAccountLayout-module__QvdECW__selectionCard{background:#f8f9fa;border:1px solid #00000014}.MyAccountLayout-module__QvdECW__selectionCard:hover{background:#121212;border-color:#ffc60c66;transform:translateY(-2px)}.MyAccountLayout-module__QvdECW__activeSelection{background:#ffc60c0f;box-shadow:0 0 0 2px #ffc60c40;border-color:#ffc60c!important}.MyAccountLayout-module__QvdECW__selectionIcon{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.MyAccountLayout-module__QvdECW__activeSelection .MyAccountLayout-module__QvdECW__selectionIcon{background:#ffc60c26}.MyAccountLayout-module__QvdECW__selectionBody h3{color:#fff;margin:0 0 4px;font-size:16px;font-weight:700}[data-theme=light] .MyAccountLayout-module__QvdECW__selectionBody h3{color:#1a1a1a}.MyAccountLayout-module__QvdECW__selectionBody p{color:#ffffff80;margin:0;font-size:13px;line-height:1.4}.MyAccountLayout-module__QvdECW__selectedBadge{color:#ffc60c;position:absolute;top:16px;right:16px}.MyAccountLayout-module__QvdECW__overviewGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:20px;display:grid}.MyAccountLayout-module__QvdECW__overviewCard{cursor:pointer;background:#0f0f0f;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:space-between;gap:16px;padding:24px;transition:all .25s;display:flex}[data-theme=light] .MyAccountLayout-module__QvdECW__overviewCard{background:#f8f9fa;border:1px solid #00000014}.MyAccountLayout-module__QvdECW__overviewCard:hover{background:#121212;border-color:#ffc60c66;transform:translateY(-2px);box-shadow:0 6px 20px #00000059}.MyAccountLayout-module__QvdECW__overviewCardTop{align-items:flex-start;gap:14px;display:flex}.MyAccountLayout-module__QvdECW__overviewCardIcon{color:#ffc60c;background:#ffc60c1f;border:1px solid #ffc60c40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.MyAccountLayout-module__QvdECW__overviewCardTitle{color:#fff;margin:0 0 4px;font-size:16px;font-weight:700}[data-theme=light] .MyAccountLayout-module__QvdECW__overviewCardTitle{color:#1a1a1a}.MyAccountLayout-module__QvdECW__overviewCardDesc{color:#ffffff8c;margin:0;font-size:13px;line-height:1.4}.MyAccountLayout-module__QvdECW__overviewCardFooter{color:#ffc60c;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:12px;font-size:13px;font-weight:600;display:flex}.MyAccountLayout-module__QvdECW__mobileToggle{color:#000;z-index:1000;cursor:pointer;background:#ffc60c;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .2s;display:none;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #ffc60c66}.MyAccountLayout-module__QvdECW__desktopOnly{display:block}@media (max-width:992px){.MyAccountLayout-module__QvdECW__layoutContainer{flex-direction:column;gap:20px;padding:24px 16px}.MyAccountLayout-module__QvdECW__desktopOnly{display:none}.MyAccountLayout-module__QvdECW__mobileToggle{display:flex}.MyAccountLayout-module__QvdECW__sidebar{width:100%;position:static}}@media (max-width:600px){.MyAccountLayout-module__QvdECW__contentCard{border-radius:16px;padding:20px 16px}.MyAccountLayout-module__QvdECW__gridRow{grid-template-columns:1fr;gap:0}.MyAccountLayout-module__QvdECW__sectionTitle{font-size:19px}}
.UserIcon-module__M9hTiW__userIconContainer{align-items:center;display:flex}.UserIcon-module__M9hTiW__userIcon{color:var(--primary-color)}.UserIcon-module__M9hTiW__userAvatar{border:2px solid var(--avatar-border);transition:all .3s}.UserIcon-module__M9hTiW__userAvatar:hover{border-color:var(--new-primary-color,#ffc107);transform:scale(1.05)}.UserIcon-module__M9hTiW__userDropdown{cursor:pointer;justify-content:center;align-items:center;display:flex}.UserIcon-module__M9hTiW__userDropdown .ant-space-item{cursor:pointer;justify-content:center;align-items:center;display:flex}:is(.main-navbar-dropdown-overlay,.main-navbar-dropdown-overlay.ant-dropdown,.ant-dropdown.main-navbar-dropdown-overlay){background:var(--dropdown-bg);-webkit-backdrop-filter:blur(16px);box-shadow:var(--dropdown-shadow);border:none;border-radius:14px;padding:0;overflow:hidden}:is(.main-navbar-dropdown-overlay .ant-dropdown-menu,.main-navbar-dropdown-overlay.ant-dropdown .ant-dropdown-menu){min-width:200px;box-shadow:none;background:0 0;border:none;border-radius:14px;padding:8px}:is(.main-navbar-dropdown-overlay .rc-dropdown,.main-navbar-dropdown-overlay .rc-dropdown-menu){background:0 0}:is(.main-navbar-dropdown-overlay .ant-dropdown-menu-item,.main-navbar-dropdown-overlay.ant-dropdown .ant-dropdown-menu-item){color:var(--dropdown-item);background:0 0;border-radius:10px;margin:4px 0;padding:12px 14px;font-size:15px;font-weight:500;transition:all .2s}:is(.main-navbar-dropdown-overlay .ant-dropdown-menu-item:hover,.main-navbar-dropdown-overlay.ant-dropdown .ant-dropdown-menu-item:hover){background:var(--dropdown-item-hover-bg);color:var(--dropdown-item-hover)}.main-navbar-dropdown-overlay .ant-dropdown-menu-item span{align-items:center;gap:12px;width:100%;display:flex}:is(.main-navbar-dropdown-overlay .ant-dropdown-menu-item .anticon,.main-navbar-dropdown-overlay .ant-dropdown-menu-item span .anticon){color:var(--text-secondary);justify-content:center;align-items:center;width:18px;min-width:18px;font-size:18px;display:flex}:is(.main-navbar-dropdown-overlay .ant-dropdown-menu-item:hover .anticon,.main-navbar-dropdown-overlay .ant-dropdown-menu-item:hover span .anticon){color:var(--new-primary-color)}.main-navbar-dropdown-overlay .ant-dropdown-menu-item-divider{border-color:var(--border);margin:8px 0}
.NavDrawer-module__pHpsKG__modernDrawer .ant-drawer-content{border-left:1px solid #ffffff1a;background:#0f0f0f!important;overflow:hidden!important;box-shadow:-8px 0 32px #000c!important}:is(.NavDrawer-module__pHpsKG__modernDrawer .ant-drawer-wrapper-body,.NavDrawer-module__pHpsKG__modernDrawer .ant-drawer-body){scrollbar-width:none!important;-ms-overflow-style:none!important;background:#0f0f0f!important;height:100%!important;overflow:hidden!important}.NavDrawer-module__pHpsKG__modernDrawer .ant-drawer-body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}:is([data-theme=light] .NavDrawer-module__pHpsKG__modernDrawer .ant-drawer-content,[data-theme=light] .NavDrawer-module__pHpsKG__modernDrawer .ant-drawer-wrapper-body,[data-theme=light] .NavDrawer-module__pHpsKG__modernDrawer .ant-drawer-body){border-left:1px solid #00000014;background:#fff!important;box-shadow:-8px 0 32px #0000001a!important}.NavDrawer-module__pHpsKG__drawerWrapper{color:#fff;background:#0f0f0f;flex-direction:column;height:100%;max-height:100dvh;display:flex;overflow:hidden}[data-theme=light] .NavDrawer-module__pHpsKG__drawerWrapper{color:#1a1a1a;background:#fff}.NavDrawer-module__pHpsKG__drawerHeader{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}[data-theme=light] .NavDrawer-module__pHpsKG__drawerHeader{border-bottom:1px solid #0000000f}.NavDrawer-module__pHpsKG__logoLink{align-items:center;display:inline-flex}.NavDrawer-module__pHpsKG__drawerLogo{object-fit:contain;width:auto;height:32px}.NavDrawer-module__pHpsKG__closeBtn{color:#fffc;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.NavDrawer-module__pHpsKG__closeBtn:hover{color:#000;background:#ffc60c;border-color:#ffc60c;transform:rotate(90deg)}[data-theme=light] .NavDrawer-module__pHpsKG__closeBtn{color:#333;background:#0000000a;border:1px solid #0000001a}[data-theme=light] .NavDrawer-module__pHpsKG__closeBtn:hover{color:#000;background:#ffc60c;border-color:#ffc60c}.NavDrawer-module__pHpsKG__drawerContent{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:16px;padding:16px 16px 20px;display:flex;overflow:hidden auto}.NavDrawer-module__pHpsKG__drawerContent::-webkit-scrollbar{width:0;height:0;display:none}.NavDrawer-module__pHpsKG__userCard{background:#141414;border:1px solid #ffc60c33;border-radius:16px;align-items:center;gap:14px;padding:14px 16px;display:flex;box-shadow:0 4px 20px #0000004d}[data-theme=light] .NavDrawer-module__pHpsKG__userCard{background:#f8f9fa;border:1px solid #ffc60c66;box-shadow:0 4px 16px #0000000a}.NavDrawer-module__pHpsKG__userAvatarWrap{border:2px solid #ffc60c;border-radius:50%;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.NavDrawer-module__pHpsKG__userAvatar{object-fit:cover;width:100%;height:100%}.NavDrawer-module__pHpsKG__userInfo{flex:1;min-width:0}.NavDrawer-module__pHpsKG__userNameRow{align-items:center;gap:6px;display:flex}.NavDrawer-module__pHpsKG__userName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}[data-theme=light] .NavDrawer-module__pHpsKG__userName{color:#111827}.NavDrawer-module__pHpsKG__verifiedBadge{color:#ffc60c;align-items:center;display:inline-flex}.NavDrawer-module__pHpsKG__userEmail{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}[data-theme=light] .NavDrawer-module__pHpsKG__userEmail{color:#6b7280}.NavDrawer-module__pHpsKG__guestCard{background:#141414;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:14px;padding:16px;display:flex}[data-theme=light] .NavDrawer-module__pHpsKG__guestCard{background:#f8f9fa;border:1px solid #00000014}.NavDrawer-module__pHpsKG__guestHeader{align-items:center;gap:12px;display:flex}.NavDrawer-module__pHpsKG__guestIconBox{color:#ffc60c;background:#ffc60c26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.NavDrawer-module__pHpsKG__guestTitle{color:#fff;margin:0;font-size:14px;font-weight:700}[data-theme=light] .NavDrawer-module__pHpsKG__guestTitle{color:#111827}.NavDrawer-module__pHpsKG__guestSubtitle{color:#ffffff80;margin:2px 0 0;font-size:12px}[data-theme=light] .NavDrawer-module__pHpsKG__guestSubtitle{color:#6b7280}.NavDrawer-module__pHpsKG__guestActions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.NavDrawer-module__pHpsKG__loginBtn{color:#000;background:#ffc60c;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.NavDrawer-module__pHpsKG__loginBtn:hover{background:#ffd633;transform:translateY(-1px)}.NavDrawer-module__pHpsKG__registerBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}[data-theme=light] .NavDrawer-module__pHpsKG__registerBtn{color:#111827;background:#fff;border:1px solid #00000026}.NavDrawer-module__pHpsKG__registerBtn:hover{color:#ffc60c;border-color:#ffc60c}.NavDrawer-module__pHpsKG__navSection{flex-direction:column;gap:8px;display:flex}.NavDrawer-module__pHpsKG__sectionLabel{text-transform:uppercase;letter-spacing:.08em;color:#fff6;padding:0 8px;font-size:11px;font-weight:700}[data-theme=light] .NavDrawer-module__pHpsKG__sectionLabel{color:#9ca3af}.NavDrawer-module__pHpsKG__navList{flex-direction:column;gap:4px;display:flex}.NavDrawer-module__pHpsKG__navItem{color:#ffffffbf;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}[data-theme=light] .NavDrawer-module__pHpsKG__navItem{color:#4b5563}.NavDrawer-module__pHpsKG__navItem:hover{color:#fff;background:#ffffff0d;transform:translate(4px)}[data-theme=light] .NavDrawer-module__pHpsKG__navItem:hover{color:#111827;background:#0000000a}.NavDrawer-module__pHpsKG__navItemActive{border:1px solid #ffc60c40;font-weight:700;color:#ffc60c!important;background:#ffc60c1f!important}.NavDrawer-module__pHpsKG__navIconBox{color:#fff9;background:#ffffff0a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}[data-theme=light] .NavDrawer-module__pHpsKG__navIconBox{color:#6b7280;background:#0000000a}.NavDrawer-module__pHpsKG__navItem:hover .NavDrawer-module__pHpsKG__navIconBox{color:#ffc60c;background:#ffc60c26}.NavDrawer-module__pHpsKG__navItemActive .NavDrawer-module__pHpsKG__navIconBox{color:#000;background:#ffc60c}.NavDrawer-module__pHpsKG__navLabel{flex:1}.NavDrawer-module__pHpsKG__itemBadge{color:#ffc60c;background:#ffc60c26;border:1px solid #ffc60c4d;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700}.NavDrawer-module__pHpsKG__arrowIcon{color:#fff3;transition:all .2s}[data-theme=light] .NavDrawer-module__pHpsKG__arrowIcon{color:#0003}.NavDrawer-module__pHpsKG__navItem:hover .NavDrawer-module__pHpsKG__arrowIcon{color:#ffc60c;transform:translate(2px)}.NavDrawer-module__pHpsKG__logoutItem{margin-top:4px;color:#ef4444!important}.NavDrawer-module__pHpsKG__logoutItem:hover{color:#f87171!important;background:#ef44441a!important}.NavDrawer-module__pHpsKG__logoutIconBox{color:#ef4444!important;background:#ef44441a!important}.NavDrawer-module__pHpsKG__partnerBanner{background:linear-gradient(135deg,#141414 0%,#1c1808 100%);border:1px solid #ffc60c40;border-radius:16px;flex-direction:column;gap:12px;margin-top:6px;padding:16px;display:flex;box-shadow:0 4px 20px #ffc60c14}[data-theme=light] .NavDrawer-module__pHpsKG__partnerBanner{background:linear-gradient(135deg,#fefce8 0%,#fef3c7 100%);border:1px solid #ffc60c80;box-shadow:0 4px 16px #00000008}.NavDrawer-module__pHpsKG__partnerBadge{color:#ffc60c;background:#ffc60c26;border-radius:20px;align-items:center;gap:5px;margin-bottom:6px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}[data-theme=light] .NavDrawer-module__pHpsKG__partnerBadge{color:#b45309;background:#f59e0b26}.NavDrawer-module__pHpsKG__partnerTitle{color:#fff;margin:0;font-size:14px;font-weight:700}[data-theme=light] .NavDrawer-module__pHpsKG__partnerTitle{color:#111827}.NavDrawer-module__pHpsKG__partnerDesc{color:#fff9;margin:4px 0 0;font-size:12px;line-height:1.4}[data-theme=light] .NavDrawer-module__pHpsKG__partnerDesc{color:#4b5563}.NavDrawer-module__pHpsKG__partnerBtn{color:#000;background:#ffc60c;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 10px #ffc60c33}.NavDrawer-module__pHpsKG__partnerBtn:hover{background:#ffd633;transform:translateY(-1px);box-shadow:0 4px 14px #ffc60c59}.NavDrawer-module__pHpsKG__drawerFooter{border-top:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:12px;margin-top:auto;padding:16px 20px 24px;display:flex}[data-theme=light] .NavDrawer-module__pHpsKG__drawerFooter{border-top:1px solid #0000000f}.NavDrawer-module__pHpsKG__drawerSocials{align-items:center;gap:10px;display:flex}.NavDrawer-module__pHpsKG__socialBtn{color:#fff9;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}[data-theme=light] .NavDrawer-module__pHpsKG__socialBtn{color:#6b7280;background:#0000000a;border:1px solid #00000014}.NavDrawer-module__pHpsKG__socialBtn:hover{color:#000;background:#ffc60c;border-color:#ffc60c;transform:translateY(-2px)}.NavDrawer-module__pHpsKG__footerCopyright{color:#fff6;text-align:center;margin:0;font-size:11px}[data-theme=light] .NavDrawer-module__pHpsKG__footerCopyright{color:#9ca3af}
.ThemeToggle-module__38LGyq__themeToggle{width:36px;height:36px;color:var(--nav-link);cursor:pointer;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:background .2s,color .2s,transform .2s;display:inline-flex;box-shadow:none!important;background:0 0!important;border:none!important}.ThemeToggle-module__38LGyq__themeToggle:hover:not(:disabled){background:var(--control-handler-bg);color:var(--nav-link-hover)}.ThemeToggle-module__38LGyq__themeToggle:active:not(:disabled){transform:scale(.96)}.ThemeToggle-module__38LGyq__themeToggle:disabled{opacity:.6;cursor:wait}.ThemeToggle-module__38LGyq__themeToggle:focus-visible{outline:2px solid var(--nav-ink);outline-offset:2px}
.NavbarNew-module__Tg61Wa__navNewContainer{z-index:1000;background:var(--nav-bg);backdrop-filter:blur(16px);border-bottom:1px solid var(--nav-border);transition:all .3s;position:fixed;top:0;left:0;right:0}.NavbarNew-module__Tg61Wa__navNewContainerScrolled{background:var(--nav-bg-scrolled);box-shadow:0 4px 12px var(--shadow)}.NavbarNew-module__Tg61Wa__navNewOverHero{background:var(--nav-bg);border-bottom-color:var(--nav-border);-webkit-backdrop-filter:blur(16px)}.NavbarNew-module__Tg61Wa__navNewOverHero .NavbarNew-module__Tg61Wa__navNewLink{color:#d1d5db}.NavbarNew-module__Tg61Wa__navNewOverHero .NavbarNew-module__Tg61Wa__navNewLink:hover{color:#fff}.NavbarNew-module__Tg61Wa__navNewOverHero .NavbarNew-module__Tg61Wa__navNewLink.NavbarNew-module__Tg61Wa__isActive{color:var(--nav-link-active)}.NavbarNew-module__Tg61Wa__navNewOverHero .NavbarNew-module__Tg61Wa__navNewPartner{color:var(--nav-accent)}.NavbarNew-module__Tg61Wa__navNewContent{box-sizing:border-box;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:24px;width:100%;min-width:0;max-width:100%;height:80px;margin:0 auto;padding:0 5vw;display:grid}.NavbarNew-module__Tg61Wa__navNewLogo{justify-self:start;align-items:center;min-width:0;display:flex}.NavbarNew-module__Tg61Wa__navNewLogoLink{align-items:center;height:40px;line-height:0;text-decoration:none;display:inline-flex}.NavbarNew-module__Tg61Wa__navNewLogo img,.NavbarNew-module__Tg61Wa__navNewLogoLight,.NavbarNew-module__Tg61Wa__navNewLogoDark{object-fit:contain;object-position:left center;width:auto;max-width:min(180px,42vw);height:40px;max-height:40px;filter:var(--new-logo-filter);transition:opacity .2s;display:block}.NavbarNew-module__Tg61Wa__navNewLogo img:hover,.NavbarNew-module__Tg61Wa__navNewLogoLight:hover,.NavbarNew-module__Tg61Wa__navNewLogoDark:hover{opacity:.9}.NavbarNew-module__Tg61Wa__navNewCenter{justify-content:center;justify-self:center;align-items:center;gap:28px;display:flex}.NavbarNew-module__Tg61Wa__navNewLink{color:var(--nav-link);white-space:nowrap;border-radius:0;padding:6px 0;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.NavbarNew-module__Tg61Wa__navNewLink:hover{color:var(--nav-link-hover)}.NavbarNew-module__Tg61Wa__navNewLink.NavbarNew-module__Tg61Wa__isActive{color:var(--nav-link-active);border-bottom:none;font-weight:600;position:relative}.NavbarNew-module__Tg61Wa__navNewLink.NavbarNew-module__Tg61Wa__isActive:after{content:"";background-color:var(--nav-ink);border-radius:0;height:2px;position:absolute;bottom:0;left:0;right:0}.NavbarNew-module__Tg61Wa__navNewRight{justify-content:flex-end;justify-self:end;align-items:center;gap:20px;min-width:0;display:flex}.NavbarNew-module__Tg61Wa__navNewPartner{color:var(--nav-accent);white-space:nowrap;align-items:center;gap:4px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s,opacity .3s;display:flex}.NavbarNew-module__Tg61Wa__navNewPartner:hover{color:var(--nav-link-hover);opacity:1}.NavbarNew-module__Tg61Wa__navNewLogin{box-shadow:var(--btn-primary-shadow);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:9px 20px;font-size:.88rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .3s;display:inline-flex;background:var(--btn-primary-bg)!important;color:var(--btn-primary-fg)!important}.NavbarNew-module__Tg61Wa__navNewLogin:hover{box-shadow:var(--btn-primary-shadow-hover);transform:translateY(-1px);background:var(--btn-primary-hover-bg)!important;color:var(--btn-primary-fg)!important}.NavbarNew-module__Tg61Wa__navNewUserIcon{flex-shrink:0;align-items:center;display:flex}.NavbarNew-module__Tg61Wa__navNewContent .NavbarNew-module__Tg61Wa__navNewHamburger{color:var(--nav-accent);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:8px;font-size:24px;transition:all .3s;-webkit-tap-highlight-color:transparent!important;outline:none!important;display:none!important}.NavbarNew-module__Tg61Wa__navNewContent .NavbarNew-module__Tg61Wa__navNewHamburger:active{background:var(--control-handler-bg)!important}.NavbarNew-module__Tg61Wa__navNewHamburger:hover{background:var(--control-handler-bg);border-radius:8px}@media (max-width:991px){.NavbarNew-module__Tg61Wa__navNewContent{justify-content:space-between;column-gap:12px;display:flex}.NavbarNew-module__Tg61Wa__navNewCenter{display:none!important}.NavbarNew-module__Tg61Wa__navNewPartner{display:none}.NavbarNew-module__Tg61Wa__navNewContent .NavbarNew-module__Tg61Wa__navNewHamburger{display:flex!important}.NavbarNew-module__Tg61Wa__navNewRight{gap:12px}}@media (max-width:768px){.NavbarNew-module__Tg61Wa__navNewContent{height:64px;padding:0 5vw}.NavbarNew-module__Tg61Wa__navNewLogoLink{height:36px}.NavbarNew-module__Tg61Wa__navNewLogo img,.NavbarNew-module__Tg61Wa__navNewLogoLight,.NavbarNew-module__Tg61Wa__navNewLogoDark{height:36px;max-height:36px}}@media (max-width:480px){.NavbarNew-module__Tg61Wa__navNewContent{padding:0 4vw}.NavbarNew-module__Tg61Wa__navNewLogin{padding:8px 14px;font-size:.84rem}}
.Footer-module__rnk_JG__footerContainer{background:var(--new-secondary-color);border-top:1px solid #0000000d;padding:64px 0 32px}:root[data-theme=dark] .Footer-module__rnk_JG__footerContainer{background:#1d1d1f;border-top:1px solid #ffffff0d}.Footer-module__rnk_JG__footerContent{max-width:1400px;margin:0 auto;padding:0 5vw}.Footer-module__rnk_JG__footerRow{margin-bottom:48px}.Footer-module__rnk_JG__footerColumn{flex-direction:column;display:flex}.Footer-module__rnk_JG__footerBrand{flex-direction:column;gap:16px;display:flex}.Footer-module__rnk_JG__footerLogo{align-items:center;gap:8px;height:40px;margin-bottom:8px;display:flex}.Footer-module__rnk_JG__footerLogo img,.Footer-module__rnk_JG__footerLogoLight,.Footer-module__rnk_JG__footerLogoDark{object-fit:contain;object-position:left center;width:auto;max-width:min(180px,60vw);height:40px;max-height:40px;filter:var(--new-logo-filter);display:block}.Footer-module__rnk_JG__footerLogoIcon{color:var(--new-primary-color);font-size:28px}.Footer-module__rnk_JG__footerBrandText{color:var(--new-text-color);font-size:20px;font-weight:700}:root[data-theme=dark] .Footer-module__rnk_JG__footerBrandText{color:#fff}.Footer-module__rnk_JG__brandHighlight{color:var(--new-primary-color)}.Footer-module__rnk_JG__footerDescription{color:var(--text-secondary);max-width:320px;margin:0;font-size:14px;line-height:1.6}:root[data-theme=dark] .Footer-module__rnk_JG__footerDescription{color:#9ca3af}.Footer-module__rnk_JG__footerSocial{gap:16px;margin-top:8px;display:flex}.Footer-module__rnk_JG__socialLink{width:40px;height:40px;color:var(--text-secondary);background:#0000000d;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}:root[data-theme=dark] .Footer-module__rnk_JG__socialLink{color:#9ca3af;background:#ffffff0d;border:1px solid #ffffff0d}.Footer-module__rnk_JG__socialLink:hover{background:var(--btn-primary-bg);color:var(--btn-primary-fg);box-shadow:0 4px 12px var(--shadow);transform:translateY(-2px)}.Footer-module__rnk_JG__socialIcon{width:20px;height:20px}.Footer-module__rnk_JG__footerSectionTitle{color:var(--new-text-color);margin:0 0 20px;font-size:16px;font-weight:700}:root[data-theme=dark] .Footer-module__rnk_JG__footerSectionTitle{color:#fff}.Footer-module__rnk_JG__footerLinksContainer{flex-direction:column;gap:12px;display:flex}.Footer-module__rnk_JG__footerLink{color:var(--text-secondary);width:fit-content;font-size:14px;text-decoration:none;transition:all .3s;display:inline-block;position:relative}:root[data-theme=dark] .Footer-module__rnk_JG__footerLink{color:#9ca3af}.Footer-module__rnk_JG__footerLink:hover{color:var(--new-primary-color);transform:translate(4px)}.Footer-module__rnk_JG__copyrightSection{border-top:1px solid #0000000d;padding-top:32px}:root[data-theme=dark] .Footer-module__rnk_JG__copyrightSection{border-top:1px solid #ffffff0d}.Footer-module__rnk_JG__copyrightContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.Footer-module__rnk_JG__copyrightText{color:var(--text-secondary);margin:0;font-size:14px}:root[data-theme=dark] .Footer-module__rnk_JG__copyrightText{color:#9ca3af}.Footer-module__rnk_JG__legalLinks{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Footer-module__rnk_JG__legalLink{color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .3s}:root[data-theme=dark] .Footer-module__rnk_JG__legalLink{color:#9ca3af}.Footer-module__rnk_JG__legalLink:hover{color:var(--new-primary-color)}.Footer-module__rnk_JG__separator{color:var(--text-secondary);opacity:.5;font-size:12px}:root[data-theme=dark] .Footer-module__rnk_JG__separator{color:#6e6e73}.Footer-module__rnk_JG__keywordsText{color:var(--text-secondary);opacity:.7;text-align:center;font-size:11px}:root[data-theme=dark] .Footer-module__rnk_JG__keywordsText{color:#6e6e73}@media (max-width:1024px){.Footer-module__rnk_JG__footerContent{padding:0 5vw}.Footer-module__rnk_JG__footerContainer{padding:48px 0 24px}.Footer-module__rnk_JG__footerRow{margin-bottom:40px}.Footer-module__rnk_JG__copyrightContent{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:768px){.Footer-module__rnk_JG__footerContent{padding:0 5vw}.Footer-module__rnk_JG__footerContainer{padding:40px 0 24px}.Footer-module__rnk_JG__footerRow,.Footer-module__rnk_JG__footerColumn{margin-bottom:32px}.Footer-module__rnk_JG__footerDescription{max-width:100%}.Footer-module__rnk_JG__copyrightContent{text-align:center;align-items:center}.Footer-module__rnk_JG__legalLinks{justify-content:center}}@media (max-width:480px){.Footer-module__rnk_JG__footerContent{padding:0 4vw}.Footer-module__rnk_JG__footerContainer{padding:32px 0 20px}.Footer-module__rnk_JG__footerRow{margin-bottom:24px}.Footer-module__rnk_JG__footerColumn{text-align:center;align-items:center;margin-bottom:24px}.Footer-module__rnk_JG__footerBrand{text-align:center;align-items:center}.Footer-module__rnk_JG__footerLogo{justify-content:center}.Footer-module__rnk_JG__footerDescription{text-align:center}.Footer-module__rnk_JG__footerSocial{justify-content:center}.Footer-module__rnk_JG__footerLinksContainer{align-items:center}.Footer-module__rnk_JG__footerSectionTitle{margin-bottom:16px;font-size:15px}.Footer-module__rnk_JG__footerLink{font-size:13px}.Footer-module__rnk_JG__copyrightText,.Footer-module__rnk_JG__legalLink{font-size:12px}.Footer-module__rnk_JG__legalLinks{flex-direction:column;gap:8px}.Footer-module__rnk_JG__separator{display:none}.Footer-module__rnk_JG__keywordsText{font-size:10px}}
