:root{--primary:#2d9eff;--primary-light:#5cb8ff;--primary-dark:#1a7dd4;--secondary:#8cc63f;--accent:#2d9eff;--background:#13151a;--background-2:#1a1c23;--background-card:#20222b;--background-card-hover:#292b36;--foreground:#fff;--text-muted:#89a;--text-subtle:#aabbc8;--border:#ffffff14;--border-hover:#2d9eff66;--gray-50:#15171d;--gray-100:#1c1e26;--gray-200:#252833;--gray-300:#303442;--gray-400:#4a4a6a;--gray-500:#6a6a8a;--gray-600:#89a;--gray-700:#aabbc8;--gray-800:#ccd5e0;--gray-900:#f0f4f8;--font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max-width:1280px;--radius-sm:2px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 24px #0006;--shadow-lg:0 12px 40px #00000080;--shadow-xl:0 20px 60px #0009;--glow-blue:0 0 20px #2d9eff40,0 0 60px #2d9eff1a;--gradient-line:linear-gradient(90deg,#2d9eff 0%,#c850c0 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.5}a{color:inherit;text-decoration:none;transition:color .2s}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1{letter-spacing:-.02em;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}h2{letter-spacing:-.01em;font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:600;line-height:1.2}h3{font-size:clamp(1.2rem,2.5vw,1.7rem);font-weight:600;line-height:1.3}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}.section{padding-block:5rem}.section-light{background-color:var(--gray-50)}.section-dark{background-color:var(--primary);color:#fff}.grid{gap:2rem;display:grid}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.btn{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.8rem;font-weight:700;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"»";font-size:1rem;transition:transform .2s}.btn:hover:after{transform:translate(3px)}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-light);box-shadow:var(--glow-blue);transform:translateY(-1px)}.btn-secondary{color:#fff;background-color:#0000;border:1px solid #ffffff80}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.gradient-divider{background:var(--gradient-line);opacity:.6;border:none;height:1px;margin:0}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(12px);z-index:50;background-color:#0a0a0ff2;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 4%;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;justify-content:flex-start;display:flex}.Header-module__hBw1pG__navList{align-items:center;gap:1.25rem;list-style:none;display:flex}.Header-module__hBw1pG__navLink{color:#ffffffbf;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.74rem;font-weight:600;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__nav{flex:1;justify-content:center;display:flex}.Header-module__hBw1pG__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:60;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Header-module__hBw1pG__bar{background-color:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s}.Header-module__hBw1pG__barOpen1{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__barOpen2{opacity:0}.Header-module__hBw1pG__barOpen3{transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{background-color:var(--background);z-index:40;flex-direction:column;width:100%;height:calc(100vh - 80px);padding:2rem;transition:transform .3s ease-in-out;display:flex;position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(100%)}.Header-module__hBw1pG__mobileMenuOpen{transform:translate(0)}.Header-module__hBw1pG__mobileNavList{flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding:0;list-style:none;display:flex}.Header-module__hBw1pG__mobileNavLink{color:#fff;text-transform:uppercase;font-size:1.25rem;font-weight:700;text-decoration:none;display:block}.Header-module__hBw1pG__mobileAuth{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.Header-module__hBw1pG__desktopAuth{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__dropdownContainer{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__dropdownMenu{border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:100;background-color:#15151e;border:1px solid #ffffff14;min-width:220px;margin:0;padding:.5rem 0;list-style:none;transition:all .2s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(6px);box-shadow:0 20px 60px #0009}.Header-module__hBw1pG__dropdownContainer:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__dropdownItem{color:#ffffffb3;letter-spacing:.03em;padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:block}.Header-module__hBw1pG__dropdownItem:hover{color:var(--primary);background-color:#2d9eff14}.Header-module__hBw1pG__dropdownItemAll{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;border-top:1px solid #ffffff0f;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:block}.Header-module__hBw1pG__dropdownItemAll:hover{background-color:#2d9eff14}@media (max-width:1200px){.Header-module__hBw1pG__navList{gap:.85rem}.Header-module__hBw1pG__navLink{letter-spacing:.03em;font-size:.72rem}.Header-module__hBw1pG__headerInner{padding:0 2%}}@media (max-width:992px){.Header-module__hBw1pG__logo img{width:160px!important;height:auto!important}.Header-module__hBw1pG__navList{gap:.6rem}.Header-module__hBw1pG__actions{gap:.5rem}}@media (max-width:860px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__desktopAuth{display:none}.Header-module__hBw1pG__hamburger{display:flex}}
.Footer-module__S6Hkya__footer{background-color:var(--background-2);border-top:1px solid #ffffff0f;padding-top:0}.Footer-module__S6Hkya__footerBento{background:linear-gradient(90deg,#2d9eff 0%,#c850c0 100%);grid-template-columns:1fr 1fr;gap:1.5px;margin-bottom:1.5px;display:grid}.Footer-module__S6Hkya__footerBentoLeft{background-color:var(--background-card);padding:3.5rem 4rem}.Footer-module__S6Hkya__footerBentoRight{background-color:var(--background-card-hover);flex-direction:column;justify-content:center;padding:3.5rem 4rem;display:flex}.Footer-module__S6Hkya__footerBentoTitle{text-transform:uppercase;color:#fff;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800}.Footer-module__S6Hkya__footerBentoSubtitle{text-transform:uppercase;color:#fff;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(1.3rem,2vw,1.8rem);font-weight:800;line-height:1.2}.Footer-module__S6Hkya__footerBentoSubtitle span{color:var(--primary)}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-block:4rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;display:flex}.Footer-module__S6Hkya__brandDesc{color:var(--gray-400);max-width:280px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socialLinks{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLinks a{color:var(--gray-400);font-size:.85rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__socialLinks a:hover{color:#fff}.Footer-module__S6Hkya__linksBlock{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__linksTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.Footer-module__S6Hkya__linksList li,.Footer-module__S6Hkya__linksList li a{color:var(--text-muted);font-size:.88rem;font-weight:400;line-height:1.5;transition:color .2s}.Footer-module__S6Hkya__linksList li a:hover{color:#fff}.Footer-module__S6Hkya__bottomBar{background-color:var(--background);border-top:1px solid #ffffff0f;padding-block:1.5rem}.Footer-module__S6Hkya__bottomInner{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.Footer-module__S6Hkya__legalLinks{gap:2rem;display:flex}.Footer-module__S6Hkya__legalLinks a{color:var(--text-muted);font-size:.8rem;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:#fff}@media (max-width:1024px){.Footer-module__S6Hkya__footerBento{grid-template-columns:1fr}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr}.Footer-module__S6Hkya__footerBentoLeft,.Footer-module__S6Hkya__footerBentoRight{padding:2.5rem 2rem}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;gap:1rem}}
.CookieBanner-module__3JinOG__overlay{z-index:9999;pointer-events:none;padding:1rem;transition:transform .45s cubic-bezier(.16,1,.3,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(110%)}.CookieBanner-module__3JinOG__overlay.CookieBanner-module__3JinOG__show{pointer-events:all;transform:translateY(0)}.CookieBanner-module__3JinOG__banner{background:#fff;border-radius:20px;align-items:flex-start;gap:2rem;max-width:960px;margin:0 auto;padding:1.5rem 2rem;display:flex;box-shadow:0 8px 40px #00000026,0 0 0 1px #0000000f}.CookieBanner-module__3JinOG__left{flex:1;align-items:flex-start;gap:1rem;display:flex}.CookieBanner-module__3JinOG__title{color:#111827;margin:0 0 .35rem;font-size:1rem;font-weight:700}.CookieBanner-module__3JinOG__desc{color:#6b7280;margin:0 0 .6rem;font-size:.875rem;line-height:1.6}.CookieBanner-module__3JinOG__detailsToggle{color:var(--primary,#1a6fc4);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:500;text-decoration:underline}.CookieBanner-module__3JinOG__details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:.6rem;margin:.75rem 0;padding:1rem;display:flex}.CookieBanner-module__3JinOG__detailItem{align-items:flex-start;gap:.6rem;font-size:.82rem;display:flex}.CookieBanner-module__3JinOG__detailDot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.25rem}.CookieBanner-module__3JinOG__detailItem div{flex-direction:column;gap:.1rem;display:flex}.CookieBanner-module__3JinOG__detailItem strong{color:#374151;font-size:.82rem}.CookieBanner-module__3JinOG__detailItem span{color:#9ca3af;font-size:.78rem}.CookieBanner-module__3JinOG__actions{flex-direction:column;flex-shrink:0;justify-content:center;align-items:stretch;gap:.6rem;min-width:180px;display:flex}.CookieBanner-module__3JinOG__btnAccept{background:var(--primary,#1a6fc4);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:10px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s}.CookieBanner-module__3JinOG__btnAccept:hover{background:#155ea8;transform:translateY(-1px)}.CookieBanner-module__3JinOG__btnEssential{color:#374151;cursor:pointer;text-align:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:500;transition:border-color .2s,background .2s}.CookieBanner-module__3JinOG__btnEssential:hover{background:#f9fafb;border-color:#d1d5db}@media (max-width:700px){.CookieBanner-module__3JinOG__banner{flex-direction:column;gap:1.25rem;padding:1.25rem}.CookieBanner-module__3JinOG__actions{min-width:unset;flex-direction:row;width:100%}.CookieBanner-module__3JinOG__btnAccept,.CookieBanner-module__3JinOG__btnEssential{flex:1}}
