@charset "UTF-8";.loading .fullscreen-loader{border-radius:0;box-shadow:none;caret-color:transparent;height:100%;left:0;opacity:1;padding:0;position:fixed;top:0;transform:none;transition:opacity .4s ease-out,visibility 0s linear 0s;visibility:visible;width:100%;z-index:1000}.loading .fullscreen-loader .circular{-webkit-animation:loader-rotate 2s linear infinite;animation:loader-rotate 2s linear infinite;display:block;left:calc(50% - 24px);position:absolute;top:calc(50% - 24px);transform:rotate(0)}.loading .fullscreen-loader .path{-webkit-animation:loader-dash 1.5s ease-in-out infinite;animation:loader-dash 1.5s ease-in-out infinite;stroke:var(--primary);stroke-dasharray:2,200;stroke-dashoffset:0;stroke-linecap:round}.loading .fullscreen-loader .path-bg{stroke:#eee}.loading .fullscreen-loader>div{position:absolute;text-align:center;top:calc(50% + 50px);width:100%}.loading .sidebar,.loading .content{filter:blur(4px)}@keyframes loader-rotate{100%{transform:rotate(360deg)}}@keyframes loader-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-136px}}@font-face{font-family:DejaVuSansMono;font-style:normal;font-weight:700;src:url(/fonts/DejaVuSansMono-Bold.ttf)format("truetype")}@font-face{src:url(/fonts/DejaVuSansMono-BoldOblique.ttf)format("truetype");font-family:DejaVuSansMono;font-style:italic;font-weight:700}@font-face{font-family:DejaVuSansMono;font-style:italic;font-weight:400;src:url(/fonts/DejaVuSansMono-Oblique.ttf)format("truetype")}@font-face{font-family:DejaVuSansMono;font-style:normal;font-weight:400;src:url(/fonts/DejaVuSansMono.ttf)format("truetype")}@font-face{font-family:DejaVuSans;font-style:normal;font-weight:700;src:url(/fonts/DejaVuSans-Bold.ttf)format("truetype")}@font-face{src:url(/fonts/DejaVuSans-BoldOblique.ttf)format("truetype");font-family:DejaVuSans;font-style:italic;font-weight:700}@font-face{src:url(/fonts/DejaVuSans-ExtraLight.ttf)format("truetype");font-family:DejaVuSans;font-style:normal;font-weight:200}@font-face{font-family:DejaVuSans;font-style:italic;font-weight:400;src:url(/fonts/DejaVuSans-Oblique.ttf)format("truetype")}@font-face{font-family:DejaVuSans;font-style:normal;font-weight:400;src:url(/fonts/DejaVuSans.ttf)format("truetype")}@font-face{font-family:DejaVuSansCondensed;font-style:normal;font-weight:700;src:url(/fonts/DejaVuSansCondensed-Bold.ttf)format("truetype")}@font-face{src:url(/fonts/DejaVuSansCondensed-BoldOblique.ttf)format("truetype");font-family:DejaVuSansCondensed;font-style:italic;font-weight:700}@font-face{font-family:DejaVuSansCondensed;font-style:italic;font-weight:400;src:url(/fonts/DejaVuSansCondensed-Oblique.ttf)format("truetype")}@font-face{font-family:DejaVuSansCondensed;font-style:normal;font-weight:400;src:url(/fonts/DejaVuSansCondensed.ttf)format("truetype")}@font-face{font-family:FiraCodeNerdFont;font-style:normal;font-weight:700;src:url(/fonts/FiraCodeNerdFont-Bold.ttf)format("truetype")}@font-face{src:url(/fonts/FiraCodeNerdFont-Light.ttf)format("truetype");font-family:FiraCodeNerdFont;font-style:normal;font-weight:200}@font-face{font-family:FiraCodeNerdFont;font-style:normal;font-weight:500;src:url(/fonts/FiraCodeNerdFont-Medium.ttf)format("truetype")}@font-face{font-family:FiraCodeNerdFont;font-style:normal;font-weight:400;src:url(/fonts/FiraCodeNerdFont-Regular.ttf)format("truetype")}@font-face{font-family:FiraCodeNerdFont;font-style:normal;font-weight:100;src:url(/fonts/FiraCodeNerdFont-Retina.ttf)format("truetype")}@font-face{font-family:FiraCodeNerdFont;font-style:normal;font-weight:600;src:url(/fonts/FiraCodeNerdFont-SemiBold.ttf)format("truetype")}header{display:flex;flex-wrap:wrap}header div.selfimage{flex:1 0 100%}header div.selfimage img{max-width:15em}header nav{flex-grow:1}header nav div{display:flex;justify-content:space-around;height:100%;align-items:center}:root{--bg-1:#171717;--bg-2:#353535;--color:#e5e5e5;--primary:#45a1ff;--secondary:#f52c72;--tertiary:#ffb24f;--visited:#003b99;--bg-image:url('/images/imagedoc-darknoise.png') repeat}[data-theme=light]{--bg-1:#eeeeee;--bg-2:#fafafa;--color:#333;--visited:#003b99;--bg-image:url('/images/imagedoc-lightnoise.png') repeat}html body{font-family:DejaVuSansMono,Helvetica,Arial,sans-serif;color:var(--color);background:var(--bg-image)}html body button#colorSchemeToggle{background:0 0;border:none;outline:none;font-size:24px;height:60px;right:0;overflow:hidden;padding:0;position:absolute;top:0;width:60px;cursor:pointer;z-index:1}html body button#colorSchemeToggle .dark{right:15px;position:absolute;top:15px;transform-origin:10px -10px;transition:transform .5s ease-in-out}html body button#colorSchemeToggle .dark::before{background:linear-gradient(180deg,#c2c2c2 0,transparent)}html body button#colorSchemeToggle .light{right:15px;position:absolute;top:15px;transform-origin:10px -10px;transition:transform .5s ease-in-out}html body a{color:var(--primary);text-decoration:none;transition:color .5s ease-in-out}html body a:visited{color:var(--visited)}