:where(.astro-j7pv25f6),:where(.astro-j7pv25f6):before,:where(.astro-j7pv25f6):after{box-sizing:border-box;margin:0;padding:0}:root{--bg: hsl(240, 6%, 7%);--bg-surface: hsl(240, 6%, 16%);--bg-card: hsl(240, 6%, 11%);--border: hsl(240, 6%, 24%);--border-hover: hsl(246 88% 62% / .35);--primary: hsl(246, 88%, 62%);--primary-dim: hsl(246 88% 62% / .12);--primary-text: hsl(246, 88%, 78%);--text: hsl(240, 6%, 93%);--text-dim: hsl(240, 6%, 58%);--text-muted: hsl(240, 6%, 40%);--green: #10b981;--green-dim: rgba(16, 185, 129, .1);--radius: 10px;--radius-sm: 6px;--shadow-card: 0 24px 72px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .03);--shadow-soft: 0 18px 48px rgba(0, 0, 0, .35);--ring: 0 0 0 3px hsla(246, 88%, 62%, .25)}html{scroll-behavior:smooth}body{font-family:Space Grotesk,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;color-scheme:dark}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 90% 45% at 50% -5%,hsla(246,88%,62%,.09) 0%,transparent 60%),radial-gradient(ellipse 50% 35% at 85% 55%,hsla(246,88%,62%,.04) 0%,transparent 50%);pointer-events:none;z-index:0}.container:where(.astro-j7pv25f6){width:100%;max-width:1120px;min-width:0;margin:0 auto;padding:0 24px}nav:where(.astro-j7pv25f6){position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);background:#07070fd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 6px 24px #00000040}.nav-inner:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;height:56px;max-width:1120px;margin:0 auto;padding:0 24px}.nav-logo:where(.astro-j7pv25f6){display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--text);font-weight:600;font-size:16px;letter-spacing:-.025em}.nav-links:where(.astro-j7pv25f6){display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.nav-link:where(.astro-j7pv25f6),.nav-github:where(.astro-j7pv25f6){white-space:nowrap}.nav-link:where(.astro-j7pv25f6){color:var(--text-dim);text-decoration:none;font-size:14px;font-weight:500;padding:6px 12px;border-radius:var(--radius-sm);transition:color .15s,background .15s}.nav-link:where(.astro-j7pv25f6):hover{color:var(--text);background:#ffffff0a}.nav-link:where(.astro-j7pv25f6):focus-visible{outline:none;box-shadow:var(--ring)}.nav-github:where(.astro-j7pv25f6){display:flex;align-items:center;gap:6px;color:var(--text-dim);text-decoration:none;font-size:14px;font-weight:500;padding:6px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);margin-left:10px;transition:color .15s,border-color .15s,background .15s}.nav-github:where(.astro-j7pv25f6):hover{color:var(--text);border-color:#ffffff24;background:#ffffff08}.nav-github:where(.astro-j7pv25f6):focus-visible{outline:none;box-shadow:var(--ring)}.hero:where(.astro-j7pv25f6){position:relative;z-index:1;padding:96px 0 88px}.hero-inner:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1.15fr;gap:72px;align-items:center}.hero-content:where(.astro-j7pv25f6){max-width:520px}.hero-code:where(.astro-j7pv25f6){justify-self:end;width:100%}.hero-badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:7px;background:var(--primary-dim);border:1px solid hsla(246,88%,62%,.22);color:var(--primary-text);font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:4px 11px;border-radius:100px;margin-bottom:26px}.badge-dot:where(.astro-j7pv25f6){width:6px;height:6px;border-radius:50%;background:var(--primary);animation:bdot 2.2s ease-in-out infinite}@keyframes bdot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title:where(.astro-j7pv25f6){font-size:clamp(40px,4.8vw,62px);font-weight:700;line-height:1.08;letter-spacing:-.035em;margin-bottom:22px}.g:where(.astro-j7pv25f6){background:linear-gradient(130deg,#c2bcfb,#8579f6 45%,#5a49f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc:where(.astro-j7pv25f6){font-size:17px;color:var(--text-dim);line-height:1.72;margin-bottom:34px;max-width:430px}.hero-desc:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:JetBrains Mono,monospace;font-size:13.5px;background:var(--bg-card);border:1px solid var(--border);padding:2px 6px;border-radius:4px;color:var(--primary-text)}.hero-actions:where(.astro-j7pv25f6){display:flex;gap:12px;align-items:center;margin-bottom:30px;flex-wrap:wrap}.btn-primary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:6px;background:var(--primary);color:#fff;text-decoration:none;font-size:15px;font-weight:600;padding:10px 22px;border-radius:var(--radius-sm);transition:transform .15s,box-shadow .15s,background .15s}.btn-primary:where(.astro-j7pv25f6):hover{background:#7466f5;transform:translateY(-1px);box-shadow:0 6px 24px #5a49f361}.btn-primary:where(.astro-j7pv25f6):focus-visible{outline:none;box-shadow:var(--ring)}.btn-secondary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:7px;background:transparent;color:var(--text-dim);text-decoration:none;font-size:15px;font-weight:500;padding:10px 20px;border-radius:var(--radius-sm);border:1px solid var(--border);transition:color .15s,border-color .15s,background .15s}.btn-secondary:where(.astro-j7pv25f6):hover{color:var(--text);border-color:#ffffff2e;background:#ffffff08}.btn-secondary:where(.astro-j7pv25f6):focus-visible{outline:none;box-shadow:var(--ring)}.hero-install:where(.astro-j7pv25f6){display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted)}.hero-install:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:JetBrains Mono,monospace;font-size:12.5px;color:var(--text-dim);background:var(--bg-surface);border:1px solid var(--border);padding:5px 12px;border-radius:5px}.code-window:where(.astro-j7pv25f6){background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);width:100%;max-width:100%;min-width:0}.code-bar:where(.astro-j7pv25f6){display:flex;align-items:center;gap:6px;padding:11px 16px;border-bottom:1px solid var(--border);background:#00000038}.dot:where(.astro-j7pv25f6){width:10px;height:10px;border-radius:50%}.dr:where(.astro-j7pv25f6){background:#ff5f57}.dy:where(.astro-j7pv25f6){background:#ffbd2e}.dg:where(.astro-j7pv25f6){background:#28c840}.code-bar-name:where(.astro-j7pv25f6){margin-left:8px;font-size:12px;color:var(--text-muted);font-family:JetBrains Mono,monospace}.code-body:where(.astro-j7pv25f6){padding:22px 26px;margin:0;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.85;overflow-x:auto;white-space:pre}.yk:where(.astro-j7pv25f6){color:#7dd3fc}.ys:where(.astro-j7pv25f6){color:#86efac}.yn:where(.astro-j7pv25f6){color:#fda4af}.yc:where(.astro-j7pv25f6){color:var(--text-muted)}.s-label:where(.astro-j7pv25f6){font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-text);margin-bottom:12px}.s-title:where(.astro-j7pv25f6){font-size:clamp(28px,3.2vw,42px);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin-bottom:16px}.s-desc:where(.astro-j7pv25f6){font-size:16px;color:var(--text-dim);line-height:1.72;max-width:760px}.section:where(.astro-j7pv25f6){position:relative;z-index:1;padding:96px 0;border-top:1px solid var(--border)}.steps:where(.astro-j7pv25f6),.features-grid:where(.astro-j7pv25f6),.runtimes-grid:where(.astro-j7pv25f6),.terminal-inner:where(.astro-j7pv25f6),.step:where(.astro-j7pv25f6),.feat:where(.astro-j7pv25f6),.runtime-card:where(.astro-j7pv25f6){width:100%;max-width:100%}.steps-header:where(.astro-j7pv25f6){text-align:center;margin-bottom:64px}.steps-header:where(.astro-j7pv25f6) .s-desc:where(.astro-j7pv25f6){margin:0 auto}.steps:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-soft)}.step:where(.astro-j7pv25f6){background:var(--bg-card);padding:36px 32px}.step-num:where(.astro-j7pv25f6){font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--primary-text);font-family:JetBrains Mono,monospace;margin-bottom:18px}.step-title:where(.astro-j7pv25f6){font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:10px}.step-desc:where(.astro-j7pv25f6){font-size:14px;color:var(--text-dim);line-height:1.68}.step-code:where(.astro-j7pv25f6){margin-top:22px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 14px;font-family:JetBrains Mono,monospace;font-size:12.5px;color:var(--text-dim);line-height:1.9}.cp:where(.astro-j7pv25f6){color:var(--text-muted)}.cc:where(.astro-j7pv25f6){color:var(--primary-text)}.ca:where(.astro-j7pv25f6){color:var(--green)}.cf:where(.astro-j7pv25f6){color:#fda4af}.features-header:where(.astro-j7pv25f6){margin-bottom:56px}.features-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-soft)}.feat:where(.astro-j7pv25f6){background:var(--bg-card);padding:32px;transition:background .2s}.feat:where(.astro-j7pv25f6):hover{background:var(--bg-surface)}.feat-icon:where(.astro-j7pv25f6){width:36px;height:36px;background:var(--primary-dim);border:1px solid hsla(246,88%,62%,.18);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--primary-text)}.feat-title:where(.astro-j7pv25f6){font-size:15px;font-weight:600;letter-spacing:-.01em;margin-bottom:8px}.feat-desc:where(.astro-j7pv25f6){font-size:13.5px;color:var(--text-dim);line-height:1.68}.ic:where(.astro-j7pv25f6){font-family:JetBrains Mono,monospace;font-size:12px;background:var(--bg-surface);padding:1px 5px;border-radius:3px;color:var(--primary-text)}.runtimes-header:where(.astro-j7pv25f6){margin-bottom:56px}.runtimes-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1fr;gap:20px}.runtime-card:where(.astro-j7pv25f6){background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:border-color .2s,transform .2s,box-shadow .2s}.runtime-card:where(.astro-j7pv25f6):hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.rt-tag:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:100px;margin-bottom:20px}.rt-compose:where(.astro-j7pv25f6){background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.rt-k8s:where(.astro-j7pv25f6){background:#60a5fa1a;color:#60a5fa;border:1px solid rgba(96,165,250,.22)}.rt-title:where(.astro-j7pv25f6){font-size:20px;font-weight:600;letter-spacing:-.015em;margin-bottom:8px}.rt-desc:where(.astro-j7pv25f6){font-size:14px;color:var(--text-dim);line-height:1.68;margin-bottom:24px}.rt-list:where(.astro-j7pv25f6){list-style:none;display:flex;flex-direction:column;gap:10px}.rt-list:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6){display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--text-dim)}.rt-list:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6):before{content:"";width:4px;height:4px;border-radius:50%;background:var(--text-muted);flex-shrink:0;margin-top:9px}.terminal-inner:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.check-list:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:18px;margin-top:32px}.check-item:where(.astro-j7pv25f6){display:flex;gap:14px;align-items:flex-start}.check-icon:where(.astro-j7pv25f6){width:30px;height:30px;background:var(--green-dim);border:1px solid rgba(16,185,129,.18);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.check-title:where(.astro-j7pv25f6){font-size:14px;font-weight:600;margin-bottom:3px}.check-desc:where(.astro-j7pv25f6){font-size:13px;color:var(--text-dim);line-height:1.6}.terminal:where(.astro-j7pv25f6){background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.term-bar:where(.astro-j7pv25f6){display:flex;align-items:center;gap:6px;padding:11px 16px;background:#00000047;border-bottom:1px solid var(--border)}.term-title:where(.astro-j7pv25f6){margin-left:8px;font-size:12px;font-family:JetBrains Mono,monospace;color:var(--text-muted)}.term-body:where(.astro-j7pv25f6){padding:20px 24px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:2}.tp:where(.astro-j7pv25f6){color:var(--primary-text)}.tc:where(.astro-j7pv25f6){color:var(--text)}.tg:where(.astro-j7pv25f6){color:var(--green)}.tr:where(.astro-j7pv25f6){color:#fda4af}.to:where(.astro-j7pv25f6){color:var(--text-muted);font-size:12px}.ts:where(.astro-j7pv25f6){color:var(--green)}.tb:where(.astro-j7pv25f6){display:block;height:4px}.cta-inner:where(.astro-j7pv25f6){text-align:center;max-width:560px;margin:0 auto}.cta-title:where(.astro-j7pv25f6){font-size:clamp(32px,4vw,50px);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:20px}.cta-desc:where(.astro-j7pv25f6){font-size:16px;color:var(--text-dim);line-height:1.72;margin-bottom:40px}.cta-actions:where(.astro-j7pv25f6){display:flex;justify-content:center;gap:12px;flex-wrap:wrap}footer:where(.astro-j7pv25f6){position:relative;z-index:1;border-top:1px solid var(--border);padding:30px 0}.footer-inner:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:0 24px}.footer-logo:where(.astro-j7pv25f6){display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-muted);font-size:14px;font-weight:500}.footer-links:where(.astro-j7pv25f6){display:flex;gap:22px}.footer-link:where(.astro-j7pv25f6){color:var(--text-muted);text-decoration:none;font-size:13px;transition:color .15s}.footer-link:where(.astro-j7pv25f6):hover{color:var(--text-dim)}@media(max-width:960px){.hero-inner:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:52px}.hero-code:where(.astro-j7pv25f6){order:0}.hero-title:where(.astro-j7pv25f6){font-size:clamp(30px,8vw,45px)}.steps:where(.astro-j7pv25f6){grid-template-columns:1fr}.features-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}.runtimes-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.terminal-inner:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:52px}}@media(max-width:600px){.container:where(.astro-j7pv25f6){padding:0 16px}.section:where(.astro-j7pv25f6){padding:64px 0}.steps-header:where(.astro-j7pv25f6),.features-header:where(.astro-j7pv25f6),.runtimes-header:where(.astro-j7pv25f6){margin-bottom:36px}.step:where(.astro-j7pv25f6),.feat:where(.astro-j7pv25f6),.runtime-card:where(.astro-j7pv25f6){padding:24px}.features-grid:where(.astro-j7pv25f6),.steps:where(.astro-j7pv25f6),.runtimes-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.hero-actions:where(.astro-j7pv25f6){flex-direction:column;align-items:flex-start}.hero-code:where(.astro-j7pv25f6),.code-window:where(.astro-j7pv25f6),.code-body:where(.astro-j7pv25f6){min-width:0;overflow-x:auto;width:100%}.cta-actions:where(.astro-j7pv25f6){flex-direction:column;align-items:center}.footer-inner:where(.astro-j7pv25f6){flex-direction:column;gap:20px;text-align:center}.nav-inner:where(.astro-j7pv25f6){flex-direction:column;align-items:flex-start;gap:10px;padding:12px 24px;height:auto}.hero:where(.astro-j7pv25f6){padding:64px 0 52px}.hero-content:where(.astro-j7pv25f6),.hero-code:where(.astro-j7pv25f6){width:100%;max-width:100%}.hero-desc:where(.astro-j7pv25f6){max-width:100%}.hero-actions:where(.astro-j7pv25f6){gap:10px}.btn-primary:where(.astro-j7pv25f6),.btn-secondary:where(.astro-j7pv25f6){width:100%;max-width:unset;justify-content:center}}.code-window:where(.astro-j7pv25f6){max-height:420px;overflow:hidden}.code-body:where(.astro-j7pv25f6){max-height:360px;overflow-y:auto;overflow-x:auto;padding-right:12px}
