.GlowText_glow-text__cs8Ne{background:linear-gradient(to right,hsl(var(--gradient-start)),hsl(var(--gradient-end)));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.ContainerNarrow_container-narrow__QP_JH{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.ContainerNarrow_container-narrow__QP_JH{padding:0 2rem}}.Button_button__hyS80{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.875rem;font-weight:500;text-decoration:inherit;white-space:nowrap;border-radius:var(--radius);border:1px solid rgba(0,0,0,0);transition:colors .2s;cursor:pointer}.Button_button__hyS80:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--ring)),0 0 0 4px hsl(var(--background))}.Button_button__hyS80:disabled{pointer-events:none;opacity:.5}.Button_button__hyS80 svg{pointer-events:none;width:16px;height:16px;flex-shrink:0}.Button_button--variant-default__easDT{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.Button_button--variant-default__easDT:hover{background-color:hsl(var(--primary)/.9)}.Button_button--variant-destructive__JY_wp{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.Button_button--variant-destructive__JY_wp:hover{background-color:hsl(var(--destructive)/.9)}.Button_button--variant-outline__Oz8I9{color:inherit;border-color:hsl(var(--input));background-color:hsl(var(--background))}.Button_button--variant-outline__Oz8I9:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.Button_button--variant-secondary__0K_Nm{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.Button_button--variant-secondary__0K_Nm:hover{background-color:hsl(var(--secondary)/.8)}.Button_button--variant-ghost__5e75A:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.Button_button--variant-link__sCZlI{color:hsl(var(--primary));text-underline-offset:4px}.Button_button--variant-link__sCZlI:hover{text-decoration:underline}.Button_button--size-default__nBUoF{height:40px;padding:8px 16px}.Button_button--size-sm__mFt1S{height:36px;padding:0 12px}.Button_button--size-lg__gkDYa{height:44px;padding:0 32px}.Button_button--size-icon__swjnw{height:40px;width:40px}.AnimatedProgressBar_progress-track__qynoD{height:6px;width:100%;border-radius:9999px;background-color:hsl(var(--secondary));overflow:hidden}.AnimatedProgressBar_progress-fill__ExMy4{height:100%;border-radius:9999px;background:linear-gradient(to right,hsl(var(--gradient-start)),hsl(var(--gradient-end)))}.Tooltip_content__9gYGQ{z-index:50;overflow:hidden;border-radius:6px;border:1px solid hsl(var(--border));background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));padding:6px 12px;font-size:.875rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.Tooltip_content__9gYGQ[data-state=open]{animation:Tooltip_fadeIn__D4jfO .15s ease-out}.Tooltip_content__9gYGQ[data-state=open][data-side=top]{animation-name:Tooltip_slideUp__0o89M}.Tooltip_content__9gYGQ[data-state=open][data-side=bottom]{animation-name:Tooltip_slideDown__OlICR}.Tooltip_content__9gYGQ[data-state=open][data-side=left]{animation-name:Tooltip_slideLeft__wErti}.Tooltip_content__9gYGQ[data-state=open][data-side=right]{animation-name:Tooltip_slideRight__Y0xaV}.Tooltip_content__9gYGQ[data-state=closed]{animation:Tooltip_fadeOut__x3AVW .15s ease-in forwards}@keyframes Tooltip_fadeIn__D4jfO{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Tooltip_fadeOut__x3AVW{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes Tooltip_slideUp__0o89M{0%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes Tooltip_slideDown__OlICR{0%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes Tooltip_slideLeft__wErti{0%{transform:translateX(8px)}to{transform:translateX(0)}}@keyframes Tooltip_slideRight__Y0xaV{0%{transform:translateX(-8px)}to{transform:translateX(0)}}.Logo_logo__zBwGf{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;color:hsl(var(--foreground))}.DesktopView_container__2_O8M{position:relative;width:80px}.DesktopView_trigger__m9iw2{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));background:rgba(0,0,0,0);transition:all .2s ease;cursor:pointer}.DesktopView_trigger__m9iw2:hover{color:hsl(var(--foreground));border-color:hsl(var(--border))}.DesktopView_trigger__m9iw2 .DesktopView_icon__Sl1iA{width:.875rem;height:.875rem}.DesktopView_trigger__m9iw2 .DesktopView_chevron__J8U3Z{width:.75rem;height:.75rem;transition:transform .2s ease}.DesktopView_trigger__m9iw2 .DesktopView_chevron__J8U3Z.DesktopView_isOpen__oefAK{transform:rotate(180deg)}.DesktopView_dropdown__QeF8I{position:absolute;right:0;margin-top:.5rem;width:10rem;border-radius:.75rem;border:1px solid hsl(var(--border));background-color:hsla(var(--background)/.95);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);overflow:hidden;z-index:50}.DesktopView_option__pmEdg{width:100%;padding:.625rem 1rem;text-align:left;font-size:.875rem;transition:colors .15s ease;display:flex;align-items:center;justify-content:space-between;border:none;background:rgba(0,0,0,0);cursor:pointer}.DesktopView_option__pmEdg.DesktopView_active__R2mmj{color:hsl(var(--foreground));background-color:hsl(var(--secondary))}.DesktopView_option__pmEdg.DesktopView_inactive__ofFj3{color:hsl(var(--muted-foreground))}.DesktopView_option__pmEdg.DesktopView_inactive__ofFj3:hover{color:hsl(var(--foreground));background-color:hsla(var(--secondary)/.5)}.DesktopView_option__pmEdg .DesktopView_langCode__xbYJ3{font-size:.75rem;font-family:monospace;color:hsl(var(--muted-foreground))}.MobileView_container___UIDd{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.5rem;border-top:1px solid hsl(var(--border)/.5)}.MobileView_languageButton__NObR1{padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;border:1px solid rgba(0,0,0,0);transition:all .2s ease-in-out;cursor:pointer;background:rgba(0,0,0,0)}.MobileView_languageButton__NObR1.MobileView_inactive__daogG{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}.MobileView_languageButton__NObR1.MobileView_inactive__daogG:hover{color:hsl(var(--foreground))}.MobileView_languageButton__NObR1.MobileView_active__R16EC{border-color:hsl(var(--gradient-start)/.5);color:hsl(var(--glow));background-color:hsl(var(--glow)/.1)}.Navbar_navbar__x0iE6{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:rgba(0,0,0,0)}.Navbar_navbar--scrolled__7vBGZ{background-color:hsl(var(--background)/.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid hsl(var(--border)/.5)}.Navbar_container__dajFH{height:64px;display:flex;align-items:center;justify-content:space-between}.Navbar_desktop-nav__AYTEA{display:none;align-items:center;gap:2rem}@media(min-width:768px){.Navbar_desktop-nav__AYTEA{display:flex}}.Navbar_link___QePi{font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s ease}.Navbar_link___QePi:hover{color:hsl(var(--foreground))}.Navbar_mobile-toggle__mdVr3{color:hsl(var(--foreground));background:none;border:none;cursor:pointer}@media(min-width:768px){.Navbar_mobile-toggle__mdVr3{display:none}}.Navbar_mobile-menu__n9mUl{background-color:hsl(var(--background)/.95);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid hsl(var(--border)/1)}.Navbar_mobile-menu__n9mUl .Navbar_mobile-content__ztxGy{padding:15px;display:flex;flex-direction:column;gap:1rem}.Footer_footer___mXpK{border-top:1px solid hsl(var(--border)/.5);padding:3rem 0;margin-top:auto}.Footer_container__w17O5{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}@media(min-width:768px){.Footer_container__w17O5{flex-direction:row}}.Footer_brand__h6NfV{text-align:center}@media(min-width:768px){.Footer_brand__h6NfV{text-align:left}}.Footer_copy__yYFxO{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.Footer_socials__B2xIw{display:flex;align-items:center;gap:1rem}.Footer_iconLink__bTuGR{display:inline-flex;align-items:center;justify-content:center;padding:.625rem;border-radius:.75rem;color:hsl(var(--muted-foreground));transition:all .2s ease}.Footer_iconLink__bTuGR:hover{color:hsl(var(--foreground));background:hsl(var(--secondary))}.Footer_icon__h_v7e{width:20px;height:20px}.MainLayout_layout__RRMdm{display:flex;flex-direction:column;min-height:100vh;padding-top:64px}