@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation:fade .2s ease both}@keyframes fade{from{opacity:0}to{opacity:0}}::selection{color:var(--txt);background:var(--acc)}html{--bg: white;--bg2: #F3F5F5;--hl: #355C7D;--hl2: #C9DAE9;--txt: black;--acc: #F67280;--acc2: #F8B195;box-sizing:border-box;font-size:20px;min-width:400px;font-family:"Sono",ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Mono","Source Code Pro","Fira Mono","Droid Sans Mono","Consolas","Courier New",monospace;font-optical-sizing:auto;font-weight:300;font-style:normal;font-variation-settings:"MONO" 1;font-size-adjust:.476;background:var(--bg);color:var(--txt)}html a{color:var(--acc);font-weight:bold}html #logo{content:url("icons/icon_light_32x32.png")}html.dark{--bg: black;--bg2: #2b303b;--hl: #C9DAE9;--hl2: #355C7D;--txt: white}html.dark #logo{content:url("icons/icon_dark_32x32.png")}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,ol,ul{margin:0 0 .5rem 0;padding:0;line-height:1.6}.section-header{border-bottom:3px solid var(--acc);margin-bottom:2rem}p:has(img){text-align:center}p+p{margin-bottom:1rem}ol,ul{list-style-position:outside}ol li,ul li{margin-left:2rem}ol{list-style:numeric}ul{list-style:disc}img{max-width:100%;height:auto}figure{display:flex;flex-direction:row;align-items:center;margin:0}figure img{margin-right:2em}blockquote{margin:1.5em 0;border-left:10px solid var(--hl);padding-left:1rem}pre{padding:1rem;overflow-x:scroll}dt{display:inline-block;font-weight:bold;border-bottom:2px dashed var(--acc)}strong{font-weight:700}.bghl{background:var(--hl);background:linear-gradient(50deg, var(--acc) 0%, var(--hl) 60%)}.bghl2{background:var(--hl2)}.padded{padding:2rem}.mbsm{margin-bottom:.8rem}.mb{margin-bottom:2rem}.mt{margin-top:4rem}.mr{margin-right:1rem}.mblg{margin-bottom:4rem}.hlt{color:var(--hl);font-weight:bold}.txtrev{color:var(--bg)}.txtsm{font-size:.8em}.txtra{text-align:right}@media (width <= 980px){.txtra{text-align:center}}#theme-toggle{background:none;font-size:1.2em;outline:none;border:none;cursor:pointer}#header{view-transition-name:header;margin:1rem;display:flex;justify-content:space-between;align-items:center;height:64px}#header .header-item{margin-left:1rem;text-decoration:none;color:var(--txt)}#header .header-item:hover{text-decoration:underline;color:var(--hl)}.hero{display:flex;flex-direction:row;width:100%}.hero .hero-box,.hero .hero-main{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.hero .hero-box a,.hero .hero-main a{color:var(--txt);text-decoration:none}.hero .hero-box a:hover,.hero .hero-main a:hover{text-decoration:underline}.hero .hero-main{flex:1}.container,#header{max-width:960px;margin-left:auto;margin-right:auto;display:flex}.container a,#header a{color:var(--acc);text-decoration:none}.container a:hover,#header a:hover{text-decoration:underline}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}@media (width <= 980px){.container,#header{width:90%}.hero{flex-direction:column}.row{flex-direction:column}figure{flex-direction:column}.hide-when-slim{display:none}}#footer{border-top:2px solid var(--acc);padding-top:2rem;margin:2rem auto;font-size:.8em}.page-toc{background:var(--bg2);padding:1rem;font-size:.8em}