:root{color-scheme:light;--step-display:clamp(2.5rem, 6vw, 4.25rem);--step-h1:clamp(1.875rem, 3.4vw, 2.75rem);--step-h2:clamp(1.5rem, 2.2vw, 1.875rem);--step-body:1.0625rem;--step-small:.875rem;--step-meta:.75rem;--lh-tight:1.04;--lh-heading:1.15;--lh-body:1.65;--tracking-meta:.02em;--font-sans:"Google Sans", "Google Sans Text", "Inter Tight", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--fw-normal:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--shell:1200px;--measure:68ch;--radius-lg:28px;--radius:16px;--radius-sm:8px;--pill:999px;--space-3xs:.25rem;--space-2xs:.5rem;--space-xs:.75rem;--space-s:1rem;--space-m:1.5rem;--space-l:2.5rem;--space-xl:4rem;--space-2xl:6rem;--ease:cubic-bezier(.2, 0, 0, 1);--dur:.18s;--bg:#fff;--surface:#fff;--surface-2:#f0f4f9;--surface-3:#e9eef6;--border:#e3e6ea;--border-strong:#dadce0;--text:#1f1f1f;--text-muted:#5f6368;--text-faint:#80868b;--accent:#5f6368;--accent-hover:#3c4043;--accent-contrast:#fff;--accent-soft:#eef0f2;--link:#e63946;--btn-bg:#17181c;--btn-bg-hover:#2a2c31;--btn-ink:#fff;--btn-gradient:linear-gradient(90deg, #5b9dff 0%, #57d1b0 34%, #ffd35c 67%, #ff7d6b 100%);--focus:#5f6368;--code-bg:#f1f3f4;--shadow:0 1px 2px #14140f0a, 0 8px 24px -12px #14140f29;--shadow-lift:0 2px 6px #14140f0f, 0 18px 40px -20px #14140f47}:root[data-theme=dark]{color-scheme:dark;--bg:#131314;--surface:#1e1f20;--surface-2:#232527;--surface-3:#2b2d30;--border:#333537;--border-strong:#444746;--text:#e3e3e3;--text-muted:#9aa0a6;--text-faint:#80868b;--accent:#9aa0a6;--accent-hover:#c7cace;--accent-contrast:#131314;--accent-soft:#2a2c2f;--link:#ef5b64;--btn-bg:#26282e;--btn-bg-hover:#34373e;--btn-ink:#fff;--focus:#9aa0a6;--code-bg:#1b1c1d;--shadow:0 1px 2px #0006, 0 10px 30px -14px #0009;--shadow-lift:0 2px 6px #00000080, 0 20px 44px -20px #000000b3}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#131314;--surface:#1e1f20;--surface-2:#232527;--surface-3:#2b2d30;--border:#333537;--border-strong:#444746;--text:#e3e3e3;--text-muted:#9aa0a6;--text-faint:#80868b;--accent:#9aa0a6;--accent-hover:#c7cace;--accent-contrast:#131314;--accent-soft:#2a2c2f;--link:#ef5b64;--btn-bg:#26282e;--btn-bg-hover:#34373e;--btn-ink:#fff;--focus:#9aa0a6;--code-bg:#1b1c1d;--shadow:0 1px 2px #0006, 0 10px 30px -14px #0009;--shadow-lift:0 2px 6px #00000080, 0 20px 44px -20px #000000b3}}@font-face{font-family:Google Sans;src:url(/fonts/google-sans-latin.woff2)format("woff2");font-weight:400 700;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-sans);font-size:var(--step-body);line-height:var(--lh-body);font-weight:var(--fw-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}img,picture,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{line-height:var(--lh-heading);font-weight:var(--fw-semibold);letter-spacing:-.011em;text-wrap:balance}h1{font-size:var(--step-h1);line-height:var(--lh-tight)}h2{font-size:var(--step-h2)}h3{font-size:var(--step-body);font-weight:var(--fw-semibold)}:where(a,button,input,[tabindex]):focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:color-mix(in srgb, var(--accent) 24%, transparent)}.btn__label{color:var(--btn-ink)}.shell{width:100%;max-width:var(--shell);padding-inline:var(--space-m);margin-inline:auto}.prose{max-width:var(--measure)}code,kbd,samp,pre{font-family:var(--font-mono);font-size:.9em}:not(pre)>code{background:var(--code-bg);border-radius:var(--radius-sm);padding:.15em .4em}pre{background:var(--code-bg);padding:var(--space-s) var(--space-m);border-radius:var(--radius);border:1px solid var(--border);overflow-x:auto}pre code{background:0 0;padding:0}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{left:var(--space-s);z-index:100;background:var(--surface);color:var(--text);border:1px solid var(--border-strong);padding:var(--space-2xs) var(--space-s);border-radius:var(--radius-sm);transition:top var(--dur) var(--ease);position:absolute;top:-3rem}.skip-link:focus{top:var(--space-s)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
