:root{--dark-background-d: rgb(30, 30, 30);--dark-background: rgb(40, 40, 40);--dark-background-e: rgb(50, 50, 50);--dark-background-l: rgb(69, 69, 69);--dark-foreground: rgb(230, 230, 230);--light-background-d: rgb(220, 220, 220);--light-background: rgb(240, 240, 240);--light-background-e: rgb(250, 250, 250);--light-background-l: rgb(200, 200, 200);--light-foreground: rgb(50, 50, 50);--purple: rgb(143, 132, 215);--blue: rgb(56, 114, 186);--accent-hovered: color-mix(in srgb, var(--purple) 80%, white);--accent-selected: var(--purple);--nav-width: 200px;--header-height: 60px;--footer-height: 25px;--padding: 50px;--half-padding: calc(var(--padding) / 2);--logo-height: calc(var(--header-height) / 1.5);--logo-gap: calc(var(--header-height) / 4)}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--background-l: var(--dark-background-l);--background-e: var(--dark-background-e);--background: var(--dark-background);--background-d: var(--dark-background-d);--foreground: var(--dark-foreground)}.shadowed{box-shadow:0 0 1em #000a}}@media (prefers-color-scheme: light){:root{color-scheme:light;--background-l: var(--light-background-l);--background-e: var(--light-background-e);--background: var(--light-background);--background-d: var(--light-background-d);--foreground: var(--light-foreground)}.shadowed{box-shadow:0 0 1em #0003}}*{box-sizing:border-box!important;text-decoration:none;font-family:system-ui;list-style:none;color:var(--foreground)}.title{font-size:30pt;align-items:center;line-height:1}a{color:var(--blue)}a:visited{color:var(--purple)}.nav-radio{display:flex;flex-direction:row;padding-right:10px}.nav-radio>input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;width:100%;height:100%}.nav-radio>label{padding-left:30px}.nav-radio:has(>input[type=radio]:checked){background:var(--accent-selected);transition:background-color .2s}.nav-radio:hover{background:var(--accent-hovered);transition:background-color .2s}#navbar-toggle{display:flex;justify-content:center;align-items:center;margin-right:var(--logo-gap);height:var(--logo-height);aspect-ratio:1 / 1;font-size:20pt;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:var(--background);transition:background-color .2s;border-radius:10px}#navbar-toggle svg{color:var(--foreground)}#navbar-toggle:hover{background:var(--background-e);transition:background-color .2s}#navbar-toggle:active{background:var(--background-l);transition:background-color .2s}.subitem{border:1px solid var(--background-l)}h1,h2,h3,.nudge-up{transform:translateY(-10px)}header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:center;position:fixed;width:100%;top:0;height:var(--header-height);background:var(--background);border-bottom:1px solid var(--background-l);z-index:1;grid-row:1;grid-column:1 / 3}nav{flex-shrink:0;line-height:2;margin-top:var(--header-height);width:var(--nav-width);min-width:var(--nav-width);color:var(--foreground);background:var(--background);border-right:1px solid var(--background-l);clip-path:inset(0px -20px -20px -20px);z-index:1}article{margin-top:var(--header-height);padding:var(--padding);flex:1;overflow-y:auto}#page{display:flex;flex:1;overflow:hidden}body{margin:0;padding:0;font-weight:lighter;background:var(--background-d);overflow:hidden}body,html{height:100%;display:flex;flex-direction:column}footer{display:flex;justify-content:center;align-items:center;position:fixed;bottom:0;height:var(--footer-height);width:100%;border-top:1px solid var(--background-l);background:var(--purple);color:#fff;z-index:1}.dummy{flex:1}.logo-container{display:flex;flex-direction:row;align-items:center;gap:var(--logo-gap);padding-left:var(--logo-gap)}.logo-container img{aspect-ratio:1 / 1;height:var(--logo-height);border-radius:50%;border:none}img{border:1px solid var(--background-l);border-radius:10px;box-shadow:0 0 1em #000a}section{padding:20px;margin:20px 0;border-radius:10px;max-width:800px;width:100%;text-align:center}.vstack{display:flex;flex-direction:column;line-height:2}.hstack{display:flex;flex-direction:row}.shrink{flex-shrink:1}.pad-top{margin-top:var(--padding)}.halfpad-top{margin-top:var(--half-padding)}.grid{display:grid;gap:var(--padding)}.grid-intro{grid-column:1;grid-row:1}.grid-mission{grid-column:1;grid-row:2}.grid-image{grid-column:2;grid-row:1 / 3}.subitem{padding:var(--half-padding);background:var(--background-e);border:1px solid var(--background-l);border-radius:10px}.darken-98{background-color:color-mix(in srgb,var(--background) 98%,black)}.darken-95{background-color:color-mix(in srgb,var(--background) 95%,black)}.left-list{text-align:right;font-weight:bolder}.right-list{text-align:left;font-weight:lighter}.split-columns{display:grid;grid-template-columns:1fr 1fr;gap:var(--half-padding)}@media only screen and (max-width: 480px){:root{--nav-width: 100px;--header-height: 40px;--footer-height: 20px;--padding: 10px;--half-padding: 10px}.grid-image{grid-row:1;grid-column:1}.grid-intro{grid-row:2;grid-column:1}.grid-mission{grid-row:3;grid-column:1}nav{position:fixed;min-width:initial;width:100%;height:fit-content;display:none}.title{font-size:20pt}}
