:root{color-scheme:dark;font-family:system-ui,Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;--brand: #eb7229;--brand-bright: color-mix(in srgb, var(--brand) 82%, white);--brand-wash: color-mix(in srgb, var(--brand) 16%, transparent);--brand-edge: color-mix(in srgb, var(--brand) 38%, transparent);--tone-net: #4a9eff;--tone-net-wash: color-mix(in srgb, var(--tone-net) 14%, transparent);--tone-net-edge: color-mix(in srgb, var(--tone-net) 34%, transparent);--tone-ok: #3fb950;--tone-ok-wash: color-mix(in srgb, var(--tone-ok) 14%, transparent);--tone-ok-edge: color-mix(in srgb, var(--tone-ok) 34%, transparent);--tone-bad: #f85149;--tone-bad-wash: color-mix(in srgb, var(--tone-bad) 14%, transparent);--tone-bad-edge: color-mix(in srgb, var(--tone-bad) 32%, transparent);--sunken: #080a0e;--surface-0: #0e1116;--surface-1: #1c212a;--surface-2: #262b36;--surface-3: #313743;--line: #303745;--line-strong: rgb(255 255 255 / 14%);--color-text: #e9ecf1;--color-text-muted: #a2a9b8;--color-text-subtle: #798190;--radius: 10px;--radius-sm: calc(var(--radius) - 4px);--radius-lg: calc(var(--radius) + 4px);--transition: .18s ease-out;--breakpoint: 600px;--width-card-min: 300px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100vh;color:var(--color-text);background:radial-gradient(ellipse 120% 70% at 50% -15%,color-mix(in srgb,var(--brand) 9%,transparent) 0%,transparent 62%),radial-gradient(ellipse 90% 50% at 85% 108%,color-mix(in srgb,var(--tone-net) 5%,transparent) 0%,transparent 60%),var(--surface-0);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}img,svg{display:block}:focus-visible{outline:2px solid var(--brand-bright);outline-offset:3px;border-radius:4px}.page{max-width:1160px;margin:0 auto;padding:0 24px}.section{position:relative;padding:88px 0}.section--alt{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-1) 55%,transparent) 0%,transparent 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sec-head{max-width:62ch;margin:0 0 44px}.sec-head--center{margin-left:auto;margin-right:auto;text-align:center}.sec-head--center .sec-num:after{display:none}.sec-num{display:inline-flex;align-items:center;gap:10px;font-size:.75rem;font-weight:700;letter-spacing:.16em;color:var(--color-text-subtle);font-variant-numeric:tabular-nums}.sec-num:after{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--brand-edge),transparent)}.sec-kicker{display:block;margin:12px 0;font-size:.8125rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--brand)}.sec-title{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700;letter-spacing:-.022em;line-height:1.12;margin:0 0 16px;color:var(--color-text)}.sec-lead{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.65;margin:0}.card{position:relative;background:linear-gradient(165deg,var(--surface-2) 0%,var(--surface-1) 100%);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px 24px 28px}.card__title{font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;margin:0 0 8px;color:var(--color-text)}.card__text{font-size:.9375rem;color:var(--color-text-muted);line-height:1.65;margin:0}.chip{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:18px;border-radius:11px;background:var(--brand-wash);border:1px solid var(--brand-edge);color:var(--brand)}.chip svg{width:19px;height:19px}.chip svg path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.chip--net{background:var(--tone-net-wash);border-color:var(--tone-net-edge);color:var(--tone-net)}.chip--bad{background:var(--tone-bad-wash);border-color:var(--tone-bad-edge);color:var(--tone-bad)}.pill{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;font-size:.8125rem;font-weight:600;line-height:1.2;color:var(--color-text-muted);background:var(--surface-2);border:1px solid var(--line);border-radius:100px}.pill:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand);flex-shrink:0}.pill--plain{color:var(--brand);background:var(--brand-wash);border-color:var(--brand-edge)}.pill--plain:before{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 24px;font-size:.9375rem;font-weight:650;font-family:inherit;border-radius:var(--radius-sm);text-decoration:none;border:1px solid transparent;transition:background var(--transition),border-color var(--transition),transform var(--transition)}.btn--primary{background:var(--brand);color:#120a04;box-shadow:0 10px 30px -14px var(--brand)}.btn--primary:hover{background:var(--brand-bright);transform:translateY(-1px)}.btn--ghost{color:var(--color-text);background:var(--surface-2);border-color:var(--line-strong)}.btn--ghost:hover{background:var(--surface-3);transform:translateY(-1px)}.panel{margin:0;padding:30px 28px 22px;background:radial-gradient(ellipse 70% 90% at 50% 0%,rgba(235,114,41,.05) 0%,transparent 70%),var(--surface-1);border:1px solid var(--line);border-radius:var(--radius-lg)}.panel svg{width:100%;height:auto;overflow:visible}.panel__frame{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}.panel__frame>svg{min-width:600px}.panel__frame--narrow>svg{min-width:380px}.panel figcaption{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);color:var(--color-text-subtle);font-size:.875rem;line-height:1.6;text-align:center}@media(max-width:600px){.panel{padding:20px 14px 16px}.section{padding:64px 0}}.dia-title{fill:var(--color-text);font-size:16px;font-weight:650;text-anchor:middle}.dia-label{fill:var(--color-text-muted);font-size:13.5px;text-anchor:middle}.dia-note{fill:var(--color-text-subtle);font-size:11.5px;letter-spacing:.08em;text-anchor:middle}.nav[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:100;background:#06070ac7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav__inner[data-astro-cid-ctg3m53h]{max-width:1160px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;gap:28px}.nav__logo[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:700;font-size:1.0625rem;letter-spacing:-.01em;color:var(--color-text);flex-shrink:0;transition:color var(--transition)}.nav__logo[data-astro-cid-ctg3m53h]:hover{color:var(--brand)}.nav__links[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.nav__link[data-astro-cid-ctg3m53h]{padding:6px 11px;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);white-space:nowrap}.nav__link[data-astro-cid-ctg3m53h]:hover{color:var(--color-text);background:var(--line)}.nav__actions[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-left:auto}.nav__lang[data-astro-cid-ctg3m53h]{position:relative;display:inline-flex;align-items:center}.nav__lang-select[data-astro-cid-ctg3m53h]{appearance:none;-webkit-appearance:none;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:6px 30px 6px 12px;cursor:pointer;transition:color var(--transition),background var(--transition),border-color var(--transition)}.nav__lang-select[data-astro-cid-ctg3m53h]:hover{color:var(--color-text);background:var(--line);border-color:var(--line-strong)}.nav__lang-select[data-astro-cid-ctg3m53h]:focus-visible{outline:none;border-color:var(--brand);color:var(--color-text)}.nav__lang-select[data-astro-cid-ctg3m53h] option[data-astro-cid-ctg3m53h]{color:#e9ecf1;background:#1c212a}.nav__lang-caret[data-astro-cid-ctg3m53h]{position:absolute;right:10px;width:12px;height:12px;pointer-events:none;color:var(--color-text-muted)}.nav__mobile-lang[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px;padding:12px 10px 4px;border-top:1px solid var(--line)}.nav__mobile-lang-label[data-astro-cid-ctg3m53h]{font-size:.95rem;font-weight:500;color:var(--color-text-muted)}.nav__toggle[data-astro-cid-ctg3m53h]{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;background:transparent;border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer}.nav__toggle-bar[data-astro-cid-ctg3m53h]{display:block;width:18px;height:2px;margin:0 auto;border-radius:2px;background:var(--color-text);transition:transform var(--transition),opacity var(--transition)}.nav--open[data-astro-cid-ctg3m53h] .nav__toggle-bar[data-astro-cid-ctg3m53h]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav--open[data-astro-cid-ctg3m53h] .nav__toggle-bar[data-astro-cid-ctg3m53h]:nth-child(2){opacity:0}.nav--open[data-astro-cid-ctg3m53h] .nav__toggle-bar[data-astro-cid-ctg3m53h]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__mobile[data-astro-cid-ctg3m53h]{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:2px;padding:10px 16px 16px;background:var(--surface-1);border-bottom:1px solid var(--line);box-shadow:0 12px 24px -12px #000c}.nav--open[data-astro-cid-ctg3m53h] .nav__mobile[data-astro-cid-ctg3m53h]{display:flex}.nav__mobile-link[data-astro-cid-ctg3m53h]{padding:12px 10px;font-size:.95rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}.nav__mobile-link[data-astro-cid-ctg3m53h]:hover{color:var(--color-text);background:var(--line)}.nav__mobile-link--lang[data-astro-cid-ctg3m53h]{margin-top:6px;padding-top:14px;border-top:1px solid var(--line)}@media(max-width:940px){.nav__links[data-astro-cid-ctg3m53h],.nav__actions[data-astro-cid-ctg3m53h] .nav__lang[data-astro-cid-ctg3m53h]{display:none}.nav__toggle[data-astro-cid-ctg3m53h]{display:flex}}@media(min-width:941px){.nav__mobile[data-astro-cid-ctg3m53h]{display:none!important}}@media(max-width:600px){.nav__inner[data-astro-cid-ctg3m53h]{padding:0 16px;gap:12px}}.footer[data-astro-cid-gcn2mc3v]{border-top:1px solid var(--line);margin-top:24px}.footer__inner[data-astro-cid-gcn2mc3v]{max-width:1160px;margin:0 auto;padding:48px 24px 32px;display:grid;gap:40px}.footer__logo[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:700;font-size:1.0625rem;color:var(--color-text)}.footer__tagline[data-astro-cid-gcn2mc3v]{margin:14px 0 0;font-size:.875rem;color:var(--color-text-muted);line-height:1.6;max-width:48ch}.footer__cols[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1fr;gap:24px;justify-items:start}.footer__col[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:10px}.footer__col-title[data-astro-cid-gcn2mc3v]{margin:0 0 2px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-subtle)}.footer__link[data-astro-cid-gcn2mc3v]{font-size:.875rem;color:var(--color-text-muted);text-decoration:none;transition:color var(--transition)}.footer__link[data-astro-cid-gcn2mc3v]:hover{color:var(--brand)}.footer__bar[data-astro-cid-gcn2mc3v]{border-top:1px solid var(--line);max-width:1160px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8125rem;color:var(--color-text-subtle)}.footer__inner[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(auto-fit,minmax(min(100%,max(260px,calc(40% - 40px))),1fr))}@media(max-width:600px){.footer__bar[data-astro-cid-gcn2mc3v]{flex-direction:column;align-items:flex-start}}.launch__inner[data-astro-cid-rice64zl]{text-align:center;display:flex;flex-direction:column;align-items:center}.launch__title[data-astro-cid-rice64zl]{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;margin:6px 0 28px;color:var(--color-text)}.launch__grid[data-astro-cid-rice64zl]{display:grid;grid-template-columns:repeat(auto-fit,minmax(78px,116px));gap:14px;max-width:506px}.launch__grid--done[data-astro-cid-rice64zl]{grid-template-columns:1fr}.launch__unit[data-astro-cid-rice64zl]{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:22px 12px 18px;background:radial-gradient(ellipse 100% 70% at 50% 0%,rgba(235,114,41,.12) 0%,transparent 70%),linear-gradient(180deg,var(--surface-3) 0%,var(--surface-1) 100%);border:1px solid var(--line-strong);border-radius:var(--radius-lg)}.launch__unit[data-astro-cid-rice64zl]:before{content:"";position:absolute;top:-1px;left:22%;right:22%;height:1px;background:linear-gradient(90deg,transparent,var(--brand),transparent)}.launch__num[data-astro-cid-rice64zl]{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--brand);font-variant-numeric:tabular-nums}.launch__label[data-astro-cid-rice64zl]{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.launch__done[data-astro-cid-rice64zl]{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;letter-spacing:-.02em;color:var(--brand);margin:0}.launch__date[data-astro-cid-rice64zl]{margin:22px 0 0;font-size:.9375rem;font-weight:600;color:var(--color-text-muted)}.card-face[data-astro-cid-7mudbwrr]{stroke:var(--line-strong);stroke-width:1}.heading[data-astro-cid-7mudbwrr]{fill:var(--color-text);font-size:15px;font-weight:700;letter-spacing:-.01em}.seal[data-astro-cid-7mudbwrr] path[data-astro-cid-7mudbwrr]{fill:none;stroke:var(--brand);stroke-width:60;stroke-linecap:round;stroke-linejoin:round}.seal[data-astro-cid-7mudbwrr] circle[data-astro-cid-7mudbwrr]{fill:var(--brand)}.row[data-astro-cid-7mudbwrr] rect[data-astro-cid-7mudbwrr]{fill:var(--surface-2);stroke:var(--line);stroke-width:1}.row[data-astro-cid-7mudbwrr] .field[data-astro-cid-7mudbwrr]{font-size:14px}.row[data-astro-cid-7mudbwrr] .note[data-astro-cid-7mudbwrr]{font-size:11px;font-weight:700;letter-spacing:.1em;text-anchor:end;text-transform:uppercase}.row--kept[data-astro-cid-7mudbwrr] .field[data-astro-cid-7mudbwrr],.row--kept[data-astro-cid-7mudbwrr] .note[data-astro-cid-7mudbwrr]{fill:var(--color-text-subtle)}.row--kept[data-astro-cid-7mudbwrr] .lock[data-astro-cid-7mudbwrr],.row--kept[data-astro-cid-7mudbwrr] .shackle[data-astro-cid-7mudbwrr]{fill:none;stroke:var(--color-text-subtle);stroke-width:1.6}.row--shown[data-astro-cid-7mudbwrr] rect[data-astro-cid-7mudbwrr]{fill:var(--tone-ok-wash);stroke:var(--tone-ok-edge)}.row--shown[data-astro-cid-7mudbwrr] .field[data-astro-cid-7mudbwrr]{fill:var(--tone-ok);font-size:15px;font-weight:650}.row--shown[data-astro-cid-7mudbwrr] .note[data-astro-cid-7mudbwrr]{fill:var(--tone-ok)}.tick[data-astro-cid-7mudbwrr]{fill:none;stroke:var(--tone-ok);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.node[data-astro-cid-6u7qw5f5] rect[data-astro-cid-6u7qw5f5]{fill:var(--surface-3);stroke:var(--line-strong);stroke-width:1}.node--person[data-astro-cid-6u7qw5f5] rect[data-astro-cid-6u7qw5f5]{fill:url(#roles-person);stroke:var(--brand);stroke-width:1.5}.node--person[data-astro-cid-6u7qw5f5] .dia-title[data-astro-cid-6u7qw5f5]{fill:var(--brand-bright)}.flow[data-astro-cid-6u7qw5f5] path[data-astro-cid-6u7qw5f5]{fill:none;stroke:var(--brand);stroke-width:2.5}.ask[data-astro-cid-6u7qw5f5] path[data-astro-cid-6u7qw5f5]{fill:none;stroke:var(--color-text-subtle);stroke-width:1.5;stroke-dasharray:5 4}.ledger[data-astro-cid-6u7qw5f5] rect[data-astro-cid-6u7qw5f5]{fill:var(--tone-net-wash);stroke:var(--tone-net-edge);stroke-width:1;stroke-dasharray:7 6}.ledger[data-astro-cid-6u7qw5f5] .dia-label[data-astro-cid-6u7qw5f5]{fill:var(--tone-net)}.lookup[data-astro-cid-6u7qw5f5] path[data-astro-cid-6u7qw5f5]{fill:none;stroke:var(--tone-net-edge);stroke-width:1.5;stroke-dasharray:3 6}.errand[data-astro-cid-zbjfvk75]{margin:0 0 20px;color:var(--color-text-muted);font-size:.9375rem;text-align:center}.pair[data-astro-cid-zbjfvk75]{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(260px,calc(50% - 16px))),1fr))}.column[data-astro-cid-zbjfvk75]{padding:18px 20px 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}.column[data-astro-cid-zbjfvk75] header[data-astro-cid-zbjfvk75]{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:12px}.column[data-astro-cid-zbjfvk75] h3[data-astro-cid-zbjfvk75]{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.count[data-astro-cid-zbjfvk75]{margin:0;font-size:1.75rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.column[data-astro-cid-zbjfvk75] ul[data-astro-cid-zbjfvk75]{margin:0;padding:0;list-style:none}.column[data-astro-cid-zbjfvk75] li[data-astro-cid-zbjfvk75]{padding:11px 0;border-top:1px solid var(--line);color:var(--color-text);font-size:.9375rem}.column--heavy[data-astro-cid-zbjfvk75]{border-color:var(--tone-bad-edge);background:linear-gradient(180deg,var(--tone-bad-wash) 0%,var(--surface-2) 70%)}.column--heavy[data-astro-cid-zbjfvk75] h3[data-astro-cid-zbjfvk75],.column--heavy[data-astro-cid-zbjfvk75] .count[data-astro-cid-zbjfvk75]{color:var(--tone-bad)}.column--light[data-astro-cid-zbjfvk75]{border-color:var(--tone-ok-edge);background:linear-gradient(180deg,var(--tone-ok-wash) 0%,var(--surface-2) 70%)}.column--light[data-astro-cid-zbjfvk75] h3[data-astro-cid-zbjfvk75],.column--light[data-astro-cid-zbjfvk75] .count[data-astro-cid-zbjfvk75]{color:var(--tone-ok)}ol[data-astro-cid-uqkansdz]{container-type:inline-size;display:grid;gap:26px;margin:0;padding:0;list-style:none;counter-reset:none;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(180px,calc(25% - 26px))),1fr))}.step[data-astro-cid-uqkansdz]{position:relative;padding:18px 18px 20px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius)}@container (min-width: 860px){.step[data-astro-cid-uqkansdz]:not(:last-child):after{content:"";position:absolute;top:50%;right:-19px;width:11px;height:11px;border-top:1.5px solid var(--brand-edge);border-right:1.5px solid var(--brand-edge);transform:translateY(-50%) rotate(45deg)}}.step__num[data-astro-cid-uqkansdz]{display:block;margin-bottom:12px;font-size:.6875rem;font-weight:800;letter-spacing:.14em;color:var(--color-text-subtle);font-variant-numeric:tabular-nums}.step__title[data-astro-cid-uqkansdz]{margin:0 0 7px;font-size:.9375rem;font-weight:700;line-height:1.35;color:var(--color-text)}.step__body[data-astro-cid-uqkansdz]{margin:0;font-size:.875rem;line-height:1.6;color:var(--color-text-muted)}.step--last[data-astro-cid-uqkansdz]{background:linear-gradient(165deg,var(--brand-wash) 0%,var(--surface-2) 75%);border-color:var(--brand-edge)}.step--last[data-astro-cid-uqkansdz] .step__num[data-astro-cid-uqkansdz],.step--last[data-astro-cid-uqkansdz] .step__title[data-astro-cid-uqkansdz]{color:var(--brand-bright)}.seed[data-astro-cid-avxwtnoq] rect[data-astro-cid-avxwtnoq]{fill:var(--brand-wash);stroke:var(--brand);stroke-width:1.5}.seed[data-astro-cid-avxwtnoq] .dia-title[data-astro-cid-avxwtnoq]{fill:var(--brand-bright)}.devices[data-astro-cid-avxwtnoq] rect[data-astro-cid-avxwtnoq]{fill:var(--surface-3);stroke:var(--line-strong);stroke-width:1}.between[data-astro-cid-avxwtnoq] path[data-astro-cid-avxwtnoq]{fill:none;stroke:var(--line-strong);stroke-width:1;stroke-dasharray:4 5}.guardians[data-astro-cid-avxwtnoq] rect[data-astro-cid-avxwtnoq]{fill:none;stroke:var(--tone-net-edge);stroke-width:1.5;stroke-dasharray:7 6}.guardians[data-astro-cid-avxwtnoq] .dia-label[data-astro-cid-avxwtnoq]{fill:var(--tone-net)}.relation[data-astro-cid-avxwtnoq] path[data-astro-cid-avxwtnoq]{fill:none;stroke:var(--brand);stroke-width:2.5}.relation--net[data-astro-cid-avxwtnoq] path[data-astro-cid-avxwtnoq]{stroke:var(--tone-net);stroke-width:2;stroke-dasharray:6 5}.relation__label[data-astro-cid-avxwtnoq]{text-anchor:start}.land[data-astro-cid-l7pcnbcz] circle[data-astro-cid-l7pcnbcz]{fill:var(--tone-net);opacity:.45}.mesh[data-astro-cid-l7pcnbcz] path[data-astro-cid-l7pcnbcz]{fill:none;stroke:var(--tone-net);stroke-width:1.6;opacity:.7}.nodes[data-astro-cid-l7pcnbcz] circle[data-astro-cid-l7pcnbcz]{fill:var(--tone-net)}.nodes[data-astro-cid-l7pcnbcz] .halo[data-astro-cid-l7pcnbcz]{fill:var(--tone-net-wash);stroke:var(--tone-net);stroke-width:1.2;opacity:.55}.nodes[data-astro-cid-l7pcnbcz] .dia-note[data-astro-cid-l7pcnbcz]{fill:var(--tone-net);font-weight:600}.asking[data-astro-cid-l7pcnbcz] path[data-astro-cid-l7pcnbcz]{fill:none;stroke:var(--brand);stroke-width:2.2}.asking[data-astro-cid-l7pcnbcz] circle[data-astro-cid-l7pcnbcz]{fill:var(--brand)}.asking[data-astro-cid-l7pcnbcz] .dia-note[data-astro-cid-l7pcnbcz]{fill:var(--brand-bright);font-weight:600}.at-end[data-astro-cid-l7pcnbcz]{text-anchor:end}.at-start[data-astro-cid-l7pcnbcz]{text-anchor:start}.axis[data-astro-cid-phyew6vv]{fill:none;stroke:var(--line-strong);stroke-width:1;stroke-dasharray:2 7}.axis__label[data-astro-cid-phyew6vv]{text-anchor:start}.entry[data-astro-cid-phyew6vv]{fill:var(--surface-3);stroke:var(--line-strong);stroke-width:1}.entry--mistake[data-astro-cid-phyew6vv]{fill:var(--tone-bad-wash);stroke:var(--tone-bad-edge);stroke-width:1.5}.entry--correction[data-astro-cid-phyew6vv]{fill:var(--tone-ok-wash);stroke:var(--tone-ok-edge);stroke-width:1.5}.arc[data-astro-cid-phyew6vv]{fill:none;stroke:var(--tone-ok);stroke-width:2;stroke-dasharray:7 5}.arc__label[data-astro-cid-phyew6vv]{fill:var(--tone-ok)}.entry__name[data-astro-cid-phyew6vv]{font-weight:700;letter-spacing:.06em}.entry__name--bad[data-astro-cid-phyew6vv]{fill:var(--tone-bad)}.entry__name--ok[data-astro-cid-phyew6vv]{fill:var(--tone-ok)}.entry__kept[data-astro-cid-phyew6vv]{fill:var(--color-text-subtle)}.tally[data-astro-cid-drtk7eau]{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px;padding:0;list-style:none}.tally__item[data-astro-cid-drtk7eau]{display:inline-flex;align-items:baseline;gap:8px;padding:9px 16px 9px 13px;background:var(--surface-2);border:1px solid var(--line);border-left:3px solid var(--color-text-subtle);border-radius:var(--radius-sm)}.tally__count[data-astro-cid-drtk7eau]{font-size:1.25rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1;color:var(--color-text)}.tally__label[data-astro-cid-drtk7eau]{font-size:.8125rem;font-weight:600;color:var(--color-text-muted)}.tally__item[data-astro-cid-drtk7eau].is-built{border-left-color:var(--tone-ok)}.tally__item[data-astro-cid-drtk7eau].is-built .tally__count[data-astro-cid-drtk7eau]{color:var(--tone-ok)}.tally__item[data-astro-cid-drtk7eau].is-under{border-left-color:var(--brand)}.tally__item[data-astro-cid-drtk7eau].is-under .tally__count[data-astro-cid-drtk7eau]{color:var(--brand-bright)}.rail[data-astro-cid-drtk7eau]{position:relative;margin:0;padding:0;list-style:none}.rail[data-astro-cid-drtk7eau]:before{content:"";position:absolute;left:10px;top:14px;bottom:14px;width:2px;border-radius:2px;background:linear-gradient(180deg,var(--tone-ok) 0%,var(--brand) var(--rail-done),var(--line-strong) calc(var(--rail-done) + 3%),var(--line-strong) 100%)}.stop[data-astro-cid-drtk7eau]{position:relative;display:grid;grid-template-columns:22px 1fr auto;align-items:start;column-gap:18px;row-gap:4px;padding:11px 0}.stop__mark[data-astro-cid-drtk7eau]{position:relative;z-index:1;width:22px;height:22px;margin-top:1px;border-radius:50%;background:var(--surface-0);border:2px solid var(--line-strong)}.stop[data-astro-cid-drtk7eau].is-built .stop__mark[data-astro-cid-drtk7eau]{background:var(--tone-ok);border-color:var(--tone-ok)}.stop[data-astro-cid-drtk7eau].is-under .stop__mark[data-astro-cid-drtk7eau]{border-color:var(--brand);box-shadow:inset 0 0 0 3px var(--surface-0),inset 0 0 0 9px var(--brand),0 0 0 5px var(--brand-wash)}.stop[data-astro-cid-drtk7eau].is-later .stop__mark[data-astro-cid-drtk7eau]{width:14px;height:14px;margin-top:5px;margin-left:4px;border-color:var(--line)}.stop__title[data-astro-cid-drtk7eau]{margin:0 0 4px;font-size:.9688rem;font-weight:700;line-height:1.35;color:var(--color-text)}.stop[data-astro-cid-drtk7eau].is-planned .stop__title[data-astro-cid-drtk7eau],.stop[data-astro-cid-drtk7eau].is-later .stop__title[data-astro-cid-drtk7eau]{color:var(--color-text-muted)}.stop__body[data-astro-cid-drtk7eau]{margin:0;font-size:.875rem;line-height:1.6;color:var(--color-text-muted)}.stop[data-astro-cid-drtk7eau].is-planned .stop__body[data-astro-cid-drtk7eau],.stop[data-astro-cid-drtk7eau].is-later .stop__body[data-astro-cid-drtk7eau]{color:var(--color-text-subtle)}.stop__state[data-astro-cid-drtk7eau]{align-self:center;padding:5px 12px;font-size:.6875rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;border-radius:100px;color:var(--color-text-subtle);background:var(--surface-2);border:1px solid var(--line)}.stop[data-astro-cid-drtk7eau].is-built .stop__state[data-astro-cid-drtk7eau]{color:var(--tone-ok);background:var(--tone-ok-wash);border-color:var(--tone-ok-edge)}.stop[data-astro-cid-drtk7eau].is-under .stop__state[data-astro-cid-drtk7eau]{color:var(--brand-bright);background:var(--brand-wash);border-color:var(--brand-edge)}.stop[data-astro-cid-drtk7eau].is-later .stop__state[data-astro-cid-drtk7eau]{border-style:dashed}@media(max-width:600px){.stop[data-astro-cid-drtk7eau]{grid-template-columns:22px 1fr}.stop__state[data-astro-cid-drtk7eau]{grid-column:2;justify-self:start;align-self:start;margin-top:2px}}.card-face[data-astro-cid-x7cqbvzz]{padding:22px 20px;background:linear-gradient(165deg,var(--surface-3),var(--surface-1));border:1px solid var(--line-strong);border-radius:var(--radius-lg)}.card-face__name[data-astro-cid-x7cqbvzz]{margin:0 0 16px;font-size:.9375rem;font-weight:700;color:var(--color-text)}.row[data-astro-cid-x7cqbvzz]{display:flex;align-items:center;gap:12px;margin:0 0 8px;padding:12px 14px;font-size:.9375rem;line-height:1.3;color:var(--color-text-subtle);background:var(--surface-2);border:1px solid var(--line);border-radius:12px}.row[data-astro-cid-x7cqbvzz]:last-child{margin-bottom:0}.row[data-astro-cid-x7cqbvzz] b[data-astro-cid-x7cqbvzz]{margin-left:auto;padding-left:10px;font-size:.625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.row--open[data-astro-cid-x7cqbvzz]{color:var(--tone-ok);font-weight:650;background:var(--tone-ok-wash);border-color:var(--tone-ok-edge);box-shadow:0 0 34px -10px #43c98a80}.lock[data-astro-cid-x7cqbvzz]{position:relative;flex:none;width:13px;height:13px;border:1.5px solid currentColor;border-radius:3px}.lock[data-astro-cid-x7cqbvzz]:before{content:"";position:absolute;left:2.5px;top:-4px;width:6px;height:5px;border:1.5px solid currentColor;border-bottom:0;border-radius:3px 3px 0 0}.tick[data-astro-cid-x7cqbvzz]{flex:none;width:6px;height:11px;margin:0 3px 3px 2px;border-right:2.5px solid var(--tone-ok);border-bottom:2.5px solid var(--tone-ok);transform:rotate(42deg)}.swap[data-astro-cid-gwvw7nbz]{display:flex;flex-direction:column}.swap__half[data-astro-cid-gwvw7nbz]{padding:20px 22px;border:1px solid;border-radius:var(--radius-lg)}.swap__half[data-astro-cid-gwvw7nbz] h4[data-astro-cid-gwvw7nbz]{margin:0 0 12px;font-size:.6875rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.swap__half[data-astro-cid-gwvw7nbz] ul[data-astro-cid-gwvw7nbz]{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;font-size:.9375rem;line-height:1.45}.swap__half--before[data-astro-cid-gwvw7nbz]{background:var(--surface-1);border-color:var(--line);border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.swap__half--before[data-astro-cid-gwvw7nbz] h4[data-astro-cid-gwvw7nbz]{color:var(--color-text-subtle)}.swap__half--before[data-astro-cid-gwvw7nbz] li[data-astro-cid-gwvw7nbz]{color:var(--color-text-subtle);text-decoration:line-through;text-decoration-color:var(--tone-bad)}.swap__half--after[data-astro-cid-gwvw7nbz]{background:linear-gradient(165deg,rgba(67,201,138,.1),var(--surface-2));border-color:var(--tone-ok-edge);border-top-left-radius:0;border-top-right-radius:0}.swap__half--after[data-astro-cid-gwvw7nbz] h4[data-astro-cid-gwvw7nbz]{color:var(--tone-ok)}.swap__half--after[data-astro-cid-gwvw7nbz] li[data-astro-cid-gwvw7nbz]{color:var(--color-text)}.swap__turn[data-astro-cid-gwvw7nbz]{position:relative;z-index:1;align-self:center;width:34px;height:34px;margin:-17px 0;background:var(--surface-3);border:1px solid var(--tone-ok-edge);border-radius:50%}.swap__turn[data-astro-cid-gwvw7nbz]:before{content:"";position:absolute;left:11px;top:11px;width:8px;height:8px;border-right:2px solid var(--tone-ok);border-bottom:2px solid var(--tone-ok);transform:rotate(45deg)}.uc__switch[data-astro-cid-5b4siwv2]{display:inline-flex;gap:4px;padding:4px;margin-bottom:18px;background:var(--surface-2);border:1px solid var(--line);border-radius:100px}.uc__side[data-astro-cid-5b4siwv2]{padding:8px 20px;font-family:inherit;font-size:.8125rem;font-weight:700;color:var(--color-text-muted);background:none;border:0;border-radius:100px;cursor:pointer;transition:color var(--transition),background var(--transition)}.uc__side[data-astro-cid-5b4siwv2]:hover{color:var(--color-text)}.uc__side[data-astro-cid-5b4siwv2][aria-pressed=true]{color:#120a04;background:var(--brand)}.uc__tabs[data-astro-cid-5b4siwv2][hidden],.uc__panel[data-astro-cid-5b4siwv2][hidden]{display:none}.uc__tabs[data-astro-cid-5b4siwv2]{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:34px}.uc__tab[data-astro-cid-5b4siwv2]{padding:9px 15px;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.2;white-space:nowrap;color:var(--color-text-muted);background:var(--surface-2);border:1px solid var(--line);border-radius:100px;cursor:pointer;transition:color var(--transition),background var(--transition),border-color var(--transition)}.uc__tab[data-astro-cid-5b4siwv2]:hover{color:var(--color-text);background:var(--surface-3)}.uc__tab[data-astro-cid-5b4siwv2][aria-selected=true]{color:var(--brand-bright);background:var(--brand-wash);border-color:var(--brand-edge)}.uc__panels[data-astro-cid-5b4siwv2]{min-height:27rem}.uc__panel[data-astro-cid-5b4siwv2]{--least: 380px;display:grid;gap:32px;align-items:center;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(var(--least),calc(50% - 32px))),1fr))}.uc__panel[data-astro-cid-5b4siwv2]:not([hidden]){animation:uc-arrive .26s ease-out both}@keyframes uc-arrive{0%{opacity:0;transform:translateY(9px)}}@media(prefers-reduced-motion:reduce){.uc__panel[data-astro-cid-5b4siwv2]:not([hidden]){animation:none}}.uc__panel[data-astro-cid-5b4siwv2]:focus-visible{outline-offset:10px}.uc__position[data-astro-cid-5b4siwv2]{display:block;font-size:.6875rem;font-weight:800;letter-spacing:.14em;color:var(--color-text-subtle);font-variant-numeric:tabular-nums}.uc__headline[data-astro-cid-5b4siwv2]{margin:14px 0 0;font-size:clamp(1.35rem,3vw,2rem);font-weight:700;letter-spacing:-.022em;line-height:1.18;color:var(--color-text)}.uc__situation[data-astro-cid-5b4siwv2]{max-width:46ch;margin:16px 0 0;font-size:1rem;line-height:1.65;color:var(--color-text-muted)}.uc__note[data-astro-cid-5b4siwv2]{max-width:52ch;margin:24px 0 0;padding-left:16px;border-left:2px solid var(--line-strong);font-size:.875rem;line-height:1.6;color:var(--color-text-subtle)}@media(max-width:600px){.uc__panels[data-astro-cid-5b4siwv2]{min-height:0}}.grid[data-astro-cid-zwuirr5b]{--gap: 18px;display:grid;gap:var(--gap);margin-top:30px;grid-template-columns:1fr}.grid--2[data-astro-cid-zwuirr5b]{grid-template-columns:repeat(auto-fit,minmax(min(100%,max(var(--width-card-min),calc(50% - var(--gap)))),1fr))}.grid--3[data-astro-cid-zwuirr5b]{grid-template-columns:repeat(auto-fit,minmax(min(100%,max(var(--width-card-min),calc(33.33% - var(--gap)))),1fr))}.tech__part[data-astro-cid-qmlmgujr]+.tech__part[data-astro-cid-qmlmgujr]{margin-top:52px}.tech__heading[data-astro-cid-qmlmgujr]{margin:0 0 22px;font-size:.75rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--color-text-subtle)}.tech__why[data-astro-cid-qmlmgujr]{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(var(--width-card-min),calc(50% - 16px))),1fr))}.gain[data-astro-cid-qmlmgujr]{padding:22px 24px 24px;background:linear-gradient(165deg,var(--surface-2) 0%,var(--surface-1) 100%);border:1px solid var(--line);border-left:3px solid var(--brand);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.gain__num[data-astro-cid-qmlmgujr]{display:block;margin-bottom:10px;font-size:.6875rem;font-weight:800;letter-spacing:.14em;color:var(--brand);font-variant-numeric:tabular-nums}.gain__title[data-astro-cid-qmlmgujr]{margin:0 0 8px;font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;color:var(--color-text)}.gain__body[data-astro-cid-qmlmgujr]{margin:0;font-size:.9375rem;line-height:1.65;color:var(--color-text-muted)}.tech__ahead[data-astro-cid-qmlmgujr]{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(var(--width-card-min),calc(33.33% - 14px))),1fr))}.ahead[data-astro-cid-qmlmgujr]{padding:22px 24px 24px;background:transparent;border:1px dashed var(--line);border-radius:var(--radius-lg)}.ahead[data-astro-cid-qmlmgujr] dl[data-astro-cid-qmlmgujr]{margin:0}.ahead[data-astro-cid-qmlmgujr] dt[data-astro-cid-qmlmgujr]{font-size:.9375rem;font-weight:650;letter-spacing:-.005em;color:var(--color-text-muted)}.ahead[data-astro-cid-qmlmgujr] dd[data-astro-cid-qmlmgujr]{margin:4px 0 0;font-size:.875rem;line-height:1.6;color:var(--color-text-subtle)}.callout--quiet[data-astro-cid-qmlmgujr]{border-left-color:var(--line-strong)}.skip[data-astro-cid-hh6di7lp]{position:absolute;left:-9999px;top:0;z-index:200;padding:12px 18px;background:var(--brand);color:#120a04;font-weight:650;text-decoration:none;border-radius:0 0 var(--radius-sm) 0}.skip[data-astro-cid-hh6di7lp]:focus{left:0}.hero[data-astro-cid-hh6di7lp]{padding-top:64px;padding-bottom:76px}.hero__grid[data-astro-cid-hh6di7lp]{--least: 420px;display:grid;gap:44px;align-items:center;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(var(--least),calc(50% - 44px))),1fr))}.hero__grid[data-astro-cid-hh6di7lp]>[data-astro-cid-hh6di7lp]{min-width:0}.hero__title[data-astro-cid-hh6di7lp]{margin:20px 0 0;font-size:clamp(2.3rem,5.6vw,3.7rem);font-weight:800;line-height:1.06;letter-spacing:-.03em}.hero__lead[data-astro-cid-hh6di7lp]{margin:20px 0 0;max-width:40rem;color:var(--color-text-muted);font-size:clamp(1.02rem,2vw,1.16rem);line-height:1.62}.hero__claims[data-astro-cid-hh6di7lp]{display:flex;flex-wrap:wrap;gap:9px;margin:26px 0 0;padding:0;list-style:none}.hero__actions[data-astro-cid-hh6di7lp]{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero__note[data-astro-cid-hh6di7lp]{margin:30px 0 0;padding-left:16px;border-left:2px solid var(--brand);color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.hero__figure[data-astro-cid-hh6di7lp]{max-width:480px;width:100%;justify-self:center}.stack[data-astro-cid-hh6di7lp]{margin-top:30px}.prose[data-astro-cid-hh6di7lp]{max-width:48rem;margin:34px auto 0;color:var(--color-text);font-size:1.05rem;line-height:1.68}.callout[data-astro-cid-hh6di7lp]{max-width:48rem;margin:30px auto 0;padding:20px 22px;background:var(--surface-2);border:1px solid var(--line);border-left:3px solid var(--brand);border-radius:0 var(--radius) var(--radius) 0;color:var(--color-text-muted);font-size:.9688rem;line-height:1.65}.close__inner[data-astro-cid-hh6di7lp]{display:flex;flex-direction:column;align-items:center;text-align:center}.close__head[data-astro-cid-hh6di7lp]{margin-bottom:22px}.close__head[data-astro-cid-hh6di7lp] .sec-title[data-astro-cid-hh6di7lp]{max-width:22ch;margin-inline:auto}.quote[data-astro-cid-hh6di7lp]{position:relative;max-width:34rem;margin:12px 0 0;padding:26px 30px;background:linear-gradient(160deg,var(--brand-wash) 0%,var(--surface-1) 80%);border:1px solid var(--brand-edge);border-radius:var(--radius-lg);color:var(--color-text);font-size:clamp(1.1rem,2.4vw,1.35rem);font-weight:650;line-height:1.45;letter-spacing:-.015em}.quote[data-astro-cid-hh6di7lp]:before{content:"“";position:absolute;top:-10px;left:18px;color:var(--brand);font-size:3.4rem;line-height:1}.close__body[data-astro-cid-hh6di7lp]{max-width:46rem;margin:26px 0 30px;color:var(--color-text-muted);font-size:1rem;line-height:1.68}
