:root{--ink: #12212e;--ink-soft: #466072;--surface: #f6fafb;--brand: #0b6e99;--brand-dark: #0a5a7d;--accent: #c77d18;--ok: #0f766e;--line: #d4e0e8;--radius: 16px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}@media(prefers-color-scheme:dark){:root{--ink: #e8eef3;--ink-soft: #9ab3c2;--surface: #141e26;--brand: #58c4dc;--brand-dark: #3ea8c0;--ok: #2dd4bf;--accent: #f0a050;--line: #2b3e4b}body{background:#0d171e}.hero:where(.astro-j7pv25f6){background:linear-gradient(135deg,#0d2636,#0f3a52,#14504a)}.card:where(.astro-j7pv25f6){background:#1a2a35;border-color:#2b3e4b}.code-block:where(.astro-j7pv25f6){background:#0d171e}.nav:where(.astro-j7pv25f6){background:#0d171ee6;border-color:#2b3e4b}.badge:where(.astro-j7pv25f6){background:#58c4dc26;color:#58c4dc}}:where(.astro-j7pv25f6){box-sizing:border-box;margin:0}body{font-family:var(--font);color:var(--ink);background:#f2f7fb;line-height:1.6}.nav:where(.astro-j7pv25f6){position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:2rem;padding:.75rem 2rem;background:#f2f7fbe6;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-brand:where(.astro-j7pv25f6){font-weight:700;font-size:1rem;color:var(--ink);text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-links:where(.astro-j7pv25f6){display:flex;gap:.25rem;list-style:none;padding:0}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){display:block;padding:.4rem .85rem;border-radius:8px;text-decoration:none;font-size:.875rem;font-weight:500;color:var(--ink-soft);transition:background .15s,color .15s}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover,.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).active{background:#0b6e9914;color:var(--brand)}.hero:where(.astro-j7pv25f6){background:linear-gradient(135deg,#123446,#17536f,#1d6d7f);color:#f8fcff;padding:4rem 2rem;text-align:center}.badge:where(.astro-j7pv25f6){display:inline-block;background:#ffffff1f;color:#f8fcffe6;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}h1:where(.astro-j7pv25f6){font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.hero:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:1.125rem;color:#f8fcffd9;max-width:640px;margin:0 auto 2rem}.cta-group:where(.astro-j7pv25f6){display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .1s,box-shadow .15s}.btn:where(.astro-j7pv25f6):hover{transform:translateY(-1px)}.btn-primary:where(.astro-j7pv25f6){background:linear-gradient(135deg,var(--ok) 0%,var(--brand) 100%);color:#fff;box-shadow:0 4px 14px #0b6e994d}.btn-secondary:where(.astro-j7pv25f6){background:#ffffff1f;color:#f4f8fc;border:1px solid rgba(255,255,255,.2)}.features:where(.astro-j7pv25f6){max-width:1100px;margin:-2rem auto 0;padding:0 1.5rem 4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;position:relative;z-index:1}.card:where(.astro-j7pv25f6){background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 24px #0f172a0f;transition:box-shadow .2s}.card:where(.astro-j7pv25f6):hover{box-shadow:0 12px 32px #0f172a1a}.card-icon:where(.astro-j7pv25f6){font-size:1.5rem;margin-bottom:.75rem}.card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1rem;margin-bottom:.4rem}.card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.875rem;color:var(--ink-soft);line-height:1.5}.quickstart:where(.astro-j7pv25f6){max-width:780px;margin:0 auto 4rem;padding:0 1.5rem}.quickstart:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:1.5rem;text-align:center;margin-bottom:1.5rem}.code-block:where(.astro-j7pv25f6){background:#1a2a35;color:#e8eef3;border-radius:var(--radius);padding:1.25rem 1.5rem;overflow-x:auto;font-family:var(--mono);font-size:.825rem;line-height:1.7}.code-block:where(.astro-j7pv25f6) .comment:where(.astro-j7pv25f6){color:#7b9aad}.code-block:where(.astro-j7pv25f6) .string:where(.astro-j7pv25f6){color:#58c4dc}.code-block:where(.astro-j7pv25f6) .flag:where(.astro-j7pv25f6){color:#f0a050}footer:where(.astro-j7pv25f6){text-align:center;padding:2rem;font-size:.8rem;color:var(--ink-soft);border-top:1px solid var(--line)}footer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--brand);text-decoration:none}
