:root{--background-primary-dark: #221133;--background-secondary-dark: #110022;--foreground-primary-dark: #eeddff;--foreground-secondary-dark: #ccbbdd;--foreground-primary-dark-complement: #aaddbb;--foreground-secondary-dark-complement: #ffeedd;--background-primary-light: #eeddff;--background-secondary-light: #ddccee;--foreground-primary-light: #221133;--foreground-secondary-light: #110022;--foreground-primary-light-complement: #664422;--foreground-secondary-light-complement: #339865;--primary-font-family-mono-sans: "Red Hat Mono", monospace, sans-serif;--primary-font-family-mono-serif: "Courier Prime Regular", monospace, serif;--font-weight-light: 300;--font-weight-medium: 400;--font-weight-semibold: 550;--font-weight-extrabold: 700;--header-font-size: min(1.9vw, .6em);--nav-width: min(80vw, 600px);--nav-height: 1.5rem;--header-copyright-size: calc(var(--header-font-size) * 2.5);--header-height: calc((var(--header-font-size) * 6) + var(--header-copyright-size) + 2.3em);--content-height: calc(100vh - var(--header-height) - var(--nav-height) - 1rem)}@media(prefers-color-scheme:dark){:root{--background-primary: var(--background-primary-dark);--background-secondary: var(--background-secondary-dark);--foreground-primary: var(--foreground-primary-dark);--foreground-secondary: var(--foreground-secondary-dark);--foreground-primary-complement: var(--foreground-primary-dark-complement);--foreground-secondary-complement: var(--foreground-secondary-dark-complement)}}@media(prefers-color-scheme:light){:root{--background-primary: var(--background-primary-light);--background-secondary: var(--background-secondary-light);--foreground-primary: var(--foreground-primary-light);--foreground-secondary: var(--foreground-secondary-light);--foreground-primary-complement: var(--foreground-primary-light-complement);--foreground-secondary-complement: var(--foreground-secondary-light-complement)}}hr{border:1px dashed var(--foreground-primary-dark)}.red-hat-mono-regular{font-family:Red Hat Mono,system-ui;font-optical-sizing:auto;font-weight:400;font-style:normal}.courier-prime-regular{font-family:Courier Prime,system-ui;font-weight:400;font-style:normal}.courier-prime-bold{font-family:Courier Prime,system-ui;font-weight:700;font-style:normal}.page{display:flex;flex-flow:column;justify-content:center;align-self:center}.page .row.header{flex-direction:column;flex-basis:var(--header-height);max-height:var(--header-height);flex-grow:0;flex-shrink:0;width:100%;font-size:var(--header-font-size);padding:1.2em 0 1.1em;align-items:center;margin-top:1em}.page .row.message{display:flex;flex-flow:column nowrap;font-family:var(--primary-font-family-mono-serif),monospace;font-size:1em;margin-top:2em;margin-bottom:auto;width:80vw;height:calc(90vh - var(--header-height));align-items:center;justify-self:center;justify-content:center;border-top:1px dashed var(--foreground-primary);color:var(--foreground-primary)}.copyright{font-family:Courier Prime,system-ui;font-weight:400;font-style:normal;align-self:center;margin-top:.4em;justify-content:flex-end;font-size:var(--header-copyright-size)}.page.nav{display:flex;flex-flow:row;align-content:center;width:var(--nav-width);height:1.5em;padding:0;color:var(--foreground-secondary)}.page.nav.links{font-family:Courier Prime,system-ui,monospace,serif;display:flex;padding:0;justify-content:space-between;list-style:none;cursor:pointer}li{padding:.2em 0}body{background-color:var(--background-primary);color:var(--foreground-primary);font-family:var(--primary-font-family-mono-sans),monospace;font-optical-sizing:auto;font-weight:var(--font-weight-medium);font-style:normal}a{color:var(--foreground-secondary);text-decoration:underline;text-decoration-style:dotted}a:hover{color:var(--foreground-primary-complement);text-decoration:underline}a:visited{color:var(--foreground-secondary);text-decoration:underline dotted}a:active{color:var(--foreground-primary-complement);text-decoration:underline}.privacymessage[data-v-0681bb91]{display:flex;flex-flow:column nowrap;font-family:var(--primary-font-family-mono-serif),monospace;font-size:1em;margin-top:2em;margin-bottom:auto;width:80vw;max-width:800px;align-items:start;justify-self:center;justify-content:center;border-top:1px dashed var(--foreground-primary);color:var(--foreground-primary)}@media(max-width:600px){.header{display:none!important}.privacymessage[data-v-0681bb91]{width:auto;max-width:none;margin:1rem;padding:1.5em;border-top:none;background-color:var(--background-primary-dark);color:var(--foreground-primary-dark);min-height:100vh}body{background-color:var(--background-primary-dark)}a{color:var(--foreground-secondary-dark)}}
