:root{--bg: #edeef2;--bg-raised: #f7f7fa;--bg-code: #1a1b26;--text: #13131a;--text-muted: #4a4a5e;--accent: #d97706;--accent-glow: rgba(217, 119, 6, .1);--accent-light: #fbbf24;--accent-dim: #92400e;--border: #c4c4d6;--nav-height: 60px;--max-width: 900px;--padding: 2rem;--radius: 8px;--red: #dc2626;--green: #15803d}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:DM Sans,system-ui,sans-serif;line-height:1.15;font-weight:700}h1{font-size:clamp(2.4rem,5.5vw,3.4rem);font-weight:800;letter-spacing:-.03em}h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.02em}h3{font-size:1.0625rem;font-weight:600;line-height:1.3}code,pre{font-family:JetBrains Mono,Fira Code,SF Mono,monospace}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--padding)}section{padding:6rem 0}.section-label{display:inline-block;font-family:DM Sans,system-ui,sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-glow);border:1px solid rgba(217,119,6,.2);padding:.3rem .75rem;border-radius:100px;margin-bottom:1.25rem}hr.divider{border:none;height:1px;background:var(--border);max-width:var(--max-width);margin:0 auto}.card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s ease,box-shadow .2s ease}.card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-glow)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border:none;border-radius:100px;font-family:DM Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;text-decoration:none}.btn:hover{transform:scale(1.03);text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{box-shadow:0 4px 24px var(--accent-glow)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--accent)}.terminal{background:var(--bg-code);border-radius:var(--radius);padding:1.5rem;overflow-x:auto;position:relative}.terminal pre{color:#e8e8f0;font-size:.875rem;line-height:1.75;white-space:pre;margin:0}.terminal .accent{color:var(--accent-light)}.terminal .muted{color:#8888a0}.terminal .green{color:#4ade80}.terminal .string{color:#a5d6ff}.terminal .keyword{color:#c4b5fd}.terminal-header{display:flex;align-items:center;gap:6px;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:1rem}.terminal-dot{width:10px;height:10px;border-radius:50%;background:#3a3a4a}.terminal-title{margin-left:.5rem;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#8888a0}.install-block{background:var(--bg-code);border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;gap:1rem}.install-block code{color:#e8e8f0;font-size:.9375rem;white-space:nowrap}.install-block .copy-btn{background:transparent;border:1px solid #4a4a5e;border-radius:6px;color:#aaaabc;font-size:.6875rem;font-family:DM Sans,system-ui,sans-serif;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:.3rem .65rem;cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap;flex-shrink:0}.install-block .copy-btn:hover{color:#fff;border-color:#fff}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:640px){:root{--padding: 1.25rem}section{padding:4rem 0}}.hero[data-astro-cid-bbe6dxrz]{position:relative;padding:calc(var(--nav-height) + 5rem) 0 6rem;overflow:hidden;text-align:center}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(217,119,6,.15) 0%,transparent 70%);pointer-events:none}.hero[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;bottom:-250px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(251,191,36,.08) 0%,transparent 70%);pointer-events:none}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:1}.hero-badges[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.badge[data-astro-cid-bbe6dxrz]{font-size:.6875rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted);background:var(--bg-raised);border:1px solid var(--border);padding:.3rem .75rem;border-radius:100px}.hero-title[data-astro-cid-bbe6dxrz]{margin-bottom:1.5rem}.hero-title[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--accent),var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub[data-astro-cid-bbe6dxrz]{color:var(--text-muted);font-size:1.125rem;line-height:1.65;max-width:520px;margin:0 auto 2.5rem}.hero-install[data-astro-cid-bbe6dxrz]{max-width:340px;margin:0 auto 2rem}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.hero[data-astro-cid-bbe6dxrz]{padding:calc(var(--nav-height) + 3rem) 0 4rem}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:1rem}}#sdks[data-astro-cid-se54fubz]{padding:2rem 0 3rem}.sdk-row[data-astro-cid-se54fubz]{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.sdk-item[data-astro-cid-se54fubz]{display:flex;flex-direction:column;align-items:center;gap:.4rem}.sdk-icon[data-astro-cid-se54fubz]{width:40px;height:40px;color:var(--text-muted);transition:color .2s}.sdk-icon[data-astro-cid-se54fubz] svg{width:100%;height:100%}.sdk-item[data-astro-cid-se54fubz]:hover .sdk-icon[data-astro-cid-se54fubz]{color:var(--accent)}.sdk-name[data-astro-cid-se54fubz]{font-size:.6875rem;font-weight:500;color:var(--text-muted);transition:color .2s}.sdk-item[data-astro-cid-se54fubz]:hover .sdk-name[data-astro-cid-se54fubz]{color:var(--text)}@media(max-width:640px){.sdk-row[data-astro-cid-se54fubz]{gap:1.25rem}.sdk-icon[data-astro-cid-se54fubz]{width:32px;height:32px}}.problem-sub[data-astro-cid-oo6sugl5]{color:var(--text-muted);margin-bottom:3rem;max-width:560px;line-height:1.65}.quotes[data-astro-cid-oo6sugl5]{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.quote-card[data-astro-cid-oo6sugl5]{background:var(--bg-raised);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:1.25rem 1.5rem}.quote-card[data-astro-cid-oo6sugl5] p[data-astro-cid-oo6sugl5]{font-size:.9375rem;line-height:1.6;color:var(--text);font-style:italic;margin-bottom:.5rem}.quote-card[data-astro-cid-oo6sugl5] cite[data-astro-cid-oo6sugl5]{font-size:.8125rem;font-style:normal;color:var(--text-muted);font-weight:500}.stats[data-astro-cid-oo6sugl5]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat[data-astro-cid-oo6sugl5]{text-align:center;padding:1.5rem 1rem;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius)}.stat-number[data-astro-cid-oo6sugl5]{display:block;font-family:DM Sans,system-ui,sans-serif;font-size:2rem;font-weight:800;color:var(--accent);line-height:1.1;margin-bottom:.5rem}.stat-label[data-astro-cid-oo6sugl5]{display:block;font-size:.8125rem;color:var(--text-muted);line-height:1.4}@media(max-width:640px){.stats[data-astro-cid-oo6sugl5]{grid-template-columns:1fr}}.steps[data-astro-cid-cmgpsf2k]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0}.step[data-astro-cid-cmgpsf2k]{display:flex;gap:1rem;align-items:flex-start}.step-number[data-astro-cid-cmgpsf2k]{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-weight:700;font-size:.875rem;border-radius:50%}.step-content[data-astro-cid-cmgpsf2k] h3[data-astro-cid-cmgpsf2k]{margin-bottom:.35rem}.step-content[data-astro-cid-cmgpsf2k] p[data-astro-cid-cmgpsf2k]{font-size:.875rem;color:var(--text-muted);line-height:1.55}.flow-visual[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;justify-content:center;gap:1rem;background:var(--bg-code);border-radius:var(--radius);padding:2rem}.flow-node[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.flow-icon[data-astro-cid-cmgpsf2k]{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700}.flow-file[data-astro-cid-cmgpsf2k] .flow-icon[data-astro-cid-cmgpsf2k]{background:#fbbf2426;color:var(--accent-light);border:1px solid rgba(251,191,36,.3)}.flow-scan[data-astro-cid-cmgpsf2k] .flow-icon[data-astro-cid-cmgpsf2k]{background:#d9770633;color:var(--accent-light);border:1px solid rgba(217,119,6,.4)}.flow-tool[data-astro-cid-cmgpsf2k] .flow-icon[data-astro-cid-cmgpsf2k]{background:#4ade8026;color:#4ade80;border:1px solid rgba(74,222,128,.3)}.flow-label[data-astro-cid-cmgpsf2k]{font-family:JetBrains Mono,monospace;font-size:.6875rem;color:#aaaabc;white-space:nowrap}.flow-arrow[data-astro-cid-cmgpsf2k]{color:#8888a0;font-size:1.25rem}@media(max-width:640px){.steps[data-astro-cid-cmgpsf2k]{grid-template-columns:1fr}.flow-visual[data-astro-cid-cmgpsf2k]{flex-direction:column;padding:1.5rem}.flow-arrow[data-astro-cid-cmgpsf2k]{transform:rotate(90deg)}}.tools-sub[data-astro-cid-nb4tj2vv]{color:var(--text-muted);margin-bottom:2.5rem;max-width:520px;line-height:1.65}.tools-sub[data-astro-cid-nb4tj2vv] code[data-astro-cid-nb4tj2vv]{background:var(--bg-code);color:var(--accent-light);padding:.15rem .45rem;border-radius:4px;font-size:.8125rem}.tools-grid[data-astro-cid-nb4tj2vv]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.tool-card[data-astro-cid-nb4tj2vv]{display:flex;flex-direction:column;gap:.5rem}.tool-icon[data-astro-cid-nb4tj2vv]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--accent-glow);color:var(--accent);font-family:JetBrains Mono,monospace;font-size:.6875rem;font-weight:700;border-radius:8px;border:1px solid rgba(217,119,6,.2);margin-bottom:.25rem}.tool-card[data-astro-cid-nb4tj2vv] h3[data-astro-cid-nb4tj2vv]{margin-bottom:0}.tool-card[data-astro-cid-nb4tj2vv] p[data-astro-cid-nb4tj2vv]{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.tools-flow[data-astro-cid-nb4tj2vv]{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius)}.flow-step[data-astro-cid-nb4tj2vv]{display:flex;align-items:center;gap:.5rem}.flow-num[data-astro-cid-nb4tj2vv]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-weight:700;font-size:.6875rem;border-radius:50%;flex-shrink:0}.flow-step[data-astro-cid-nb4tj2vv] p[data-astro-cid-nb4tj2vv]{font-size:.8125rem;font-weight:500;color:var(--text);white-space:nowrap}.flow-arrow[data-astro-cid-nb4tj2vv]{color:var(--border);font-size:1rem}.tools-footnote[data-astro-cid-nb4tj2vv]{margin-top:1.25rem;font-size:.8125rem;color:var(--text-muted);font-style:italic}.tools-security[data-astro-cid-nb4tj2vv]{margin-top:.5rem}.security-badge[data-astro-cid-nb4tj2vv]{display:flex;align-items:flex-start;gap:.75rem;background:#15803d0f;border:1px solid rgba(21,128,61,.15);border-radius:var(--radius);padding:1rem 1.25rem}.security-badge[data-astro-cid-nb4tj2vv] svg[data-astro-cid-nb4tj2vv]{flex-shrink:0;margin-top:.1rem;color:var(--green)}.security-badge[data-astro-cid-nb4tj2vv] span[data-astro-cid-nb4tj2vv]{font-size:.8125rem;color:var(--text-muted);line-height:1.5}@media(max-width:640px){.tools-flow[data-astro-cid-nb4tj2vv]{flex-direction:column;gap:.5rem}.flow-arrow[data-astro-cid-nb4tj2vv]{transform:rotate(90deg)}}.comp-sub[data-astro-cid-l4sqdi5m]{color:var(--text-muted);margin-bottom:3rem;max-width:560px;line-height:1.65}.comp-sub[data-astro-cid-l4sqdi5m] strong[data-astro-cid-l4sqdi5m]{color:var(--text)}.comp-diagram[data-astro-cid-l4sqdi5m]{display:grid;grid-template-columns:auto 80px auto;align-items:center;gap:0;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem}.diagram-inputs[data-astro-cid-l4sqdi5m]{display:flex;flex-direction:column;gap:1rem}.diagram-server[data-astro-cid-l4sqdi5m]{display:flex;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;color:var(--text)}.server-dot[data-astro-cid-l4sqdi5m]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.server-dot[data-astro-cid-l4sqdi5m].github,.server-dot[data-astro-cid-l4sqdi5m].jira,.server-dot[data-astro-cid-l4sqdi5m].stripe{background:#8888a0}.server-dot[data-astro-cid-l4sqdi5m].local{background:var(--accent)}.diagram-local[data-astro-cid-l4sqdi5m]{color:var(--accent);font-weight:600}.diagram-flow[data-astro-cid-l4sqdi5m]{display:flex;align-items:center;justify-content:center}.flow-lines[data-astro-cid-l4sqdi5m]{width:80px;height:160px}.diagram-output[data-astro-cid-l4sqdi5m]{display:flex;align-items:center;justify-content:center}.diagram-zeromcp[data-astro-cid-l4sqdi5m]{display:flex;align-items:center;gap:.75rem;background:var(--bg-code);border-radius:var(--radius);padding:1rem 1.25rem}.zeromcp-mark[data-astro-cid-l4sqdi5m]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-weight:800;font-size:1rem;border-radius:8px;flex-shrink:0}.diagram-zeromcp[data-astro-cid-l4sqdi5m] strong[data-astro-cid-l4sqdi5m]{display:block;color:#d4d4e0;font-size:.9375rem}.diagram-count[data-astro-cid-l4sqdi5m]{display:block;font-size:.75rem;color:#8888a0;margin-top:.15rem}.comp-code[data-astro-cid-l4sqdi5m]{margin-bottom:1rem}.comp-output[data-astro-cid-l4sqdi5m]{margin-bottom:2rem}.comp-callouts[data-astro-cid-l4sqdi5m]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.callout-card[data-astro-cid-l4sqdi5m]{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.callout-card[data-astro-cid-l4sqdi5m] h3[data-astro-cid-l4sqdi5m]{margin-bottom:.4rem}.callout-card[data-astro-cid-l4sqdi5m] p[data-astro-cid-l4sqdi5m]{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.callout-card[data-astro-cid-l4sqdi5m] code[data-astro-cid-l4sqdi5m]{background:var(--bg-code);color:var(--accent-light);padding:.1rem .4rem;border-radius:3px;font-size:.75rem}@media(max-width:640px){.comp-diagram[data-astro-cid-l4sqdi5m]{grid-template-columns:1fr;gap:1.5rem;text-align:center}.diagram-inputs[data-astro-cid-l4sqdi5m]{align-items:center}.diagram-flow[data-astro-cid-l4sqdi5m]{transform:rotate(90deg);height:50px}.comp-callouts[data-astro-cid-l4sqdi5m]{grid-template-columns:1fr}}.table-wrap[data-astro-cid-sjh5edtt]{overflow-x:auto;margin-top:2rem;-webkit-overflow-scrolling:touch}table[data-astro-cid-sjh5edtt]{width:100%;border-collapse:collapse;font-size:.875rem;min-width:640px}thead[data-astro-cid-sjh5edtt] th[data-astro-cid-sjh5edtt]{text-align:center;padding:1rem .75rem;border-bottom:2px solid var(--text);white-space:nowrap;vertical-align:bottom}.th-name[data-astro-cid-sjh5edtt]{display:block;font-size:.8125rem;font-weight:700;color:var(--text)}.th-sub[data-astro-cid-sjh5edtt]{display:block;font-size:.6875rem;font-weight:500;color:var(--text-muted);margin-top:.15rem}.feature-col[data-astro-cid-sjh5edtt]{text-align:left;width:180px}.zeromcp-col[data-astro-cid-sjh5edtt]{background:var(--accent-glow)}.zeromcp-col[data-astro-cid-sjh5edtt] .th-name[data-astro-cid-sjh5edtt]{color:var(--accent)}thead[data-astro-cid-sjh5edtt] .zeromcp-col[data-astro-cid-sjh5edtt]{border-bottom-color:var(--accent)}tbody[data-astro-cid-sjh5edtt] tr[data-astro-cid-sjh5edtt]{border-bottom:1px solid var(--border);transition:background .15s}tbody[data-astro-cid-sjh5edtt] tr[data-astro-cid-sjh5edtt]:hover{background:var(--bg-raised)}td[data-astro-cid-sjh5edtt]{text-align:center;padding:.85rem .75rem}.feature-name[data-astro-cid-sjh5edtt]{text-align:left;font-weight:600;color:var(--text)}@media(max-width:640px){table[data-astro-cid-sjh5edtt]{font-size:.8125rem}td[data-astro-cid-sjh5edtt]{padding:.65rem .5rem}}.cases-grid[data-astro-cid-5b4siwv2]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}.case-card[data-astro-cid-5b4siwv2]{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s}.case-card[data-astro-cid-5b4siwv2]:hover{border-color:var(--accent)}.case-number[data-astro-cid-5b4siwv2]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--accent-glow);color:var(--accent);font-weight:700;font-size:.8125rem;border-radius:50%;border:1px solid rgba(217,119,6,.2);margin-bottom:1rem}.case-card[data-astro-cid-5b4siwv2] h3[data-astro-cid-5b4siwv2]{font-size:1.125rem;margin-bottom:.5rem}.case-card[data-astro-cid-5b4siwv2]>p[data-astro-cid-5b4siwv2]{font-size:.875rem;color:var(--text-muted);line-height:1.55;margin-bottom:1.25rem}.case-targets[data-astro-cid-5b4siwv2]{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.target[data-astro-cid-5b4siwv2]{font-size:.6875rem;font-weight:600;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);padding:.2rem .55rem;border-radius:4px}.case-terminal[data-astro-cid-5b4siwv2]{padding:1rem}.case-terminal[data-astro-cid-5b4siwv2] pre[data-astro-cid-5b4siwv2]{font-size:.75rem;line-height:1.7}@media(max-width:640px){.cases-grid[data-astro-cid-5b4siwv2]{grid-template-columns:1fr}}.gs-steps[data-astro-cid-2edxe6gy]{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.gs-step-header[data-astro-cid-2edxe6gy]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.gs-number[data-astro-cid-2edxe6gy]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-weight:700;font-size:.8125rem;border-radius:50%;flex-shrink:0}.gs-step[data-astro-cid-2edxe6gy] h3[data-astro-cid-2edxe6gy]{font-size:1rem}.gs-step[data-astro-cid-2edxe6gy] .terminal[data-astro-cid-2edxe6gy]{max-width:480px}.gs-step[data-astro-cid-2edxe6gy] .install-block[data-astro-cid-2edxe6gy]{max-width:340px}.gs-result[data-astro-cid-2edxe6gy]{margin-top:.75rem;font-size:.875rem;color:var(--text-muted)}.gs-result[data-astro-cid-2edxe6gy] code[data-astro-cid-2edxe6gy]{background:var(--bg-code);color:var(--accent-light);padding:.1rem .4rem;border-radius:3px;font-size:.8125rem}.security-sub[data-astro-cid-xdski4nv]{color:var(--text-muted);margin-bottom:2.5rem;max-width:560px;line-height:1.65}.security-grid[data-astro-cid-xdski4nv]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.security-card[data-astro-cid-xdski4nv]{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.security-card[data-astro-cid-xdski4nv]:hover{border-color:var(--accent)}.security-card[data-astro-cid-xdski4nv] h3[data-astro-cid-xdski4nv]{margin-bottom:.4rem}.security-card[data-astro-cid-xdski4nv] p[data-astro-cid-xdski4nv]{font-size:.8125rem;color:var(--text-muted);line-height:1.55;margin-bottom:1rem}.security-code[data-astro-cid-xdski4nv]{background:var(--bg-code);border-radius:6px;padding:.6rem .85rem;overflow-x:auto}.security-code[data-astro-cid-xdski4nv] code[data-astro-cid-xdski4nv]{font-size:.6875rem;color:var(--accent-light);white-space:nowrap}@media(max-width:640px){.security-grid[data-astro-cid-xdski4nv]{grid-template-columns:1fr}}#cta[data-astro-cid-4xty6sx2]{text-align:center;padding:6rem 0}.cta-inner[data-astro-cid-4xty6sx2]{max-width:560px}.cta-sub[data-astro-cid-4xty6sx2]{color:var(--text-muted);margin:1rem 0 2rem;line-height:1.6}.cta-install[data-astro-cid-4xty6sx2]{max-width:340px;margin:0 auto 2rem}.cta-actions[data-astro-cid-4xty6sx2]{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.cta-footer[data-astro-cid-4xty6sx2]{font-size:.8125rem;color:var(--text-muted)}.footer[data-astro-cid-sz7xmlte]{padding:3rem 0;border-top:1px solid var(--border)}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem}.brand-mark[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--accent);color:#fff;font-weight:800;font-size:.75rem;border-radius:5px}.brand-text[data-astro-cid-sz7xmlte]{font-weight:700;font-size:.9375rem;color:var(--text)}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent);text-decoration:none}.footer-copy[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--text-muted)}
