:root{--background-color: #FFF;--background-alt-color: #EEE;--text-primary-color: #111;--text-secondary-color: #555;--link-color: #15F;--link-color-visited: #A3F;--link-color-hover: #000;--aside-background-color: #DEF;--aside-border-color: #9AB}@media (prefers-color-scheme: dark){:root{--background-color: #181828;--background-alt-color: #282830;--text-primary-color: #EEE;--text-secondary-color: #999;--link-color: #48F;--link-color-visited: #A7F;--link-color-hover: #FFF;--aside-background-color: #113;--aside-border-color: #77D}}html{color:var(--text-primary-color);font-family:Verdana,sans-serif;line-height:1.6;background-color:var(--background-color)}h1{margin-top:0}p+p{text-indent:1.5em}div.center{width:fit-content;margin:auto}code{padding:.1em .25em;border:1px solid var(--text-secondary-color);background-color:var(--background-alt-color);white-space:nowrap}pre code{display:block;padding:.5em .75em;margin:2em auto;white-space:pre;overflow-x:auto}a:link{color:var(--link-color)}a:visited{color:var(--link-color-visited)}a:hover{color:var(--link-color-hover)}img{display:block;max-width:100%;max-height:50vh;margin:auto}img.left{float:left;margin:0 1rem 1rem 0}img.right{float:right;margin:0 0 1rem 1rem}.clear-both:after{content:"";display:block;clear:both}li{margin:.5em 0}table{margin:auto;border-collapse:separate;border-spacing:0}table th,table td{padding:.25rem .5rem;border-bottom:1px solid var(--text-secondary-color);border-right:1px solid var(--text-secondary-color);background-color:var(--background-alt-color)}table>:first-child>tr:first-child th,table>:first-child>tr:first-child td{border-top:1px solid var(--text-secondary-color)}table th:first-child,table td:first-child{border-left:1px solid var(--text-secondary-color)}table thead th{position:sticky;top:0}table th:first-child{position:sticky;left:0}table thead th:first-child{z-index:1}nav.svelte-1n5aet6,main.svelte-1n5aet6{width:100%;max-width:48rem;margin:0 auto}
