:root{--bg-primary:#fff;--bg-secondary:#f9f9f9;--text-primary:#111;--text-secondary:#555;--accent:#000;--border-color:#eaeaea;--transition-fast:.2s ease;--transition-slow:.4s ease}@media (prefers-color-scheme:dark){:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--text-primary:#ededed;--text-secondary:#a0a0a0;--accent:#fff;--border-color:#222}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}:focus-visible{outline:2px solid var(--text-primary);outline-offset:4px;border-radius:4px}html,body{max-width:100vw;font-family:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{color:inherit;transition:opacity var(--transition-fast);text-decoration:none}a:hover{opacity:.7}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.subtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:400}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.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.1y4-pdgsjb-pw.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.3lvt2whj97whp.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.2uwcyprjm3xu3.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.0k62hbripvv8p.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.3-6t-g6q0vh0a.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.2bn3s6zvc0dyp.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_4a4f7444-module__UHjWDq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_4a4f7444-module__UHjWDq__variable{--font-inter:"Inter", "Inter Fallback"}
.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--border-color);background:#fffc;width:100%;padding:1.5rem 0;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.05em;color:var(--text-primary);font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary);opacity:1}.Navbar-module__cJzEcG__cta{color:var(--bg-primary);background-color:var(--text-primary);transition:transform var(--transition-fast), background-color var(--transition-fast);border-radius:2rem;padding:.5rem 1.25rem;font-size:.95rem;font-weight:500}.Navbar-module__cJzEcG__cta:hover{background-color:var(--text-secondary);opacity:1;transform:translateY(-2px)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--text-primary);width:100%;height:2px;transition:all var(--transition-fast)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__links{background-color:var(--bg-primary);width:100%;height:100vh;transition:right var(--transition-slow);z-index:100;flex-direction:column;justify-content:center;align-items:center;gap:3rem;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__links.Navbar-module__cJzEcG__active{right:0}.Navbar-module__cJzEcG__link{font-size:1.5rem}.Navbar-module__cJzEcG__cta{padding:.75rem 2rem;font-size:1.25rem}}
.SplashScreen-module__I3M2YW__splashScreen{color:#fff;z-index:9999;background-color:#000;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity 1.5s cubic-bezier(.65,0,.35,1),visibility 1.5s;display:flex;position:fixed;top:0;left:0}.SplashScreen-module__I3M2YW__fadeOut{opacity:0;visibility:hidden;pointer-events:none}.SplashScreen-module__I3M2YW__greeting{font-size:clamp(3rem,6vw,5rem);font-weight:400;animation:.35s ease-in-out forwards SplashScreen-module__I3M2YW__fadeText}@keyframes SplashScreen-module__I3M2YW__fadeText{0%{opacity:0;transform:scale(.98)}20%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.02)}}
