.animated-bg:where(.astro-vi2v4lgp){position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.gradient-mesh:where(.astro-vi2v4lgp){position:absolute;inset:-50%;background:radial-gradient(ellipse 80% 50% at 20% 40%,var(--sl-color-accent-low) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,var(--sl-color-amber-low) 0%,transparent 50%),radial-gradient(ellipse 100% 80% at 50% 100%,var(--sl-color-accent-low) 0%,transparent 40%);opacity:.6;animation:meshShift 20s ease-in-out infinite}@keyframes meshShift{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(2%,-2%) rotate(1deg)}66%{transform:translate(-2%,2%) rotate(-1deg)}}.constellation:where(.astro-vi2v4lgp){position:absolute;inset:0;width:100%;height:100%;opacity:.8}.particle:where(.astro-vi2v4lgp){animation:pulse 3s ease-in-out infinite;animation-delay:var(--delay, 0s)}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.connections:where(.astro-vi2v4lgp) line:where(.astro-vi2v4lgp){stroke-dasharray:4 4;animation:dash 20s linear infinite}@keyframes dash{to{stroke-dashoffset:-100}}.floating-dots:where(.astro-vi2v4lgp){position:absolute;inset:0}.dot:where(.astro-vi2v4lgp){position:absolute;width:4px;height:4px;background:var(--sl-color-accent);border-radius:50%;opacity:.3;animation:float 8s ease-in-out infinite;animation-delay:calc(var(--i) * 1s)}.dot:where(.astro-vi2v4lgp):nth-child(1){left:10%;top:20%}.dot:where(.astro-vi2v4lgp):nth-child(2){left:25%;top:60%}.dot:where(.astro-vi2v4lgp):nth-child(3){left:40%;top:30%}.dot:where(.astro-vi2v4lgp):nth-child(4){left:55%;top:70%}.dot:where(.astro-vi2v4lgp):nth-child(5){left:70%;top:25%}.dot:where(.astro-vi2v4lgp):nth-child(6){left:85%;top:55%}.dot:where(.astro-vi2v4lgp):nth-child(7){left:15%;top:80%}.dot:where(.astro-vi2v4lgp):nth-child(8){left:90%;top:40%}.dot:where(.astro-vi2v4lgp):nth-child(odd){background:var(--sl-color-amber)}@keyframes float{0%,to{transform:translate(0);opacity:.2}50%{transform:translate(10px,-15px);opacity:.5}}.animated-bg--low:where(.astro-vi2v4lgp) .gradient-mesh:where(.astro-vi2v4lgp){opacity:.3}.animated-bg--low:where(.astro-vi2v4lgp) .constellation:where(.astro-vi2v4lgp){opacity:.4}.animated-bg--high:where(.astro-vi2v4lgp) .gradient-mesh:where(.astro-vi2v4lgp){opacity:.8}.animated-bg--high:where(.astro-vi2v4lgp) .constellation:where(.astro-vi2v4lgp){opacity:1}.animated-bg--minimal:where(.astro-vi2v4lgp) .constellation:where(.astro-vi2v4lgp),.animated-bg--minimal:where(.astro-vi2v4lgp) .floating-dots:where(.astro-vi2v4lgp){display:none}.animated-bg--gradient:where(.astro-vi2v4lgp) .constellation:where(.astro-vi2v4lgp),.animated-bg--gradient:where(.astro-vi2v4lgp) .floating-dots:where(.astro-vi2v4lgp){display:none}.animated-bg--gradient:where(.astro-vi2v4lgp) .gradient-mesh:where(.astro-vi2v4lgp){opacity:.8}@media(prefers-reduced-motion:reduce){.gradient-mesh:where(.astro-vi2v4lgp),.particle:where(.astro-vi2v4lgp),.connections:where(.astro-vi2v4lgp) line:where(.astro-vi2v4lgp),.dot:where(.astro-vi2v4lgp){animation:none}}.hero:where(.astro-wxdhcwxu){position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero--compact:where(.astro-wxdhcwxu){min-height:auto;padding:6rem 1.5rem 4rem}.hero--full:where(.astro-wxdhcwxu){padding:8rem 1.5rem 6rem}.hero-container:where(.astro-wxdhcwxu){position:relative;z-index:1;width:100%;max-width:72rem;margin:0 auto;padding:0 1.5rem}.hero-content:where(.astro-wxdhcwxu){max-width:56rem;margin:0 auto;animation:heroReveal 1s ease forwards}.hero-logo:where(.astro-wxdhcwxu){display:block;margin:0 auto 2rem;animation:heroReveal .8s ease forwards;opacity:0;filter:drop-shadow(0 4px 24px rgba(68,147,248,.3))}.hero--compact:where(.astro-wxdhcwxu) .hero-logo:where(.astro-wxdhcwxu){width:48px;height:48px;margin-bottom:1.5rem}@keyframes heroReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title:where(.astro-wxdhcwxu){font-family:var(--sl-font-display);font-size:clamp(2.75rem,6vw,4.5rem);font-weight:400;color:var(--sl-color-text-accent);margin-bottom:1.75rem;letter-spacing:-.025em;line-height:1.1;text-wrap:balance;text-shadow:0 2px 40px rgba(0,0,0,.3)}.hero-title--typewriter:where(.astro-wxdhcwxu){display:grid}.hero-title--typewriter:where(.astro-wxdhcwxu)>:where(.astro-wxdhcwxu){grid-area:1 / 1}.hero-title-sizer:where(.astro-wxdhcwxu){visibility:hidden;pointer-events:none;user-select:none}.hero-title-live:where(.astro-wxdhcwxu){position:relative}.hero-title--typewriter:where(.astro-wxdhcwxu) .hero-caret{display:inline-block;width:3px;height:.85em;background:var(--sl-color-accent);margin-left:-3px;transform:translate(.1em);vertical-align:baseline;opacity:0;animation:none;pointer-events:none}.hero-title--typewriter:where(.astro-wxdhcwxu)[data-typing=true] .hero-caret{opacity:1;animation:caretBlink 1s step-end infinite}@keyframes caretBlink{0%,to{opacity:1}50%{opacity:0}}.hero-tagline:where(.astro-wxdhcwxu){font-size:clamp(1.125rem,2vw,1.375rem);color:var(--sl-color-gray-2);margin:0 0 3rem;line-height:1.6;max-width:42rem;margin-left:auto;margin-right:auto;text-wrap:balance;animation:heroReveal 1s ease .15s forwards;opacity:0}.hero-actions:where(.astro-wxdhcwxu){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:heroReveal 1s ease .3s forwards;opacity:0}.hero-attribution:where(.astro-wxdhcwxu){margin-top:4rem;font-size:.875rem;color:var(--sl-color-gray-4);animation:heroReveal 1s ease .45s forwards;opacity:0}.hero-fade:where(.astro-wxdhcwxu){position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,var(--sl-color-bg-sidebar) 0%,transparent 100%);pointer-events:none;z-index:1}.hero--compact:where(.astro-wxdhcwxu) .hero-fade:where(.astro-wxdhcwxu){display:none}.hero--compact:where(.astro-wxdhcwxu) .hero-title:where(.astro-wxdhcwxu){font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem}.hero--compact:where(.astro-wxdhcwxu) .hero-tagline:where(.astro-wxdhcwxu){font-size:clamp(1rem,1.5vw,1.125rem);margin-bottom:2rem}.hero--compact:where(.astro-wxdhcwxu) .hero-content:where(.astro-wxdhcwxu){max-width:48rem}@media(max-width:768px){.hero:where(.astro-wxdhcwxu){min-height:70vh}.hero--full:where(.astro-wxdhcwxu){padding:5rem 1rem 4rem}.hero-title:where(.astro-wxdhcwxu){font-size:clamp(2rem,8vw,3rem)}.hero-tagline:where(.astro-wxdhcwxu){font-size:1rem;margin-bottom:2rem}.hero-actions:where(.astro-wxdhcwxu){flex-direction:column;align-items:center}.hero-actions:where(.astro-wxdhcwxu) .glow-btn{width:100%;max-width:280px;justify-content:center}}@media(prefers-reduced-motion:reduce){.hero-logo:where(.astro-wxdhcwxu),.hero-content:where(.astro-wxdhcwxu),.hero-tagline:where(.astro-wxdhcwxu),.hero-actions:where(.astro-wxdhcwxu),.hero-attribution:where(.astro-wxdhcwxu){animation:none;opacity:1}.hero-title--typewriter:where(.astro-wxdhcwxu) .hero-caret{animation:none;display:none}}.section:where(.astro-7lsiy6wr){position:relative;padding:var(--section-padding)}.section--default:where(.astro-7lsiy6wr){background:var(--sl-color-bg)}.section--alternate:where(.astro-7lsiy6wr){background:var(--sl-color-bg-sidebar)}.section--gradient:where(.astro-7lsiy6wr){background:linear-gradient(180deg,var(--sl-color-bg) 0%,var(--sl-color-bg-sidebar) 100%)}.section-container:where(.astro-7lsiy6wr){max-width:var(--content-max-width);margin:0 auto}.section--narrow:where(.astro-7lsiy6wr) .section-container:where(.astro-7lsiy6wr){max-width:56rem}.section--wide:where(.astro-7lsiy6wr) .section-container:where(.astro-7lsiy6wr){max-width:80rem}.section-header:where(.astro-7lsiy6wr){margin-bottom:3.5rem}.section--center:where(.astro-7lsiy6wr) .section-header:where(.astro-7lsiy6wr){text-align:center}.section--left:where(.astro-7lsiy6wr) .section-header:where(.astro-7lsiy6wr){text-align:left}.section-title:where(.astro-7lsiy6wr){font-family:var(--sl-font-display);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;color:var(--sl-color-text-accent);margin-bottom:1rem;letter-spacing:-.02em;line-height:1.15}.section-description:where(.astro-7lsiy6wr){font-size:1.125rem;color:var(--sl-color-gray-3);line-height:1.6;margin:0}.section--center:where(.astro-7lsiy6wr) .section-description:where(.astro-7lsiy6wr){max-width:42rem;margin:0 auto}.section--left:where(.astro-7lsiy6wr) .section-description:where(.astro-7lsiy6wr){max-width:48rem}.section-content:where(.astro-7lsiy6wr){position:relative}@media(max-width:768px){.section:where(.astro-7lsiy6wr){padding:3.5rem 1rem}.section-header:where(.astro-7lsiy6wr){margin-bottom:2.5rem}.section-title:where(.astro-7lsiy6wr){font-size:clamp(1.5rem,5vw,2rem)}.section-description:where(.astro-7lsiy6wr){font-size:1rem}}
