.Nav-module__gOObGW__wrapper{z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border);grid-template-rows:72px 48px;grid-template-columns:1fr auto;display:grid;position:fixed;top:0;left:0;right:0}.Nav-module__gOObGW__subnav{border-top:1px solid var(--border);grid-area:2/1;justify-content:flex-end;align-items:center;gap:2.5rem;padding:0 clamp(1.5rem,4vw,1rem);display:flex}.Nav-module__gOObGW__subnavLink{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:.75rem;font-weight:500;transition:color .3s;position:relative}.Nav-module__gOObGW__subnavLink:after{content:"";background:var(--accent);width:0;height:1px;transition:width .4s var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.Nav-module__gOObGW__subnavLink:hover{color:var(--text-primary)}.Nav-module__gOObGW__subnavLink:hover:after{width:100%}.Nav-module__gOObGW__wrapperLang{flex-direction:column;grid-area:1/2/-1;padding-right:clamp(1.5rem,4vw,1rem);display:flex}.Nav-module__gOObGW__wrapperLangInner{align-items:center;height:72px;display:flex}.Nav-module__gOObGW__wrapperLangBottom{border-top:1px solid var(--border);height:48px;margin-right:calc(-1*clamp(1.5rem,4vw,1rem))}.Nav-module__gOObGW__nav{z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:72px;padding:0 clamp(1.5rem,4vw,1rem);display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__gOObGW__navInGrid{z-index:1;border-bottom:none;grid-area:1/1;position:relative;overflow:visible}.Nav-module__gOObGW__logo{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);white-space:nowrap;font-size:1.8rem;font-weight:500;position:relative;top:-.25rem}.Nav-module__gOObGW__logoHidden{vertical-align:bottom;letter-spacing:0;max-width:0;transition:max-width .7s var(--ease-out-expo), letter-spacing .7s var(--ease-out-expo);display:inline-block;overflow:hidden}.Nav-module__gOObGW__logo:hover .Nav-module__gOObGW__logoHidden,.Nav-module__gOObGW__logoExpanded .Nav-module__gOObGW__logoHidden{letter-spacing:.02em;max-width:4em}.Nav-module__gOObGW__logoSuffix{margin-left:.4rem;font-weight:400}.Nav-module__gOObGW__logo:after{content:"";background:var(--accent);width:100%;height:2px;transition:width .7s var(--ease-out-expo);position:absolute;bottom:0;left:0}.Nav-module__gOObGW__links{align-items:center;gap:2.5rem;margin:0;padding:0;line-height:1;list-style:none;display:flex}.Nav-module__gOObGW__links li{align-items:center;line-height:1;display:flex}.Nav-module__gOObGW__link{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-size:.8rem;font-weight:500;line-height:1;transition:color .3s;position:relative}.Nav-module__gOObGW__link:after{content:"";background:var(--accent);width:0;height:1px;transition:width .4s var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.Nav-module__gOObGW__link:hover{color:var(--text-primary)}.Nav-module__gOObGW__link:hover:after{width:100%}.Nav-module__gOObGW__dropdown{position:relative}.Nav-module__gOObGW__dropdown>.Nav-module__gOObGW__link:after{display:none}.Nav-module__gOObGW__dropdown:hover>.Nav-module__gOObGW__link{color:var(--text-primary)}.Nav-module__gOObGW__dropdownMenu{background:var(--bg-elevated);border:1px solid var(--border);opacity:0;visibility:hidden;border-bottom:1px solid #0000;min-width:180px;margin:0;padding:0;list-style:none;transition:opacity .25s,visibility .25s;display:grid;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)}.Nav-module__gOObGW__dropdown:hover .Nav-module__gOObGW__dropdownMenu,.Nav-module__gOObGW__dropdown:focus-within .Nav-module__gOObGW__dropdownMenu{opacity:1;visibility:visible;border-bottom:1px solid var(--accent)}.Nav-module__gOObGW__dropdownMenu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.Nav-module__gOObGW__dropdownMenu li{display:grid}.Nav-module__gOObGW__dropdownLink{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;padding:.85rem 1.2rem;font-size:.75rem;font-weight:500;transition:color .2s,background .2s;display:block}.Nav-module__gOObGW__dropdownLink:hover{color:var(--text-primary);background:var(--bg-hover)}.Nav-module__gOObGW__cta{letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--accent);color:var(--accent);align-items:center;padding:.65rem 1.6rem;font-size:.75rem;font-weight:600;line-height:1;transition:all .3s;display:inline-flex;position:relative}.Nav-module__gOObGW__cta:hover{background:var(--accent);color:var(--text-primary)}.Nav-module__gOObGW__langItemDesktop{align-items:center;gap:.25rem;margin-left:-1rem;display:flex}.Nav-module__gOObGW__langSwitch{align-items:center;gap:.25rem;display:flex}.Nav-module__gOObGW__langMobileBar,.Nav-module__gOObGW__navRight{display:none}.Nav-module__gOObGW__langLink{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:400;text-decoration:none;transition:color .2s}.Nav-module__gOObGW__langLink:hover{color:var(--text)}.Nav-module__gOObGW__langActive{color:var(--text);font-weight:600}.Nav-module__gOObGW__langSep{color:var(--text-muted);opacity:.4;font-size:.75rem}.Nav-module__gOObGW__themeAndLang{align-items:center;gap:.5rem;display:flex}.Nav-module__gOObGW__divider{color:var(--text-muted);opacity:.4;-webkit-user-select:none;user-select:none;font-size:.75rem}.Nav-module__gOObGW__themeToggleMobile{display:none}.Nav-module__gOObGW__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Nav-module__gOObGW__toggle span{background:var(--text-primary);transform-origin:50%;width:24px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.Nav-module__gOObGW__toggleOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.Nav-module__gOObGW__toggleOpen span:nth-child(2){opacity:0}.Nav-module__gOObGW__toggleOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (max-width:768px){.Nav-module__gOObGW__wrapper{grid-template-columns:1fr}.Nav-module__gOObGW__wrapperLang{display:none}.Nav-module__gOObGW__subnav{justify-content:flex-start;overflow-x:auto}.Nav-module__gOObGW__links{display:none}.Nav-module__gOObGW__toggle{display:flex}.Nav-module__gOObGW__open{background:var(--bg-overlay);-webkit-backdrop-filter:blur(48px)saturate(1.2);backdrop-filter:blur(48px)saturate(1.2);flex-direction:column;align-items:stretch;gap:0;padding:.5rem clamp(1.5rem,4vw,3rem);display:flex;position:fixed;inset:72px 0 0;overflow-y:auto}.Nav-module__gOObGW__open li{border-bottom:1px solid var(--border-subtle);display:grid}.Nav-module__gOObGW__open .Nav-module__gOObGW__link{letter-spacing:.08em;padding:1.2rem 0;font-size:1rem}.Nav-module__gOObGW__open .Nav-module__gOObGW__cta{letter-spacing:.08em;color:var(--accent);border:none;padding:1.2rem 0;font-size:1rem;font-weight:500}.Nav-module__gOObGW__open .Nav-module__gOObGW__cta:hover{background:0 0}.Nav-module__gOObGW__dropdown{flex-direction:column;align-items:stretch;gap:0;margin:0;padding:0;display:flex;position:static}.Nav-module__gOObGW__open .Nav-module__gOObGW__dropdown:hover{border-bottom-color:var(--accent)}.Nav-module__gOObGW__dropdown>.Nav-module__gOObGW__link{padding-bottom:0}.Nav-module__gOObGW__dropdownMenu{opacity:1;visibility:visible;background:0 0;min-width:0;margin:0;padding:.3rem 0 .6rem;list-style:none;position:static;transform:none;border:none!important}.Nav-module__gOObGW__dropdownMenu li{border-bottom:none;display:grid}.Nav-module__gOObGW__dropdownMenu:before{display:none}.Nav-module__gOObGW__dropdownLink{color:var(--text-muted);margin-left:0;padding:.5rem 0 .5rem 1rem;font-size:.85rem}.Nav-module__gOObGW__langItemDesktop{display:none!important}.Nav-module__gOObGW__navRight{z-index:2;align-items:center;gap:1.25rem;display:flex;position:relative}.Nav-module__gOObGW__langMobileBar{align-items:center;gap:1rem;display:flex}.Nav-module__gOObGW__themeAndLang{display:none!important}.Nav-module__gOObGW__themeToggleMobile{align-items:center;display:flex}}
.ThemeToggle-module__sGqMhG__toggle{cursor:pointer;min-width:44px;min-height:44px;color:var(--text-secondary);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;padding:14px;line-height:1;transition:color .2s;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{color:var(--text-primary)}
.Button-module__iYV4-q__btn{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .35s var(--ease-out-quart);border:none;padding:1rem 2.5rem;font-size:.75rem;font-weight:600;display:inline-block;position:relative;overflow:hidden}.Button-module__iYV4-q__primary{background:var(--accent);color:var(--text-primary)}.Button-module__iYV4-q__primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #e8421540}
.Contact-module__hcVmEa__cta{text-align:center;padding:clamp(6rem,12vw,10rem) clamp(1.5rem,4vw,4rem)}.Contact-module__hcVmEa__title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.1}.Contact-module__hcVmEa__desc{color:var(--text-secondary);max-width:500px;margin:0 auto 2.5rem;font-size:1rem}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);padding:3rem clamp(1.5rem,4vw,4rem) 1.5rem}.Footer-module__S6Hkya__inner{align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);white-space:nowrap;flex-shrink:0;font-size:1.25rem;font-weight:700;position:relative}.Footer-module__S6Hkya__logo:after{content:"";background:var(--accent);width:100%;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__content{flex-direction:column;flex:1;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__links{justify-content:center;gap:2.5rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--text-secondary);letter-spacing:.05em;transition:color .3s var(--ease-out-expo);font-size:.75rem;font-weight:400}.Footer-module__S6Hkya__link:hover{color:var(--text-primary)}.Footer-module__S6Hkya__copy{color:var(--text-secondary);letter-spacing:.03em;font-size:.7rem}@media (max-width:768px){.Footer-module__S6Hkya__inner{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__S6Hkya__links{flex-wrap:wrap;gap:1.5rem}}
.page-module__2TdMua__area{max-width:1200px;margin:0 auto;padding:calc(72px + clamp(4rem,8vw,8rem)) clamp(1.5rem,4vw,4rem) clamp(4rem,8vw,8rem)}.page-module__2TdMua__header{align-items:baseline;gap:1.5rem;margin-bottom:1.5rem;display:flex}.page-module__2TdMua__number{font-family:var(--font-display);color:var(--accent);opacity:.4;font-size:1.2rem}.page-module__2TdMua__title{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.15}.page-module__2TdMua__desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.page-module__2TdMua__placeholder{border:1px dashed var(--border);padding:2.5rem 2rem}.page-module__2TdMua__placeholder p{color:var(--text-muted);letter-spacing:.03em;font-size:.8rem;line-height:1.8}@media (max-width:768px){.page-module__2TdMua__header{flex-direction:column;gap:.5rem}}
.page-module__59eM5a__labs{max-width:1200px;margin:0 auto;padding:calc(120px + clamp(3rem,6vw,6rem)) clamp(1.5rem,4vw,4rem) clamp(4rem,8vw,8rem)}.page-module__59eM5a__header{margin-bottom:3rem;scroll-margin-top:130px}.page-module__59eM5a__badge{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);margin-bottom:1.2rem;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.page-module__59eM5a__title{font-family:var(--font-serif);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.15}.page-module__59eM5a__tagline{color:var(--accent);letter-spacing:.03em;font-size:1.1rem}.page-module__59eM5a__description{margin-bottom:4rem}.page-module__59eM5a__description p{color:var(--text-secondary);margin-bottom:1.2rem;font-size:1.05rem;line-height:1.8}.page-module__59eM5a__section{margin-bottom:4rem;scroll-margin-top:130px}.page-module__59eM5a__sectionHeading{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:2.5rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.15}.page-module__59eM5a__sectionHeading em{color:var(--accent);font-style:italic}.page-module__59eM5a__areasList{flex-direction:column;display:flex}.page-module__59eM5a__areasList>:first-child{border-top:1px solid var(--border)}.page-module__59eM5a__areaItem{border-bottom:1px solid var(--border);grid-template-columns:60px 1fr auto;align-items:center;gap:1.5rem;padding:2rem 0;transition:all .4s;display:grid}.page-module__59eM5a__areaItem:hover{padding-left:.8rem}.page-module__59eM5a__areaItem:hover .page-module__59eM5a__areaNumber{color:var(--accent)}.page-module__59eM5a__areaItem:hover .page-module__59eM5a__areaArrow{opacity:1;transform:translate(0)}.page-module__59eM5a__areaNumber{font-family:var(--font-display);color:var(--text-muted);font-size:1.2rem;transition:color .3s}.page-module__59eM5a__areaBody{flex-direction:column;gap:.4rem;display:flex}.page-module__59eM5a__areaName{font-family:var(--font-serif);font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:500}.page-module__59eM5a__areaDesc{color:var(--text-secondary);max-width:550px;font-size:.85rem}.page-module__59eM5a__areaArrow{color:var(--accent);opacity:0;transition:all .4s var(--ease-out-expo);font-size:1.5rem;transform:translate(-10px)}.page-module__59eM5a__contactCta{text-align:center;padding-top:4rem;scroll-margin-top:130px}.page-module__59eM5a__ctaTitle{font-family:var(--font-serif);margin-bottom:.8rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:400}.page-module__59eM5a__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.page-module__59eM5a__ctaCareers{color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.page-module__59eM5a__ctaCareers a{color:var(--accent);transition:color .2s}.page-module__59eM5a__ctaCareers a:hover{color:var(--accent-hover)}@media (max-width:768px){.page-module__59eM5a__areaItem{grid-template-columns:40px 1fr}.page-module__59eM5a__areaArrow{display:none}}
.HubLogin-module__zBff-G__wrapper{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:calc(72px + 3rem) clamp(1.5rem,4vw,4rem) 4rem;display:flex}.HubLogin-module__zBff-G__card{width:100%;max-width:520px}.HubLogin-module__zBff-G__label{letter-spacing:.35em;text-transform:uppercase;color:var(--accent);align-items:center;gap:1rem;margin-bottom:1rem;font-size:.65rem;font-weight:600;display:flex}.HubLogin-module__zBff-G__label:before{content:"";background:var(--accent);width:30px;height:1px}.HubLogin-module__zBff-G__title{font-family:var(--font-serif);margin-bottom:2.5rem;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:400;line-height:1.15}.HubLogin-module__zBff-G__form{flex-direction:column;gap:1.25rem;display:flex}.HubLogin-module__zBff-G__field{flex-direction:column;gap:.5rem;display:flex}.HubLogin-module__zBff-G__fieldLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:500}.HubLogin-module__zBff-G__input{font-family:var(--font-body);background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);outline:none;padding:1rem 1.15rem;font-size:.95rem;font-weight:300;transition:border-color .3s}.HubLogin-module__zBff-G__input::placeholder{color:var(--text-muted)}.HubLogin-module__zBff-G__input:focus{border-color:var(--accent)}.HubLogin-module__zBff-G__submit{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;background:var(--accent);color:var(--text-primary);cursor:pointer;transition:all .35s var(--ease-out-quart);border:none;margin-top:.5rem;padding:1.1rem 2.5rem;font-size:.75rem;font-weight:600}.HubLogin-module__zBff-G__submit:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #e8421540}.HubLogin-module__zBff-G__divider{background:var(--border);width:40px;height:1px;margin:3rem 0}.HubLogin-module__zBff-G__letterSection{margin-bottom:2rem}.HubLogin-module__zBff-G__letterTitle{font-family:var(--font-serif);margin-bottom:.6rem;font-size:1.4rem;font-weight:500}.HubLogin-module__zBff-G__letterDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.HubLogin-module__zBff-G__letterToggle{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;padding:.65rem 1.6rem;font-size:.75rem;font-weight:600;transition:all .3s}.HubLogin-module__zBff-G__letterToggle:hover{background:var(--accent);color:var(--text-primary)}.HubLogin-module__zBff-G__codePanel{border:1px solid var(--border);background:var(--bg-secondary);animation:HubLogin-module__zBff-G__panelReveal .4s var(--ease-out-expo) forwards;margin-top:2rem;padding:2rem}.HubLogin-module__zBff-G__codePanelTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.7rem;font-weight:500}.HubLogin-module__zBff-G__codeInputs{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.HubLogin-module__zBff-G__codeGroup{flex:1}.HubLogin-module__zBff-G__codeInput{width:100%;font-family:var(--font-display);letter-spacing:.3em;text-align:center;text-transform:uppercase;background:var(--bg-primary);border:1px solid var(--border);color:var(--text-primary);outline:none;padding:.9rem .25rem;font-size:1.25rem;transition:border-color .3s}.HubLogin-module__zBff-G__codeInput::placeholder{color:var(--text-muted);letter-spacing:.3em;font-size:1.25rem}.HubLogin-module__zBff-G__codeInput:focus{border-color:var(--accent)}.HubLogin-module__zBff-G__codeSep{color:var(--text-muted);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:.75rem}.HubLogin-module__zBff-G__codeSubmit{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;padding:.75rem 1.6rem;font-size:.7rem;font-weight:600;transition:all .3s}.HubLogin-module__zBff-G__codeSubmit:hover{border-color:var(--text-muted);color:var(--text-primary)}@keyframes HubLogin-module__zBff-G__panelReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
