.index-site{--cell-h: 21px;--radius: 2px;--bg: var(--ix-bg);--bg-secondary: var(--ix-bg-secondary);--fg: var(--ix-ink);--fg-strong: var(--ix-ink-strong);--fg-muted: var(--ix-ink-muted);--fg-faint: var(--ix-ink-faint);--rule: var(--ix-border);--code: var(--ix-bg-secondary);--destructive: #111111;--status-sketch: #a3a3a3;--status-draft: #737373;--status-input-wanted: #6b6b6b;--status-last-call: #4a4a4a;--status-accepted: #2e2e2e;--status-load-bearing: #111111;--status-rejected: #999999;--status-withdrawn: #a3a3a3;--status-superseded: #737373;--status-rfc: #555555;--syntax-and: #666666;--syntax-or: #4f4f4f;--syntax-not: #404040;--syntax-error: #111111;font-family:var(--font-mono);font-size:14px;line-height:var(--cell-h);color:var(--fg)}@media(prefers-color-scheme:dark){.index-site{--destructive: #f0f0f0;--status-sketch: #555555;--status-draft: #a3a3a3;--status-input-wanted: #b5b5b5;--status-last-call: #c9c9c9;--status-accepted: #dedede;--status-load-bearing: #fafafa;--status-rejected: #7a7a7a;--status-withdrawn: #555555;--status-superseded: #a3a3a3;--status-rfc: #b0b0b0;--syntax-and: #9e9e9e;--syntax-or: #c2c2c2;--syntax-not: #cfcfcf;--syntax-error: #f0f0f0}}.index-site :is(h1,h2,h3,h4,h5,h6,p,span,a,li,td,th,div,label,input,button,select,textarea,code,pre,blockquote,figcaption,summary,dt,dd,time,small,strong,em,b,i,u,s){font-size:inherit!important;line-height:var(--cell-h)!important}.index-site :is(h1,h2,h3,p){margin:0}.index-site a{color:inherit;text-decoration:underline;text-decoration-color:var(--fg-faint);text-underline-offset:3px;transition:none}.index-site a:hover{background:var(--fg);color:var(--bg);text-decoration:none}.index-site a:hover code{background:transparent;color:inherit}.index-site h1{display:table;padding:0 1ch;background:var(--fg-strong);color:var(--bg);letter-spacing:.04em}.index-site h1 code{background:transparent!important;color:inherit}.index-site>h1{margin-top:calc(var(--cell-h) * 2)}.index-site>h2{margin-top:calc(var(--cell-h) * 2);text-transform:uppercase;letter-spacing:.08em}.index-site>:is(p,ul,ol,dl,figure,section){margin-top:var(--cell-h);margin-bottom:0}.index-site>:first-child{margin-top:0}.index-site .hero{padding:0 0 var(--cell-h)}.index-site .hero h1{margin-top:0;text-transform:uppercase;letter-spacing:.08em}.index-site .hero p{margin-top:var(--cell-h);max-width:62ch;color:var(--fg-muted)}.index-site .log{list-style:none;margin:0;padding:0}.index-site .log>li{padding:calc(var(--cell-h) * 2) 0 calc(var(--cell-h) * 2 - 1px);border-bottom:1px solid var(--rule)}.index-site .log>li:last-child{padding-bottom:0;border-bottom:0}.index-site time{display:block;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-faint)}.index-site .log h2{margin-top:0}.index-site .log h2 a{text-decoration:none}.index-site .log h2 code{font-weight:700;letter-spacing:0}.index-site .body{margin-top:var(--cell-h);color:var(--fg-muted)}.index-site .body>*{margin-top:var(--cell-h);margin-bottom:0}.index-site .body>*:first-child{margin-top:0}.index-site .body strong{color:var(--fg);font-weight:700}.index-site .body :is(h2,h3){margin-top:calc(var(--cell-h) * 2);color:var(--fg)}.index-site .body h2:before{content:"## ";font-weight:400;color:var(--fg-faint)}.index-site .body h3:before{content:"### ";font-weight:400;color:var(--fg-faint)}.index-site code{background:var(--code);border-radius:var(--radius);padding:0 .5ch;color:var(--fg)}.index-site .body pre{padding:calc(var(--cell-h) - 1px) 2ch;border:1px solid var(--rule);border-radius:var(--radius);overflow-x:auto}.index-site .body pre code{padding:0;background:transparent;color:inherit;border-radius:0}.index-site pre.shiki,.index-site pre.shiki code{background:var(--code)!important}.index-site pre.shiki:not(.cli-block) span{color:var(--shiki-light);background-color:transparent!important}@media(prefers-color-scheme:dark){.index-site pre.shiki:not(.cli-block) span{color:var(--shiki-dark)}}.index-site .body :is(ul,ol){padding-left:4ch}.index-site .refs{margin-top:var(--cell-h);display:flex;flex-wrap:wrap;gap:0 1ch;color:var(--fg-muted)}.index-site .refs a{text-decoration:none}.index-site .refs span{color:var(--fg-faint)}.index-site .tags{list-style:none;margin:var(--cell-h) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:0 2ch;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted)}.index-site .tags li:before{content:"[";color:var(--fg-faint)}.index-site .tags li:after{content:"]";color:var(--fg-faint)}.index-site .subtitle{color:var(--fg-muted);margin-top:var(--cell-h)}.index-site dl.frontmatter{display:grid;grid-template-columns:max-content 1fr;gap:0 2ch;margin:calc(var(--cell-h) * 2) 0}.index-site dl.frontmatter dt{font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted)}.index-site dl.frontmatter dd{margin:0}.index-site .body table{border-collapse:collapse;width:100%}.index-site .body :is(th,td){border:1px solid var(--rule);padding:0 1ch;text-align:left;vertical-align:top}.index-site .body th{font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--code)}.index-site .body .note{position:relative;border:1px solid var(--rule);border-radius:var(--radius);background:var(--bg);padding:calc(var(--cell-h) - 1px) 2ch;margin-top:calc(var(--cell-h) * 2)}.index-site .body .note:before{content:"NOTE";position:absolute;top:calc(var(--cell-h) / -2);left:2ch;padding:0 1ch;background:var(--bg);color:var(--fg-muted);font-weight:700;letter-spacing:.08em}.index-site.svelte-1ygyepx{width:100%;max-width:76ch;margin:0 auto}
