@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap");*{padding:0;margin:0;box-sizing:border-box}:root{--font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--font-heading:"Space Grotesk","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--background:0 0% 0%;--foreground:0 0% 98%;--card:220 20% 4%;--card-foreground:0 0% 98%;--popover:220 20% 6%;--popover-foreground:0 0% 98%;--primary:142 71% 45%;--primary-foreground:0 0% 0%;--secondary:220 14% 10%;--secondary-foreground:0 0% 90%;--muted:220 14% 12%;--muted-foreground:220 10% 55%;--accent:84 81% 44%;--accent-foreground:0 0% 0%;--destructive:0 72% 51%;--destructive-foreground:0 0% 98%;--border:220 14% 14%;--input:220 14% 12%;--ring:142 71% 45%;--radius:0.75rem;--nifase-green:142 71% 45%;--nifase-lime:84 81% 55%;--nifase-dark:220 20% 4%;--nifase-glow:142 71% 45%;--gradient-primary:linear-gradient(135deg,hsla(142,69%,46%,0.612),hsl(84 81% 55%));--gradient-dark:linear-gradient(180deg,hsl(220 20% 6%),hsl(0 0% 0%));--gradient-glow:radial-gradient(circle,hsl(142 71% 45%/0.3),transparent 70%);--shadow-glow:0 0 60px hsl(142 71% 45%/0.25);--shadow-card:0 25px 80px hsl(0 0% 0%/0.8);--chart-up:142 71% 45%;--chart-down:0 72% 51%;--chart-neutral:220 10% 50%;--color-bg:hsl(var(--background));--color-surface:hsl(var(--card));--color-border:hsl(var(--border));--color-text:hsl(var(--foreground));--color-muted:hsl(var(--muted-foreground));--color-accent:hsl(var(--primary));--color-accent-strong:hsl(var(--accent));--color-danger:hsl(var(--destructive));--radius-sm:calc(var(--radius) - 0.25rem);--radius-md:var(--radius);--radius-lg:calc(var(--radius) + 0.25rem)}html{scroll-behavior:smooth}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));width:100%;overflow-x:hidden;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-stack>*+*{margin-top:4rem}@media (min-width:1024px){.home-stack>*+*{margin-top:5rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.grid-overlay{background-image:linear-gradient(hsl(var(--foreground)/.03) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--foreground)/.03) 1px,transparent 1px);background-size:60px 60px}.glass{background:hsl(var(--card)/.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.glass,.glass-strong{border:1px solid hsl(var(--border))}.glass-strong{background:hsl(var(--card)/.95);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.gradient-text{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));-webkit-background-clip:text;background-clip:text;color:transparent}.glow-primary{box-shadow:0 0 40px hsl(var(--primary)/.4)}.glow-accent{box-shadow:0 0 40px hsl(var(--accent)/.3)}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-ticker{animation:ticker 40s linear infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px hsl(var(--primary)/.4)}50%{box-shadow:0 0 40px hsl(var(--primary)/.6)}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-gradient{background-size:200% 200%;animation:gradient-shift 3s ease infinite}.animate-shimmer{background:linear-gradient(90deg,transparent,hsl(var(--foreground)/.1),transparent);background-size:200% 100%;animation:shimmer 2s infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}::selection{background:hsl(var(--primary)/.3);color:hsl(var(--foreground))}:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}@keyframes live-pulse{0%,to{opacity:1;box-shadow:0 0 0 0 hsl(var(--primary)/.7)}50%{opacity:.8;box-shadow:0 0 0 8px hsl(var(--primary)/0)}}.live-dot{animation:live-pulse 2s ease-in-out infinite}.tabular-nums{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:9999px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .3s ease,background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease;line-height:1}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-md{padding:.85rem 1.25rem;font-size:1rem}.btn-sm{padding:.6rem 1rem;font-size:.875rem}.btn-lg{padding:1.25rem 2rem;font-size:1.125rem}.btn-icon{width:2.5rem;height:2.5rem;padding:0;border-radius:9999px}.btn-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 0 40px hsl(var(--primary)/.35)}.btn-default:hover:not(:disabled){background:hsl(var(--primary)/.9);transform:scale(1.05);box-shadow:0 0 55px hsl(var(--primary)/.45)}.btn-outline{background:transparent;color:hsl(var(--foreground));border-color:hsl(var(--border))}.btn-outline:hover:not(:disabled){border-color:hsl(var(--primary)/.5);background:hsl(var(--primary)/.05)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:hsl(var(--border))}.btn-ghost{background:transparent;color:hsl(var(--foreground))}.btn-ghost:hover:not(:disabled){background:hsl(var(--foreground)/.06)}.btn-link{background:transparent;color:hsl(var(--primary));border-color:transparent;padding-left:0;padding-right:0}.btn-link:hover:not(:disabled){text-decoration:underline;text-underline-offset:4px}.btn-destructive{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}.footer2_revealRoot__t5AyD{--footer-h:700px}@media (max-width:1024px){.footer2_revealRoot__t5AyD{--footer-h:850px}}@media (max-width:768px){.footer2_revealRoot__t5AyD{--footer-h:950px}}@media (max-width:480px){.footer2_revealRoot__t5AyD{--footer-h:1050px}}@media (max-width:375px){.footer2_revealRoot__t5AyD{--footer-h:1150px}}.footer2_content__LBw_O{position:relative;z-index:10;background:hsl(var(--background));min-height:100vh;margin-bottom:var(--footer-h)}.footer2_footer__NUBW3{position:fixed;left:0;right:0;bottom:0;z-index:1;background:hsl(var(--background));border-top:1px solid hsl(var(--border));overflow-y:auto;max-height:100vh}.footer2_footer__NUBW3:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsl(var(--foreground)/.03) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--foreground)/.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}@media (max-width:768px){.footer2_footer__NUBW3:before{background-size:40px 40px}}.footer2_inner__zTtIr{position:relative;max-width:72rem;margin-left:auto;margin-right:auto;padding:3rem 1.5rem 2rem}@media (min-width:1024px){.footer2_inner__zTtIr{padding:3.5rem 2rem 2.5rem}}@media (max-width:768px){.footer2_inner__zTtIr{padding:2rem 1.25rem 1.5rem}}@media (max-width:480px){.footer2_inner__zTtIr{padding:1.5rem 1rem 1.25rem}}.footer2_top__6YfO1{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem}@media (max-width:1024px){.footer2_top__6YfO1{gap:2rem}}@media (max-width:768px){.footer2_top__6YfO1{flex-direction:column;align-items:flex-start;gap:2rem}}.footer2_leftColumn__Hkvoy{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2rem}@media (max-width:768px){.footer2_leftColumn__Hkvoy{width:100%;gap:1.5rem}}.footer2_linksColumns__Ey5Hu{display:flex;gap:4rem;flex-shrink:0}@media (max-width:1024px){.footer2_linksColumns__Ey5Hu{gap:2.5rem}}@media (max-width:768px){.footer2_linksColumns__Ey5Hu{flex-direction:row;gap:1.5rem;width:100%;justify-content:space-between}}@media (max-width:480px){.footer2_linksColumns__Ey5Hu{gap:1rem}}.footer2_linkColumn__cCG7F{min-width:0;flex:1 1}@media (max-width:768px){.footer2_linkColumn__cCG7F{min-width:0}}.footer2_columnTitle__Q7KsT{font-size:1.1rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.25rem;margin-top:0}@media (max-width:768px){.footer2_columnTitle__Q7KsT{font-size:.95rem;margin-bottom:.85rem}}@media (max-width:480px){.footer2_columnTitle__Q7KsT{font-size:.9rem;margin-bottom:.7rem}}.footer2_gmail__xp2SE{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.95rem;transition:color .2s;margin-bottom:1rem;display:inline-block}.footer2_gmail__xp2SE:hover{color:hsl(var(--foreground));text-decoration:underline}@media (max-width:768px){.footer2_gmail__xp2SE{font-size:.85rem}}@media (max-width:480px){.footer2_gmail__xp2SE{font-size:.8rem}}.footer2_phn__L403l{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.95rem;transition:color .2s;margin-top:1rem;margin-bottom:1rem;display:inline-block}.footer2_phn__L403l:hover{color:hsl(var(--foreground));text-decoration:underline}@media (max-width:768px){.footer2_phn__L403l{font-size:.85rem}}@media (max-width:480px){.footer2_phn__L403l{font-size:.8rem}}.footer2_columnLinks__2dmV6{display:flex;flex-direction:column;gap:.75rem}@media (max-width:768px){.footer2_columnLinks__2dmV6{gap:.6rem}}@media (max-width:480px){.footer2_columnLinks__2dmV6{gap:.5rem}}.footer2_columnLink__18mK3{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.95rem;transition:color .2s}.footer2_columnLink__18mK3:hover{color:hsl(var(--foreground))}@media (max-width:768px){.footer2_columnLink__18mK3{font-size:.85rem}}@media (max-width:480px){.footer2_columnLink__18mK3{font-size:.8rem}}.footer2_brandBlock__mkod_{min-width:0}.footer2_mapBlock__4F4NU{flex:0 0 auto;max-width:500px;width:100%}@media (max-width:768px){.footer2_mapBlock__4F4NU{max-width:100%}}.footer2_mapHeader__zWzSh{font-size:.95rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}@media (max-width:768px){.footer2_mapHeader__zWzSh{font-size:.9rem}}.footer2_mapWrap__aZcBR{height:170px;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + .25rem);overflow:hidden;background:hsl(var(--card))}@media (max-width:768px){.footer2_mapWrap__aZcBR{height:180px}}@media (max-width:480px){.footer2_mapWrap__aZcBR{height:160px}}.footer2_mapAddress__WdrAI{margin-top:.75rem;font-size:.7rem;line-height:1.4;color:hsl(var(--muted-foreground))}.footer2_map__LzxeZ{width:100%;height:100%;border:0;display:block}.footer2_wordmark__qbbXd{font-family:var(--font-heading);font-weight:900;letter-spacing:-.06em;line-height:.82;color:hsl(var(--foreground));font-size:clamp(5rem,7vw,15rem);white-space:nowrap;overflow:hidden}@media (max-width:768px){.footer2_wordmark__qbbXd{font-size:clamp(3.5rem,15vw,7rem);line-height:.9}}@media (max-width:480px){.footer2_wordmark__qbbXd{font-size:clamp(2.5rem,12vw,5rem)}}.footer2_subwordmark__7lmxG{margin-top:.5rem;font-family:var(--font-body);font-size:clamp(.95rem,1.2vw,1.15rem);letter-spacing:.02em;color:hsl(var(--foreground)/.9);margin-left:15px}@media (max-width:768px){.footer2_subwordmark__7lmxG{font-size:clamp(.75rem,2.5vw,.95rem);margin-left:10px}}@media (max-width:480px){.footer2_subwordmark__7lmxG{margin-left:5px;margin-top:.35rem;font-size:clamp(.7rem,3vw,.85rem)}}.footer2_divider__K5ccG{margin-top:2.25rem;height:1px;width:100%;background:hsl(var(--border))}@media (max-width:768px){.footer2_divider__K5ccG{margin-top:2rem}}@media (max-width:480px){.footer2_divider__K5ccG{margin-top:1.75rem}}.footer2_bottom__R2ihD{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:1.25rem}@media (max-width:768px){.footer2_bottom__R2ihD{flex-direction:column;align-items:flex-start;gap:1.25rem;padding-top:1rem}}@media (max-width:480px){.footer2_bottom__R2ihD{gap:1rem;padding-top:.75rem}}.footer2_social__5W7vn{display:flex;align-items:center;gap:1.25rem}@media (max-width:480px){.footer2_social__5W7vn{gap:1rem}}.footer2_iconLink__hZBaX{color:hsl(var(--foreground));text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s}.footer2_iconLink__hZBaX:hover{opacity:.7}.footer2_nav__KFPh1{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex:1 1}@media (max-width:768px){.footer2_nav__KFPh1{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:1rem 1.25rem}}@media (max-width:480px){.footer2_nav__KFPh1{gap:.75rem 1rem}}.footer2_navLink__Z9RdZ{color:hsl(var(--foreground));text-decoration:none;font-size:.95rem;font-weight:500;transition:opacity .2s}.footer2_navLink__Z9RdZ:hover{opacity:.7}@media (max-width:768px){.footer2_navLink__Z9RdZ{font-size:.9rem}}.footer2_emptyColumn__2Y8F1{min-width:0;max-width:300px;flex-shrink:0;flex:1 1}@media (max-width:768px){.footer2_emptyColumn__2Y8F1{max-width:none;min-width:0}}.footer2_contactItem__I_kN8{margin-bottom:1rem}.footer2_contactItem__I_kN8:last-child{margin-bottom:0}@media (max-width:768px){.footer2_contactItem__I_kN8{margin-bottom:1.25rem}}.footer2_contactLabel__e_lLO{font-size:.85rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.35rem}@media (max-width:768px){.footer2_contactLabel__e_lLO{font-size:.8rem}}.footer2_addresstext__m6hSB{font-size:.95rem;line-height:1.5;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s;word-wrap:break-word;display:block;margin:0 0 1rem}.footer2_addresstext__m6hSB:hover{color:hsl(var(--foreground))}@media (max-width:768px){.footer2_addresstext__m6hSB{font-size:.85rem}}@media (max-width:480px){.footer2_addresstext__m6hSB{font-size:.8rem;line-height:1.4}}.footer2_contactText___P3Ox{margin:0;font-size:.9rem;line-height:1.5;color:hsl(var(--muted-foreground))}@media (max-width:768px){.footer2_contactText___P3Ox{font-size:.85rem}}.footer2_contactLink__NVzNz{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.9rem;transition:color .2s;display:inline-block}.footer2_contactLink__NVzNz:hover{color:hsl(var(--foreground));text-decoration:underline}@media (max-width:768px){.footer2_contactLink__NVzNz{font-size:.85rem}}.footer2_note__NX_W_{text-align:left;color:hsl(var(--foreground));font-size:.9rem;line-height:1.35}@media (max-width:768px){.footer2_note__NX_W_{font-size:.85rem;order:2}.footer2_social__5W7vn{order:1}}@media (max-width:480px){.footer2_note__NX_W_{font-size:.8rem}}.footer2_noteLine__XQ30u{margin:0}.header_header__ASFgI{position:sticky;top:0;left:0;right:0;height:5rem;width:100%;background-color:hsl(var(--background));border-bottom:1px solid transparent;z-index:99999;-webkit-user-select:none;user-select:none;transition:all .2s ease;font-family:var(--font-heading,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}.header_header__ASFgI:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsl(var(--foreground)/.03) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--foreground)/.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.header_headerScrolled__YqDeJ{border-bottom:1px solid hsl(var(--primary)/.2);background:hsl(var(--background)/.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header_maxWidth__HLkV6{max-width:1280px;margin:0 auto;padding:0 1rem;height:100%}.header_container__foXQY{display:flex;align-items:center;justify-content:space-between;height:100%}.header_leftSection__ugUas{display:flex;align-items:center;gap:3rem}.header_logo__zgXNA{text-decoration:none;display:inline-block}.header_logoImg__3Xc5v{height:40px;width:auto;display:block}.header_desktopNav__OOwcq{display:none;align-items:center;gap:.25rem}@media (min-width:1024px){.header_desktopNav__OOwcq{display:flex}}.header_navItem__cvgKV{position:relative}.header_navLink__mkrQW{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;font-size:20px;font-weight:500;color:hsl(var(--foreground)/.8);background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s;text-decoration:none;white-space:nowrap}.header_navLink__mkrQW:hover{background:hsl(var(--foreground)/.08);color:hsl(var(--foreground))}.header_chevron__4TIcK{opacity:.6;transition:transform .2s}.header_dropdown__aMlYt{position:relative}.header_dropdown__aMlYt:hover .header_dropdownContent__Ci_AN{opacity:1;visibility:visible;transform:translateY(0)}.header_dropdown__aMlYt:hover .header_chevron__4TIcK{transform:rotate(180deg)}.header_dropdownContent__Ci_AN{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-10px);margin-top:.5rem;opacity:0;visibility:hidden;transition:all .2s ease;z-index:50}.header_dropdownGrid__5bo0t{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;padding:1rem;width:500px;background:hsl(var(--background)/.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsl(var(--primary)/.2);border-radius:.75rem;box-shadow:0 20px 40px hsl(var(--background)/.6)}.header_featuredItem__wilRO{grid-row:span 4;padding-right:.5rem;position:relative;border-radius:.5rem;overflow:hidden}.header_featuredItem__wilRO:before{content:"";position:absolute;inset:0;z-index:10;height:100%;width:calc(100% - 10px);background-image:linear-gradient(to right,hsl(var(--foreground)/.08) 1px,transparent 1px),linear-gradient(to bottom,hsl(var(--foreground)/.08) 1px,transparent 1px);background-size:1rem 1rem;pointer-events:none}.header_featuredLink__K80v8{position:relative;z-index:20;display:flex;height:100%;width:100%;flex-direction:column;justify-content:flex-end;padding:1rem;border-radius:.5rem;background:linear-gradient(to bottom,hsl(var(--primary)/.1),hsl(var(--primary)/.2));text-decoration:none;outline:none;transition:all .2s}.header_featuredLink__K80v8:hover{box-shadow:0 0 0 2px hsl(var(--primary)/.3)}.header_featuredTitle__amTqZ{margin-bottom:.5rem;margin-top:1rem;font-size:1.125rem;font-weight:500;color:hsl(var(--foreground))}.header_featuredTagline__obFLU{font-size:.875rem;line-height:1.25;color:hsl(var(--muted-foreground))}.header_dropdownItem__hNV0N{display:block;padding:.75rem;border-radius:.5rem;text-decoration:none;outline:none;transition:all .1s ease-out}.header_dropdownItem__hNV0N:hover{background:hsl(var(--primary)/.08)}.header_dropdownItemTitle__1I8x6{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground)/.85);margin-bottom:.25rem}.header_dropdownItemTagline__XwCrS{font-size:.875rem;line-height:1.375;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header_desktopAuth__D7Xjf{display:none;align-items:center;gap:1rem}@media (min-width:1024px){.header_desktopAuth__D7Xjf{display:flex}}.header_signInBtn__bZ9RP{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));background:transparent;border-radius:.375rem;text-decoration:none;transition:all .2s}.header_signInBtn__bZ9RP:hover{background:hsl(var(--foreground)/.08)}.header_getStartedBtn__c2Hjx{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.2rem;font-size:.95rem;color:hsl(var(--primary-foreground));border-radius:999px;color:#ffffff;background:linear-gradient(135deg,hsl(var(--primary)) 0,hsl(var(--accent)) 50%,hsl(var(--primary)) 100%);border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px rgba(156,241,99,.3);white-space:nowrap}.header_getStartedBtn__c2Hjx:hover{background:var(--gradient-primary)!important;color:hsl(var(--primary-foreground));transform:translateY(-1px);box-shadow:0 8px 24px hsl(var(--accent)/.28)}.header_zapIcon__qNkJ_{color:hsl(var(--accent));fill:hsl(var(--accent))}.header_mobileMenuBtn__g8NG1{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;color:hsl(var(--foreground));background:transparent;border:none;cursor:pointer;transition:all .2s}.header_mobileMenuBtn__g8NG1:hover{background:hsl(var(--foreground)/.08);border-radius:.375rem}@media (min-width:1024px){.header_mobileMenuBtn__g8NG1{display:none}}.header_menuIcon__wHTY4{transition:all .2s}.header_mobileMenu__Guix2{position:fixed;top:3.5rem;left:0;right:0;bottom:0;background:hsl(var(--background)/.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid hsl(var(--primary)/.2);overflow-y:auto;z-index:9999;animation:header_slideDown__SwE9C .2s ease-out}@keyframes header_slideDown__SwE9C{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1024px){.header_mobileMenu__Guix2{display:none}}.header_mobileMenuContent__ZcIPr{display:flex;flex-direction:column;width:100%;padding:.5rem;margin-top:2.5rem}.header_mobileAuthButtons__QUNQq{display:flex;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem}.header_mobileSignInBtn__7lXRD{flex:1 1;display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));background:transparent;border:1px solid hsl(var(--border));border-radius:.375rem;text-decoration:none;transition:all .2s}.header_mobileSignInBtn__7lXRD:hover{background:hsl(var(--foreground)/.08)}.header_mobileGetStartedBtn__raLeg{flex:1 1;display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.2rem;font-size:.95rem;font-weight:700;border:none;border-radius:999px;text-decoration:none;transition:all .2s;font-family:var(--font-heading,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);box-shadow:0 4px 12px hsl(var(--accent)/.22)}.header_mobileGetStartedBtn__raLeg,.header_mobileGetStartedBtn__raLeg:hover{color:hsl(var(--primary-foreground));background:var(--gradient-primary)!important}.header_mobileNavLinks___QYAa{display:flex;flex-direction:column;width:100%}.header_mobileNavItem__kod5k{width:100%;border-bottom:1px solid hsl(var(--border))}.header_mobileNavItem__kod5k:last-child{border-bottom:none}.header_mobileNavTrigger__aXoak{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-size:.875rem;font-weight:500;color:hsl(var(--foreground)/.9);background:transparent;border:none;cursor:pointer;transition:all .2s;text-align:left}.header_mobileNavTrigger__aXoak:hover{color:hsl(var(--primary))}.header_mobileNavLink__131IU{display:flex;align-items:center;width:100%;padding:1rem 0;font-size:.875rem;font-weight:500;color:hsl(var(--foreground)/.9);text-decoration:none;transition:all .2s}.header_mobileNavLink__131IU:hover{color:hsl(var(--primary))}.header_mobileChevron__6m_M9{transition:transform .2s;opacity:.6}.header_mobileChevronOpen__UQ2E5{transform:rotate(180deg)}.header_mobileDropdownContent__4Q3Vj{padding-bottom:.5rem;animation:header_expandDown__keYZc .2s ease-out}@keyframes header_expandDown__keYZc{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.header_mobileDropdownItem__WPcOa{display:block;padding:.75rem;margin-bottom:.25rem;border-radius:.5rem;text-decoration:none;transition:all .2s}.header_mobileDropdownItem__WPcOa:hover{background:hsl(var(--primary)/.08)}.header_mobileDropdownTitle__xWE5U{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.125rem}.header_mobileDropdownTagline__HdhXw{font-size:.875rem;line-height:1.375;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}