@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap";
:root{--bg:#050505;--text:#ddd;--bold-text:#fff;--anchor:#bbb;--anchor-hover:#fff;--code-bg:#222;--hr-bg:#ffffff40;--footer-text:#333}*{box-sizing:border-box;margin:0;padding:0;font-family:JetBrains Mono}body{background:var(--bg);color:var(--text);margin:0;font-size:25px;font-weight:300;line-height:1.5}b{color:var(--bold-text);font-weight:600}section{width:100%;padding:10%}main section{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1em;display:flex}nav.links{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.75em;width:100%;margin:.5em 0;display:flex}a{color:var(--anchor);font-family:Noto Sans Mono;text-decoration:none;transition:all .5s;position:relative}a:hover{color:var(--anchor-hover);text-shadow:0 0 10px var(--anchor-hover);text-decoration:underline}nav.links a:hover{color:var(--anchor-hover);text-shadow:0 0 10px var(--anchor-hover);text-decoration:none}nav.links a:after{content:"";background:var(--anchor);width:0;height:2px;transition:all .5s ease-out;position:absolute;bottom:0;left:0}nav.links a:hover:after{background:var(--anchor-hover);width:100%}h1,h2,h3,h4,h5,h6{font-family:Noto Sans Mono;font-weight:400}code{background:var(--code-bg);border-radius:4px;padding:2px;font-family:Noto Sans Mono,monospace;font-weight:400}hr{background:var(--hr-bg);border:none;align-self:stretch;width:100%;height:4px}footer{opacity:.5}blockquote{background:#ffffff0d;border-left:7.5px solid #ffffff1a;border-radius:1em;padding:1em 2em}th,td{border:2px solid #ffffff40;margin:1px;padding:1em}th{background:#ffffff1a}ul{background:#ffffff0d;border-radius:20px;margin:20px 0;padding:1em 1em 1em 2em}ul li{margin:.5em 0}.dim{opacity:.7}.codeblock{background:#151515;border:2px solid #222;border-radius:1em;align-self:stretch;padding:1em}@media (max-width:1024px){body{font-size:15px}table{overflow-x:auto}}
