:root{--background-color:#222225;--font-color:#e8e9ed;--invert-font-color:#222225;--primary-color:#62c4ff;--secondary-color:#a3abba;--tertiary-color:#a3abba;--error-color:#ff3c74;--progress-bar-background:#3f3f44;--progress-bar-fill:#62c4ff;--code-bg-color:#3f3f44}@media(prefers-color-scheme:light){:root{--background-color:#fff;--font-color:#151515;--invert-font-color:#fff;--primary-color:#1a95e0;--secondary-color:#727578;--tertiary-color:#727578;--error-color:#d20962;--progress-bar-background:#727578;--progress-bar-fill:#151515;--code-bg-color:#e8eff2}}@font-face{font-family:liberation mono;src:local("Liberation Mono"),url(fonts/LiberationMono-Regular.woff2)format("woff2"),url(fonts/LiberationMono-Regular.woff)format("woff"),url(fonts/LiberationMono-Regular.ttf)format("ttf")}@media(max-aspect-ratio:6/5) and (not (min-aspect-ratio:6/5)){.hide-mobile{display:none!important}.invisible-mobile{visibility:hidden!important}}@media(min-aspect-ratio:6/5){.hide-desktop{display:none!important}}a{text-decoration:underline}.small{font-size:calc(var(--global-font-size) * .8)}p:has(+.small){margin-bottom:0}.topbar{margin:0 auto;padding:0 calc(var(--global-space) * 2);max-width:var(--page-width);margin-top:var(--global-space);margin-bottom:var(--global-space)}.link-prompt{position:relative;white-space:nowrap}.link-prompt::after{content:"";animation:cursor 800ms infinite;background:var(--primary-color);border-radius:0;display:inline-block;height:1em;margin-left:.5em;width:3px;bottom:-2px;position:relative}details{margin:0 0 var(--global-line-height)}