html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}:root{--text-color:#333;--background-color:#f7f7f7;--accent-color:#000;--soft-color:#ddd}@media(prefers-color-scheme:dark){:root{--text-color:#ddd;--background-color:#333;--accent-color:#fff;--soft-color:#555}}*{box-sizing:border-box}body{color:var(--text-color);background:var(--background-color);font-family:helvetica neue,segoe ui,noto sans,Helvetica,Arial,sans-serif;font-size:20px;line-height:2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent-color)}a:hover,a:active{text-decoration:underline}pre,code{font-family:Monaco,ubuntu mono,Inconsolata,Consolas,monospace}pre{line-height:1.4em}strong{font-weight:700}em{font-style:italic}.container{padding:1rem;margin:0 auto;max-width:800px}.skip-to-content-link{padding:.5rem 1rem;position:absolute;transform:translateY(-100%);background:var(--background-color)}.skip-to-content-link:focus{transform:translateY(0%)}header{border-bottom:1px solid var(--soft-color);display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;margin-bottom:.5rem}header h1{margin:.5em 0;font-size:250%;font-weight:100;text-transform:lowercase}header h1 a{text-decoration:none}header nav{display:flex;justify-content:center;flex-wrap:wrap;line-height:2em}header nav>*{padding:0 1rem}h2,h3,h4,h5,h6,p,ul,ol,pre{margin-bottom:1.5rem;overflow-wrap:anywhere}h2{font-weight:700;font-size:200%;margin-top:5rem;margin-bottom:2rem}h2:first-child{margin-top:0}h3{font-weight:700;font-size:150%;margin-top:4rem}h4{font-weight:700}ul,ol{padding-left:1em;padding-right:1em}ul>li{list-style-type:square}ol>li{list-style-type:decimal}li ul,li ol{padding-left:2em;padding-right:2em}pre{padding:1rem;border-radius:5px;overflow-x:auto}details{margin-bottom:2em;padding:0 1em;border:1px solid var(--soft-color);border-radius:5px}details[open]{border-color:1px solid var(--text-color)}