.hdr{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(14px) saturate(1.4);backdrop-filter:blur(14px) saturate(1.4);border-bottom:1px solid transparent;transition:transform .45s cubic-bezier(.22,1,.36,1),border-color .3s,background-color .3s;will-change:transform}.hdr.is-scrolled{border-bottom-color:var(--line)}.hdr.is-hidden{transform:translateY(-100%)}.hdr:has(:focus-visible){transform:none}.hdr__bar{display:flex;align-items:center;gap:1.5rem;height:5rem}.hdr__logo{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem;margin-left:-.5rem;color:var(--text);text-decoration:none;font-weight:500}.hdr__logo:hover{color:var(--text)}.hdr__nav{margin-left:auto}.hdr__nav ul{display:flex;gap:1.5rem}.hdr__nav a{font-size:.9375rem;color:var(--text-2);text-decoration:none;padding-block:.35rem;background:linear-gradient(currentColor,currentColor) no-repeat left bottom / 0% 1px;transition:color .2s,background-size .35s var(--ease)}.hdr__nav a:hover{color:var(--text);background-size:100% 1px}.hdr__logo svg{transition:color .2s,transform .4s var(--ease)}.hdr__logo:hover svg{color:var(--accent);transform:translateY(-1px)}.hdr__tools{display:flex;align-items:center;gap:.5rem;margin-left:.75rem}.hdr__langs{display:inline-flex;padding:.2rem;border:1px solid var(--line);border-radius:999px}.hdr__lang{display:inline-grid;place-items:center;min-width:2.25rem;height:2rem;padding-inline:.5rem;border-radius:999px;font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:var(--muted);text-decoration:none;transition:background-color .2s,color .2s}a.hdr__lang:hover{color:var(--text);background:var(--surface)}.hdr__lang.is-current{background:var(--text);color:var(--bg)}.hdr__theme{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:50%;color:var(--text-2);transition:background-color .2s,color .2s}.hdr__theme:hover{background:var(--surface);color:var(--text)}.hdr__theme svg{transition:transform .5s var(--ease)}.hdr__theme:hover svg{transform:rotate(-20deg)}.i-sun{display:none}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .i-sun{display:block}:root:not([data-theme=light]) .i-moon{display:none}}:root[data-theme=dark] .i-sun{display:block}:root[data-theme=dark] .i-moon{display:none}@media (max-width: 26rem){.hdr__name{display:none}}@media (max-width: 36rem){.hdr__nav{display:none}.hdr__tools{margin-left:auto}}.ftr{background:var(--band);color:var(--band-muted);font-size:.875rem}.ftr__row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 2rem;padding-block:1.75rem;border-top:1px solid var(--band-line)}.ftr a{color:var(--band-muted);text-decoration:none}.ftr a:hover{color:var(--band-text)}:root{color-scheme:light;--bg: #f5f4f0;--surface: #ebe9e3;--text: #141413;--text-2: #43423d;--muted: #6a6862;--line: #dbd9d2;--accent: #2743d6;--on-accent: #ffffff;--ok: #117544;--band: #141413;--band-text: #f5f4f0;--band-muted: #a4a29b;--band-line: #33322f;--photo-bg: #141413;--font: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max: 1680px;--pad: clamp(1.25rem, 4vw, 4rem);--gap: clamp(1rem, 2vw, 2rem);--radius: 10px;--ease: cubic-bezier(.2, .7, .2, 1)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #111110;--surface: #1b1b1a;--text: #edece8;--text-2: #bebcb5;--muted: #8f8d87;--line: #2a2927;--accent: #92a6ff;--on-accent: #111110;--ok: #45c985;--band: #1b1b1a;--band-text: #edece8;--band-muted: #9a988f;--band-line: #33322f;--photo-bg: #f5f4f0}}:root[data-theme=dark]{color-scheme:dark;--bg: #111110;--surface: #1b1b1a;--text: #edece8;--text-2: #bebcb5;--muted: #8f8d87;--line: #2a2927;--accent: #92a6ff;--on-accent: #111110;--ok: #45c985;--band: #1b1b1a;--band-text: #edece8;--band-muted: #9a988f;--band-line: #33322f;--photo-bg: #f5f4f0}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;background:var(--bg);scroll-padding-top:6.5rem}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{min-height:100svh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font-family:var(--font);font-size:1.0625rem;line-height:1.6;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 64rem){body{font-size:1.125rem}}main{flex:1}img{display:block;max-width:100%;height:auto}svg{display:block}ul,ol{padding:0;list-style:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}h1,h2,h3{font-weight:500;line-height:1.15;letter-spacing:-.02em}p{text-wrap:pretty}a{color:inherit;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.22em;text-decoration-color:var(--line);transition:color .2s,text-decoration-color .2s}a:hover{color:var(--accent);text-decoration-color:currentColor}::selection{background:var(--accent);color:var(--on-accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.wrap{width:100%;max-width:calc(var(--max) + 2 * var(--pad));margin-inline:auto;padding-inline:var(--pad)}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:var(--gap)}.section{padding-block:clamp(4rem,9vw,8rem);border-top:1px solid var(--line)}.sec-head{align-items:end;row-gap:1rem;margin-bottom:clamp(2rem,5vw,4rem)}.sec-head h2{grid-column:1 / span 6;font-size:clamp(2rem,1.3rem + 2.6vw,3.5rem)}.sec-head p{grid-column:8 / -1;color:var(--muted);max-width:34em}@media (max-width: 60rem){.sec-head h2,.sec-head p{grid-column:1 / -1}}.eyebrow{font-size:.9375rem;color:var(--muted)}.muted{color:var(--muted)}.num{font-variant-numeric:tabular-nums}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;left:.75rem;top:.75rem;z-index:100;padding:.5rem .8rem;background:var(--text);color:var(--bg);border-radius:var(--radius);text-decoration:none;transform:translateY(-200%)}.skip:focus{transform:none}.dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;background:var(--ok);box-shadow:0 0 0 3px color-mix(in srgb,var(--ok) 22%,transparent);flex:none}.tag{display:inline-block;font-size:.8125rem;line-height:1.4;padding:.12rem .55rem;border:1px solid var(--line);border-radius:999px;color:var(--text-2);white-space:nowrap}.tag--progress{border-color:var(--accent);color:var(--accent)}.btn{display:inline-flex;align-items:center;gap:.6rem;min-height:3rem;padding:.7rem 1.35rem;border-radius:999px;font-size:1rem;font-weight:500;text-decoration:none;border:1px solid transparent;transition:background-color .2s,color .2s,border-color .2s}.btn svg{transition:transform .25s var(--ease)}.btn:hover svg{transform:translate(3px)}.btn--down:hover svg{transform:translateY(2px)}.btn small{font-size:.75rem;font-weight:500;color:var(--muted);transition:color .2s}.btn--solid{background:var(--text);color:var(--bg)}.btn--solid:hover{background:var(--accent);color:var(--on-accent)}.btn--line{border-color:var(--line);color:var(--text)}.btn--line:hover{border-color:var(--text);color:var(--text)}
