:root{color-scheme:light dark;--content-max: 42rem;--bg: #ffffff;--fg: #111111;--link: #0b57d0;--muted: #555555;--border: #e8e8e8;--code-bg: #f4f4f4;--row-hover: color-mix(in srgb, var(--fg) 5%, transparent);--focus-ring: color-mix(in srgb, var(--link) 45%, transparent)}@media(prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark;--bg: #0a0a0a;--fg: #ededed;--link: #8ab4f8;--muted: #b0b0b0;--border: #2e2e2e;--code-bg: #161616;--row-hover: color-mix(in srgb, var(--fg) 8%, transparent);--focus-ring: color-mix(in srgb, var(--link) 50%, transparent)}}html[data-theme=light]{color-scheme:light;--bg: #ffffff;--fg: #111111;--link: #0b57d0;--muted: #555555;--border: #e8e8e8;--code-bg: #f4f4f4;--row-hover: color-mix(in srgb, var(--fg) 5%, transparent);--focus-ring: color-mix(in srgb, var(--link) 45%, transparent)}html[data-theme=dark]{color-scheme:dark;--bg: #0a0a0a;--fg: #ededed;--link: #8ab4f8;--muted: #b0b0b0;--border: #2e2e2e;--code-bg: #161616;--row-hover: color-mix(in srgb, var(--fg) 8%, transparent);--focus-ring: color-mix(in srgb, var(--link) 50%, transparent)}@media(min-width:48rem){:root{--content-max: 56rem}}@media(min-width:75rem){:root{--content-max: 68rem}}*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:100%;line-height:1.65;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh}::selection{background:color-mix(in srgb,var(--link) 28%,transparent);color:var(--fg)}main{max-width:var(--content-max);margin:0 auto;padding:clamp(1.5rem,5.5vw,2.75rem);padding-top:clamp(3.75rem,12vw,5rem);padding-bottom:clamp(3rem,10vw,5rem)}a{color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em;border-radius:2px}a:hover{text-decoration-thickness:1.5px}a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px;text-decoration:none}ul.list{list-style:none;padding:0;margin:2.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}ul.list li{margin:0}ul.list a{display:inline-block;padding:.65rem 0;min-height:44px;line-height:1.45;text-decoration:none;font-size:1.0625rem;font-weight:500;letter-spacing:-.01em;color:var(--fg);border-bottom:1px solid color-mix(in srgb,var(--border) 65%,transparent);width:100%;transition:color .12s ease,border-color .12s ease}@media(prefers-reduced-motion:reduce){ul.list a{transition:none}}ul.list a:hover{color:var(--link);border-bottom-color:color-mix(in srgb,var(--link) 45%,var(--border));background:none}ul.list a:focus-visible{outline-offset:3px;border-bottom-color:transparent}.doc-title{font-size:clamp(1.625rem,4.5vw,2rem);font-weight:600;letter-spacing:-.03em;line-height:1.2;margin:0 0 1rem;text-wrap:balance}.doc-lede{font-size:.9375rem;color:var(--muted);margin:0 0 2rem;line-height:1.55;max-width:36em}.prose-intro{font-size:1.0625rem;line-height:1.7;letter-spacing:-.011em;color:color-mix(in srgb,var(--fg) 90%,var(--muted));margin:0 0 2.5rem}.prose-intro p{margin:.85em 0}.prose-intro p:first-child{margin-top:0}.prose-intro p:last-child{margin-bottom:0}.prose-intro ul,.prose-intro ol{margin:.85em 0;padding-left:1.35rem}.prose-intro li{margin:.35em 0}.prose{font-size:1.0625rem;line-height:1.7;letter-spacing:-.011em}.prose>h1.doc-title{font-size:clamp(1.625rem,4.5vw,2rem);line-height:1.2;font-weight:600;letter-spacing:-.03em;margin:0 0 1.35rem}.prose h1:not(.doc-title),.prose h2,.prose h3{line-height:1.28;font-weight:600;letter-spacing:-.02em;margin:2em 0 .55em}.prose h1:not(.doc-title):first-child,.prose h2:first-child,.prose h3:first-child{margin-top:1.25em}.prose h1:not(.doc-title){font-size:1.3rem}.prose h2{font-size:1.15rem}.prose h3{font-size:1.05rem}.prose p{margin:1em 0}.prose ul,.prose ol{margin:1em 0;padding-left:1.4rem}.prose li{margin:.45em 0}.prose li::marker{color:var(--muted)}.prose code{font-family:ui-monospace,Cascadia Code,Segoe UI Mono,monospace;font-size:.88em;background:var(--code-bg);padding:.12em .35em;border-radius:4px}.prose pre{overflow-x:auto;margin:1.5rem 0;background:transparent;border:none;border-radius:0;border-left:2px solid var(--border);padding:1rem 0 1rem 1rem;font-size:.86rem;line-height:1.55}.prose pre code{padding:0;background:none}.prose blockquote{margin:1.5em 0;padding:.25rem 0 .25rem 1.15rem;border-left:2px solid color-mix(in srgb,var(--link) 30%,var(--border));color:var(--muted);font-style:normal}.prose hr{border:none;height:1px;margin:2.5rem 0;background:var(--border)}.theme-toggle{position:fixed;top:max(.75rem,env(safe-area-inset-top));right:max(.75rem,env(safe-area-inset-right));z-index:10;width:44px;height:44px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .12s ease,background-color .12s ease}@media(prefers-reduced-motion:reduce){.theme-toggle{transition:none}}.theme-toggle:hover{background:var(--row-hover);color:var(--fg)}.theme-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.theme-toggle:active{opacity:.85}@media(prefers-reduced-motion:reduce){.theme-toggle:active{opacity:1}}.theme-toggle svg{width:22px;height:22px;flex-shrink:0}.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}
