:root{color-scheme:light;--color-bg: oklch(1 0 0);--color-surface: oklch(.975 .003 70);--color-surface-strong: oklch(.94 .008 72);--color-ink: oklch(.18 .012 260);--color-muted: oklch(.42 .018 260);--color-subtle: oklch(.68 .014 260);--color-rule: oklch(.88 .01 72);--color-primary: oklch(.69 .14 65);--color-primary-dark: oklch(.42 .12 62);--color-accent: oklch(.46 .09 222);--color-accent-soft: oklch(.93 .035 222);--color-grid-line: oklch(.88 .01 72 / .6);--color-header-bg: oklch(1 0 0 / .9);--shadow-focus: 0 0 0 3px oklch(.69 .14 65 / .28);--font-body: "Atkinson", ui-sans-serif, system-ui, sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--space-page: clamp(1rem, 2vw, 2rem);--measure: 72ch;--measure-wide: 1120px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--color-bg: oklch(.155 .012 260);--color-surface: oklch(.205 .014 260);--color-surface-strong: oklch(.275 .016 260);--color-ink: oklch(.94 .006 260);--color-muted: oklch(.76 .012 260);--color-subtle: oklch(.58 .014 260);--color-rule: oklch(.34 .014 260);--color-primary: oklch(.78 .13 68);--color-primary-dark: oklch(.86 .11 72);--color-accent: oklch(.77 .085 222);--color-accent-soft: oklch(.31 .04 222);--color-grid-line: oklch(.34 .014 260 / .42);--color-header-bg: oklch(.155 .012 260 / .88);--shadow-focus: 0 0 0 3px oklch(.78 .13 68 / .34)}}:root[data-theme=dark]{color-scheme:dark;--color-bg: oklch(.155 .012 260);--color-surface: oklch(.205 .014 260);--color-surface-strong: oklch(.275 .016 260);--color-ink: oklch(.94 .006 260);--color-muted: oklch(.76 .012 260);--color-subtle: oklch(.58 .014 260);--color-rule: oklch(.34 .014 260);--color-primary: oklch(.78 .13 68);--color-primary-dark: oklch(.86 .11 72);--color-accent: oklch(.77 .085 222);--color-accent-soft: oklch(.31 .04 222);--color-grid-line: oklch(.34 .014 260 / .42);--color-header-bg: oklch(.155 .012 260 / .88);--shadow-focus: 0 0 0 3px oklch(.78 .13 68 / .34)}:root[data-theme=light]{color-scheme:light}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-ink);scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:18px;line-height:1.65;text-align:left;background:linear-gradient(90deg,var(--color-grid-line) 1px,transparent 1px) 0 0 / 8.5rem 100%,var(--color-bg);color:var(--color-ink);overflow-wrap:break-word;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0 auto 0 0;width:.35rem;background:linear-gradient(180deg,var(--color-primary),var(--color-accent) 46%,transparent 46%,transparent 100%);pointer-events:none}a{color:var(--color-accent);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--color-primary-dark)}a:focus-visible,button:focus-visible{border-radius:4px;outline:none;box-shadow:var(--shadow-focus)}main{width:min(var(--measure-wide),calc(100% - (var(--space-page) * 2)));margin:0 auto;padding:clamp(3rem,8vw,7rem) 0 clamp(4rem,9vw,8rem)}h1,h2,h3,h4{margin:0;color:var(--color-ink);line-height:1.08;text-wrap:balance}h1{max-width:11ch;font-size:clamp(3.8rem,13vw,6rem);letter-spacing:-.035em}h2{font-size:clamp(2rem,5vw,3.25rem);letter-spacing:-.025em}h3{font-size:clamp(1.35rem,3vw,1.9rem);letter-spacing:-.015em}h4{font-size:1.08rem}p{margin:0;text-wrap:pretty}p+p{margin-top:1em}strong,b{font-weight:700}small{font-size:.85rem}code{padding:.1rem .28rem;border:1px solid var(--color-rule);border-radius:4px;background:var(--color-surface);font-family:var(--font-mono);font-size:.88em}pre{overflow-x:auto;padding:1.25rem;border:1px solid var(--color-rule);border-radius:8px;background:var(--color-surface)}pre>code{all:unset;font-family:var(--font-mono);font-size:.9rem}blockquote{margin:2rem 0;padding:.25rem 0 .25rem 1.25rem;border-left:3px solid var(--color-primary);color:var(--color-muted);font-size:1.12rem}hr{border:0;border-top:1px solid var(--color-rule)}img{max-width:100%;height:auto;border-radius:8px}table{width:100%;border-collapse:collapse}th,td{padding:.75rem 0;border-bottom:1px solid var(--color-rule);text-align:left}.shell{width:min(var(--measure-wide),calc(100% - (var(--space-page) * 2)));margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.eyebrow:before{content:"";width:.65rem;height:.65rem;border:2px solid var(--color-primary);border-radius:50%}.lede{max-width:var(--measure);color:var(--color-muted);font-size:clamp(1.18rem,2.3vw,1.5rem);line-height:1.5}.summary{max-width:var(--measure);color:var(--color-muted)}.prose{max-width:var(--measure)}.prose>*+*{margin-top:1.1rem}.prose h2,.prose h3{margin-top:2.4rem}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){body{font-size:17px;background-size:6rem 100%}main{padding-top:3rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
