:root,:root[data-theme=dark]{--bg:#0b0e16;--surface:#141826;--surface-2:#1b2133;--border:#29304a;--divider:#1c2233;--text:#e4e7f0;--muted:#8c93ab;--dim:#5c6480;--accent:#6f82f0;--accent-hover:#8496f4;--focus:#93a2f5;--on-accent:#fff;--add-bg:#14271f;--add-gutter:#1e4234;--add-text:#74dba6;--add-inline:#2c6349;--del-bg:#2a1a20;--del-gutter:#46242c;--del-text:#ef8e8e;--del-inline:#46242c;--mod-badge-bg:#33301a;--mod-badge-text:#e4c55e;--ren-badge-bg:#26304a;--ren-badge-text:#98a6f0}:root[data-theme=light]{--bg:#f6f7fc;--surface:#fff;--surface-2:#eceffa;--border:#cbd1e4;--divider:#e0e4f0;--text:#171b2c;--muted:#5e667f;--dim:#626b85;--accent:#4e63d9;--accent-hover:#4053c1;--focus:#4e63d9;--on-accent:#fff;--add-bg:#e8f7ef;--add-gutter:#caead8;--add-text:#1f6b45;--add-inline:#a9dabd;--del-bg:#fbeaec;--del-gutter:#f1cdd2;--del-text:#9a3544;--del-inline:#e8b1ba;--mod-badge-bg:#f7f0ce;--mod-badge-text:#6e5a13;--ren-badge-bg:#e9edfc;--ren-badge-text:#4456b1}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg:#f6f7fc;--surface:#fff;--surface-2:#eceffa;--border:#cbd1e4;--divider:#e0e4f0;--text:#171b2c;--muted:#5e667f;--dim:#626b85;--accent:#4e63d9;--accent-hover:#4053c1;--focus:#4e63d9;--on-accent:#fff;--add-bg:#e8f7ef;--add-gutter:#caead8;--add-text:#1f6b45;--add-inline:#a9dabd;--del-bg:#fbeaec;--del-gutter:#f1cdd2;--del-text:#9a3544;--del-inline:#e8b1ba;--mod-badge-bg:#f7f0ce;--mod-badge-text:#6e5a13;--ren-badge-bg:#e9edfc;--ren-badge-text:#4456b1}}:root{--ff-serif:"Source Serif 4", ui-serif, Georgia, serif;--ff-sans:"DM Sans", ui-sans-serif, system-ui, sans-serif;--ff-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;--radius:7px;--maxw:1140px;--gutter:clamp(1.25rem, 4vw, 3rem)}*{box-sizing:border-box}html{color-scheme:light dark;scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg);color:var(--text);font-family:var(--ff-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;caret-color:var(--accent);margin:0;font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:var(--ff-serif);letter-spacing:-.04em;text-wrap:balance;margin:0;font-weight:600;line-height:1.05}p{margin:0}a{color:inherit;text-decoration:none}code,kbd,samp,pre{font-family:var(--ff-mono)}::selection{background:color-mix(in srgb, var(--accent) 32%, transparent);color:var(--text)}:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:3px}*{scrollbar-color:var(--border) transparent}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:var(--border);border:3px solid var(--bg);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--dim)}.skip{z-index:100;background:var(--accent);color:var(--on-accent);border-radius:var(--radius);padding:.5rem .9rem;position:absolute;top:0;left:-9999px}.skip:focus{top:.75rem;left:.75rem}.wrap{max-width:var(--maxw);padding-inline:var(--gutter);margin-inline:auto}.eyebrow,.pill{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:.72rem}.btn{font-family:var(--ff-sans);border-radius:var(--radius);cursor:pointer;border:1px solid #0000;align-items:center;gap:.5ch;padding:.72rem 1.15rem;font-size:.95rem;font-weight:500;line-height:1;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.btn-sm{padding:.5rem .85rem;font-size:.9rem}.btn-primary{background:var(--accent);color:var(--on-accent)}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{border-color:var(--border);color:var(--text);background:0 0}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn svg{width:1em;height:1em}.site-header{z-index:40;background:color-mix(in srgb, var(--bg) 86%, transparent);backdrop-filter:saturate(1.2)blur(10px);border-bottom:1px solid var(--divider);position:sticky;top:0}.header-inner{max-width:var(--maxw);padding:.7rem var(--gutter);align-items:center;gap:1.25rem;margin-inline:auto;display:flex}.brand{color:var(--text);align-items:center;gap:.55rem;display:inline-flex}.brand .wordmark{font-family:var(--ff-mono);letter-spacing:-.02em;font-size:1.08rem;font-weight:500}.site-nav{color:var(--muted);gap:1.4rem;margin-left:auto;font-size:.9rem;display:flex}.site-nav a{transition:color .15s}.site-nav a:hover{color:var(--text)}.header-actions{align-items:center;gap:.6rem;display:flex}.icon-btn{border-radius:var(--radius);border:1px solid var(--border);width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;place-items:center;transition:color .15s,border-color .15s;display:inline-grid}.icon-btn:hover{color:var(--text);border-color:var(--accent)}.icon-btn .ico-moon,:root[data-theme=light] .icon-btn .ico-sun{display:none}:root[data-theme=light] .icon-btn .ico-moon{display:block}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:clamp(4rem,9vw,7rem)}.footer-inner{max-width:var(--maxw);padding:clamp(2.5rem, 5vw, 3.5rem) var(--gutter) 2rem;grid-template-columns:1.4fr 2fr;gap:clamp(2rem,5vw,4rem);margin-inline:auto;display:grid}.footer-brand .brand{margin-bottom:1rem}.footer-tag{color:var(--muted);max-width:34ch;font-size:.9rem}.footer-backronym{color:var(--dim);max-width:40ch;margin-top:1rem;font-size:.82rem}.footer-backronym em{color:var(--muted);font-style:normal;font-family:var(--ff-serif)}.footer-cols{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.footer-col{flex-direction:column;gap:.6rem;display:flex}.footer-col h2{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--dim);margin-bottom:.25rem;font-size:.72rem;font-weight:500}.footer-col a{color:var(--muted);width:fit-content;font-size:.9rem;transition:color .15s}.footer-col a:hover{color:var(--accent)}.footer-base{max-width:var(--maxw);padding:1.25rem var(--gutter) 2rem;border-top:1px solid var(--divider);color:var(--dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-inline:auto;font-size:.82rem;display:flex}.footer-base-links a{color:var(--muted);transition:color .15s}.footer-base-links a:hover{color:var(--accent)}.footer-base .dot{color:var(--border);margin-inline:.5rem}[data-reveal]{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(18px)}[data-reveal].in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none}}@media (width<=720px){.site-nav{display:none}.footer-inner{grid-template-columns:1fr}}@media (width<=520px){.footer-cols{grid-template-columns:1fr 1fr}}.hero:where(.astro-lcdefpme){padding-top:clamp(3rem,7vw,6rem);padding-bottom:clamp(3rem,6vw,5rem);position:relative;overflow:hidden}.hero:where(.astro-lcdefpme):before{content:"";background:radial-gradient(circle at 70% 30%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 62%);pointer-events:none;z-index:0;width:60vw;max-width:780px;height:60vw;max-height:780px;position:absolute;inset:-20% -10% auto auto}.hero-grid:where(.astro-lcdefpme){z-index:1;grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid;position:relative}.hero-copy:where(.astro-lcdefpme),.hero-proof:where(.astro-lcdefpme){min-width:0}.hero:where(.astro-lcdefpme) h1:where(.astro-lcdefpme){letter-spacing:-.045em;font-size:clamp(2.6rem,6vw,4.4rem)}.accent-ink:where(.astro-lcdefpme){color:var(--accent)}.lede:where(.astro-lcdefpme){max-width:46ch;color:var(--muted);margin-top:1.5rem;font-size:1.08rem}.install:where(.astro-lcdefpme){margin-top:2rem}.cmd:where(.astro-lcdefpme){background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--ff-mono);align-items:center;gap:.6rem;max-width:100%;padding:.7rem .7rem .7rem .95rem;font-size:.92rem;display:flex;overflow:hidden}.cmd-prompt:where(.astro-lcdefpme){color:var(--accent)}.cmd:where(.astro-lcdefpme) code:where(.astro-lcdefpme){color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.copy:where(.astro-lcdefpme){border:1px solid var(--border);background:var(--surface-2);width:30px;height:30px;color:var(--muted);cursor:pointer;border-radius:5px;flex:none;place-items:center;transition:color .15s,border-color .15s;display:inline-grid}.copy:where(.astro-lcdefpme):hover{color:var(--text);border-color:var(--accent)}.copy:where(.astro-lcdefpme) .ico-check:where(.astro-lcdefpme){color:var(--add-text);display:none}.copy:where(.astro-lcdefpme).copied .ico-copy:where(.astro-lcdefpme){display:none}.copy:where(.astro-lcdefpme).copied .ico-check:where(.astro-lcdefpme){display:block}.install-alt:where(.astro-lcdefpme){color:var(--dim);font-size:.85rem;font-family:var(--ff-mono);margin-top:.7rem}.install-alt:where(.astro-lcdefpme) code:where(.astro-lcdefpme){color:var(--muted)}.copy-inline:where(.astro-lcdefpme){color:var(--accent);cursor:pointer;font-family:var(--ff-mono);background:0 0;border:none;margin-left:.3rem;padding:0;font-size:.82rem}.copy-inline:where(.astro-lcdefpme).copied:after{content:" ✓"}.hero-actions:where(.astro-lcdefpme){flex-wrap:wrap;gap:.75rem;margin-top:1.8rem;display:flex}.trust:where(.astro-lcdefpme){font-family:var(--ff-mono);letter-spacing:.05em;color:var(--dim);flex-wrap:wrap;gap:.5rem 1.3rem;margin:2.2rem 0 0;padding:0;font-size:.76rem;list-style:none;display:flex}.trust:where(.astro-lcdefpme) li:where(.astro-lcdefpme){position:relative}.trust:where(.astro-lcdefpme) li:where(.astro-lcdefpme):not(:last-child):after{content:"·";color:var(--border);position:absolute;right:-.8rem}.frame:where(.astro-lcdefpme){background:var(--surface);border:1px solid var(--border);border-radius:10px;max-width:100%;overflow:hidden;box-shadow:0 24px 60px -20px #00000080}.frame-bar:where(.astro-lcdefpme){background:var(--surface-2);border-bottom:1px solid var(--border);font-family:var(--ff-mono);justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .9rem;font-size:.78rem;display:flex}.frame-path:where(.astro-lcdefpme){color:var(--muted)}.frame-count:where(.astro-lcdefpme){color:var(--dim)}.frame-count:where(.astro-lcdefpme) .add:where(.astro-lcdefpme){color:var(--add-text)}.frame-count:where(.astro-lcdefpme) .del:where(.astro-lcdefpme){color:var(--del-text)}.hero-proof:where(.astro-lcdefpme){transform-origin:0;transform:perspective(1400px)rotateY(-6deg)rotateX(2deg)}.diff-body:where(.astro-lcdefpme){grid-template-columns:148px 1fr;display:grid}.file-rail:where(.astro-lcdefpme){border-right:1px solid var(--divider);background:var(--bg);font-family:var(--ff-mono);padding:.5rem .35rem;font-size:.74rem}.rail-file:where(.astro-lcdefpme){color:var(--muted);white-space:nowrap;border-radius:5px;justify-content:space-between;gap:.4rem;padding:.35rem .5rem;display:flex}.rail-file:where(.astro-lcdefpme) span:where(.astro-lcdefpme){color:var(--dim);font-size:.68rem}.rail-file:where(.astro-lcdefpme).active{background:var(--surface-2);color:var(--text)}.diff-code:where(.astro-lcdefpme){font-family:var(--ff-mono);padding:.35rem 0;font-size:.8rem;line-height:1.9;overflow:hidden}.ln:where(.astro-lcdefpme){grid-template-columns:2.4rem 1.2rem 1fr;align-items:baseline;display:grid}.ln:where(.astro-lcdefpme) .num:where(.astro-lcdefpme){text-align:right;color:var(--dim);user-select:none;padding-right:.6rem}.ln:where(.astro-lcdefpme) .sign:where(.astro-lcdefpme){text-align:center;user-select:none}.ln:where(.astro-lcdefpme) code:where(.astro-lcdefpme){white-space:pre;text-overflow:ellipsis;overflow:hidden}.ln:where(.astro-lcdefpme).ctx code:where(.astro-lcdefpme){color:var(--muted)}.ln:where(.astro-lcdefpme).add{background:var(--add-bg)}.ln:where(.astro-lcdefpme).add .sign:where(.astro-lcdefpme),.ln:where(.astro-lcdefpme).add code:where(.astro-lcdefpme){color:var(--add-text)}.ln:where(.astro-lcdefpme).del{background:var(--del-bg)}.ln:where(.astro-lcdefpme).del .sign:where(.astro-lcdefpme),.ln:where(.astro-lcdefpme).del code:where(.astro-lcdefpme){color:var(--del-text)}.comment:where(.astro-lcdefpme){background:color-mix(in srgb, var(--accent) 7%, var(--surface));border:1px solid var(--border);font-family:var(--ff-sans);border-radius:7px;gap:.6rem;margin:.5rem .7rem .5rem 3rem;padding:.65rem .75rem;display:flex}.comment-dot:where(.astro-lcdefpme){background:color-mix(in srgb, var(--accent) 30%, var(--surface-2));border:1px solid var(--accent);border-radius:50%;flex:none;width:22px;height:22px}.comment-body:where(.astro-lcdefpme){font-size:.82rem;line-height:1.5}.comment-head:where(.astro-lcdefpme){align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.comment-author:where(.astro-lcdefpme){font-size:.8rem;font-weight:600}.comment-body:where(.astro-lcdefpme) p:where(.astro-lcdefpme){color:var(--text)}.comment-actions:where(.astro-lcdefpme){font-family:var(--ff-mono);color:var(--accent);gap:.9rem;margin-top:.45rem;font-size:.72rem;display:flex}.pill:where(.astro-lcdefpme){font-family:var(--ff-mono);letter-spacing:.06em;text-transform:uppercase;border-radius:4px;padding:.12rem .4rem;font-size:.62rem}.pill-open:where(.astro-lcdefpme){background:var(--mod-badge-bg);color:var(--mod-badge-text)}.pill-done:where(.astro-lcdefpme){background:var(--add-gutter);color:var(--add-text)}.loop:where(.astro-lcdefpme){border-top:1px solid var(--divider);padding-block:clamp(3rem,6vw,5rem)}.loop-head:where(.astro-lcdefpme){flex-direction:column;gap:.6rem;margin-bottom:2rem;display:flex}.loop-head:where(.astro-lcdefpme) h2:where(.astro-lcdefpme){font-size:clamp(1.7rem,3.4vw,2.4rem)}.loop-steps:where(.astro-lcdefpme){border:1px solid var(--border);border-radius:10px;grid-template-columns:repeat(6,1fr);margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.loop-steps:where(.astro-lcdefpme) li:where(.astro-lcdefpme){border-right:1px solid var(--divider);flex-direction:column;gap:.5rem;padding:1.1rem 1rem;display:flex}.loop-steps:where(.astro-lcdefpme) li:where(.astro-lcdefpme):last-child{border-right:none}.loop-verb:where(.astro-lcdefpme){font-family:var(--ff-mono);color:var(--accent);font-size:.9rem;font-weight:500}.loop-gloss:where(.astro-lcdefpme){color:var(--muted);font-size:.86rem;line-height:1.45}.spread:where(.astro-lcdefpme){border-top:1px solid var(--divider);grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);padding-block:clamp(3rem,6vw,5rem);display:grid}.spread-copy:where(.astro-lcdefpme),.spread-proof:where(.astro-lcdefpme){min-width:0}.spread:where(.astro-lcdefpme).reverse .spread-copy:where(.astro-lcdefpme){order:2}.spread-copy:where(.astro-lcdefpme) h2:where(.astro-lcdefpme){margin-bottom:1.1rem;font-size:clamp(1.8rem,3.6vw,2.6rem)}.spread-copy:where(.astro-lcdefpme) p:where(.astro-lcdefpme){color:var(--muted);max-width:42ch;font-size:1.02rem}.text-link:where(.astro-lcdefpme){color:var(--accent);align-items:center;gap:.4ch;margin-top:1.3rem;font-size:.95rem;font-weight:500;display:inline-flex}.text-link:where(.astro-lcdefpme) svg:where(.astro-lcdefpme){transition:transform .16s}.text-link:where(.astro-lcdefpme):hover svg:where(.astro-lcdefpme){transform:translate(3px)}.shell:where(.astro-lcdefpme),.md:where(.astro-lcdefpme){font-family:var(--ff-mono);margin:0;padding:1rem 1.1rem;font-size:.82rem;line-height:1.85;overflow-x:auto}.shell-line:where(.astro-lcdefpme){white-space:pre}.shell-prompt:where(.astro-lcdefpme){color:var(--accent)}.shell-cmd:where(.astro-lcdefpme){color:var(--text)}.shell-cmt:where(.astro-lcdefpme){color:var(--dim);margin-left:1.2rem}.thread-body:where(.astro-lcdefpme){padding:.5rem 0 .8rem}.thread-body:where(.astro-lcdefpme) .ln:where(.astro-lcdefpme){font-family:var(--ff-mono);font-size:.82rem;line-height:2}.thread:where(.astro-lcdefpme){flex-direction:column;gap:.7rem;margin:.6rem .9rem .2rem;display:flex}.msg:where(.astro-lcdefpme){background:var(--bg);border:1px solid var(--border);border-radius:8px;gap:.6rem;padding:.7rem .8rem;font-size:.85rem;line-height:1.5;display:flex}.msg:where(.astro-lcdefpme) p:where(.astro-lcdefpme){color:var(--text)}.agent-dot:where(.astro-lcdefpme){background:color-mix(in srgb, var(--add-text) 34%, var(--surface-2));border-color:var(--add-text)}.md:where(.astro-lcdefpme){color:var(--muted);white-space:pre-wrap}.md-h:where(.astro-lcdefpme){color:var(--text);font-weight:600}.md-loc:where(.astro-lcdefpme){color:var(--accent)}.md-q:where(.astro-lcdefpme){color:var(--muted)}.showcase:where(.astro-lcdefpme){border-top:1px solid var(--divider);padding-block:clamp(3rem,6vw,5rem)}.showcase-head:where(.astro-lcdefpme){flex-direction:column;gap:.6rem;max-width:54ch;margin-bottom:2rem;display:flex}.showcase-head:where(.astro-lcdefpme) h2:where(.astro-lcdefpme){font-size:clamp(1.8rem,3.6vw,2.6rem)}.showcase-head:where(.astro-lcdefpme) p:where(.astro-lcdefpme){color:var(--muted)}.media-frame:where(.astro-lcdefpme){border:1px solid var(--border);background:var(--surface);border-radius:12px;line-height:0;overflow:hidden;box-shadow:0 30px 70px -28px #0000008c}.walkthrough:where(.astro-lcdefpme){aspect-ratio:16/9;object-fit:cover;background:var(--surface-2);width:100%;display:block}.close:where(.astro-lcdefpme){border-top:1px solid var(--divider);background:radial-gradient(80% 130% at 50% 0%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 60%);padding-block:clamp(3.5rem,7vw,6rem)}.close-inner:where(.astro-lcdefpme){text-align:center;flex-direction:column;align-items:center;display:flex}.close:where(.astro-lcdefpme) h2:where(.astro-lcdefpme){font-size:clamp(2.1rem,4.6vw,3.2rem)}.close-lede:where(.astro-lcdefpme){max-width:52ch;color:var(--muted);margin-top:1.1rem;font-size:1.05rem}.close-lede:where(.astro-lcdefpme) code:where(.astro-lcdefpme),.close-points:where(.astro-lcdefpme) code:where(.astro-lcdefpme){color:var(--text);background:var(--surface-2);border-radius:4px;padding:.05em .4em;font-size:.9em}.close-cmds:where(.astro-lcdefpme){text-align:left;grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:760px;margin-top:2rem;display:grid}.close-cmd:where(.astro-lcdefpme){flex-direction:column;gap:.5rem;min-width:0;display:flex}.close-os:where(.astro-lcdefpme){font-family:var(--ff-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--dim);font-size:.72rem}.close-points:where(.astro-lcdefpme){text-align:left;grid-template-columns:repeat(3,1fr);gap:1.2rem;width:100%;max-width:760px;margin:2.2rem 0 0;padding:0;list-style:none;display:grid}.close-points:where(.astro-lcdefpme) li:where(.astro-lcdefpme){color:var(--muted);border-top:1px solid var(--border);padding-top:.9rem;font-size:.92rem;line-height:1.5}.close-points:where(.astro-lcdefpme) strong:where(.astro-lcdefpme){color:var(--text);margin-bottom:.2rem;font-weight:600;display:block}.btn-lg:where(.astro-lcdefpme){margin-top:2.4rem;padding:.9rem 1.5rem;font-size:1rem}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:no-preference){.hero-copy:where(.astro-lcdefpme)>:where(.astro-lcdefpme){animation:.7s cubic-bezier(.16,1,.3,1) both rise}.hero-copy:where(.astro-lcdefpme)>h1:where(.astro-lcdefpme){animation-delay:40ms}.hero-copy:where(.astro-lcdefpme)>.lede:where(.astro-lcdefpme){animation-delay:.12s}.hero-copy:where(.astro-lcdefpme)>.install:where(.astro-lcdefpme){animation-delay:.2s}.hero-copy:where(.astro-lcdefpme)>.hero-actions:where(.astro-lcdefpme){animation-delay:.28s}.hero-copy:where(.astro-lcdefpme)>.trust:where(.astro-lcdefpme){animation-delay:.36s}.hero-proof:where(.astro-lcdefpme){animation:.9s .12s both fade-in}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme){animation:.5s cubic-bezier(.16,1,.3,1) both rise}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):first-child{animation-delay:.5s}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):nth-child(2){animation-delay:.56s}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):nth-child(3){animation-delay:.62s}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):nth-child(4){animation-delay:.68s}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):nth-child(5){animation-delay:.74s}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):nth-child(6){animation-delay:.82s}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):nth-child(7){animation-delay:.9s}.diff-code:where(.astro-lcdefpme)>:where(.astro-lcdefpme):nth-child(8){animation-delay:.96s}}:where(.astro-lcdefpme)[data-stagger]>:where(.astro-lcdefpme){opacity:0;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);transform:translateY(12px)}:where(.astro-lcdefpme)[data-stagger].in>:where(.astro-lcdefpme){opacity:1;transform:none}:where(.astro-lcdefpme)[data-stagger].in>:where(.astro-lcdefpme):nth-child(2){transition-delay:60ms}:where(.astro-lcdefpme)[data-stagger].in>:where(.astro-lcdefpme):nth-child(3){transition-delay:.12s}:where(.astro-lcdefpme)[data-stagger].in>:where(.astro-lcdefpme):nth-child(4){transition-delay:.18s}:where(.astro-lcdefpme)[data-stagger].in>:where(.astro-lcdefpme):nth-child(5){transition-delay:.24s}:where(.astro-lcdefpme)[data-stagger].in>:where(.astro-lcdefpme):nth-child(6){transition-delay:.3s}@media (prefers-reduced-motion:reduce){:where(.astro-lcdefpme)[data-stagger]>:where(.astro-lcdefpme){opacity:1;transition:none;transform:none}}@media (width<=900px){.hero-grid:where(.astro-lcdefpme),.spread:where(.astro-lcdefpme){grid-template-columns:1fr}.hero-proof:where(.astro-lcdefpme){transform:none}.spread:where(.astro-lcdefpme).reverse .spread-copy:where(.astro-lcdefpme){order:0}.loop-steps:where(.astro-lcdefpme){grid-template-columns:repeat(3,1fr)}.loop-steps:where(.astro-lcdefpme) li:where(.astro-lcdefpme):nth-child(3n){border-right:none}.loop-steps:where(.astro-lcdefpme) li:where(.astro-lcdefpme):nth-child(-n+3){border-bottom:1px solid var(--divider)}}@media (width<=620px){.hero:where(.astro-lcdefpme) h1:where(.astro-lcdefpme){font-size:clamp(2.2rem,10vw,2.9rem)}.hero:where(.astro-lcdefpme) h1:where(.astro-lcdefpme) br:where(.astro-lcdefpme){display:none}.loop-steps:where(.astro-lcdefpme){grid-template-columns:1fr 1fr}.loop-steps:where(.astro-lcdefpme) li:where(.astro-lcdefpme){border-right:1px solid var(--divider)}.loop-steps:where(.astro-lcdefpme) li:where(.astro-lcdefpme):nth-child(2n){border-right:none}.close-cmds:where(.astro-lcdefpme),.close-points:where(.astro-lcdefpme){grid-template-columns:1fr}}
