:where(.astro-j7pv25f6),:where(.astro-j7pv25f6):before,:where(.astro-j7pv25f6):after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #4ae5f8;--accent-dim: #2ba8b7;--bg-primary: #0a0e14;--bg-secondary: #0f1419;--bg-card: #151b23;--bg-card-hover: #1a222c;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--border: #21262d;--border-light: #30363d;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--max-width: 1200px;--radius: 8px;--radius-lg: 12px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a:where(.astro-j7pv25f6){color:var(--accent);text-decoration:none;transition:color .15s ease}a:where(.astro-j7pv25f6):hover{color:#7cf0ff}.container:where(.astro-j7pv25f6){max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}section:where(.astro-j7pv25f6){padding:5rem 0}section:where(.astro-j7pv25f6)+section:where(.astro-j7pv25f6){border-top:1px solid var(--border)}.nav:where(.astro-j7pv25f6){position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0e14d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner:where(.astro-j7pv25f6){max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:3.5rem}.nav-logo:where(.astro-j7pv25f6){font-weight:700;font-size:1.125rem;color:var(--text-primary);letter-spacing:-.02em}.nav-links:where(.astro-j7pv25f6){display:flex;align-items:center;gap:2rem;list-style:none}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:color .15s ease}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text-primary)}.hero:where(.astro-j7pv25f6){padding:10rem 0 6rem;text-align:center}.hero-headline:where(.astro-j7pv25f6){font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;letter-spacing:-.035em;line-height:1.08;color:var(--text-primary)}.hero-sub:where(.astro-j7pv25f6){margin-top:1.25rem;font-size:clamp(1.125rem,2vw,1.375rem);color:var(--text-secondary);font-weight:400}.hero-install:where(.astro-j7pv25f6){margin-top:2.5rem;display:inline-flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius);padding:.75rem 1.5rem;font-family:var(--font-mono);font-size:1rem;color:var(--accent);cursor:text;user-select:all}.hero-install:where(.astro-j7pv25f6) .prompt:where(.astro-j7pv25f6){color:var(--text-muted);user-select:none}.hero-cta:where(.astro-j7pv25f6){margin-top:2.5rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-primary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:var(--accent);color:var(--bg-primary);font-weight:600;font-size:.9375rem;border-radius:var(--radius);border:none;cursor:pointer;transition:background .15s ease,transform .1s ease}.btn-primary:where(.astro-j7pv25f6):hover{background:#7cf0ff;color:var(--bg-primary);transform:translateY(-1px)}.btn-secondary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:transparent;color:var(--text-secondary);font-weight:600;font-size:.9375rem;border-radius:var(--radius);border:1px solid var(--border-light);cursor:pointer;transition:border-color .15s ease,color .15s ease}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:var(--text-muted);color:var(--text-primary)}.section-label:where(.astro-j7pv25f6){font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem}.section-title:where(.astro-j7pv25f6){font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem}.section-desc:where(.astro-j7pv25f6){color:var(--text-secondary);font-size:1.0625rem;max-width:600px;line-height:1.65}.section-header:where(.astro-j7pv25f6){margin-bottom:3rem}.section-header-center:where(.astro-j7pv25f6){text-align:center;margin-bottom:3rem}.section-header-center:where(.astro-j7pv25f6) .section-desc:where(.astro-j7pv25f6){margin-left:auto;margin-right:auto}.steps-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step:where(.astro-j7pv25f6){padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .2s ease}.step:where(.astro-j7pv25f6):hover{border-color:var(--border-light)}.step-number:where(.astro-j7pv25f6){display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--accent);color:var(--bg-primary);font-weight:700;font-size:.875rem;margin-bottom:1.25rem}.step:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.step:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.step:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){display:block;margin-top:1rem;padding:.75rem 1rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-mono);font-size:.8125rem;color:var(--accent);overflow-x:auto}.feature-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card:where(.astro-j7pv25f6){padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .2s ease,background .2s ease}.feature-card:where(.astro-j7pv25f6):hover{border-color:var(--border-light);background:var(--bg-card-hover)}.feature-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.feature-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.service-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.service-item:where(.astro-j7pv25f6){padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--text-primary);text-align:center;transition:border-color .15s ease}.service-item:where(.astro-j7pv25f6):hover{border-color:var(--border-light)}.oss-section:where(.astro-j7pv25f6){text-align:center;padding:5rem 0}.oss-section:where(.astro-j7pv25f6) .section-desc:where(.astro-j7pv25f6){margin:0 auto}.oss-links:where(.astro-j7pv25f6){margin-top:2rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.site-footer:where(.astro-j7pv25f6){border-top:1px solid var(--border);padding:2.5rem 0}.footer-inner:where(.astro-j7pv25f6){max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy:where(.astro-j7pv25f6){font-size:.8125rem;color:var(--text-muted)}.footer-links:where(.astro-j7pv25f6){display:flex;gap:1.5rem;list-style:none}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){font-size:.8125rem;color:var(--text-secondary);transition:color .15s ease}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text-primary)}@media(max-width:768px){section:where(.astro-j7pv25f6){padding:3.5rem 0}.hero:where(.astro-j7pv25f6){padding:7rem 0 4rem}.steps-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.feature-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.service-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.nav-links:where(.astro-j7pv25f6){gap:1.25rem}.hero-install:where(.astro-j7pv25f6){font-size:.875rem;padding:.625rem 1.25rem}.footer-inner:where(.astro-j7pv25f6){flex-direction:column;text-align:center}}@media(max-width:480px){.nav-links:where(.astro-j7pv25f6){gap:1rem}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){font-size:.8125rem}.hero-cta:where(.astro-j7pv25f6){flex-direction:column;align-items:center}.service-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}}
