:root{--size--base:clamp(18px,5vw,20px);--size--minor:clamp(15px,5vw,17px);--color--background:#f1efe9;--color--base:#000000b3;--color--heading:#222;--color--border:#00000026;--color--minor:#00000080;--color--accent:#0080ff;--color--accent-light:#1a8fff;--color--accent-dark:#06c;--color--rss:#e77d2e;--width--edge:.75em;--duration--snap:.125s;--duration--fast:.25s;--duration--slow:.25s}@media (prefers-color-scheme:dark){:root{--color--background:#111;--color--base:#f3f1e5b3;--color--heading:#f3f1e5;--color--border:#f3f1e533;--color--minor:#f3f1e580}}*,:before,:after{box-sizing:border-box;font:inherit;vertical-align:baseline;border-collapse:collapse;border-spacing:0;border:0;margin:0;padding:0}html{background:var(--color--background)}html:before{content:"";background:var(--color--accent);height:3px;position:absolute;inset:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font--sans);font-weight:450;font-size:var(--size--base);color:var(--color--base);flex-direction:column;line-height:1.7;display:flex}::selection{text-shadow:none;background:var(--color--accent);color:#fff}ul{list-style:none}svg,img{vertical-align:top;width:100%;max-height:100%}a{color:currentColor;height:100%;text-decoration:underline;-webkit-text-decoration-color:var(--color--border);text-decoration-color:var(--color--border);text-underline-offset:3px;text-decoration-thickness:2px;display:inline-block;position:relative}a:after{content:"";position:absolute;inset:0 -.5em}@media (hover:hover){a{transition:background-color var(--duration--snap)ease-in-out,color var(--duration--snap)ease-in-out}a:not(.logo):hover,a:not(.logo):hover *{color:var(--color--accent);-webkit-text-decoration-color:var(--color--accent);text-decoration-color:var(--color--accent)}}.outline{clip:rect(1rem,1rem,1rem,1rem);width:1px;height:1px;position:absolute;overflow:hidden}.gap{flex-direction:column;align-items:flex-start;display:flex}.gap.gap--primary{gap:clamp(1.5lh,9vw,2.5lh)}.gap.gap--secondary{gap:1lh}.gap.gap--tertiary{gap:.5lh}.body{width:100%;max-width:800px;min-height:100vh;padding:2lh var(--width--edge);margin:0 auto}@media (max-width:600px){.body{padding:1lh var(--width--edge);min-height:auto}}.logo{color:var(--color--heading);display:flex}.logo svg{width:auto;height:1lh}.footer{flex-wrap:wrap;gap:1em;width:100%;margin-top:auto;display:flex}.footer .footer__rights{margin-left:auto}.footer .footer__links{display:contents}.footer .footer__links a{align-items:center;gap:.5em;display:flex}.footer .footer__links svg{width:.5lh;height:.5lh}@media (max-width:600px){.footer .footer__rights{width:100%}}.heading{letter-spacing:-.05ch;color:var(--color--heading);font-weight:800}.heading.heading--primary{font-size:clamp(48px,10vw,60px);line-height:1}.heading.heading--secondary{font-size:32px}.heading.heading--tertiary{color:var(--color--minor);text-transform:uppercase;letter-spacing:.05ch;font-size:16px;font-weight:800}.copy{word-break:break-word;letter-spacing:-.05ch;width:100%}.copy blockquote>div>:not(:first-child),.copy blockquote>:not(:first-child),.copy>:not(:first-child){margin-top:.5lh}.copy ul,.copy ol{padding-left:2em}.copy ul li{list-style-type:none}.copy ul li:before{content:"–";margin-left:-1em;font-weight:200;position:absolute}.copy ol li{list-style-type:decimal}.copy blockquote{color:var(--color--minor);border-left:.125em solid var(--color--border);margin-left:1em;padding-left:.875em}.copy pre,.copy code{background:var(--color--base);color:var(--color--code);border-radius:.2em}.copy code{font-family:var(--font--mono);box-shadow:0 0 0 .1em var(--color--base);padding:.1em .2em;font-size:.8em}.copy pre{white-space:pre-wrap;padding:.5lh 1em}.copy pre code{padding:0}.copy strong,.copy b{font-weight:700}.copy em,.copy i{font-style:italic}.copy del,.copy s{text-decoration:line-through}.copy img{max-width:100%;display:block}@media (max-width:600px){.copy pre{margin:0 calc(var(--width--edge)*-1);padding:1lh var(--width--edge);border-radius:0}}.minor{font-size:var(--size--minor);color:var(--color--minor);font-weight:400}.meta{flex-wrap:wrap;column-gap:.5em;display:flex}.meta>:not(:first-child):before{content:"—";margin-right:.5em}.subscribe{flex-direction:column;row-gap:10px;min-width:75%;display:flex}.subscribe__form{border:2px solid var(--color--border);align-items:center;display:flex}.subscribe__form{border-radius:5px}.subscribe__form:focus-within{border-color:var(--color--accent);transition:border-color var(--duration--fast)ease-in-out}.subscribe__input,.subscribe__button{border-radius:3px;outline:none;padding:0 20px}.subscribe__input{height:65px;color:var(--color--base);background:0 0;border:2px solid #0000;flex-grow:1}@keyframes barStripe{0%{background-position:0 0}to{background-position:1em 0}}.subscribe__button{cursor:pointer;background:var(--color--accent);color:#fff;white-space:nowrap;height:55px;transition:background var(--duration--snap)ease-in-out,color var(--duration--snap)ease-in-out;margin:5px 5px 5px 0;font-weight:500;position:relative;overflow:hidden}.subscribe__button:before,.subscribe__button:after{opacity:0;transition:opacity var(--duration--snap)ease-in-out}.subscribe__button:before{content:"";background-image:linear-gradient(45deg,#00000020 25%,#0000 25% 50%,#00000020 50% 75%,#0000 75%,#0000);background-size:1em 1em;animation:1s linear infinite barStripe;position:absolute;inset:0}.subscribe__button:after{content:attr(data-loading);color:#ffffff80;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.subscribe__button[disabled]{cursor:wait;color:#0000;background:var(--color--accent-dark)}.subscribe__button[disabled]:before,.subscribe__button[disabled]:after{opacity:1}.subscribe__success,.subscribe__error{font-size:var(--size--minor);align-items:center;gap:.5em;display:flex}:is(.subscribe__success,.subscribe__error) svg{border-radius:50%;width:1.3em;height:1.3em;padding:.1em}.subscribe__success{font-weight:400}.subscribe__success svg{background:var(--color--accent)}.subscribe__error svg{background:#fa0000}@media (hover:hover){.subscribe__button:not([disabled]):hover,.subscribe__button:not([disabled]):focus{background:var(--color--accent-light)}}@media (max-width:700px){.subscribe{width:100%}}@media (max-width:600px){.subscribe__form{border:0;flex-direction:column;align-items:stretch}.subscribe__input{border-color:var(--color--border);margin-bottom:5px;line-height:calc(1.25lh - 6px)}.subscribe__input:focus{border-color:var(--color--accent)}.subscribe__button{margin:0;padding:0 1em;line-height:calc(1.25lh - 3px)}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_27cc86dd-module__FVgWhG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_27cc86dd-module__FVgWhG__variable{--font--sans:"Inter","Inter Fallback"}
