:root{--system-sans: system-ui, ui-sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;--system-mono: ui-monospace, system-ui-monospaced, "SF Mono", inconsolata, consolas, "noto mono", "droid sans mono", "liberation mono", "dejavu sans mono", "ubuntu mono", monaco, "courier new", monospace;--system-serif: ui-serif, "New York", charter, constantia, "lucida bright", lucidabright, "lucida serif", lucida, "dejavu serif", "bitstream vera serif", "liberation serif", georgia, serif;--system-round: ui-rounded, SFRounded, "SF Rounded", "SF Pro Rounded", var(--system-sans)}:root{--font-body: var(--system-sans);--font-code: var(--system-mono);--font-size-body: 14px;--font-size-scale: .25vw;--line-height-body: 1.75;--line-height-pre: 1.45;--light-text: hsl(0deg, 0%, 7%, 100%);--light-background: white;--light-layer-background: hsl(0deg, 0%, 100%, 0%);--light-accent-background: hsl(0deg, 0%, 95%, 100%);--light-accent-midground: hsl(0deg, 0%, 84%, 100%);--light-accent-foreground: hsl(0deg, 0%, 49%, 100%);--light-link-text: hsl(208deg, 100%, 50%, 100%);--light-mark-background: hsl(60deg, 100%, 50%, 100%);--light-code-text: var(--light-text);--light-code-background: var(--light-accent-background);--light-code-border: var(--light-accent-midground);--dark-text: white;--dark-background: hsl(0deg, 0%, 12%, 100%);--dark-layer-background: var(--transparent);--dark-accent-background: hsl(0deg, 0%, 20%, 100%);--dark-accent-midground: hsl(0deg, 0%, 30%, 100%);--dark-accent-foreground: hsl(0deg, 0%, 60%, 100%);--dark-link-text: hsl(206deg, 100%, 70%);--dark-mark-background: hsl(58deg, 66%, 30%, 100%);--dark-code-text: var(--dark-text);--dark-code-background: var(--dark-accent-background);--dark-code-border: var(--dark-accent-midground);--text: var(--light-text);--background: var(--light-background);--layer-background: var(--light-layer-background);--accent-background: var(--light-accent-background);--accent-midground: var(--light-accent-midground);--accent-foreground: var(--light-accent-foreground);--link-text: var(--light-link-text);--mark-background: var(--light-mark-background);--code-text: var(--light-code-text);--code-background: var(--light-code-background);--code-border: var(--light-code-border);color-scheme:light;supported-color-schemes:light}@media(prefers-color-scheme:dark){:root:where(:not(.light-mode)){--text: var(--dark-text);--background: var(--dark-background);--layer-background: var(--dark-layer-background);--accent-background: var(--dark-accent-background);--accent-midground: var(--dark-accent-midground);--accent-foreground: var(--dark-accent-foreground);--link-text: var(--dark-link-text);--mark-background: var(--dark-mark-background);--code-text: var(--dark-code-text);--code-background: var(--dark-code-background);--code-border: var(--dark-code-border);color-scheme:dark;supported-color-schemes:dark}}:root:where(.dark-mode){--text: var(--dark-text);--background: var(--dark-background);--layer-background: var(--dark-layer-background);--accent-background: var(--dark-accent-background);--accent-midground: var(--dark-accent-midground);--accent-foreground: var(--dark-accent-foreground);--link-text: var(--dark-link-text);--mark-background: var(--dark-mark-background);--code-text: var(--dark-code-text);--code-background: var(--dark-code-background);--code-border: var(--dark-code-border);color-scheme:dark;supported-color-schemes:dark}@media print{:root{--print-accent-background: hsl(0deg, 0%, 83%, 100%);--print-accent-midground: hsl(0deg, 0%, 72%, 100%);--print-accent-foreground: hsl(0deg, 0%, 35%, 100%);--accent-background: var(--print-accent-background);--accent-midground: var(--print-accent-midground);--accent-foreground: var(--print-accent-foreground);--light-code-background: var(--print-accent-background);--light-code-border: var(--print-accent-midground)}}html{box-sizing:border-box;font-family:var(--font-body);font-size:calc(var(--font-size-body) + var(--font-size-scale));line-height:var(--line-height-body);font-kerning:normal;text-rendering:optimizelegibility;font-feature-settings:normal}body{margin:0;background-color:var(--background);color:var(--text)}@scope (#content){*,*:before,*:after{box-sizing:inherit}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.25em;margin-bottom:1.25rem;margin-top:2rem;position:relative;& small{color:var(--accent-foreground);font-size:.7em;font-weight:400}& code{font-size:.9em}}h1{font-size:2.75em}h2{font-size:2.25em}h3{font-size:1.75em}h4{font-size:1.5em}h5{font-size:1.25em}h6{font-size:1em;color:var(--accent-foreground);letter-spacing:00.025em}p{letter-spacing:-.01em}a{background-color:transparent;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:var(--link-text);text-decoration:none;&:active,&:hover{outline:0;outline-width:0}&:active,&:focus,&:hover{text-decoration:underline}}ul,ol{padding:0 0 0 2em;& ol{list-style-type:lower-roman}& ul,ol{margin-top:0;margin-bottom:0;& ol{list-style-type:lower-alpha}}}li>p{margin-top:1em}blockquote{margin:0 0 1rem;padding:0 1rem;color:var(--accent-foreground);border-left:4px solid var(--accent-midground);>:first-child{margin-top:0}>:last-child{margin-bottom:0}}b,strong{font-weight:inherit;font-weight:600}mark{background-color:var(--mark-background);color:var(--text)}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,pre,kbd,samp{font-family:var(--font-code);font-size:90%;color:var(--code-text)}code{padding:.2em .4em;margin:0}pre,code{background-color:var(--code-background);border-radius:5px}a code,pre,kbd,samp{color:var(--link-text)}pre{overflow:auto;word-wrap:normal;line-height:var(--line-height-pre);border:1px solid var(--code-border);& code{background:transparent;display:block;padding:.5em;line-height:inherit;word-wrap:normal;border-radius:unset;&:before,&:after{content:normal}}>code{border:0;font-size:1em;white-space:pre;word-break:normal}}kbd{background-color:var(--layer-background);background-image:linear-gradient(var(--layer-background),var(--accent-background) 75%);background-repeat:repeat-x;border:1px solid var(--accent-midground);border-radius:2px;box-shadow:0 1px 0 var(--accent-midground);color:var(--text);display:inline-block;line-height:.95em;margin:0 1px;padding:5px 5px 1px}td,th{padding:0}table{border-collapse:collapse;border-spacing:0;display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all;& th,td{padding:6px 13px;border:1px solid var(--accent-midground)}& th{font-weight:700}& tr{background-color:var(--layer-background);border-top:1px solid var(--accent-midground);&:nth-child(2n){background-color:var(--accent-background)}}}hr{box-sizing:content-box;overflow:visible;background:transparent;height:4px;padding:0;margin:1em 0;background-color:var(--accent-midground);border:0 none;&:before{display:table;content:""}&:after{display:table;clear:both;content:""}}img{border:0;border-style:none;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:1em 0;& img,video{background:var(--layer-background);border:1px solid var(--accent-midground);border-radius:5px;padding:.25em}&.borderless img,&.borderless video{border:none;padding:0}}figcaption{font-style:italic;font-size:.75em;margin:0;color:var(--accent-foreground)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}dfn{font-style:italic}dd{margin-left:0}dl{padding:0;& dt{padding:0;margin-top:1em;font-size:1em;font-style:italic;font-weight:600}& dd{padding:0 1em;margin-bottom:1.25em}}p,blockquote,ul,ol,dl,table,pre{margin-top:0;margin-bottom:1.25em}small{font-size:80%}input[type=checkbox],input[type=radio]{transform:translate(0)}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-color:var(--accent-foreground);-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");background-size:20px 20px;height:20px;width:20px}textarea,input[type=date],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{border-color:var(--accent-midground);border-radius:5px;border-width:2px;border-style:solid;font-size:calc(var(--font-size-body) + var(--font-size-scale));padding:.4em;color:var(--text);background-color:var(--background);width:15.5em;&:focus{border-color:var(--accent-foreground)}&:disabled{background-color:var(--accent-background)}&:hover:not([disabled]){border-color:var(--accent-foreground)}}label{font-weight:600;&.block{display:block}&.inline-block{display:inline-block}&.inline-flex{display:inline-flex}&.inline-grid{display:inline-grid}}fieldset{border-radius:5px;border-style:solid;border-width:2px;border-color:var(--accent-midground)}input{&.block{display:block}&.inline-block{display:inline-block}&.inline-flex{display:inline-flex}&.inline-grid{display:inline-grid}}}.aspect-ratio--18x3{padding-bottom:16.66666666666667%}[contenteditable]{-webkit-tap-highlight-color:transparent}*{scrollbar-width:15px;scrollbar-color:rgba(255,255,255,.2) rgba(0,0,0,0)}*{box-sizing:border-box}*,:focus{outline:0}input::placeholder{font-size:inherit;color:gray}.typeahead{visibility:hidden;opacity:0;display:none}form:focus-within>.typeahead{visibility:visible;z-index:1;opacity:1;display:block}.menu-button-links button{display:inline-block;position:relative}.menu-button-links [role=menu]{list-style:none;display:none;width:100%;position:absolute;z-index:200}#topbar .menu-button-links [role=menu]{min-width:160px}.menu-button-links [role=menuitem],.menu-button-links [role=separator]{display:block}.menu-button-links [role=separator]{padding-top:3px;background-position:center;background-repeat:repeat-x}.menu-button-links button svg.down{padding-left:.125em;fill:currentcolor;stroke:currentcolor}.menu-button-links button[aria-expanded=true] svg.down{transform:rotate(180deg)}.menu-button-links button:hover,.menu-button-links button:focus,.menu-button-links button[aria-expanded=true]{outline:none}.menu-button-links [role=menuitem]:focus{outline:none}dialog{position:absolute;left:0;right:0;width:fit-content;height:fit-content;margin:auto;border:solid;padding:0;background:#fff;color:#000;display:block}dialog:not([open]){display:none}dialog+.backdrop{position:fixed;inset:0;background:#0000001a}._dialog_overlay{position:fixed;inset:0}dialog.fixed{position:fixed;top:50%;transform:translateY(-50%)}.bg-near-black-hover:hover{background-color:#555}[contenteditable]:empty:after{content:attr(placeholder);color:#555}.commark:not(:last-child):after{content:",";padding-right:.25rem}.details-tab{order:0;cursor:pointer;&:hover,&:focus{border-color:#fff}&::-webkit-details-marker{display:none}}.details-tabs{position:relative;justify-content:center;display:flex;flex-wrap:wrap}.details-content{order:1;padding:1rem;width:100%;details{summary{font-weight:600}margin:1.5rem}}.details-item{display:contents}.details-item[open]>.details-tab{font-weight:700}@supports selector(::details-content){.details-item[open]::details-content{display:contents}}code,.code{font-family:Inconsolata,Consolas,monaco,monospace}
