.Button-module__8RiFmG__button{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-primary);font-weight:var(--weight-semibold);border-radius:var(--radius-sm);border:2px solid var(--ink-primary);transition:all var(--transition-fast), transform var(--transition-micro);cursor:pointer;white-space:nowrap;display:inline-flex;position:relative}.Button-module__8RiFmG__button:active:not(:disabled){transform:scale(.98)}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__primary{background:var(--sketch-cyan);color:var(--bg-paper);border-color:var(--ink-primary);box-shadow:3px 3px 0 var(--ink-primary)}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--accent-primary-hover);box-shadow:5px 5px 0 var(--ink-primary);transform:translate(-2px,-2px)}.Button-module__8RiFmG__primary:active:not(:disabled){box-shadow:2px 2px 0 var(--ink-primary);transform:translate(1px,1px)}.Button-module__8RiFmG__secondary{background:var(--bg-paper);color:var(--ink-primary);border-color:var(--ink-primary);box-shadow:2px 2px 0 var(--ink-muted)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--sketch-cyan-soft);border-color:var(--sketch-cyan);box-shadow:3px 3px 0 var(--ink-primary);transform:translate(-1px,-1px)}.Button-module__8RiFmG__ghost{color:var(--text-primary);box-shadow:none;background-color:#0000;border:none}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--sketch-cyan-soft);color:var(--sketch-cyan)}.Button-module__8RiFmG__danger{background:var(--sketch-red);color:var(--bg-paper);border-color:var(--ink-primary);box-shadow:3px 3px 0 var(--ink-primary)}.Button-module__8RiFmG__danger:hover:not(:disabled){box-shadow:5px 5px 0 var(--ink-primary);background:#dc2626;transform:translate(-2px,-2px)}.Button-module__8RiFmG__danger:active:not(:disabled){box-shadow:2px 2px 0 var(--ink-primary);transform:translate(1px,1px)}.Button-module__8RiFmG__outline{color:var(--sketch-cyan);border:2px solid var(--sketch-cyan);box-shadow:none;background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){background:var(--sketch-cyan-soft);transform:rotate(-1deg)}.Button-module__8RiFmG__glow{background:var(--sketch-yellow);color:var(--ink-primary);border-color:var(--ink-primary);box-shadow:3px 3px 0 var(--ink-primary)}.Button-module__8RiFmG__glow:hover:not(:disabled){box-shadow:5px 5px 0 var(--ink-primary);background:#ffc107;transform:translate(-2px,-2px)}.Button-module__8RiFmG__sm{height:32px;padding:0 var(--space-md);font-size:var(--text-sm)}.Button-module__8RiFmG__md{height:40px;padding:0 var(--space-lg);font-size:var(--text-md)}.Button-module__8RiFmG__lg{height:48px;padding:0 var(--space-xl);font-size:var(--text-lg)}.Button-module__8RiFmG__icon{justify-content:center;align-items:center;display:flex}.Button-module__8RiFmG__iconOnly{padding:0}.Button-module__8RiFmG__iconOnly.Button-module__8RiFmG__sm{width:32px}.Button-module__8RiFmG__iconOnly.Button-module__8RiFmG__md{width:40px}.Button-module__8RiFmG__iconOnly.Button-module__8RiFmG__lg{width:48px}.Button-module__8RiFmG__spinner{animation:1s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Button-module__8RiFmG__fullWidth{width:100%}
.HeroSection-module__xogimq__hero{padding:calc(var(--header-height) + var(--space-3xl)) 0 0;background:0 0;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__xogimq__content{z-index:2;text-align:center;max-width:800px;padding:0 var(--space-lg);animation:.8s ease-out both HeroSection-module__xogimq__heroFadeIn;position:relative}@keyframes HeroSection-module__xogimq__heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__xogimq__terminalLine{align-items:center;gap:var(--space-sm);font-family:var(--font-mono);font-size:var(--text-sm);margin-bottom:var(--space-xl);padding:var(--space-xs) var(--space-md);background:var(--sketch-cyan-soft);border:1px solid var(--sketch-cyan-light);border-radius:var(--radius-sm);animation:.8s ease-out .2s both HeroSection-module__xogimq__heroFadeIn;display:inline-flex}.HeroSection-module__xogimq__promptSymbol{color:var(--sketch-cyan);font-weight:var(--weight-bold)}.HeroSection-module__xogimq__command{color:var(--ink-muted)}.HeroSection-module__xogimq__cursor{background:var(--sketch-cyan);border-radius:1px;width:8px;height:16px;animation:1s step-end infinite HeroSection-module__xogimq__blink;display:inline-block}@keyframes HeroSection-module__xogimq__blink{50%{opacity:0}}.HeroSection-module__xogimq__headline{font-family:var(--font-mono);font-size:48px;font-weight:var(--weight-bold);color:var(--ink-primary);margin-bottom:var(--space-lg);letter-spacing:-.02em;text-wrap:balance;line-height:1.15;animation:.8s ease-out .1s both HeroSection-module__xogimq__heroFadeIn}.HeroSection-module__xogimq__headline em{color:var(--sketch-cyan);font-style:normal}.HeroSection-module__xogimq__rotatingWrapper{vertical-align:bottom;text-align:left;width:9ch;height:1.15em;display:inline-block;position:relative;overflow:hidden}.HeroSection-module__xogimq__rotatingText{white-space:nowrap;color:var(--sketch-cyan);transition:transform .4s,opacity .4s;position:absolute;top:0;left:0}.HeroSection-module__xogimq__rotatingIn{opacity:1;transform:translateY(0)}.HeroSection-module__xogimq__rotatingOut{opacity:0;transform:translateY(-100%)}.HeroSection-module__xogimq__subheadline{font-family:var(--font-mono);font-size:var(--text-md);color:var(--ink-secondary);line-height:var(--leading-relaxed);max-width:600px;margin:0 auto var(--space-xl);animation:.8s ease-out .3s both HeroSection-module__xogimq__heroFadeIn}.HeroSection-module__xogimq__cta{margin-bottom:var(--space-lg);animation:.8s ease-out .4s both HeroSection-module__xogimq__heroFadeIn}.HeroSection-module__xogimq__cta a{text-decoration:none}.HeroSection-module__xogimq__ctaButton.HeroSection-module__xogimq__ctaButton{border-color:var(--sketch-cyan);box-shadow:none}.HeroSection-module__xogimq__ctaButton.HeroSection-module__xogimq__ctaButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00bcd44d}.HeroSection-module__xogimq__ctaButton.HeroSection-module__xogimq__ctaButton:active:not(:disabled){box-shadow:none;transform:translateY(0)}.HeroSection-module__xogimq__badges{justify-content:center;align-items:center;gap:var(--space-sm);flex-wrap:wrap;animation:.8s ease-out .5s both HeroSection-module__xogimq__heroFadeIn;display:flex}.HeroSection-module__xogimq__badge{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--ink-muted);letter-spacing:.02em}.HeroSection-module__xogimq__badgeDot{background:var(--ink-light);border-radius:50%;width:3px;height:3px}.HeroSection-module__xogimq__scrollCue{z-index:2;align-items:center;gap:var(--space-xs);margin-top:var(--space-2xl);padding-bottom:var(--space-3xl);color:var(--ink-muted);cursor:pointer;flex-direction:column;animation:.8s ease-out .6s both HeroSection-module__xogimq__heroFadeIn;display:flex;position:relative}.HeroSection-module__xogimq__scrollText{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:var(--weight-medium)}.HeroSection-module__xogimq__scrollIcon{animation:3s ease-in-out infinite HeroSection-module__xogimq__float}@keyframes HeroSection-module__xogimq__float{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (min-width:768px){.HeroSection-module__xogimq__headline{font-size:56px}}@media (max-width:480px){.HeroSection-module__xogimq__hero{padding-top:calc(48px + var(--space-2xl))}.HeroSection-module__xogimq__headline{font-size:28px}.HeroSection-module__xogimq__subheadline{font-size:var(--text-sm)}.HeroSection-module__xogimq__terminalLine{font-size:var(--text-xs)}.HeroSection-module__xogimq__scrollCue{padding-bottom:var(--space-2xl)}}
.SocialProofBar-module__fO4BSW__bar{padding:var(--space-md) var(--space-md);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);justify-content:center;align-items:center;gap:var(--space-md);opacity:0;background:0 0;flex-direction:row;transition:opacity .5s ease-out,transform .5s ease-out;display:flex;transform:translateY(12px)}.SocialProofBar-module__fO4BSW__bar.SocialProofBar-module__fO4BSW__visible{opacity:1;transform:translateY(0)}.SocialProofBar-module__fO4BSW__text{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--ink-muted);text-align:center;line-height:var(--leading-normal);text-transform:uppercase;letter-spacing:.04em;margin:0}.SocialProofBar-module__fO4BSW__badges{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.SocialProofBar-module__fO4BSW__badge{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--ink-secondary);background:var(--surface-1);border:1.5px solid var(--border-default);border-radius:var(--radius-sm);white-space:nowrap;letter-spacing:.02em;padding:2px 12px}@media (max-width:480px){.SocialProofBar-module__fO4BSW__bar{gap:var(--space-sm);padding:var(--space-md) var(--space-sm);flex-direction:column}.SocialProofBar-module__fO4BSW__badges{gap:var(--space-xs)}.SocialProofBar-module__fO4BSW__badge{padding:2px 8px}}
.TeamSection-module__cnMNGG__section{padding:var(--space-3xl) 0}.TeamSection-module__cnMNGG__content{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.TeamSection-module__cnMNGG__content.TeamSection-module__cnMNGG__visible{opacity:1;transform:translateY(0)}.TeamSection-module__cnMNGG__sectionLabel{text-align:center;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:var(--sketch-cyan-text);margin-bottom:var(--space-sm);display:block}.TeamSection-module__cnMNGG__headline{font-family:var(--font-mono);font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--ink-primary);text-align:center;margin-bottom:var(--space-2xl);letter-spacing:-.01em;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.2}.TeamSection-module__cnMNGG__headline em{color:var(--sketch-cyan-text);font-style:italic}.TeamSection-module__cnMNGG__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.TeamSection-module__cnMNGG__card{padding:var(--space-xl) var(--space-lg);background:var(--surface-1);border:2px solid var(--border-strong);border-radius:var(--radius-md);transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);flex-direction:column;display:flex}.TeamSection-module__cnMNGG__card:hover{box-shadow:4px 4px 0 var(--ink-primary);border-color:var(--ink-primary);transform:translate(-2px,-2px)}.TeamSection-module__cnMNGG__roleHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.TeamSection-module__cnMNGG__iconWrapper{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.TeamSection-module__cnMNGG__card:first-child .TeamSection-module__cnMNGG__iconWrapper{background:var(--sketch-cyan-soft);color:var(--sketch-cyan-text)}.TeamSection-module__cnMNGG__card:nth-child(2) .TeamSection-module__cnMNGG__iconWrapper{background:var(--sketch-green-soft);color:var(--sketch-green-text)}.TeamSection-module__cnMNGG__card:nth-child(3) .TeamSection-module__cnMNGG__iconWrapper{background:var(--sketch-pink-soft);color:var(--sketch-pink)}.TeamSection-module__cnMNGG__roleName{font-family:var(--font-mono);font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--ink-primary);line-height:1.2}.TeamSection-module__cnMNGG__statsBadge{font-family:var(--font-mono);color:var(--ink-muted);font-size:10px;font-weight:var(--weight-medium);letter-spacing:.03em;padding:var(--space-2xs) var(--space-sm);background:var(--surface-3);border-radius:var(--radius-sm);margin-bottom:var(--space-md);width:fit-content}.TeamSection-module__cnMNGG__workflowBlock{gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.TeamSection-module__cnMNGG__workflowItem{gap:var(--space-sm);align-items:baseline;display:flex}.TeamSection-module__cnMNGG__workflowLabel{font-family:var(--font-mono);font-size:10px;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.05em;min-width:32px;padding:1px var(--space-xs);border-radius:2px;flex-shrink:0}.TeamSection-module__cnMNGG__workflowNow{color:var(--sketch-red-text);background:var(--sketch-red-soft)}.TeamSection-module__cnMNGG__workflowFix{color:var(--sketch-green-text);background:var(--sketch-green-soft)}.TeamSection-module__cnMNGG__workflowText{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--ink-secondary);line-height:var(--leading-relaxed)}.TeamSection-module__cnMNGG__ctaWrapper{margin-top:var(--space-2xl);justify-content:center;display:flex}@media (max-width:768px){.TeamSection-module__cnMNGG__grid{gap:var(--space-md);grid-template-columns:1fr}.TeamSection-module__cnMNGG__card{padding:var(--space-lg) var(--space-md)}.TeamSection-module__cnMNGG__headline{font-size:var(--text-2xl);padding:0 var(--space-md)}}
.ProductPreviewSection-module__GXmaza__section{padding:var(--space-3xl) var(--space-lg)}.ProductPreviewSection-module__GXmaza__wrapper{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.ProductPreviewSection-module__GXmaza__sectionLabel{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:var(--sketch-cyan-text);margin-bottom:var(--space-sm)}.ProductPreviewSection-module__GXmaza__sectionTitle{font-family:var(--font-mono);font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--ink-primary);text-align:center;margin-bottom:var(--space-2xl);letter-spacing:-.01em}.ProductPreviewSection-module__GXmaza__stepBlock{flex-direction:column;align-items:flex-start;width:100%;display:flex}.ProductPreviewSection-module__GXmaza__textBlock{max-width:700px;margin-bottom:var(--space-lg);flex-direction:column;align-items:flex-start;display:flex}.ProductPreviewSection-module__GXmaza__stepNumber{font-family:var(--font-mono);font-size:var(--text-3xl);font-weight:var(--weight-bold);margin-bottom:var(--space-xs);line-height:1}.ProductPreviewSection-module__GXmaza__numberMuted{color:var(--ink-muted);opacity:.35}.ProductPreviewSection-module__GXmaza__numberRed{color:var(--sketch-red);opacity:.35}.ProductPreviewSection-module__GXmaza__numberCyan{color:var(--sketch-cyan);opacity:.35}.ProductPreviewSection-module__GXmaza__stepHeadline{font-family:var(--font-mono);font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--ink-primary);line-height:var(--leading-tight);margin-bottom:var(--space-sm)}.ProductPreviewSection-module__GXmaza__stepDescription{font-family:var(--font-body);font-size:var(--text-md);color:var(--ink-secondary);line-height:var(--leading-relaxed)}.ProductPreviewSection-module__GXmaza__screenshotFrame{background:var(--surface-1);border:2px solid var(--ink-primary);border-radius:var(--radius-md);box-shadow:4px 4px 0 var(--ink-primary);flex-direction:column;width:100%;transition:transform .2s ease-out,box-shadow .2s ease-out;display:flex;overflow:hidden}.ProductPreviewSection-module__GXmaza__screenshotFrame:hover{box-shadow:5px 5px 0 var(--ink-primary);transform:translate(-1px,-1px)}.ProductPreviewSection-module__GXmaza__nodeHeader{align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);border-bottom:1.5px solid var(--border-default);background:var(--surface-3);display:flex}.ProductPreviewSection-module__GXmaza__headerDot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.ProductPreviewSection-module__GXmaza__dotGray{background:var(--ink-muted)}.ProductPreviewSection-module__GXmaza__dotRed{background:var(--sketch-red)}.ProductPreviewSection-module__GXmaza__dotCyan{background:var(--sketch-cyan)}.ProductPreviewSection-module__GXmaza__headerTitle{font-family:var(--font-mono);color:var(--ink-secondary);font-size:11px;font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.05em}.ProductPreviewSection-module__GXmaza__nodeInput{border-color:var(--ink-primary)}.ProductPreviewSection-module__GXmaza__nodeAlert{border-color:var(--sketch-red);box-shadow:4px 4px #ef444440}.ProductPreviewSection-module__GXmaza__nodeAlert:hover{box-shadow:5px 5px #ef444459}.ProductPreviewSection-module__GXmaza__nodeAlert .ProductPreviewSection-module__GXmaza__nodeHeader{background:var(--sketch-red-soft)}.ProductPreviewSection-module__GXmaza__nodeSolution{border-color:var(--sketch-cyan);box-shadow:4px 4px 0 var(--sketch-cyan)}.ProductPreviewSection-module__GXmaza__nodeSolution:hover{box-shadow:5px 5px 0 var(--sketch-cyan), 0 0 24px var(--sketch-cyan-soft)}.ProductPreviewSection-module__GXmaza__nodeSolution .ProductPreviewSection-module__GXmaza__nodeHeader{background:var(--sketch-cyan-soft)}.ProductPreviewSection-module__GXmaza__nodeScreenshot{width:100%;display:block}.ProductPreviewSection-module__GXmaza__arrow{padding:var(--space-sm) 0;justify-content:center;align-items:center;display:flex}.ProductPreviewSection-module__GXmaza__arrowLine{border-left:2.5px dashed var(--sketch-cyan);width:0;height:32px;animation:2.5s ease-in-out infinite ProductPreviewSection-module__GXmaza__arrowPulse;position:relative}.ProductPreviewSection-module__GXmaza__arrowLine:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:9px solid var(--sketch-cyan);width:0;height:0;position:absolute;bottom:-1px;left:-7px}@keyframes ProductPreviewSection-module__GXmaza__arrowPulse{0%,to{opacity:.6}50%{opacity:1}}.ProductPreviewSection-module__GXmaza__ctaWrapper{margin-top:var(--space-xl)}.ProductPreviewSection-module__GXmaza__staggerItem{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.ProductPreviewSection-module__GXmaza__staggerItem.ProductPreviewSection-module__GXmaza__visible{opacity:1;transform:translateY(0)}.ProductPreviewSection-module__GXmaza__delay0{transition-delay:0s}.ProductPreviewSection-module__GXmaza__delay1{transition-delay:.2s}.ProductPreviewSection-module__GXmaza__delay2{transition-delay:.4s}.ProductPreviewSection-module__GXmaza__delay3{transition-delay:.6s}.ProductPreviewSection-module__GXmaza__delay4{transition-delay:.8s}@media (max-width:640px){.ProductPreviewSection-module__GXmaza__section{padding:var(--space-2xl) var(--space-md)}.ProductPreviewSection-module__GXmaza__sectionTitle,.ProductPreviewSection-module__GXmaza__stepHeadline{font-size:var(--text-xl)}.ProductPreviewSection-module__GXmaza__stepDescription{font-size:var(--text-sm)}.ProductPreviewSection-module__GXmaza__stepNumber{font-size:var(--text-2xl)}.ProductPreviewSection-module__GXmaza__screenshotFrame{box-shadow:3px 3px 0 var(--ink-primary)}.ProductPreviewSection-module__GXmaza__nodeAlert{box-shadow:3px 3px #ef444440}.ProductPreviewSection-module__GXmaza__nodeSolution{box-shadow:3px 3px 0 var(--sketch-cyan)}}@media (max-width:480px){.ProductPreviewSection-module__GXmaza__stepNumber{display:none}.ProductPreviewSection-module__GXmaza__stepHeadline{font-size:var(--text-lg)}.ProductPreviewSection-module__GXmaza__stepDescription{font-size:var(--text-sm)}}
.TrustPrivacy-module__VCQVKW__section{padding:var(--space-2xl) 0}.TrustPrivacy-module__VCQVKW__content{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.TrustPrivacy-module__VCQVKW__content.TrustPrivacy-module__VCQVKW__visible{opacity:1;transform:translateY(0)}.TrustPrivacy-module__VCQVKW__sectionLabel{text-align:center;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:var(--sketch-green-text);margin-bottom:var(--space-sm);display:block}.TrustPrivacy-module__VCQVKW__headline{font-family:var(--font-mono);font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--ink-primary);text-align:center;margin-bottom:var(--space-xl);letter-spacing:-.01em}.TrustPrivacy-module__VCQVKW__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.TrustPrivacy-module__VCQVKW__item{text-align:center;align-items:center;gap:var(--space-sm);padding:var(--space-lg) var(--space-md);flex-direction:column;display:flex}.TrustPrivacy-module__VCQVKW__iconWrapper{background:var(--sketch-green-soft);width:48px;height:48px;color:var(--sketch-green-text);border-radius:var(--radius-md);border:1.5px solid var(--sketch-green-light);flex-shrink:0;justify-content:center;align-items:center;display:flex}.TrustPrivacy-module__VCQVKW__itemContent{gap:var(--space-2xs);flex-direction:column;display:flex}.TrustPrivacy-module__VCQVKW__itemLabel{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--ink-primary)}.TrustPrivacy-module__VCQVKW__text{font-size:var(--text-sm);color:var(--ink-secondary);line-height:var(--leading-relaxed);max-width:280px;margin:0}.TrustPrivacy-module__VCQVKW__clarification{text-align:center;font-size:var(--text-sm);color:var(--ink-muted);margin-top:var(--space-lg);max-width:520px;font-style:italic;line-height:var(--leading-relaxed);margin-left:auto;margin-right:auto}@media (max-width:768px){.TrustPrivacy-module__VCQVKW__grid{gap:var(--space-sm);grid-template-columns:1fr}.TrustPrivacy-module__VCQVKW__item{text-align:left;padding:var(--space-md);gap:var(--space-md);flex-direction:row}.TrustPrivacy-module__VCQVKW__itemContent{align-items:flex-start}.TrustPrivacy-module__VCQVKW__iconWrapper{width:40px;height:40px}.TrustPrivacy-module__VCQVKW__text{max-width:none}}
.BrandLogo-module__3hkZ0G__logo{cursor:pointer;white-space:nowrap;align-items:baseline;gap:.25em;text-decoration:none;display:inline-flex}.BrandLogo-module__3hkZ0G__prompt{font-family:var(--font-mono);font-weight:var(--weight-bold);color:var(--sketch-cyan);line-height:1;transition:color .3s ease-out}.BrandLogo-module__3hkZ0G__name{font-family:var(--font-mono);font-weight:var(--weight-semibold);color:var(--ink-primary);line-height:1;transition:color .3s ease-out}.BrandLogo-module__3hkZ0G__md .BrandLogo-module__3hkZ0G__prompt,.BrandLogo-module__3hkZ0G__md .BrandLogo-module__3hkZ0G__name{font-size:var(--text-lg)}.BrandLogo-module__3hkZ0G__sm .BrandLogo-module__3hkZ0G__prompt,.BrandLogo-module__3hkZ0G__sm .BrandLogo-module__3hkZ0G__name{font-size:var(--text-md)}.BrandLogo-module__3hkZ0G__dark .BrandLogo-module__3hkZ0G__name{color:#f8f8fc}
.LandingFooter-module__7m5HRq__footer{padding:var(--space-3xl) var(--space-lg);border-top:1px solid var(--border-default);background:0 0;position:relative;overflow:hidden}.LandingFooter-module__7m5HRq__content{z-index:1;max-width:var(--content-max-width);margin:0 auto;position:relative}.LandingFooter-module__7m5HRq__headline{font-family:var(--font-mono);font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--ink-primary);margin-bottom:var(--space-xl);text-align:center;letter-spacing:-.01em}.LandingFooter-module__7m5HRq__cta{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.LandingFooter-module__7m5HRq__ctaButton.LandingFooter-module__7m5HRq__ctaButton{border-color:var(--sketch-cyan);box-shadow:none}.LandingFooter-module__7m5HRq__ctaButton.LandingFooter-module__7m5HRq__ctaButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00bcd44d}.LandingFooter-module__7m5HRq__ctaButton.LandingFooter-module__7m5HRq__ctaButton:active:not(:disabled){box-shadow:none;transform:translateY(0)}.LandingFooter-module__7m5HRq__smallText{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--ink-muted)}.LandingFooter-module__7m5HRq__divider{border:none;border-top:1px solid var(--border-default);margin:0 0 var(--space-lg)}.LandingFooter-module__7m5HRq__bottomRow{justify-content:space-between;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.LandingFooter-module__7m5HRq__links{align-items:center;gap:var(--space-md);display:flex}.LandingFooter-module__7m5HRq__link{align-items:center;gap:var(--space-xs);color:var(--ink-secondary);font-family:var(--font-mono);font-size:var(--text-sm);transition:color var(--transition-fast);text-decoration:none;display:inline-flex}.LandingFooter-module__7m5HRq__link:hover{color:var(--sketch-cyan)}.LandingFooter-module__7m5HRq__separator{color:var(--ink-light)}.LandingFooter-module__7m5HRq__copyright{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--ink-muted);text-align:center}@media (max-width:480px){.LandingFooter-module__7m5HRq__footer{padding:var(--space-2xl) var(--space-md)}.LandingFooter-module__7m5HRq__bottomRow{flex-direction:column;align-items:flex-start}.LandingFooter-module__7m5HRq__headline{font-size:var(--text-2xl)}}
.LandingHeader-module__9N_xbq__header{z-index:var(--z-header);height:var(--header-height);padding:0 var(--space-lg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-default);background:#ffffffe0;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.LandingHeader-module__9N_xbq__inner{width:100%;max-width:var(--content-max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.LandingHeader-module__9N_xbq__sectionNav{gap:var(--space-xs);opacity:0;pointer-events:none;margin:0;padding:0;list-style:none;transition:opacity .25s ease-out,transform .25s ease-out;display:flex;transform:translateY(-4px)}.LandingHeader-module__9N_xbq__sectionNav.LandingHeader-module__9N_xbq__navVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.LandingHeader-module__9N_xbq__navItem{all:unset;cursor:pointer;font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--ink-muted);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);transition:color var(--transition-fast), border-color var(--transition-fast);white-space:nowrap;border-bottom:2px solid #0000}.LandingHeader-module__9N_xbq__navItem:hover{color:var(--ink-primary)}.LandingHeader-module__9N_xbq__navItem.LandingHeader-module__9N_xbq__active{color:var(--sketch-cyan-text);border-bottom-color:var(--sketch-cyan)}.LandingHeader-module__9N_xbq__ctaWrapper{flex-shrink:0}@media (max-width:768px){.LandingHeader-module__9N_xbq__header{height:48px;padding:0 var(--space-md)}.LandingHeader-module__9N_xbq__sectionNav{display:none}}
.LandingPage-module__BpwR2W__page{flex-direction:column;min-height:100vh;display:flex}.LandingPage-module__BpwR2W__main{flex:1;width:100%}.LandingPage-module__BpwR2W__main>section{scroll-margin-top:var(--header-height);max-width:var(--content-max-width);padding-left:var(--space-lg);padding-right:var(--space-lg);margin-left:auto;margin-right:auto}@media (max-width:768px){.LandingPage-module__BpwR2W__main>section{padding-left:var(--space-md);padding-right:var(--space-md)}}
