:root{color-scheme:light dark;--background:#fff;--surface:#fafafa;--surface-raised:#fff;--text:#171717;--text-secondary:#4d4d4d;--text-tertiary:#707070;--border:#eaeaea;--separator:#00000014;--hover:#f2f2f2;--code-background:#fafafa;--header-background:#ffffffe0;--selection:#e8e8e8;--header-height:4rem;--sidebar-width:15.5rem;--toc-width:12.5rem;--copy-width:45rem;font-synthesis:none;font-family:Geist Sans,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--background:#000;--surface:#0a0a0a;--surface-raised:#0f0f0f;--text:#ededed;--text-secondary:#a1a1a1;--text-tertiary:#888;--border:#2e2e2e;--separator:#ffffff24;--hover:#1a1a1a;--code-background:#0a0a0a;--header-background:#000000d6;--selection:#333}}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 2rem)}body{background:var(--background);min-width:20rem;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.7}::selection{background:var(--selection)}a{color:inherit}a:focus-visible,summary:focus-visible{outline:2px solid var(--text);outline-offset:3px;border-radius:.25rem}.skip-link{z-index:30;border:1px solid var(--border);background:var(--text);color:var(--background);border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;height:var(--header-height);border-bottom:1px solid var(--separator);background:var(--header-background);backdrop-filter:saturate(180%)blur(12px);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;width:100%;max-width:82rem;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.wordmark{color:var(--text);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:.9375rem;text-decoration:none;display:inline-flex}.wordmark strong{font-weight:650}.wordmark>span{color:var(--text-tertiary)}.wordmark small{border:1px solid var(--border);color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;margin-left:.125rem;padding:.125rem .375rem;font-size:.625rem;font-weight:600;line-height:1.25}.header-navigation{align-items:center;gap:.375rem;display:flex}.header-navigation a{color:var(--text-secondary);border-radius:.375rem;padding:.375rem .625rem;font-size:.8125rem;font-weight:500;line-height:1.5;text-decoration:none}.header-navigation a:hover{background:var(--surface);color:var(--text)}.documentation-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);gap:3rem;width:100%;max-width:82rem;margin:0 auto;padding:0 1.5rem 7rem;display:grid}.desktop-navigation{top:var(--header-height);height:calc(100vh - var(--header-height));border-right:1px solid var(--separator);scrollbar-width:thin;padding:2rem 1rem 3rem 0;position:sticky;overflow-y:auto}.mobile-navigation{display:none}.navigation-group+.navigation-group{margin-top:1.75rem}.navigation-group h2{color:var(--text);letter-spacing:-.01em;margin:0 0 .375rem;font-size:.8125rem;font-weight:600;line-height:1.5}.navigation-group ul{gap:.125rem;margin:0;padding:0;list-style:none;display:grid}.navigation-group a{color:var(--text-secondary);border-radius:.375rem;margin-left:-.625rem;padding:.375rem .625rem;font-size:.8125rem;line-height:1.5;text-decoration:none;display:block}.navigation-group a:hover{background:var(--surface);color:var(--text)}.navigation-group a[aria-current=page]{background:var(--hover);color:var(--text);font-weight:500}.document-content{grid-template-columns:minmax(0, var(--copy-width)) var(--toc-width);justify-content:space-between;gap:3rem;min-width:0;padding-top:3.5rem;display:grid}.content-column{min-width:0}.table-of-contents{top:calc(var(--header-height) + 1.5rem);max-height:calc(100vh - var(--header-height) - 3rem);align-self:start;position:sticky;overflow-y:auto}.table-of-contents p{color:var(--text);margin:0 0 .5rem;font-size:.75rem;font-weight:600;line-height:1.5}.table-of-contents ol{margin:0;padding:0;list-style:none}.table-of-contents li{margin:0}.table-of-contents li.nested{padding-left:.75rem}.table-of-contents a{color:var(--text-tertiary);padding:.3125rem 0;font-size:.75rem;line-height:1.5;text-decoration:none;display:block}.table-of-contents a:hover{color:var(--text)}.document-kind{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem;font-family:Geist Mono,SFMono-Regular,Consolas,monospace;font-size:.6875rem;font-weight:600;line-height:1.5;display:inline-block}.document-notice{border:1px solid var(--border);background:var(--surface);max-width:65ch;color:var(--text-secondary);border-radius:.5rem;margin:0 0 2rem;padding:.75rem .875rem;font-size:.8125rem;line-height:1.6}.prose>:first-child{margin-top:0}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text);letter-spacing:-.035em;scroll-margin-top:calc(var(--header-height) + 2rem);text-wrap:balance;font-weight:600}.prose h1{letter-spacing:-.055em;max-width:24ch;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3rem);line-height:1.08}.prose h2{margin:2.75rem 0 .75rem;font-size:1.5rem;line-height:1.35}.prose h3{margin:2.25rem 0 .5rem;font-size:1.125rem;line-height:1.45}.prose h4{margin:1.75rem 0 .5rem;font-size:1rem;line-height:1.5}.prose p,.prose li{max-width:68ch}.prose p{margin:.875rem 0}.prose>h1+p{color:var(--text-secondary);margin:0 0 2rem;font-size:1.0625rem;line-height:1.7}.prose a{text-underline-offset:.2em;font-weight:500;text-decoration-line:underline;text-decoration-thickness:1px}.prose a:hover{text-decoration-color:var(--text-tertiary)}.prose ul,.prose ol{padding-left:1.5rem}.prose li{padding-left:.25rem}.prose li+li{margin-top:.375rem}.prose blockquote{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);border-radius:.5rem;margin:1.75rem 0;padding:.75rem 1rem}.prose blockquote>:first-child{margin-top:0}.prose blockquote>:last-child{margin-bottom:0}.prose code{border:1px solid var(--border);background:var(--surface);font-variant-ligatures:none;border-radius:.25rem;padding:.125em .3em;font-family:Geist Mono,SFMono-Regular,Consolas,monospace;font-size:.875em}.prose pre{border:1px solid var(--border);background:var(--shiki-light-bg,var(--code-background));max-width:100%;color:var(--text);tab-size:2;border-radius:.5rem;margin:1.5rem 0;padding:1rem;font-size:.8125rem;line-height:1.6;overflow-x:auto}.prose pre code{color:inherit;font-size:inherit;background:0 0;border:0;padding:0}.prose table{border-spacing:0;border-collapse:collapse;width:max-content;max-width:100%;margin:1.5rem 0;font-size:.8125rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:.625rem .75rem}.prose th{background:var(--surface);font-weight:600}.prose hr{border:0;border-top:1px solid var(--border);margin:3rem 0}.prose-home h1{max-width:16ch;font-size:clamp(3rem,7vw,4.5rem);line-height:.98}.prose-home>h1+p{max-width:42rem;font-size:1.1875rem}.prose-home>ul:first-of-type{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.5rem 0 3.5rem;padding:0;list-style:none;display:grid}.prose-home>ul:first-of-type li{border:1px solid var(--border);background:var(--surface-raised);min-width:0;color:var(--text-secondary);border-radius:.5rem;margin:0;padding:1rem;font-size:.875rem;line-height:1.55}.prose-home>ul:first-of-type li:hover{border-color:var(--text-tertiary)}.prose-home>ul:first-of-type a{color:var(--text);margin-bottom:.375rem;font-size:.9375rem;text-decoration:none;display:block}.document-footer{border-top:1px solid var(--separator);margin-top:3.5rem;padding-top:1rem;font-size:.75rem}.document-footer a{color:var(--text-tertiary);font-weight:500;text-decoration:none}.document-footer a:hover{color:var(--text)}.page-navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem;display:grid}.page-navigation a{border:1px solid var(--border);border-radius:.5rem;gap:.25rem;min-width:0;padding:.875rem 1rem;text-decoration:none;display:grid}.page-navigation a:hover{border-color:var(--text-tertiary)}.page-navigation span{color:var(--text-tertiary);letter-spacing:.04em;text-transform:uppercase;font-size:.6875rem;font-weight:500}.page-navigation strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;overflow:hidden}.page-navigation .next-page{text-align:right}@media (width<=74.999rem){.document-content{grid-template-columns:minmax(0, var(--copy-width));justify-content:center}.table-of-contents{display:none}}@media (width<=60rem){.site-header{position:static}.desktop-navigation{display:none}.mobile-navigation{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;margin:1rem 1.25rem 0;display:block}.mobile-navigation summary{cursor:pointer;min-height:2.75rem;padding:.65rem .875rem;font-size:.8125rem;font-weight:500}.mobile-navigation nav{border-top:1px solid var(--separator);padding:.5rem .875rem 1rem}.mobile-navigation .navigation-group a{min-height:2.75rem;margin-left:0;padding:.7rem .625rem}.documentation-shell{padding-inline:1.5rem;display:block}.document-content{padding-top:2.75rem;display:block}}@media (width<=40rem){.site-header-inner{padding:0 1.25rem}.wordmark small,.header-navigation a:first-child{display:none}.documentation-shell{padding-inline:1.25rem}.prose h1{font-size:2.25rem;line-height:1.08}.prose h2{margin-top:2.25rem;font-size:1.375rem}.prose-home h1{font-size:2.75rem}.prose-home>ul:first-of-type,.page-navigation{grid-template-columns:1fr}.page-navigation>span{display:none}.page-navigation .next-page{text-align:left}}
