@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg-primary: #ffffff;--bg-secondary: #faf8f5;--bg-tertiary: #f5f0eb;--bg-elevated: #ffffff;--accent: #f97316;--accent-hover: #ea580c;--accent-muted: rgba(249, 115, 22, .12);--accent-glow: 0 0 20px rgba(249, 115, 22, .25);--accent-glow-strong: 0 0 40px rgba(249, 115, 22, .35), 0 0 80px rgba(249, 115, 22, .1);--text-primary: #1a1a1a;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border: #e5e7eb;--border-hover: #d1d5db;--border-accent: rgba(249, 115, 22, .4);--success: #22c55e;--warning: #f59e0b;--error: #ef4444;--info: #3b82f6;--node-trigger: #f97316;--node-condition: #f59e0b;--node-action: #3b82f6;--font-heading: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Monaco", monospace;--grid-color: rgba(249, 115, 22, .08);--grid-size: 40px;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .4s ease;--astro-code-color-text: #1a1a1a;--astro-code-color-background: transparent;--astro-code-token-comment: #9ca3af;--astro-code-token-string: #f97316;--astro-code-token-keyword: #7c3aed;--astro-code-token-number: #f59e0b;--astro-code-token-function: #3b82f6;--astro-code-token-constant: #1a1a1a;--astro-code-token-parameter: #1a1a1a;--astro-code-token-string-expression: #f97316;--astro-code-token-punctuation: #6b7280;--astro-code-token-link: #3b82f6}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}h1{font-size:3.5rem;font-weight:700;letter-spacing:-.03em}h2{font-size:2.5rem}h3{font-size:1.5rem}p{color:var(--text-secondary)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-header{text-align:center;max-width:700px;margin:0 auto 48px}.section-header h2{margin-bottom:16px}.section-header p{font-size:1.125rem}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{align-items:center;justify-content:center}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.gap-32{gap:32px}.text-center{text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glowPulse{0%,to{box-shadow:var(--accent-glow)}50%{box-shadow:var(--accent-glow-strong)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal.visible>*:nth-child(1){transition-delay:0s}.reveal.visible>*:nth-child(2){transition-delay:.08s}.reveal.visible>*:nth-child(3){transition-delay:.16s}.reveal.visible>*:nth-child(4){transition-delay:.24s}.reveal.visible>*:nth-child(5){transition-delay:.32s}.reveal.visible>*:nth-child(6){transition-delay:.4s}@media(max-width:1024px){h1{font-size:2.75rem}h2{font-size:2rem}.section{padding:60px 0}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.section{padding:48px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.button:where(.astro-6ygtcg62){display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all var(--transition-normal);text-decoration:none;position:relative;letter-spacing:-.01em}.button--primary:where(.astro-6ygtcg62){background-color:var(--accent);color:var(--bg-primary)}.button--primary:where(.astro-6ygtcg62):before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:var(--accent);opacity:0;filter:blur(12px);transition:opacity var(--transition-normal);z-index:-1}.button--primary:where(.astro-6ygtcg62):hover{background-color:var(--accent-hover);box-shadow:var(--accent-glow)}.button--primary:where(.astro-6ygtcg62):hover:before{opacity:.4}.button--secondary:where(.astro-6ygtcg62){background-color:transparent;color:var(--text-primary);border:1px solid var(--border)}.button--secondary:where(.astro-6ygtcg62):hover{border-color:var(--border-hover);background-color:var(--bg-tertiary)}.button--ghost:where(.astro-6ygtcg62){background-color:transparent;color:var(--text-secondary)}.button--ghost:where(.astro-6ygtcg62):hover{color:var(--text-primary);background-color:#0000000d}.button--sm:where(.astro-6ygtcg62){padding:8px 16px;font-size:.875rem}.button--md:where(.astro-6ygtcg62){padding:12px 24px;font-size:1rem}.button--lg:where(.astro-6ygtcg62){padding:16px 32px;font-size:1.125rem}.header:where(.astro-3ef6ksr2){position:sticky;top:0;z-index:100;background-color:#ffffffd9;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid var(--border)}.nav:where(.astro-3ef6ksr2){display:flex;align-items:center;justify-content:space-between;height:64px}.logo:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:10px;font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--text-primary);letter-spacing:-.02em}.nav-links:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:32px}.nav-link:where(.astro-3ef6ksr2){font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color var(--transition-fast)}.nav-link:where(.astro-3ef6ksr2):hover{color:var(--text-primary)}.nav-actions:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:24px}.mobile-menu-btn:where(.astro-3ef6ksr2){display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--text-primary)}@media(max-width:768px){.nav-links:where(.astro-3ef6ksr2),.nav-actions:where(.astro-3ef6ksr2){display:none}.mobile-menu-btn:where(.astro-3ef6ksr2){display:block}}.footer:where(.astro-sz7xmlte){background-color:var(--bg-secondary);border-top:1px solid var(--border);padding:48px 0 24px}.footer-grid:where(.astro-sz7xmlte){display:grid;grid-template-columns:2fr repeat(4,1fr);gap:48px;margin-bottom:40px}.footer-brand:where(.astro-sz7xmlte){display:flex;flex-direction:column;gap:12px}.logo:where(.astro-sz7xmlte){display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:700;font-size:1.125rem;color:var(--text-primary);letter-spacing:-.02em}.footer-brand:where(.astro-sz7xmlte) p:where(.astro-sz7xmlte){color:var(--text-tertiary);font-size:.875rem;max-width:260px}.footer-column:where(.astro-sz7xmlte) h4:where(.astro-sz7xmlte){font-family:var(--font-mono);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:16px}.footer-column:where(.astro-sz7xmlte) ul:where(.astro-sz7xmlte){list-style:none;display:flex;flex-direction:column;gap:10px}.footer-column:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte){color:var(--text-secondary);font-size:.875rem;transition:color var(--transition-fast)}.footer-column:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte):hover{color:var(--text-primary)}.footer-bottom:where(.astro-sz7xmlte){padding-top:24px;border-top:1px solid var(--border)}.footer-bottom:where(.astro-sz7xmlte) p:where(.astro-sz7xmlte){text-align:center;font-size:.8125rem;color:var(--text-tertiary)}@media(max-width:768px){.footer-grid:where(.astro-sz7xmlte){grid-template-columns:repeat(2,1fr);gap:32px}.footer-brand:where(.astro-sz7xmlte){grid-column:span 2}}@media(max-width:480px){.footer-grid:where(.astro-sz7xmlte){grid-template-columns:1fr}.footer-brand:where(.astro-sz7xmlte){grid-column:span 1}}
