.Logo-module__halGlW__logo{align-items:center;gap:var(--spaceXS);color:rgb(var(--rgbText));transition:color var(--durationM)ease;flex-direction:column;margin-left:-8px;display:flex;position:relative}@media (max-width:768px){.Logo-module__halGlW__logo{margin-left:0}}.Logo-module__halGlW__erisIcon{color:inherit;filter:drop-shadow(0 0 0 rgb(var(--rgbPrimary))/0);transition:transform var(--durationM)ease,filter var(--durationM)ease;display:block;transform:translateY(20px)}.Logo-module__halGlW__logo:hover{color:rgb(var(--rgbText))}.Logo-module__halGlW__logo:hover .Logo-module__halGlW__erisIcon{filter:none}.Logo-module__halGlW__logoText{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:calc(var(--fontSizeH4)*.85);color:inherit;letter-spacing:.1em;text-transform:lowercase;-webkit-user-select:none;user-select:none;font-weight:700;line-height:1;text-decoration:none;transition:none;position:relative;top:2px}@media (max-width:768px){.Logo-module__halGlW__logoText{font-size:var(--fontSizeH4)}}.Logo-module__halGlW__logo:hover .Logo-module__halGlW__logoText{text-shadow:none}@media (max-width:768px){.Logo-module__halGlW__erisIcon{display:none!important}.Logo-module__halGlW__logo{gap:0;margin-left:0}}
.ThemeToggle-module__xIUfDa__themeToggle{position:relative}.ThemeToggle-module__xIUfDa__button{cursor:pointer;width:48px;height:48px;transition:all var(--durationM)ease;box-shadow:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative}.ThemeToggle-module__xIUfDa__button:hover{transform:scale(1.1)}.ThemeToggle-module__xIUfDa__text{justify-content:center;align-items:center;display:flex}.ThemeToggle-module__xIUfDa__icon{stroke:rgb(var(--rgbText));transition:all var(--durationM)ease}.ThemeToggle-module__xIUfDa__button:hover .ThemeToggle-module__xIUfDa__icon{stroke:rgb(var(--rgbText))}.ThemeToggle-module__xIUfDa__picker{top:calc(100% + var(--spaceS));background:rgb(var(--rgbBackgroundLight));border:2px solid rgb(var(--rgbPrimary)/.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:6000;min-width:240px;max-height:450px;animation:ThemeToggle-module__xIUfDa__fadeIn var(--durationS)ease;box-shadow:0 8px 32px #0006,0 0 0 1px rgb(var(--rgbPrimary)/.1);border-radius:12px;position:absolute;right:0;overflow-y:auto}@media (max-width:768px){.ThemeToggle-module__xIUfDa__picker{top:auto;bottom:calc(var(--spaceL) + 60px);left:var(--spaceL);max-width:calc(100vw - var(--spaceL)*2);position:fixed;right:auto}}.ThemeToggle-module__xIUfDa__hint{color:rgb(var(--rgbText));background:rgb(var(--rgbPrimary)/.9);pointer-events:none;opacity:0;white-space:nowrap;border-radius:6px;margin-top:6px;padding:6px 10px;font-size:12px;display:none;position:absolute;top:100%;right:0;transform:translateY(-4px)}@media (pointer:coarse){.ThemeToggle-module__xIUfDa__hint{animation:2s .3s forwards ThemeToggle-module__xIUfDa__hintFade;display:block}}@keyframes ThemeToggle-module__xIUfDa__hintFade{0%{opacity:0;transform:translateY(-4px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}.ThemeToggle-module__xIUfDa__tooltip{color:rgb(var(--rgbBackground));background:rgb(var(--rgbPrimary));pointer-events:none;white-space:nowrap;z-index:6001;animation:ThemeToggle-module__xIUfDa__tooltipFadeIn var(--durationS)ease;border-radius:6px;margin-top:8px;padding:8px 12px;font-size:13px;position:absolute;top:100%;right:0;box-shadow:0 2px 8px #0003}@media (max-width:768px){.ThemeToggle-module__xIUfDa__tooltip{top:auto;bottom:calc(var(--spaceL) + 60px);left:var(--spaceL);position:fixed;right:auto}}@keyframes ThemeToggle-module__xIUfDa__tooltipFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ThemeToggle-module__xIUfDa__pickerHeader{padding:var(--spaceM);border-bottom:1px solid rgb(var(--rgbPrimary)/.2)}.ThemeToggle-module__xIUfDa__pickerTitle{font-size:var(--fontSizeBodyM);font-weight:var(--fontWeightMedium);color:rgb(var(--rgbText));margin:0}.ThemeToggle-module__xIUfDa__schemeList{padding:var(--spaceM);gap:var(--spaceXS);flex-direction:column;display:flex}.ThemeToggle-module__xIUfDa__schemeOption{align-items:center;gap:var(--spaceM);width:100%;padding:var(--spaceM);background:rgb(var(--rgbBackground)/.5);cursor:pointer;transition:all var(--durationS)ease;color:rgb(var(--rgbText));font-size:var(--fontSizeBodyS);font-weight:var(--fontWeightMedium);text-align:left;border:1px solid #0000;border-radius:8px;display:flex}.ThemeToggle-module__xIUfDa__schemeOption:hover{background:rgb(var(--rgbPrimary)/.15);border-color:rgb(var(--rgbPrimary)/.3);transform:translate(4px)}.ThemeToggle-module__xIUfDa__schemeOption.ThemeToggle-module__xIUfDa__active{background:rgb(var(--rgbPrimary)/.25);border-color:rgb(var(--rgbPrimary)/.5);color:rgb(var(--rgbPrimary));font-weight:var(--fontWeightBold);box-shadow:0 2px 8px rgb(var(--rgbPrimary)/.2)}.ThemeToggle-module__xIUfDa__colorPreview{border:2px solid rgb(var(--rgbText)/.2);width:20px;height:20px;transition:all var(--durationS)ease;border-radius:6px;flex-shrink:0;box-shadow:0 2px 4px #0003}.ThemeToggle-module__xIUfDa__schemeOption:hover .ThemeToggle-module__xIUfDa__colorPreview{border-color:rgb(var(--rgbText)/.4);transform:scale(1.1)}.ThemeToggle-module__xIUfDa__schemeOption.ThemeToggle-module__xIUfDa__active .ThemeToggle-module__xIUfDa__colorPreview{border-color:rgb(var(--rgbPrimary));box-shadow:0 0 0 2px rgb(var(--rgbPrimary)/.3)}.ThemeToggle-module__xIUfDa__schemeName{flex:1}.ThemeToggle-module__xIUfDa__checkIcon{color:rgb(var(--rgbPrimary));flex-shrink:0}@keyframes ThemeToggle-module__xIUfDa__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.HamburgerMenu-module__v3HRKq__hamburger{cursor:pointer;padding:var(--spaceS);z-index:5001;top:var(--spaceM);right:var(--spaceM);background:0 0;border:none;display:none;position:fixed}.HamburgerMenu-module__v3HRKq__swordLine{width:24px;height:18px;transition:all .5s ease-in-out;position:relative;transform:rotate(0)}.HamburgerMenu-module__v3HRKq__blade{background:rgb(var(--rgbText));opacity:1;border-radius:1px;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.HamburgerMenu-module__v3HRKq__blade:first-child{transform-origin:0;top:0}.HamburgerMenu-module__v3HRKq__blade:nth-child(2){transform-origin:0;top:8px}.HamburgerMenu-module__v3HRKq__blade:nth-child(3){transform-origin:0;top:16px}.HamburgerMenu-module__v3HRKq__open .HamburgerMenu-module__v3HRKq__blade:first-child{top:-2px;left:6px;transform:rotate(45deg)}.HamburgerMenu-module__v3HRKq__open .HamburgerMenu-module__v3HRKq__blade:nth-child(2){opacity:0;width:0%}.HamburgerMenu-module__v3HRKq__open .HamburgerMenu-module__v3HRKq__blade:nth-child(3){top:20px;left:6px;transform:rotate(-45deg)}.HamburgerMenu-module__v3HRKq__overlay{background:rgb(var(--rgbBackground)/.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:4999;opacity:0;visibility:hidden;width:100%;height:100dvh;transition:all var(--durationM)ease;position:fixed;top:0;left:0}.HamburgerMenu-module__v3HRKq__overlayOpen{opacity:1;visibility:visible}.HamburgerMenu-module__v3HRKq__menu{background:rgb(var(--rgbBackground));z-index:5000;width:100vw;height:100dvh;transition:top var(--durationM)ease;padding:var(--space2XL)var(--spaceL);padding-bottom:calc(var(--space5XL) + env(safe-area-inset-bottom));flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:-100dvh;left:0;overflow:hidden auto}.HamburgerMenu-module__v3HRKq__menuOpen{top:0}.HamburgerMenu-module__v3HRKq__menuFooter{padding:var(--spaceL);padding-bottom:calc(var(--spaceL) + env(safe-area-inset-bottom));pointer-events:none;z-index:5001;opacity:0;visibility:hidden;transition:all var(--durationM)ease;justify-content:space-between;align-items:flex-end;display:flex;position:fixed;bottom:0;left:0;right:0}.HamburgerMenu-module__v3HRKq__menuFooterOpen{opacity:1!important;visibility:visible!important}.HamburgerMenu-module__v3HRKq__menuHeader{top:var(--spaceL);left:var(--spaceL);padding:0;position:absolute}.HamburgerMenu-module__v3HRKq__menuLogo{font-family:JetBrains Mono,monospace;font-size:var(--fontSizeH4);font-weight:var(--fontWeightBold);color:rgb(var(--rgbText));transition:color var(--durationS)ease;letter-spacing:.1em;text-decoration:none}.HamburgerMenu-module__v3HRKq__menuLogo:hover{color:rgb(var(--rgbPrimary))}.HamburgerMenu-module__v3HRKq__menuContent{gap:var(--space2XL);z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.HamburgerMenu-module__v3HRKq__menuItem{color:rgb(var(--rgbText));font-size:var(--fontSizeH2);font-weight:var(--fontWeightMedium);padding:var(--spaceM)0;transition:color var(--durationM)ease;z-index:1;cursor:pointer;text-decoration:none;position:relative}.HamburgerMenu-module__v3HRKq__menuItem:hover{color:rgb(var(--rgbPrimary))}.HamburgerMenu-module__v3HRKq__menuThemeToggle{pointer-events:auto;align-items:center;display:flex}.HamburgerMenu-module__v3HRKq__menuSocialIcons{gap:var(--spaceM);pointer-events:auto;align-items:center;display:flex}.HamburgerMenu-module__v3HRKq__menuSocialIcons a{width:36px;height:36px;color:rgb(var(--rgbText)/.7);transition:all var(--durationS)ease;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.HamburgerMenu-module__v3HRKq__menuSocialIcons a:hover{color:rgb(var(--rgbPrimary));background:rgb(var(--rgbPrimary)/.15);transform:scale(1.1)}.HamburgerMenu-module__v3HRKq__socialIcons{gap:var(--spaceM);display:flex}.HamburgerMenu-module__v3HRKq__socialLink{color:rgb(var(--rgbText)/.6);transition:color var(--durationM)ease;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;display:flex}.HamburgerMenu-module__v3HRKq__socialLink:hover{color:rgb(var(--rgbPrimary))}@media (max-width:1024px){.HamburgerMenu-module__v3HRKq__hamburger{display:block}.HamburgerMenu-module__v3HRKq__hamburger.HamburgerMenu-module__v3HRKq__open{top:var(--spaceM);right:var(--spaceM);z-index:5002;position:fixed}.HamburgerMenu-module__v3HRKq__menuFooter{padding:var(--spaceL);padding-bottom:calc(var(--spaceL) + env(safe-area-inset-bottom));flex-direction:row;justify-content:space-between;align-items:flex-end}.HamburgerMenu-module__v3HRKq__menuThemeToggle{order:1}.HamburgerMenu-module__v3HRKq__menuSocialIcons{gap:var(--spaceS);flex-direction:column;order:2}.HamburgerMenu-module__v3HRKq__menuSocialIcons a{width:32px;height:32px}}
.Navbar-module__xe8l9q__navbar{align-items:center;gap:var(--spaceXS);padding:0 var(--spaceXL);width:100%;height:var(--navbarHeight);background:rgb(var(--rgbBackground));z-index:var(--zIndex4);grid-template-columns:1fr 1fr 1fr;display:grid;position:fixed;top:0}.Navbar-module__xe8l9q__contextWidget{justify-content:center;align-items:center;gap:var(--spaceS);width:100%;margin-left:var(--space2XL);display:flex}@media (max-width:768px){.Navbar-module__xe8l9q__contextWidget{justify-content:center;margin-left:0}}.Navbar-module__xe8l9q__widgetRow{align-items:center;gap:var(--spaceS);background:rgb(var(--rgbBackground)/.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:4px 8px;display:flex}.Navbar-module__xe8l9q__widgetInput{background:rgb(var(--rgbBackgroundLight));border:1px solid rgb(var(--rgbPrimary)/.15);min-width:160px;color:rgb(var(--rgbText));border-radius:8px;outline:none;flex:1;padding:8px 12px;font-size:.875rem;transition:all .2s}.Navbar-module__xe8l9q__widgetInput:focus{border-color:rgb(var(--rgbPrimary)/.5);background:rgb(var(--rgbBackgroundLight));box-shadow:0 0 0 3px rgb(var(--rgbPrimary)/.1)}.Navbar-module__xe8l9q__widgetInput::placeholder{color:rgb(var(--rgbText)/.4)}.Navbar-module__xe8l9q__widgetSelect{background:rgb(var(--rgbBackgroundLight));border:1px solid rgb(var(--rgbPrimary)/.15);color:rgb(var(--rgbText));cursor:pointer;border-radius:8px;outline:none;padding:8px 12px;font-size:.875rem;transition:all .2s}.Navbar-module__xe8l9q__widgetSelect:hover{border-color:rgb(var(--rgbPrimary)/.3);background-color:rgb(var(--rgbBackgroundLight))}.Navbar-module__xe8l9q__widgetSelect:focus{border-color:rgb(var(--rgbPrimary)/.5);box-shadow:0 0 0 3px rgb(var(--rgbPrimary)/.1)}.Navbar-module__xe8l9q__widgetButton{background:rgb(var(--rgbBackgroundLight));border:1px solid rgb(var(--rgbPrimary)/.15);color:rgb(var(--rgbText));cursor:pointer;white-space:nowrap;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.Navbar-module__xe8l9q__widgetButton:hover{background:rgb(var(--rgbPrimary)/.15);border-color:rgb(var(--rgbPrimary)/.4);transform:translateY(-1px)}.Navbar-module__xe8l9q__widgetButton:active{transform:translateY(0)}.Navbar-module__xe8l9q__mobileContextWidget{display:none}@media (max-width:768px){.Navbar-module__xe8l9q__navbar{padding:0 var(--spaceM);grid-template-columns:auto 1fr auto auto}.Navbar-module__xe8l9q__contextWidget{display:none!important}.Navbar-module__xe8l9q__mobileContextWidget{flex:1;justify-content:center;align-items:center;display:flex!important}.Navbar-module__xe8l9q__mobileContextWidget .Navbar-module__xe8l9q__widgetRow{width:100%;max-width:240px;box-shadow:none;margin-left:var(--spaceS);background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px;display:flex}.Navbar-module__xe8l9q__mobileContextWidget .Navbar-module__xe8l9q__widgetInput{border-radius:6px;flex:1;min-width:40px;max-width:60px;padding:6px 8px;font-size:.8rem;background:rgb(var(--rgbBackground))!important;border:1px solid rgb(var(--rgbPrimary)/.2)!important;color:rgb(var(--rgbText))!important}.Navbar-module__xe8l9q__mobileContextWidget .Navbar-module__xe8l9q__widgetSelect{min-width:40px;max-width:60px;padding:6px 8px;font-size:.75rem;background:rgb(var(--rgbBackground))!important;border:1px solid rgb(var(--rgbPrimary)/.3)!important;color:rgb(var(--rgbText))!important}.Navbar-module__xe8l9q__mobileContextWidget .Navbar-module__xe8l9q__widgetButton{padding:3px 6px;font-size:.65rem}}.Navbar-module__xe8l9q__navbarLeft{justify-content:flex-start;align-items:center;display:flex}.Navbar-module__xe8l9q__navbarRight{justify-content:flex-end;align-items:center;gap:var(--spaceM);display:flex}.Navbar-module__xe8l9q__logoLink{align-items:center;height:100%;text-decoration:none;display:flex}.Navbar-module__xe8l9q__navIcons{align-items:center;gap:var(--spaceM);display:flex}.Navbar-module__xe8l9q__navIconLink{color:rgb(var(--rgbText));transition:color var(--durationM)ease;padding:var(--spaceXS);border-radius:4px}.Navbar-module__xe8l9q__navIconLink:hover{color:rgb(var(--rgbPrimary));background:rgb(var(--rgbPrimary)/.1)}.Navbar-module__xe8l9q__navIcon{fill:currentColor;display:block}.Navbar-module__xe8l9q__sideNav{left:var(--sideNavLeft,calc(var(--spaceXL) - 5.375em));z-index:100;gap:var(--spaceS);flex-direction:column;display:flex;position:fixed;top:100px;transform:translate(-40%)}.Navbar-module__xe8l9q__sideNavLink{color:rgb(var(--rgbText)/.6);transition:all var(--durationM)ease;writing-mode:vertical-rl;text-orientation:mixed;font-size:var(--fontSizeBodyM);font-weight:var(--fontWeightMedium);padding:var(--spaceM)var(--spaceS);letter-spacing:.05em;text-decoration:none;display:block;position:relative;transform:rotate(180deg)}.Navbar-module__xe8l9q__activeLink{color:rgb(var(--rgbPrimary));font-weight:var(--fontWeightBold)}.Navbar-module__xe8l9q__sideNavLink:hover{color:rgb(var(--rgbPrimary));transform:rotate(180deg)translate(-2px)}@media (max-width:1024px){.Navbar-module__xe8l9q__sideNav,.Navbar-module__xe8l9q__desktopTheme{display:none}.Navbar-module__xe8l9q__mobileThemeToggle{z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s;display:block;position:fixed;bottom:20px;left:20px}.Navbar-module__xe8l9q__mobileThemeToggle.Navbar-module__xe8l9q__visible{opacity:1;pointer-events:auto;display:block}}@media (min-width:769px){.Navbar-module__xe8l9q__mobileTheme{display:none}}.Navbar-module__xe8l9q__navbar-nav{align-items:center;gap:var(--spaceM);display:flex}.Navbar-module__xe8l9q__navbar-nav-list{gap:var(--spaceM);display:flex}.Navbar-module__xe8l9q__navbar-nav-link{color:rgb(var(--rgbText)/.6);font-size:var(--fontSizeBodyM);font-weight:var(--fontWeightMedium);transition:color var(--durationM)ease;padding:var(--spaceS);writing-mode:vertical-rl;text-orientation:mixed;border-radius:4px;text-decoration:none;display:block;transform:rotate(180deg)}.Navbar-module__xe8l9q__navbar-nav-link:hover{color:rgb(var(--rgbPrimary))}.Navbar-module__xe8l9q__navbar-nav-icons{gap:var(--spaceM);display:flex}.Navbar-module__xe8l9q__navbar-nav-icon-link{color:rgb(var(--rgbText));transition:color var(--durationM)var(--bezierFastoutSlowin);text-decoration:none}.Navbar-module__xe8l9q__navbar-nav-icon-link:hover{color:rgb(var(--rgbPrimary))}.Navbar-module__xe8l9q__icon{fill:currentColor;width:24px;height:24px}
.Footer-module__4xI6dW__footerHome{background:rgb(var(--rgbBackground));z-index:100;width:100vw;height:20px;transition:transform var(--durationM)ease,opacity var(--durationM)ease,visibility var(--durationM)ease;padding:0;position:fixed;bottom:0;left:0;right:0}.Footer-module__4xI6dW__footerBar{background:rgb(var(--rgbBackground));z-index:100;width:100vw;height:20px;transition:transform var(--durationM)ease,opacity var(--durationM)ease,visibility var(--durationM)ease;border-top:none;padding:0;position:fixed;bottom:0;left:0;right:0}.Footer-module__4xI6dW__footerExpanded{height:auto;padding:var(--spaceS)0}.Footer-module__4xI6dW__footer{padding:var(--spaceL)0;margin-top:var(--space2XL)}.Footer-module__4xI6dW__fullFooter{max-width:100%;padding:0 var(--spaceOuter);justify-content:space-between;align-items:center;margin:0;display:flex}.Footer-module__4xI6dW__footerLinks{align-items:center;gap:var(--spaceL);display:flex}.Footer-module__4xI6dW__slideIn{animation:Footer-module__4xI6dW__footerSlideIn var(--durationM)ease both}@keyframes Footer-module__4xI6dW__footerSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Footer-module__4xI6dW__footerLink{color:rgb(var(--rgbText));font-size:var(--fontSizeBodyS);transition:color var(--durationS)ease;text-decoration:none}.Footer-module__4xI6dW__footerLink:hover{color:rgb(var(--rgbPrimary))}.Footer-module__4xI6dW__footerContent{gap:var(--spaceXS);text-align:left;flex-direction:column;display:flex}.Footer-module__4xI6dW__copyright{font-size:var(--fontSizeBodyS);color:rgb(var(--rgbText)/.8);margin:0}.Footer-module__4xI6dW__subtitle{font-size:var(--fontSizeBodyS);color:rgb(var(--rgbText)/.6);margin:0}.Footer-module__4xI6dW__socialIcons{gap:var(--spaceS);flex-direction:column;align-items:center;display:flex}.Footer-module__4xI6dW__socialIcons a{width:36px;height:36px;color:rgb(var(--rgbText)/.7);transition:all var(--durationS)ease;box-shadow:none;background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;padding:0;display:flex}.Footer-module__4xI6dW__socialIcons a:hover{color:rgb(var(--rgbPrimary));background:rgb(var(--rgbPrimary)/.15);transform:scale(1.1)}.Footer-module__4xI6dW__fixedIcons{z-index:100;transition:transform var(--durationM)ease,opacity var(--durationM)ease;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:8px;right:6px}.Footer-module__4xI6dW__fixedIcons.Footer-module__4xI6dW__hidden{opacity:0;pointer-events:none}.Footer-module__4xI6dW__fixedIcons a{width:36px;height:36px;box-shadow:none;color:rgb(var(--rgbText)/.7);transition:all var(--durationS)ease;background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;display:flex}.Footer-module__4xI6dW__fixedIcons a:hover{color:rgb(var(--rgbPrimary));background:rgb(var(--rgbPrimary)/.15);transform:scale(1.1)}body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__footerHome,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__footerBar,body.Footer-module__4xI6dW__menu-open footer{opacity:0!important;pointer-events:none!important;visibility:hidden!important;transform:translateY(100%)!important}body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__fullFooter,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__footerContent,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__footerLinks,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__copyright,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__subtitle{opacity:0!important;visibility:hidden!important;display:none!important}body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__fixedIcons{opacity:0!important;pointer-events:none!important;visibility:hidden!important;transform:translate(100px)!important}@media (max-width:768px){.Footer-module__4xI6dW__footerHome,.Footer-module__4xI6dW__footerBar{display:none!important}.Footer-module__4xI6dW__footerExpanded{display:block!important}body.Footer-module__4xI6dW__menu-open footer.Footer-module__4xI6dW__footerHome,body.Footer-module__4xI6dW__menu-open footer.Footer-module__4xI6dW__footerBar,body.Footer-module__4xI6dW__menu-open footer.Footer-module__4xI6dW__footerExpanded,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__footerHome,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__footerBar,body.Footer-module__4xI6dW__menu-open .Footer-module__4xI6dW__footerExpanded{opacity:0!important;pointer-events:none!important;visibility:hidden!important;z-index:-1!important;display:none!important;transform:translateY(200%)!important}.Footer-module__4xI6dW__fullFooter{gap:var(--spaceM);text-align:center;flex-direction:column}.Footer-module__4xI6dW__footerContent{text-align:center}.Footer-module__4xI6dW__footerLinks,.Footer-module__4xI6dW__fixedIcons{display:none!important}}
.LoadingAnimation-module__GGBveq__loadingOverlay{background:rgb(var(--rgbBackground));z-index:9999;opacity:1;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0}.LoadingAnimation-module__GGBveq__loadingOverlay.LoadingAnimation-module__GGBveq__fadeOut{opacity:0;pointer-events:none}.LoadingAnimation-module__GGBveq__spinner{border:3px solid rgb(var(--rgbPrimary)/.2);border-top-color:rgb(var(--rgbPrimary));border-radius:50%;width:48px;height:48px;animation:.8s linear infinite LoadingAnimation-module__GGBveq__spin}@keyframes LoadingAnimation-module__GGBveq__spin{to{transform:rotate(360deg)}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--rgbBlack:0 0 0;--rgbWhite:255 255 255;--rgbPrimary:0 229 255;--rgbAccent:255 51 102;--rgbText:255 255 255;--rgbTextTitle:255 255 255;--rgbTextLight:158 158 158;--rgbBackground:17 17 17;--rgbBackgroundLight:26 26 26;--durationXS:.1s;--durationS:.2s;--durationM:.3s;--durationL:.6s;--durationXL:1.2s;--easeFunctionDefault:cubic-bezier(.8,.2,.2,.8);--navbarHeight:72px;--systemFontStack:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;--fontWeightMedium:500;--fontWeightBold:700;--fontSizeH0:8.75rem;--fontSizeH1:6.25rem;--fontSizeH2:3.625rem;--fontSizeH3:2.375rem;--fontSizeH4:1.75rem;--fontSizeH5:1.5rem;--fontSizeBodyXL:1.375rem;--fontSizeBodyL:1.25rem;--fontSizeBodyM:1.125rem;--fontSizeBodyS:1rem;--fontSizeBodyXS:.875rem;--lineHeightTitle:1.1;--lineHeightBody:1.6;--maxWidthS:540px;--maxWidthM:720px;--maxWidthL:1096px;--maxWidthXL:1680px;--spaceOuter:64px;--spaceXS:4px;--spaceS:8px;--spaceM:16px;--spaceL:24px;--spaceXL:32px;--space2XL:48px;--space3XL:64px;--space4XL:96px;--space5XL:128px;--zIndex0:0;--zIndex1:4;--zIndex2:8;--zIndex3:16;--zIndex4:32;--zIndex5:64}@media (max-width:2080px){:root{--fontSizeH0:7.5rem;--fontSizeH1:5rem}}@media (max-width:1680px){:root{--maxWidthS:480px;--maxWidthM:640px;--maxWidthL:1000px;--maxWidthXL:1100px;--spaceOuter:48px;--fontSizeH0:6.25rem;--fontSizeH1:4.375rem;--fontSizeH2:3.125rem;--fontSizeH3:2.25rem;--fontSizeH4:1.625rem;--fontSizeH5:1.375rem}}@media (max-width:1040px){:root{--fontSizeH0:5rem;--fontSizeH1:3.75rem;--fontSizeH2:3rem;--fontSizeH3:2rem;--fontSizeH4:1.5rem;--fontSizeH5:1.25rem}}@media (max-width:696px){:root{--spaceOuter:24px;--fontSizeH0:3.5rem;--fontSizeH1:2.5rem;--fontSizeH2:2.125rem;--fontSizeH3:1.75rem;--fontSizeH4:1.375rem;--fontSizeH5:1.125rem;--fontSizeBodyL:1.0625rem;--fontSizeBodyM:1rem;--fontSizeBodyS:.875rem}}@media (max-width:400px){:root{--spaceOuter:16px;--fontSizeH0:2.625rem;--fontSizeH1:2.375rem;--fontSizeH2:1.75rem;--fontSizeH3:1.5rem;--fontSizeH4:1.25rem}}*{box-sizing:border-box}html{font-feature-settings:"liga","kern";text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-text-size-adjust:100%;text-size-adjust:100%;zoom:1;-ms-zoom:1;-ms-content-zooming:none;touch-action:manipulation;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}body{background:rgb(var(--rgbBackground));color:rgb(var(--rgbText));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;text-rendering:optimizeLegibility;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}html.menu-open,body.menu-open{overflow:hidden}#__next{flex-direction:column;min-height:100vh;display:flex}:focus-visible{outline:2px solid rgb(var(--rgbPrimary));outline-offset:2px}.skip-link{background:rgb(var(--rgbPrimary));color:rgb(var(--rgbBackground));z-index:1000;border-radius:4px;padding:8px;text-decoration:none;position:absolute;top:-40px;left:6px}.skip-link:focus{top:6px}[data-theme=dark]{--rgbBackground:17 17 17;--rgbBackgroundLight:26 26 26;--rgbPrimary:0 229 255;--rgbAccent:251 248 0;--rgbText:255 255 255;--rgbError:255 55 102;--colorTextTitle:rgb(var(--rgbText)/1);--colorTextBody:rgb(var(--rgbText)/.8);--colorTextLight:rgb(var(--rgbText)/.6)}[data-theme=light]{--rgbBackground:255 255 255;--rgbBackgroundLight:248 248 248;--rgbPrimary:255 59 48;--rgbAccent:88 86 214;--rgbText:17 17 17;--rgbError:255 59 48;--colorTextTitle:rgb(var(--rgbText)/1);--colorTextBody:rgb(var(--rgbText)/.8);--colorTextLight:rgb(var(--rgbText)/.6)}body[data-theme=light]{--rgbBackground:255,255,255;--rgbBackgroundStart:255,255,255;--rgbBackgroundEnd:245,245,245;--rgbText:17,17,17;--rgbPrimary:255,59,48;--rgbAccent:0,153,255}body[data-theme=catppuccin-mocha]{--rgbBackground:30,30,46;--rgbBackgroundStart:30,30,46;--rgbBackgroundEnd:24,24,37;--rgbText:205,214,244;--rgbPrimary:203,166,247;--rgbAccent:137,180,250}body[data-theme=catppuccin-latte]{--rgbBackground:239,241,245;--rgbBackgroundStart:239,241,245;--rgbBackgroundEnd:230,233,239;--rgbText:76,79,105;--rgbPrimary:136,57,239;--rgbAccent:30,102,245}body[data-theme=cyberpunk]{--rgbBackground:13,13,13;--rgbBackgroundStart:13,13,13;--rgbBackgroundEnd:26,0,26;--rgbText:255,0,128;--rgbPrimary:255,0,128;--rgbAccent:0,255,255}body[data-theme=matrix]{--rgbBackground:0,0,0;--rgbBackgroundStart:0,0,0;--rgbBackgroundEnd:0,26,0;--rgbText:0,255,65;--rgbPrimary:0,255,65;--rgbAccent:0,204,52}body[data-theme=gruvbox-dark]{--rgbBackground:40,40,40;--rgbBackgroundStart:40,40,40;--rgbBackgroundEnd:29,32,33;--rgbText:235,219,178;--rgbPrimary:250,189,47;--rgbAccent:131,165,152}body[data-theme=gruvbox-light]{--rgbBackground:251,241,199;--rgbBackgroundStart:251,241,199;--rgbBackgroundEnd:235,219,178;--rgbText:60,56,54;--rgbPrimary:215,153,33;--rgbAccent:96,123,139}body[data-theme=solarized-dark]{--rgbBackground:0,43,54;--rgbBackgroundStart:0,43,54;--rgbBackgroundEnd:7,54,66;--rgbText:131,148,150;--rgbPrimary:181,137,0;--rgbAccent:38,139,210}body[data-theme=solarized-light]{--rgbBackground:253,246,227;--rgbBackgroundStart:253,246,227;--rgbBackgroundEnd:238,232,213;--rgbText:101,123,131;--rgbPrimary:211,54,130;--rgbAccent:38,139,210}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (-webkit-device-pixel-ratio:1.25){*{zoom:.8}}@media (device-pixel-ratio:1.25){*{zoom:.8}}@media (-webkit-device-pixel-ratio:1.5){*{zoom:.67}}@media (device-pixel-ratio:1.5){*{zoom:.67}}@media (-webkit-device-pixel-ratio:1.75){*{zoom:.57}}@media (device-pixel-ratio:1.75){*{zoom:.57}}@media (-webkit-device-pixel-ratio:2){*{zoom:.5}}@media (device-pixel-ratio:2){*{zoom:.5}}html.windows-os{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
