:root{color-scheme:light;--paper:#f6f7f9;--surface:#fff;--ink:#12141a;--slate:#3f4753;--muted:#667085;--rule:#e4e7ec;--rule-strong:#d0d5dd;--sunken:#eceff3;--brand-blue:#57b1ff;--brand-green:#91e18a;--stop-1:#57b1ff;--stop-2:#6dc0d9;--stop-3:#7dd0af;--stop-4:#91e18a;--stop-deep-1:#0a6ec4;--stop-deep-2:#167795;--stop-deep-3:#227e64;--stop-deep-4:#2b7f33;--accent:var(--stop-deep-1);--accent-fill:var(--stop-1);--brand-green-deep:#2b7f33;--brand-blue-deep:#0a6ec4;--late:#fde8e4;--late-ink:#9c2b12;--risk:#fcf0d8;--risk-ink:#8a5a08;--cleared:#e4f5e6;--cleared-ink:#1f6b2c;--band:#1e2028;--band-ink:#f5f7fa;--band-text:#b6bfcb;--band-muted:#8a93a0;--band-rule:#2b2f35;--band-quote:#e7ebf1;--band-bevel:#ffffff17;--band-glow:#57b1ff0f;--font-display:"Satoshi", system-ui, sans-serif;--font-body:"Satoshi", system-ui, sans-serif;--step-hero:clamp(2.5rem, 5.4vw, 4.5rem);--step-title:clamp(2.35rem, 5.2vw, 3.75rem);--step-display:clamp(2.25rem, 4.6vw, 3.5rem);--step-heading:clamp(1.5rem, 2.6vw, 2rem);--step-subhead:clamp(1.375rem, 2.6vw, 1.875rem);--step-lede-lg:clamp(1.125rem, 2vw, 1.375rem);--step-lede:clamp(1.0625rem, 1.5vw, 1.1875rem);--step-figure:clamp(3.25rem, 7vw, 5.25rem);--step-figure-sm:clamp(2.75rem, 5.5vw, 3.75rem);--step-figure-4up:clamp(2.5rem, 4.2vw, 3.75rem);--step-figure-2up:clamp(2.25rem, 4.4vw, 3.1rem);--step-figure-inline:clamp(1.75rem, 3.2vw, 2.25rem);--step-figure-xs:1.6rem;--text-xl:1.375rem;--text-lg:1.1875rem;--text-md:1.0625rem;--text-ui:.9375rem;--text-sm:.875rem;--text-xs:.8125rem;--text-2xs:.75rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--measure:66ch;--container:1180px;--gutter:clamp(1.25rem, 5vw, 3.5rem);--radius:3px;--ease:cubic-bezier(.2, .6, .2, 1);--ease-entrance:cubic-bezier(.16, 1, .3, 1);--shadow-panel:0 1px 2px #10141c0a, 0 8px 24px -12px #10141c1f}html .nav__logo{filter:brightness(0)}html .tms__track img{filter:brightness(0);opacity:.88}[data-accent=blue]{--accent:var(--stop-deep-1);--accent-fill:var(--stop-1)}[data-accent=teal]{--accent:var(--stop-deep-2);--accent-fill:var(--stop-2)}[data-accent=green]{--accent:var(--stop-deep-3);--accent-fill:var(--stop-3)}[data-accent=mint]{--accent:var(--stop-deep-4);--accent-fill:var(--stop-4)}[data-accent=blue]{--stat-1:var(--stop-deep-1);--stat-2:var(--stop-deep-2);--stat-3:var(--stop-deep-3)}[data-accent=teal]{--stat-1:var(--stop-deep-2);--stat-2:var(--stop-deep-3);--stat-3:var(--stop-deep-4)}[data-accent=green]{--stat-1:var(--stop-deep-3);--stat-2:var(--stop-deep-4);--stat-3:var(--stop-deep-1)}[data-accent=mint]{--stat-1:var(--stop-deep-4);--stat-2:var(--stop-deep-1);--stat-3:var(--stop-deep-2)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:5.5rem}body{background:var(--paper);color:var(--slate);font-family:var(--font-body);font-size:var(--text-md);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}img,picture,svg{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);letter-spacing:-.015em;text-wrap:balance;margin:0;font-weight:700;line-height:1.04}p{text-wrap:pretty;margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:var(--ink);text-underline-offset:.2em}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.section{border-bottom:1px solid var(--rule-strong);padding-block:clamp(3.5rem,7vw,5.5rem)}.lede{font-size:var(--step-lede);max-width:var(--measure)}.section-heading{font-size:var(--step-display);letter-spacing:-.025em}.band,.foot{--ink:var(--band-ink);--slate:var(--band-text);--muted:var(--band-muted);--rule:var(--band-rule);--rule-strong:var(--band-rule);--accent:var(--accent-fill);--brand-blue-deep:var(--brand-blue);--brand-green-deep:var(--brand-green)}.band{isolation:isolate;background:var(--band);color:var(--band-text);border-bottom:0;position:relative}.band:before{content:"";background:linear-gradient(90deg, transparent, var(--band-bevel) 22%, var(--band-bevel) 78%, transparent);height:1px;position:absolute;inset:0 0 auto}.band:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(120% 72% at 50% 0%, var(--band-glow), transparent 62%);position:absolute;inset:0}.band :is(h1,h2,h3,h4){color:var(--band-ink)}.band :focus-visible{outline-color:var(--brand-blue-deep)}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.btn{border-radius:var(--radius);font-family:var(--font-body);font-size:var(--text-ui);white-space:nowrap;cursor:pointer;transition:background-color .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), opacity .18s var(--ease);border:1px solid #0000;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.btn--primary{isolation:isolate;background:linear-gradient(135deg, var(--stop-1) 0%, var(--stop-4) 100%);color:#0c0d0e;transition:box-shadow .22s var(--ease), transform .22s var(--ease), filter .22s var(--ease);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 1px 16px -4px #57b1ff73}.btn--primary:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#ffffff47 0%,#ffffff0f 46%,#fff0 62%);position:absolute;inset:0}.btn--primary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 3px 22px -4px #57b1ff99}.btn--primary:active{filter:brightness(.98);transform:translateY(0);box-shadow:0 1px 10px -4px #57b1ff80}@media (prefers-reduced-motion:reduce){.btn--primary:hover,.btn--primary:active{transform:none}}.btn--lg{font-size:var(--text-ui);padding:.85rem 1.6rem}.btn--ghost{border-color:var(--rule-strong);color:var(--ink);background:0 0}.btn--ghost:hover{border-color:var(--ink)}.band .btn--primary{background:linear-gradient(135deg, var(--stop-1) 0%, var(--stop-4) 100%);color:#0c0d0e;box-shadow:none}.band .btn--primary:hover{box-shadow:none}.band .btn--ghost{border-color:var(--band-rule);color:var(--band-ink)}.band .btn--ghost:hover{border-color:var(--brand-blue);color:var(--brand-blue-deep)}.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.nav[data-astro-cid-rutobish]{z-index:50;background:color-mix(in srgb, var(--paper) 88%, transparent);backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid var(--rule);position:sticky;top:0}.nav__inner[data-astro-cid-rutobish]{align-items:center;gap:clamp(1rem,3vw,2.5rem);min-height:4.25rem;display:flex}.nav__brand[data-astro-cid-rutobish]{margin-right:auto;display:grid}.nav__logo[data-astro-cid-rutobish]{width:122px;height:auto}.nav__list[data-astro-cid-rutobish]{align-items:center;gap:clamp(.5rem,2vw,1.5rem);display:flex}.nav__link[data-astro-cid-rutobish],.drop[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]{font-size:var(--text-ui);color:var(--slate);cursor:pointer;transition:color .18s var(--ease), border-color .18s var(--ease);border-bottom:2px solid #0000;align-items:center;gap:.3rem;padding:.4rem 0;font-weight:500;text-decoration:none;display:inline-flex}.nav__link[data-astro-cid-rutobish]:hover,.drop[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]:hover,.drop[data-astro-cid-rutobish][open]>summary[data-astro-cid-rutobish]{color:var(--ink);border-color:var(--brand-blue)}.nav__link[data-astro-cid-rutobish][aria-current=page]{color:var(--ink);border-color:var(--ink)}.drop[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish],.burger[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]{list-style:none}.drop[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]::-webkit-details-marker,.burger[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]::-webkit-details-marker{display:none}.drop[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]::marker,.burger[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]::marker{content:""}.drop[data-astro-cid-rutobish]{position:relative}.drop[data-astro-cid-rutobish][open]>summary[data-astro-cid-rutobish] svg[data-astro-cid-rutobish]{transform:rotate(180deg)}.drop[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish] svg[data-astro-cid-rutobish]{transition:transform .18s var(--ease)}.drop__panel[data-astro-cid-rutobish]{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius);min-width:19rem;padding:.5rem;position:absolute;top:calc(100% + .7rem);left:-.9rem;box-shadow:0 12px 28px #0f11151f}.drop__panel[data-astro-cid-rutobish] a[data-astro-cid-rutobish]{border-radius:var(--radius);font-size:var(--text-ui);color:var(--slate);padding:.6rem .75rem;text-decoration:none;display:block}.drop__panel[data-astro-cid-rutobish] a[data-astro-cid-rutobish]:hover{background:var(--paper);color:var(--ink)}.drop__panel[data-astro-cid-rutobish] a[data-astro-cid-rutobish][aria-current=page]{color:var(--ink);font-weight:600}.nav__actions[data-astro-cid-rutobish]{align-items:center;gap:clamp(.5rem,1.6vw,1.1rem);display:flex}.nav__signin[data-astro-cid-rutobish]{font-size:var(--text-ui);color:var(--slate);white-space:nowrap;font-weight:500;text-decoration:none}.nav__signin[data-astro-cid-rutobish]:hover{color:var(--ink)}.burger[data-astro-cid-rutobish]{display:none}.burger[data-astro-cid-rutobish]>summary[data-astro-cid-rutobish]{z-index:61;border:1px solid var(--rule);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;position:relative}.burger__bars[data-astro-cid-rutobish]{gap:3.5px;display:grid}.burger__bars[data-astro-cid-rutobish] i[data-astro-cid-rutobish]{background:var(--ink);width:15px;height:1.7px;transition:transform .24s var(--ease), opacity .16s var(--ease);border-radius:2px;display:block}.burger[data-astro-cid-rutobish][open] .burger__bars[data-astro-cid-rutobish] i[data-astro-cid-rutobish]:first-child{transform:translateY(5.2px)rotate(45deg)}.burger[data-astro-cid-rutobish][open] .burger__bars[data-astro-cid-rutobish] i[data-astro-cid-rutobish]:nth-child(2){opacity:0}.burger[data-astro-cid-rutobish][open] .burger__bars[data-astro-cid-rutobish] i[data-astro-cid-rutobish]:nth-child(3){transform:translateY(-5.2px)rotate(-45deg)}.burger__panel[data-astro-cid-rutobish]{z-index:60;background:var(--paper);height:100dvh;padding:1.5rem var(--gutter) max(1.5rem, env(safe-area-inset-bottom));flex-direction:column;display:flex;position:fixed;inset:0}.burger__brand[data-astro-cid-rutobish]{flex:none;margin-bottom:1.75rem;display:block}.burger__brand[data-astro-cid-rutobish] img[data-astro-cid-rutobish]{width:118px;height:auto}.burger__inner[data-astro-cid-rutobish]{min-height:0;max-width:var(--container);flex-direction:column;flex:1;width:100%;margin-inline:auto;display:flex}.burger__nav[data-astro-cid-rutobish]{border-top:1px solid var(--rule);flex:1;min-height:0;overflow-y:auto}.pick[data-astro-cid-rutobish]+.pick[data-astro-cid-rutobish]{margin-top:1.75rem}.pick__title[data-astro-cid-rutobish]{font-family:var(--font-body);font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:600}.pick[data-astro-cid-rutobish] ul[data-astro-cid-rutobish]{margin-top:.4rem}.pick[data-astro-cid-rutobish] a[data-astro-cid-rutobish]{font-family:var(--font-display);font-weight:700;font-size:var(--text-xl);color:var(--ink);padding:.62rem 0;line-height:1.2;text-decoration:none;display:block}.pick[data-astro-cid-rutobish] a[data-astro-cid-rutobish][aria-current=page]{color:var(--brand-blue-deep)}.burger__foot[data-astro-cid-rutobish]{flex:none;justify-items:center;gap:1rem;padding-top:1.5rem;display:grid}.burger__cta[data-astro-cid-rutobish]{width:100%;padding-block:1rem}.burger__signin[data-astro-cid-rutobish]{font-size:var(--text-ui);color:var(--slate);font-weight:500;text-decoration:none}@media (width<=1080px){.nav__desktop[data-astro-cid-rutobish]{display:none}.burger[data-astro-cid-rutobish]{display:block}}@media (width<=560px){.nav__signin[data-astro-cid-rutobish],.nav__cta[data-astro-cid-rutobish]{display:none}.nav__logo[data-astro-cid-rutobish]{width:106px}}.nav[data-astro-cid-rutobish]{transition:border-color .3s var(--ease), background-color .3s var(--ease), min-height .3s var(--ease);border-bottom-color:#0000}.nav[data-astro-cid-rutobish][data-scrolled]{border-bottom-color:var(--rule)}.nav[data-astro-cid-rutobish][data-scrolled] .nav__inner[data-astro-cid-rutobish]{min-height:3.6rem}.nav__inner[data-astro-cid-rutobish]{transition:min-height .3s var(--ease)}.foot[data-astro-cid-nns7i3if]{color:#b4bcc8;background:#16181f;padding-block:clamp(2.75rem,6vw,4.5rem) 1.75rem}.foot__inner[data-astro-cid-nns7i3if]{gap:2.75rem;display:grid}@media (width>=900px){.foot__inner[data-astro-cid-nns7i3if]{grid-template-columns:minmax(0,1fr) minmax(0,3fr);gap:3rem}}.foot__brand[data-astro-cid-nns7i3if] img{width:150px;height:auto}.foot__tag[data-astro-cid-nns7i3if]{font-size:var(--text-ui);max-width:34ch;margin-top:1rem}.foot__social[data-astro-cid-nns7i3if]{font-size:var(--text-sm);color:#b4bcc8;align-items:center;gap:.5rem;margin-top:1.25rem;text-decoration:none;display:inline-flex}.foot__social[data-astro-cid-nns7i3if]:hover{color:#fff}.foot__cols[data-astro-cid-nns7i3if]{gap:2rem;display:grid}@media (width>=620px){.foot__cols[data-astro-cid-nns7i3if]{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 2.5rem}}@media (width>=1000px){.foot__cols[data-astro-cid-nns7i3if]{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.foot__cols[data-astro-cid-nns7i3if] h2[data-astro-cid-nns7i3if]{font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase;color:#8b95a3;font-weight:600;font-family:var(--font-body)}.foot__cols[data-astro-cid-nns7i3if] ul[data-astro-cid-nns7i3if]{gap:.55rem;margin-top:.9rem;display:grid}.foot__cols[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:#b4bcc8;font-size:var(--text-ui);text-decoration:none}.foot__cols[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:hover{color:#fff}.foot__cols[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if][aria-current=page]{color:#fff;font-weight:600}.foot__legal[data-astro-cid-nns7i3if]{border-top:1px solid var(--band-rule);font-size:var(--text-xs);color:#8b95a3;margin-top:clamp(2rem,5vw,3rem);padding-top:1.5rem}.foot__address[data-astro-cid-nns7i3if]{margin-top:.4rem;font-style:normal}.foot__address[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:inherit;text-decoration:none}.foot__address[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:hover{color:#fff}.foot[data-astro-cid-nns7i3if] :focus-visible{outline-color:#57b1ff}html.lenis,html.lenis body{height:auto}html.lenis.lenis-smooth{scroll-behavior:auto}html.lenis.lenis-stopped{overflow:hidden}.has-reveal [data-reveal]{opacity:0;transform:translateY(14px)}.has-reveal [data-reveal].is-revealed{opacity:1;transition:opacity .62s var(--ease), transform .62s var(--ease);transition-delay:calc(var(--reveal-i,0) * 70ms);transform:none}@media (prefers-reduced-motion:reduce){.has-reveal [data-reveal]{opacity:1;transform:none}}.skip-link[data-astro-cid-z4jru4n3]{z-index:100;background:var(--ink);color:var(--paper);font-size:var(--text-ui);padding:.75rem 1.25rem;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link[data-astro-cid-z4jru4n3]:focus{left:0}
