:root{--primary:#2a3ffb;--primary-dark:#1a2ec1;--secondary:#00f0ff;--dark:#0a0b1a;--darker:#050511;--light:#f5f7ff;--gray:#a1a8c3;--success:#00d982;--danger:#ff3860;--font-main:"Fira Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-heading:"Rubik","Roboto Flex",-apple-system,BlinkMacSystemFont,sans-serif;--shadow-sm:0 1px 3px rgba(0,0,0,0.12);--shadow-md:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 10px 25px rgba(0,0,0,0.2);--shadow-primary:0 4px 20px rgba(42,63,251,0.3);--gradient-primary:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);--gradient-dark:linear-gradient(135deg,var(--dark) 0%,var(--darker) 100%);--gradient-danger:linear-gradient(135deg,#ff3860,#ff6b8b)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--dark);color:var(--light);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;font-family:var(--font-heading)}.btn-primary{background:var(--gradient-primary);color:white;box-shadow:var(--shadow-primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 7px 25px rgba(42,63,251,.4)}.btn-primary-disabled{background:var(--gradient-primary);color:white;box-shadow:var(--shadow-primary);opacity:.5;cursor:not-allowed;pointer-events:none}.btn-outline,.btn-primary-disabled:hover{background:transparent;color:var(--light)}.btn-outline{border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:white}.btn-outline-disabled{border:2px solid var(--primary);opacity:.5;cursor:not-allowed;pointer-events:none}.btn-outline-disabled,.btn-outline-disabled:hover{background:transparent;color:var(--light)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float{animation:float 6s ease-in-out infinite}.Footer_footer__JrJN9{background:var(--darker);color:var(--light);padding:4rem 0 0;border-top:1px solid rgba(255,255,255,.1)}.Footer_footerContainer__O_seD{display:flex;flex-direction:column;gap:3rem}.Footer_footerMain__rLFtb{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3rem;gap:3rem}.Footer_footerBrand__cdnpx{grid-column:span 2;display:flex;flex-direction:column;gap:1.5rem}.Footer_logoContainer__ALGIU{display:flex;align-items:center;gap:.75rem}.Footer_logo__S4PwH{height:2rem;width:auto}.Footer_logoText__G0URc{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Footer_footerDescription__Ra9dm{color:var(--gray);line-height:1.7}.Footer_socialLinks__AJQgv{display:flex;gap:1rem}.Footer_socialLinks__AJQgv a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.05);color:var(--gray);transition:all .3s ease}.Footer_socialLinks__AJQgv a:hover{background:var(--primary);color:white;transform:translateY(-3px)}.Footer_footerLinks__ZtA3a{grid-column:span 3;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Footer_linkGroup__d4jBU{display:flex;flex-direction:column;gap:1.25rem}.Footer_linkGroupTitle__4G_pl{font-family:var(--font-heading);font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:var(--secondary)}.Footer_linkList__FyArT{display:flex;flex-direction:column;gap:.75rem;list-style:none}.Footer_linkItem__b1rOu{transition:all .3s ease}.Footer_linkItemDisabled__Yt6dJ{opacity:.8}.Footer_linkItem__b1rOu:hover{transform:translateX(5px)}.Footer_link__ZIL7i{color:var(--gray);transition:color .3s ease}.Footer_link__ZIL7i:hover{color:white}.Footer_linkDisabled__C8TnQ{color:var(--gray)}.Footer_footerBottom__Ch4z_{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;padding-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.Footer_copyright__W8ZKy{color:var(--gray);font-size:.9rem}.Footer_legalLinks__KNa53{display:flex;gap:1.5rem}.Footer_legalLink__qB6H3{color:var(--gray);font-size:.9rem;transition:color .3s ease}.Footer_legalLink__qB6H3:hover{color:white}@media (max-width:1024px){.Footer_footerMain__rLFtb{grid-template-columns:1fr}.Footer_footerBrand__cdnpx{grid-column:span 1}.Footer_footerLinks__ZtA3a{grid-column:span 1;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer_footerLinks__ZtA3a{grid-template-columns:1fr}.Footer_footerBottom__Ch4z_{flex-direction:column;gap:1rem;text-align:center}.Footer_legalLinks__KNa53{flex-wrap:wrap;justify-content:center}}.LoadingOverlay_loaderContainer__apXic{position:fixed;left:0;top:0;width:100%;height:100%;background:var(--darker);display:flex;align-items:center;justify-content:center;z-index:999}.LoadingOverlay_loader__XHzYx{display:flex;align-items:center;justify-content:center;gap:.75rem}.LoadingOverlay_dot__XOh0W{width:12px;height:12px;border-radius:50%;background:var(--primary);animation:LoadingOverlay_bounce__bYr4T 1.4s ease-in-out infinite both}.LoadingOverlay_dot__XOh0W:first-child{animation-delay:-.32s}.LoadingOverlay_dot__XOh0W:nth-child(2){animation-delay:-.16s}.LoadingOverlay_small__fl8E_ .LoadingOverlay_dot__XOh0W{width:8px;height:8px}.LoadingOverlay_medium__fUyN6 .LoadingOverlay_dot__XOh0W{width:12px;height:12px}.LoadingOverlay_large__odAMQ .LoadingOverlay_dot__XOh0W{width:16px;height:16px}.LoadingOverlay_large__odAMQ{padding:2rem 0}@keyframes LoadingOverlay_bounce__bYr4T{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.LoadingOverlay_gradient__hhCUi .LoadingOverlay_dot__XOh0W{background:var(--gradient-primary)}.LoadingOverlay_dark__2BWDq .LoadingOverlay_dot__XOh0W{background:var(--secondary)}.Header_header__b6rsY{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(10,11,26,.9);padding:1rem 0 0;border-bottom:1px solid rgba(255,255,255,.1)}.Header_headerContainer__VNwoX{display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.Header_mobileTopBar__VMt8s{display:none}.Header_logoContainerOne__EOCSm,.Header_logoContainer__hiUEy{display:flex;align-items:center;gap:.75rem}.Header_logoText__a09xy{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Header_searchContainer__CuKig{flex:1 1;max-width:600px;position:relative}.Header_searchInput__4F2BP{width:100%;padding:.75rem 3rem .75rem 1.5rem;border-radius:50px;border:none;background:rgba(255,255,255,.1);color:white;font-family:var(--font-main);font-size:1rem;transition:all .3s ease}.Header_searchInput__4F2BP:focus{outline:none;background:rgba(255,255,255,.15);box-shadow:0 0 0 2px var(--primary)}.Header_searchButton__FeNJM{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--gray);cursor:pointer;transition:color .3s ease}.Header_searchButton__FeNJM:hover{color:var(--secondary)}.Header_authButtons__Lc9is{display:flex;gap:1rem}.Header_loginBtn__R2RNr,.Header_signupBtn__dldzi{padding:.5rem 1.25rem}.Header_searchWrapper__FkEU4{position:relative;width:100%}.Header_searchDropdown__joAlU{position:absolute;top:110%;left:0;right:0;background:rgba(10,11,26,.98);border-radius:12px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.1);border-top:none;z-index:1000;max-height:400px;overflow-y:auto}.Header_dropdownItem__8q97q{padding:.75rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.Header_dropdownItem__8q97q:hover{background:rgba(42,63,251,.1)}.Header_currencyName__6jIbA{font-weight:500;color:var(--light)}.Header_currencySymbol__pdORe{color:var(--secondary);font-size:.85rem;opacity:.8}@keyframes Header_fadeIn__nhrNo{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header_searchDropdown__joAlU{animation:Header_fadeIn__nhrNo .2s ease-out forwards}.Header_searchDropdown__joAlU::-webkit-scrollbar{width:6px}.Header_searchDropdown__joAlU::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.Header_searchDropdown__joAlU::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}.Header_mobileMenuButton__YRnsX{display:none;width:32px;height:32px;position:relative;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.Header_mobileMenuButton__YRnsX span{display:block;position:absolute;height:3px;width:100%;background:white;border-radius:3px;left:0;transition:all .3s ease}.Header_mobileMenuButton__YRnsX span:first-child{top:6px}.Header_mobileMenuButton__YRnsX span:nth-child(2){top:14px}.Header_mobileMenuButton__YRnsX span:nth-child(3){top:22px}.Header_mobileMenuButton__YRnsX.Header_active__C_hPE span:first-child{transform:rotate(45deg);top:14px}.Header_mobileMenuButton__YRnsX.Header_active__C_hPE span:nth-child(2){opacity:0}.Header_mobileMenuButton__YRnsX.Header_active__C_hPE span:nth-child(3){transform:rotate(-45deg);top:14px}.Header_mobileMenu___jXqL{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:rgba(10,11,26,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1050;transition:right .4s cubic-bezier(.77,.2,.05,1);box-shadow:-5px 0 30px rgba(0,0,0,.3);display:flex;flex-direction:column}.Header_mobileMenu___jXqL.Header_open__lXlBT{right:0}.Header_mobileMenuContent__l_cNg{padding:6rem 2rem 2rem;display:flex;flex-direction:column;height:100%}.Header_mobileAuthButton__iBpR_{width:100%;margin-bottom:1rem}.Header_mobileNav__ZnIjw{margin-top:2rem}.Header_mobileNav__ZnIjw ul{list-style:none;padding:0;margin:0}.Header_mobileNav__ZnIjw li{margin-bottom:1rem}.Header_mobileNav__ZnIjw button{background:none;border:none;color:white;font-size:1.1rem;font-family:var(--font-main);padding:.5rem 0;cursor:pointer;width:100%;text-align:left;position:relative;transition:all .3s ease}.Header_mobileNav__ZnIjw button:not([disabled]):hover{color:var(--secondary);transform:translateX(5px)}.Header_mobileNav__ZnIjw button:not([disabled]):after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--secondary);transition:width .3s ease}.Header_mobileNav__ZnIjw button:not([disabled]):hover:after{width:100%}.Header_mobileNav__ZnIjw button[disabled]{opacity:.6;cursor:not-allowed}.Header_mainNav__Q0vzs{display:block;margin:10px auto auto;padding:.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.Header_navList__OKV5Q{display:flex;flex-direction:row;align-items:center;justify-content:space-around;list-style:none;margin:0;width:100%;box-sizing:border-box}.Header_navItem____o2_{position:relative}.Header_navLink__7_4BM{color:var(--gray);text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem 0;transition:color .3s ease;position:relative}.Header_navLink__7_4BM:hover{color:var(--secondary)}.Header_navLink__7_4BM:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.Header_navLink__7_4BM:hover:after{width:100%}@media (max-width:1024px){.Header_header__b6rsY{padding-bottom:1rem}.Header_mainNav__Q0vzs{display:none}.Header_headerContainer__VNwoX{flex-direction:column;gap:1rem;align-items:stretch}.Header_logoContainerOne__EOCSm{display:none}.Header_mobileTopBar__VMt8s{display:flex;justify-content:space-between;align-items:center;width:100%}.Header_authButtons__Lc9is{display:none}.Header_mobileMenuButton__YRnsX{display:block}.Header_searchContainer__CuKig{order:3;width:100%;max-width:100%;margin-top:0}}@media (max-width:480px){.Header_logoText__a09xy{font-size:1.3rem}.Header_mobileMenuButton__YRnsX{width:28px;height:28px}}.Layout_mainContent__FnV3k{margin-top:120px;padding-left:5%;padding-right:5%}@media (max-width:1024px){.Layout_mainContent__FnV3k{margin-top:150px}}