:root{--bg: #f8faf9;--bg-soft: #eef8f2;--bg-elev: #ffffff;--bg-card: #ffffff;--bg-muted: #f3f7f5;--border: #dbe5f0;--border-strong: #c4d3e4;--text: #020817;--text-muted: #48576b;--text-dim: #8391a5;--accent: #10b981;--accent-strong: #059669;--accent-soft: #dff8ed;--accent-primary: #10b981;--accent-primary-hover: #059669;--accent-primary-soft: #e7fbf3;--success: #10b981;--danger: #f43f5e;--shadow-soft: 0 22px 70px rgba(22, 36, 58, .1);--shadow-card: 0 12px 34px rgba(15, 23, 42, .08);--max-w: 1180px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:linear-gradient(180deg,#e7fbf3ad,#fff0 360px),var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11"}body{min-width:320px}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-primary-hover)}img,svg{max-width:100%}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border-radius:8px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .15s,box-shadow .15s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 14px 28px #10b98138}.btn-primary:hover{background:var(--accent-primary-hover);color:#fff}.btn-secondary{background:#fff;color:var(--text);border-color:var(--border);box-shadow:0 8px 20px #0f172a0d}.btn-secondary:hover{border-color:var(--accent-primary);color:var(--accent-primary-hover)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#fff;color:var(--accent-primary-hover);border:1px solid #b9ecd6;box-shadow:0 8px 24px #10b9811a;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.eyebrow:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--accent)}.h1{font-size:64px;line-height:.96;letter-spacing:0;font-weight:900;margin:0 0 22px}.h2{font-size:46px;line-height:1;letter-spacing:0;font-weight:900;margin:0 0 16px}.h3{font-size:18px;line-height:1.25;font-weight:850;margin:0 0 8px}.lede{font-size:19px;color:var(--text-muted);line-height:1.58;max-width:720px}.section{padding:104px 0}.section-tight{padding:64px 0}.section-header{text-align:center;max-width:780px;margin:0 auto 42px}.section-header .lede{margin-left:auto;margin-right:auto}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:24px;box-shadow:0 10px 28px #0f172a0d}.kicker{color:var(--text-dim);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}code,pre{font-family:ui-monospace,JetBrains Mono,Menlo,Consolas,monospace}pre{background:#07111f;color:#d7fbe8;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:18px;overflow-x:auto;font-size:13px;line-height:1.55;box-shadow:var(--shadow-card)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.surface-grid{background-image:linear-gradient(rgba(16,185,129,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,185,129,.08) 1px,transparent 1px);background-size:48px 48px}.has-scroll-reveal [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .72s ease,transform .72s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.has-scroll-reveal [data-reveal].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.has-scroll-reveal [data-reveal],.has-scroll-reveal [data-reveal].is-visible{opacity:1;transform:none;transition:none}}@media(max-width:900px){.grid-3,.grid-2{grid-template-columns:1fr}}@media(max-width:720px){.container{padding:0 18px}.section{padding:64px 0}.section-tight{padding:42px 0}.card{padding:18px}.h1{font-size:48px}.h2{font-size:34px}.lede{font-size:16px}}@media(max-width:420px){.h1{font-size:40px}.h2{font-size:30px}}.site-header:where(.astro-3ef6ksr2){position:sticky;top:0;z-index:50;background:#ffffffd6;backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(196,211,228,.72)}.nav:where(.astro-3ef6ksr2){display:flex;align-items:center;height:64px;gap:24px}.brand:where(.astro-3ef6ksr2){display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--text);flex-shrink:0;letter-spacing:0}.brand:where(.astro-3ef6ksr2):hover{color:var(--text)}.brand-mark:where(.astro-3ef6ksr2){height:30px;width:30px;border-radius:0;display:block}.desktop-nav:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:6px;flex:1;margin-left:24px}.nav-link:where(.astro-3ef6ksr2){color:var(--text-muted);font-size:14px;font-weight:750;padding:9px 10px;border-radius:8px}.nav-link:where(.astro-3ef6ksr2).active,.nav-link:where(.astro-3ef6ksr2):hover{color:var(--text);background:#10b9811a}.cta:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:8px;margin-left:auto}.nav-cta:where(.astro-3ef6ksr2){min-height:40px;padding:9px 16px}.mobile-menu:where(.astro-3ef6ksr2){display:none;position:relative}.mobile-menu:where(.astro-3ef6ksr2) summary:where(.astro-3ef6ksr2){list-style:none;cursor:pointer;padding:8px;color:var(--text);border-radius:8px;border:1px solid var(--border);background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0f172a0f}.mobile-menu:where(.astro-3ef6ksr2) summary:where(.astro-3ef6ksr2)::-webkit-details-marker{display:none}.mobile-menu:where(.astro-3ef6ksr2)[open] summary:where(.astro-3ef6ksr2){border-color:var(--accent-primary)}.mobile-drawer:where(.astro-3ef6ksr2){position:absolute;top:calc(100% + 10px);right:0;min-width:230px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:2px;box-shadow:var(--shadow-card)}.drawer-link:where(.astro-3ef6ksr2){color:var(--text-muted);font-size:14px;font-weight:750;padding:10px 12px;border-radius:8px}.drawer-link:where(.astro-3ef6ksr2):hover,.drawer-link:where(.astro-3ef6ksr2).active{color:var(--text);background:var(--accent-primary-soft)}.mobile-drawer:where(.astro-3ef6ksr2) hr:where(.astro-3ef6ksr2){border:0;border-top:1px solid var(--border);margin:6px 4px}@media(max-width:820px){.desktop-nav:where(.astro-3ef6ksr2){display:none}.desktop-only:where(.astro-3ef6ksr2){display:none}.mobile-menu:where(.astro-3ef6ksr2){display:block}.nav:where(.astro-3ef6ksr2){gap:12px}.cta:where(.astro-3ef6ksr2){gap:10px}}@media(max-width:410px){.brand:where(.astro-3ef6ksr2) span:where(.astro-3ef6ksr2){display:none}.nav-cta:where(.astro-3ef6ksr2){padding-inline:12px}}.site-footer:where(.astro-sz7xmlte){margin-top:88px;border-top:1px solid var(--border);background:linear-gradient(180deg,#fff,#f3f8f5)}.foot:where(.astro-sz7xmlte){padding-top:46px;padding-bottom:30px}.footer-top:where(.astro-sz7xmlte){display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:34px;border-bottom:1px solid var(--border)}.brand:where(.astro-sz7xmlte){display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--text);letter-spacing:0;margin-bottom:10px}.brand:where(.astro-sz7xmlte) img:where(.astro-sz7xmlte){width:30px;height:30px;border-radius:7px}.dim:where(.astro-sz7xmlte){color:var(--text-muted);font-size:15px;line-height:1.6;max-width:460px;margin:0}.footer-cta:where(.astro-sz7xmlte){display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cols:where(.astro-sz7xmlte){display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin:36px 0}.kicker:where(.astro-sz7xmlte){color:var(--text-dim);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.cols:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte){display:block;color:var(--text-muted);font-size:14px;font-weight:650;margin-bottom:9px}.cols:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte):hover{color:var(--accent-primary-hover)}.legal:where(.astro-sz7xmlte){color:var(--text-dim);font-size:13px;border-top:1px solid var(--border);padding-top:20px}@media(max-width:820px){.footer-top:where(.astro-sz7xmlte){flex-direction:column}.footer-cta:where(.astro-sz7xmlte){justify-content:flex-start}.cols:where(.astro-sz7xmlte){grid-template-columns:1fr 1fr}}@media(max-width:520px){.cols:where(.astro-sz7xmlte){grid-template-columns:1fr}.footer-cta:where(.astro-sz7xmlte){width:100%}.footer-cta:where(.astro-sz7xmlte) .btn:where(.astro-sz7xmlte){width:100%}}
