:root{--header-width:1400px;--content-width:1120px;--color-black:#000;--color-white:#fff;--color-grey-300:#c4c5c7;--color-grey-400:#a3a3a3;--color-grey-500:#7c7d80;--color-grey-700:#2e2f32;--color-grey-800:#1f2022;--color-panel:#18191a;--color-orange:#c8672f;--color-mustard:#cfa23c;--color-sage:#93a98f;--color-steel:#6a84a2;--color-clip:#d8402c;--background-color-body:var(--color-black);--surface-panel:var(--color-panel);--border-hairline:var(--color-grey-700);--font-family-default:var(--font-saira), system-ui, sans-serif;--color-accent:var(--color-white);--color-accent-light:var(--color-grey-800);--text-color-default:var(--color-white);--text-color-secondary:var(--color-grey-400);--text-color-tertiary:var(--color-grey-500);--text-color-link:var(--color-white);--text-color-error:var(--color-clip);--status-beta:var(--color-orange);--status-ready:var(--color-sage);--meter-hot:var(--color-mustard);--meter-clip:var(--color-clip);--key-top:#d38a52;--key-mid:#b86a35;--key-bottom:#974f22;--key-edge:#5e341a;--key-highlight:#ffe2c48c;--key-legend:#1f0f05;--key-socket:#0a0a0b;--surface-display:#050505;--button-color-primary:var(--color-white);--button-color-primary-hover:var(--color-grey-300);--button-color-primary-text:var(--color-black);--button-color-secondary:var(--color-grey-700);--button-color-secondary-text:var(--color-white)}.stack{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.cluster,.cluster-all{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;display:flex}@media (width<=440px){.cluster{flex-direction:column;justify-content:center;align-items:start}}.split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.grid{justify-content:flex-start;align-items:center;gap:1rem;display:grid}.two-col{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:repeat(3,1fr)}@media (width>=440px){.center{justify-content:center;align-items:center}}.fit{width:100%}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:start}.items-end{align-items:end}.items-end-safe{align-items:safe end}.items-center{align-items:center}.items-center-safe{align-items:safe center}.items-baseline{align-items:baseline}.items-baseline-last{align-items:last baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:start}.justify-end{justify-content:end}.justify-end-safe{justify-content:safe end}.justify-center{justify-content:center}.justify-center-safe{justify-content:safe center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.gap-0{gap:0}.gap-1{gap:.25em}.gap-2{gap:.5em}.gap-3{gap:.75em}.gap-4{gap:1em}.gap-5{gap:1.25em}.gap-6{gap:1.5em}.gap-7{gap:1.75em}.gap-8{gap:2em}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.f-readable{max-width:60ch}@media (width>=440px){.text-center{text-align:center}}.img-frame{aspect-ratio:var(--img-ar)}.img-frame>img{object-fit:cover;width:100%;height:100%}@media (width<=780px){.img-frame{aspect-ratio:var(--img-ar-md,var(--img-ar))}}@media (width<=440px){.img-frame{aspect-ratio:var(--img-ar-sm,var(--img-ar-md,var(--img-ar)))}}*,:before,:after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;height:100%}body{font-optical-sizing:auto;font-family:var(--font-family-default,sans-serif);background-color:var(--background-color-body);color:var(--text-color-default);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;flex-direction:column;min-height:100svh;margin:0;line-height:1.45;display:flex}main{flex:1 0 auto}[hidden]{display:none!important}::selection{background-color:var(--color-white);color:var(--color-black)}:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}main>*{padding-inline:1rem}main>*>*{max-width:min(var(--content-width), 100%);width:100%;margin-inline:auto;padding:5rem 0}@media (width<=440px){main>*{padding-inline:1.25rem}main>*>*{padding:3rem 0}}:target{scroll-margin-block:3rem}h1,h2,h3,h4{overflow-wrap:break-word;text-wrap:balance;letter-spacing:-.01em;margin:0;line-height:1.1}h1{font-size:clamp(2.25rem,1.75rem + 2vw,3.5rem);font-weight:300}h2{font-size:clamp(1.75rem,1.5rem + 1vw,2.25rem);font-weight:300}h3{font-size:clamp(1.125rem,1.0625rem + .25vw,1.25rem);font-weight:400}h4{font-size:clamp(1rem,.9375rem + .25vw,1.125rem);font-weight:500}p{overflow-wrap:break-word;text-wrap:pretty;margin:0;font-size:1.125rem;line-height:1.5}a{font:inherit;color:currentColor;text-underline-offset:.22em;text-decoration:underline 1px;-webkit-text-decoration-color:var(--text-color-tertiary);text-decoration-color:var(--text-color-tertiary);transition:text-decoration-color .12s}a:hover,a:focus-visible{color:var(--text-color-link);text-decoration-color:currentColor}hr{margin-block:0}figure{margin:0}img,picture,video,svg{max-width:100%;display:block}i svg{vertical-align:-.125em;fill:currentColor;object-fit:contain;width:2em;height:2em}i svg path{fill:currentColor}ul[role=list],ol[role=list]{list-style:none}input,textarea,select{font:inherit;line-height:1.1}header[data-astro-cid-wab4tf33]{padding-inline:1rem}header[data-astro-cid-wab4tf33]>div[data-astro-cid-wab4tf33]{max-width:min(var(--content-width), 100%);margin-inline:auto;padding-block:2rem}.home[data-astro-cid-wab4tf33]{letter-spacing:.04em;color:var(--text-color-default);font-size:1.25rem;font-weight:300;line-height:1;text-decoration:none}@media (width<=440px){header[data-astro-cid-wab4tf33]{padding-inline:1.25rem}header[data-astro-cid-wab4tf33]>div[data-astro-cid-wab4tf33]{padding-block:1.5rem}}footer[data-astro-cid-sqhupkao]{padding-inline:1rem}footer[data-astro-cid-sqhupkao]>div[data-astro-cid-sqhupkao]{max-width:min(var(--content-width), 100%);border-top:1px solid var(--border-hairline);align-items:baseline;column-gap:3rem;margin-inline:auto;padding-block:2rem 2.5rem}p[data-astro-cid-sqhupkao],nav[data-astro-cid-sqhupkao]{color:var(--text-color-tertiary);font-size:.8125rem;line-height:1.6}p[data-astro-cid-sqhupkao]{max-width:62ch}nav[data-astro-cid-sqhupkao]{column-gap:1.5rem}@media (width<=440px){footer[data-astro-cid-sqhupkao]{padding-inline:1.25rem}}.skip[data-astro-cid-ju4pidww]{background:var(--text-color-default);color:var(--background-color-body);z-index:100;padding:.5em 1rem;text-decoration:none;position:absolute;top:-8rem;left:1rem}.skip[data-astro-cid-ju4pidww]:focus{top:1rem}a[data-astro-cid-wzggvcla],button[data-astro-cid-wzggvcla]{appearance:none;background-color:var(--button-color-primary);border:1px solid var(--button-color-primary);font:inherit;letter-spacing:.01em;color:var(--button-color-primary-text);white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.5em;padding:.85em 1.6em;font-size:1rem;font-weight:500;line-height:1;text-decoration:none;transition:background-color .12s,border-color .12s;display:inline-flex}a[data-astro-cid-wzggvcla]:hover,button[data-astro-cid-wzggvcla]:hover{background-color:var(--button-color-primary-hover);border-color:var(--button-color-primary-hover);color:var(--button-color-primary-text)}button[data-astro-cid-wzggvcla]:disabled{cursor:progress;opacity:.6}a[data-astro-cid-wzggvcla] i[data-astro-cid-wzggvcla].arrow-icon{font-size:.65em}.sm[data-astro-cid-wzggvcla]{font-size:.875rem}.lg[data-astro-cid-wzggvcla]{padding:1em 1.9em;font-size:1.0625rem}.secondary[data-astro-cid-wzggvcla]{border-color:var(--button-color-secondary);color:var(--button-color-secondary-text);background-color:#0000}.secondary[data-astro-cid-wzggvcla]:hover{border-color:var(--button-color-secondary-text);color:var(--button-color-secondary-text);background-color:#0000}.key[data-astro-cid-wzggvcla]{color:var(--key-legend);background:linear-gradient(to bottom, var(--key-top), var(--key-mid) 52%, var(--key-bottom));border:1px solid var(--key-edge);text-shadow:0 1px #ffffff38;box-shadow:inset 0 1px 0 var(--key-highlight), inset 0 -2px 0 #0000002e, inset 0 -12px 18px -12px #0006, 0 0 0 3px var(--key-socket), 0 0 0 4px #ffffff12, 0 18px 30px -14px #000000f2;border-radius:.875rem;padding:1.1em 2.1em 1.05em;font-weight:600;transition:transform 90ms,box-shadow 90ms,filter .15s}.key[data-astro-cid-wzggvcla]:hover{border-color:var(--key-edge);color:var(--key-legend);filter:brightness(1.07)saturate(1.05);background-color:#0000}.key[data-astro-cid-wzggvcla]:active{box-shadow:inset 0 1px 0 #ffe2c44d, inset 0 3px 8px #00000059, 0 0 0 3px var(--key-socket), 0 0 0 4px #ffffff12, 0 6px 12px -8px #000000e6;transform:translateY(1px)}.key[data-astro-cid-wzggvcla]:focus-visible{outline:2px solid var(--color-white);outline-offset:7px}.key[data-astro-cid-wzggvcla].lg{font-size:1.125rem}button i,a i{justify-content:center;align-items:center;font-size:.5em;display:flex}.beta-tag[data-astro-cid-vujbeqob]{border:1px solid var(--status-beta);color:var(--status-beta);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:.4em .8em .35em;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex}.release[data-astro-cid-x7uvrpt7]{justify-items:start;gap:2.5rem;padding-block:clamp(2rem,6vh,5rem) clamp(3.5rem,8vh,6rem);display:grid}h1[data-astro-cid-x7uvrpt7]{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.get[data-astro-cid-x7uvrpt7]{justify-items:start;gap:1.75rem;display:grid}.meta[data-astro-cid-x7uvrpt7]{gap:.25rem;display:grid}.meta[data-astro-cid-x7uvrpt7] p[data-astro-cid-x7uvrpt7]{color:var(--text-color-secondary);font-size:.9375rem}.meta[data-astro-cid-x7uvrpt7] .license[data-astro-cid-x7uvrpt7]{color:var(--text-color-tertiary);font-size:.8125rem}.row[data-astro-cid-x7uvrpt7]{border-top:1px solid var(--border-hairline);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:baseline;gap:1rem 3rem;padding-block:3rem;display:grid}.row[data-astro-cid-x7uvrpt7] h2[data-astro-cid-x7uvrpt7]{font-size:clamp(1.5rem,1.3rem + .8vw,2rem)}.row[data-astro-cid-x7uvrpt7] p[data-astro-cid-x7uvrpt7],.steps[data-astro-cid-x7uvrpt7]{max-width:34rem;color:var(--text-color-secondary)}.steps[data-astro-cid-x7uvrpt7]{counter-reset:step;gap:.75rem;margin:0;padding:0;display:grid}.steps[data-astro-cid-x7uvrpt7] li[data-astro-cid-x7uvrpt7]{counter-increment:step;padding-left:1.75rem;font-size:1.125rem;line-height:1.5;position:relative}.steps[data-astro-cid-x7uvrpt7] li[data-astro-cid-x7uvrpt7]:before{content:counter(step);color:var(--text-color-tertiary);font-variant-numeric:tabular-nums;position:absolute;left:0}strong[data-astro-cid-x7uvrpt7]{color:var(--text-color-default);font-weight:500}@media (width<=780px){.row[data-astro-cid-x7uvrpt7]{grid-template-columns:minmax(0,1fr);padding-block:2.5rem}}.feedback-note[data-astro-cid-i5nptmyj]{color:var(--text-color-secondary);max-width:40ch;font-size:.9375rem}.download[data-astro-cid-5oqtr3h2]{justify-items:start;gap:4rem;padding-block:clamp(2rem,6vh,5rem) clamp(4rem,10vh,8rem);display:grid}.download[data-astro-cid-5oqtr3h2]>[data-astro-cid-5oqtr3h2]{width:100%;max-width:30rem}.signup[data-astro-cid-5oqtr3h2]{display:grid}.step[data-astro-cid-5oqtr3h2]{gap:2.5rem;display:grid}h1[data-astro-cid-5oqtr3h2]{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.form[data-astro-cid-5oqtr3h2]{gap:1.5rem;display:grid}.intro[data-astro-cid-5oqtr3h2]{color:var(--text-color-secondary)}.field[data-astro-cid-5oqtr3h2]{gap:.5rem;display:grid}label[data-astro-cid-5oqtr3h2]{color:var(--text-color-secondary);font-size:.9375rem}input[data-astro-cid-5oqtr3h2]{appearance:none;width:100%;font:inherit;color:var(--text-color-default);background-color:var(--surface-display);border:1px solid var(--border-hairline);border-radius:.75rem;padding:.95em 1.1em;font-size:1.0625rem;line-height:1.2;transition:border-color .12s;box-shadow:inset 0 2px 8px #000000d9,0 1px #ffffff0d}input[data-astro-cid-5oqtr3h2]:hover{border-color:var(--text-color-tertiary)}input[data-astro-cid-5oqtr3h2]:focus{border-color:var(--text-color-secondary);outline:none}input[data-astro-cid-5oqtr3h2]:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}input[data-astro-cid-5oqtr3h2]:-webkit-autofill{-webkit-text-fill-color:var(--text-color-default);box-shadow:inset 0 0 0 100px var(--surface-display), inset 0 2px 8px #000000d9;caret-color:var(--text-color-default)}input[data-astro-cid-5oqtr3h2][aria-invalid=true]{border-color:var(--text-color-error)}.error[data-astro-cid-5oqtr3h2]{color:var(--text-color-error);font-size:.9375rem}.error[data-astro-cid-5oqtr3h2]:empty{display:none}.actions[data-astro-cid-5oqtr3h2]{padding-top:.5rem}.hint[data-astro-cid-5oqtr3h2]{color:var(--text-color-tertiary);font-size:.8125rem}.done[data-astro-cid-5oqtr3h2]{gap:1.25rem;display:grid}.done[data-astro-cid-5oqtr3h2] h1[data-astro-cid-5oqtr3h2]:focus{outline:none}.done[data-astro-cid-5oqtr3h2] p[data-astro-cid-5oqtr3h2]{color:var(--text-color-secondary)}.done[data-astro-cid-5oqtr3h2] .lead[data-astro-cid-5oqtr3h2]{color:var(--text-color-default);font-size:1.25rem}.download[data-astro-cid-5oqtr3h2]:has(.done:not([hidden])) .feedback-note{display:none}article[data-astro-cid-2epjpnc3]{margin-block:3rem}@media (width<=375px){article[data-astro-cid-2epjpnc3]{padding-inline:1rem}}.article-stack>*+*{margin-block-start:2rem}.article-stack h1{font-size:3rem}.article-stack h2{font-size:2rem}.article-stack h3,.article-stack ul{font-size:1.5rem}.article-stack li{margin-bottom:1rem}.mix-wordmark[data-astro-cid-fije775k]{fill:currentColor;width:100%;height:auto;display:block;overflow:hidden}@media (prefers-reduced-motion:no-preference){.mix-wordmark[data-astro-cid-fije775k] path[data-astro-cid-fije775k]{transform-box:fill-box;animation:1s cubic-bezier(.16,.84,.3,1) both rise}.mix-wordmark[data-astro-cid-fije775k] path[data-astro-cid-fije775k]:nth-child(2){animation-delay:90ms}.mix-wordmark[data-astro-cid-fije775k] path[data-astro-cid-fije775k]:nth-child(3){animation-delay:.18s}}@keyframes rise{0%{transform:translateY(100%)}}.spec[data-astro-cid-ldt2zg7b]{border-top:1px solid var(--border-hairline);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:baseline;gap:1rem 3rem;padding-block:3rem;display:grid}h2[data-astro-cid-ldt2zg7b]{font-size:clamp(1.5rem,1.3rem + .8vw,2rem)}p[data-astro-cid-ldt2zg7b]{max-width:34rem;color:var(--text-color-secondary);font-size:1.125rem}@media (width<=780px){.spec[data-astro-cid-ldt2zg7b]{grid-template-columns:minmax(0,1fr);padding-block:2.5rem}}.closing[data-astro-cid-jmjddtq3]{border-top:1px solid var(--border-hairline);gap:1rem;padding-block:6rem 8rem;display:grid}h2[data-astro-cid-jmjddtq3]{font-size:clamp(2.25rem,1.5rem + 3vw,3.75rem);font-weight:200}p[data-astro-cid-jmjddtq3]{max-width:28ch;color:var(--text-color-secondary);text-wrap:balance;font-size:clamp(1.5rem,1.2rem + 1.2vw,2.25rem);font-weight:300;line-height:1.2}@media (width<=780px){.closing[data-astro-cid-jmjddtq3]{padding-block:4rem 5rem}}.hero[data-astro-cid-lcdefpme]{--side:16rem;align-content:safe center;gap:clamp(3rem,7vh,5.5rem);min-height:min(100svh,62rem);padding-block:clamp(3rem,9vh,7rem) clamp(4rem,10vh,8rem);display:grid}.lockup[data-astro-cid-lcdefpme]{align-items:stretch;gap:2rem;margin:0;display:flex}.product[data-astro-cid-lcdefpme]{min-width:0;width:min(100% - var(--side) - 2rem, (100svh - 21rem) * 2.4846);flex:0 auto;display:block}.lockup-side[data-astro-cid-lcdefpme]{width:var(--side);flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}.by[data-astro-cid-lcdefpme]{color:var(--text-color-secondary);white-space:nowrap;font-size:1.0625rem;line-height:1}.deck[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0, 1fr) var(--side);align-items:start;gap:3rem 2rem;display:grid}.tagline[data-astro-cid-lcdefpme]{letter-spacing:-.01em;white-space:nowrap;font-size:clamp(1.5rem,1.2rem + 1.5vw,2.75rem);font-weight:300;line-height:1.15}.cta[data-astro-cid-lcdefpme]{justify-items:start;gap:1.5rem;display:grid}@media (prefers-reduced-motion:no-preference){.lockup-side[data-astro-cid-lcdefpme]{animation:.6s .75s both appear}}@keyframes appear{0%{opacity:0}}.lines[data-astro-cid-lcdefpme]{border-top:1px solid var(--border-hairline);gap:1rem;padding-block:3.5rem;display:grid}.lines[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{max-width:34rem;color:var(--text-color-secondary);font-size:1.125rem}.lines[data-astro-cid-lcdefpme] .lead[data-astro-cid-lcdefpme]{color:var(--text-color-default);text-wrap:balance;font-size:1.25rem}@media (width<=780px){.hero[data-astro-cid-lcdefpme]{min-height:auto}.lockup[data-astro-cid-lcdefpme]{flex-direction:column;gap:1.5rem}.product[data-astro-cid-lcdefpme]{width:100%}.lockup-side[data-astro-cid-lcdefpme]{flex-direction:row;align-items:center;gap:1rem;width:auto}.deck[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0,1fr)}}
/*$vite$:1*/