@charset "UTF-8";:root{--bg-color:white;--text-color:black;--nav-bg-color:rgb(66, 82, 145);--nav-text-color:rgb(255, 255, 224);--nav-border-color:rgb(255, 255, 224);--nav-select-bg-color:rgb(255, 255, 224);--nav-select-text-color:rgb(66, 82, 145);--nav-select-border-color:rgb(66, 82, 145);--accent:#0066cc;--corner-box-h:-0.3rem;--corner-box-v-b:-0.4rem;--corner-box-v-t:-0.3rem}@media(prefers-color-scheme:dark){:root{--bg-color:black;--text-color:white;--accent:#1a8cff}}@supports(-moz-appearance:none){:root{--corner-box-h:-0.3rem;--corner-box-v-b:-0.4rem;--corner-box-v-t:-0.25rem}}*{box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh;max-width:1080px;margin:0 auto;padding:50px 100px}body{font-family:google sans code,monospace;font-size:14pt;font-weight:400;font-style:normal}a{color:var(--accent);text-decoration:none}b,strong{font-weight:800}a:hover{text-decoration:underline}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:400}h3{font-size:1.2rem;font-weight:400}h4{font-size:1.1rem;font-weight:400}sup{font-size:1rem;vertical-align:super;line-height:0}li{margin:.5rem}img{max-width:100%;height:auto;display:block}nav.nav-menu-bar a{text-decoration:none}a.nav-button{box-sizing:border-box}a.nav-button{color:var(--text-color);background-color:var(--bg-color)}a.nav-button.selected{color:var(--bg-color);background-color:var(--text-color)}nav.custom-pagination{text-align:center}header.site-header{text-align:center;color:var(--text-color)}header.site-header h1{font-family:silkscreen,sans-serif;font-size:3.5cqi;line-height:3.5cqi;text-decoration:none;text-transform:uppercase;margin-top:0}footer.site-footer{margin-top:auto;margin-bottom:0}h1.article-title{padding-top:1rem}.git-info{color:red;text-align:center}.specials{font-weight:700;color:red}.disqus-container{margin-top:1rem;margin-bottom:1rem}.floating-corners-box{position:relative;padding:1rem;margin:0;text-align:left;width:fit-content;font-size:11pt}.floating-corners-box::before,.floating-corners-box::after,.floating-corners-content::before,.floating-corners-content::after{position:absolute;font-family:sans-serif;font-size:1rem;font-weight:800;line-height:1rem;padding:0;margin:0}.floating-corners-box::before{content:'\250C';top:var(--corner-box-v-t);left:var(--corner-box-h)}.floating-corners-box::after{content:'\2510';top:var(--corner-box-v-t);right:var(--corner-box-h)}.floating-corners-content::before{content:'\2514';bottom:var(--corner-box-v-b);left:var(--corner-box-h)}.floating-corners-content::after{content:'\2518';bottom:var(--corner-box-v-b);right:var(--corner-box-h)}