@keyframes blink{0%,to{opacity:.8}50%{opacity:0}}@keyframes sparkle1{0%,to{opacity:0;transform:scale(.5)rotate(0)}15%{opacity:.6;transform:scale(1)rotate(10deg)}30%{opacity:0;transform:scale(.5)rotate(20deg)}}@keyframes sparkle2{0%,to{opacity:0;transform:scale(.5)rotate(0)}40%{opacity:0}55%{opacity:.4;transform:scale(1)rotate(-10deg)}70%{opacity:0;transform:scale(.5)rotate(-20deg)}}@keyframes sparkle3{0%,to{opacity:0;transform:scale(.5)}65%{opacity:0}78%{opacity:.5;transform:scale(1.1)}90%{opacity:0;transform:scale(.5)}}@keyframes typeChar{0%{opacity:0}to{opacity:1}}@keyframes cursorAppear{0%{opacity:0}to{opacity:.8}}@keyframes sparklePop{0%{opacity:0;transform:scale(0)rotate(-20deg)}60%{opacity:.7;transform:scale(1.2)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes taglineType{0%{opacity:0}to{opacity:1}}@keyframes ctasFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{background:#09090b;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-grid{opacity:.03;background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.hero-hash{color:#52525b;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace;font-size:40px;font-weight:500}.hero-brand{color:#fafafa;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace;font-size:40px;font-weight:500}.hero-cursor{vertical-align:middle;opacity:0;background:#fafafa;border-radius:1.5px;width:3px;height:36px;margin-left:4px;animation:.1s 1.5s forwards cursorAppear,1s ease-in-out 1.6s infinite blink;display:inline-block}.hero-sub-text{color:#3f3f46;letter-spacing:3px;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace;font-size:12px}.hero-tagline-prompt{color:#52525b;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace;font-size:14px}.hero-tagline-text{color:#71717a;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace;font-size:14px}.dark-only{display:inline}.light-only{display:none}.hero-cta-primary{color:#22d3ee;background:0 0;border:1px solid #06b6d44d;border-radius:8px;padding:12px 24px;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace;font-size:14px;text-decoration:none;transition:all .3s}.hero-cta-primary:hover{background:#06b6d41a;border-color:#06b6d480;box-shadow:0 0 20px #06b6d426}.hero-cta-secondary{color:#a1a1aa;background:0 0;border:1px solid #3f3f46;border-radius:8px;padding:12px 24px;font-family:SF Mono,SFMono-Regular,ui-monospace,monospace;font-size:14px;text-decoration:none;transition:all .3s}.hero-cta-secondary:hover{background:#ffffff0d;border-color:#52525b}:root .hero-section{background:#fafafa}:root .hero-grid{opacity:.04;background-image:linear-gradient(#0000000f 1px,#0000 1px),linear-gradient(90deg,#0000000f 1px,#0000 1px)}:root .hero-hash{color:#a1a1aa}:root .hero-brand{color:#18181b}:root .hero-cursor{background:#18181b}:root .hero-sub-text,:root .hero-tagline-prompt{color:#a1a1aa}:root .hero-tagline-text{color:#71717a}:root .dark-only{display:none}:root .light-only{display:inline}:root .hero-cta-primary{color:#0891b2;background:#06b6d40d;border-color:#06b6d466}:root .hero-cta-primary:hover{background:#06b6d41a;border-color:#06b6d499;box-shadow:0 0 30px #06b6d41a}:root .hero-cta-secondary{color:#71717a;border-color:#d4d4d8}:root .hero-cta-secondary:hover{background:#00000008;border-color:#a1a1aa}.dark .hero-section{background:#09090b}.dark .hero-grid{opacity:.03;background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px)}.dark .hero-hash{color:#52525b}.dark .hero-brand{color:#fafafa}.dark .hero-cursor{background:#fafafa}.dark .hero-sub-text{color:#3f3f46}.dark .hero-tagline-prompt{color:#52525b}.dark .hero-tagline-text{color:#71717a}.dark .dark-only{display:inline}.dark .light-only{display:none}.dark .hero-cta-primary{color:#22d3ee;background:0 0;border-color:#06b6d44d}.dark .hero-cta-primary:hover{background:#06b6d41a;border-color:#06b6d480;box-shadow:0 0 20px #06b6d426}.dark .hero-cta-secondary{color:#a1a1aa;background:0 0;border-color:#3f3f46}.dark .hero-cta-secondary:hover{background:#ffffff0d;border-color:#52525b}.hero-wrap{align-items:center;display:flex}.hero-sparkles-container{align-items:center;gap:0;margin-top:-18px;margin-left:8px;display:inline-flex}.hero-wrap .char{opacity:0;animation:50ms forwards typeChar}.hero-wrap .char:first-child{animation-delay:.4s}.hero-wrap .char:nth-child(2){animation-delay:.55s}.hero-wrap .char:nth-child(3){animation-delay:.7s}.hero-wrap .char:nth-child(4){animation-delay:.85s}.hero-wrap .char:nth-child(5){animation-delay:1s}.hero-wrap .char:nth-child(6){animation-delay:1.15s}.hero-wrap .char:nth-child(7){animation-delay:1.3s}.hero-sparkle-1{opacity:0;animation:.3s ease-out 1.8s forwards sparklePop}.hero-sparkle-2{opacity:0;animation:.3s ease-out 2.1s forwards sparklePop}.hero-sparkle-3{opacity:0;animation:.3s ease-out 2.35s forwards sparklePop}.hero-sparkle-1 svg g{transform-origin:50%;animation:3s ease-in-out 2.1s infinite sparkle1}.hero-sparkle-2 svg g{transform-origin:50%;animation:3s ease-in-out 2.4s infinite sparkle2}.hero-sparkle-3 svg g{transform-origin:50%;animation:3s ease-in-out 2.65s infinite sparkle3}.hero-sub{opacity:0;animation:.5s ease-out 2.6s both fadeInUp}.tagline-char{opacity:0;animation:30ms forwards taglineType}.hero-ctas{opacity:0;flex-direction:row;justify-content:center;gap:16px;margin-top:48px;animation:.6s ease-out 4.5s both ctasFadeIn;display:flex}@media (max-width:640px){.hero-ctas{flex-direction:column;align-items:center}.hero-hash,.hero-brand{font-size:28px}.hero-cursor{height:26px}.hero-sparkle-1 svg{width:28px;height:34px}.hero-sparkle-2 svg{width:20px;height:26px}.hero-sparkle-3 svg{width:16px;height:20px}}
