:root{--bg_h:#dce8d5;--bg:#e8efe2;--bg_s:#d3dfcc;--bg1:#c3d2bb;--bg2:#a8bca0;--bg3:#879d80;--bg4:#687e63;--fg:#17251a;--fg1:#203525;--fg2:#304b35;--fg3:#49634d;--fg4:#627666;--red:#b4232c;--green:#087f3d;--yellow:#8a6500;--blue:#176b87;--purple:#7447a8;--aqua:#087d70;--orange:#aa4f13;--gray:#627666;--red-dim:#8f1d25;--green-dim:#076b35;--yellow-dim:#705200;--blue-dim:#135871;--purple-dim:#5f398b;--aqua-dim:#07675d;--orange-dim:#8c400f;--gray-dim:#49634d}.darkmode{--bg_h:#050a08;--bg:#08110d;--bg_s:#0d1913;--bg1:#12241a;--bg2:#1b3425;--bg3:#294b36;--bg4:#3c684b;--fg:#e6f4ea;--fg1:#cde8d4;--fg2:#acd3b6;--fg3:#88b596;--fg4:#6d9478;--red:#ff7b72;--green:#39d353;--yellow:#e3b341;--blue:#58a6ff;--purple:#bc8cff;--aqua:#56d4c2;--orange:#ffa657;--gray:#8b9e90;--red-dim:#da3633;--green-dim:#26a641;--yellow-dim:#b88717;--blue-dim:#388bfd;--purple-dim:#8957e5;--aqua-dim:#2ea897;--orange-dim:#d97831;--gray-dim:#64756a}@font-face{font-display:swap;font-family:latin modern mono;font-style:normal;font-weight:700;src:url(../fonts/lmmono-bold.woff)}@font-face{font-display:swap;font-family:latin modern mono;font-style:italic;font-weight:700;src:url(../fonts/lmmono-bolditalic.woff)}@font-face{font-display:swap;font-family:latin modern mono;font-style:italic;font-weight:400;src:url(../fonts/lmmono-italic.woff)}@font-face{font-display:swap;font-family:latin modern mono;font-style:normal;font-weight:400;src:url(../fonts/lmmono-normal.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:normal;font-weight:700;src:url(../fonts/lmroman-bold.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:italic;font-weight:700;src:url(../fonts/lmroman-bolditalic.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:italic;font-weight:400;src:url(../fonts/lmroman-italic.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:normal;font-weight:400;src:url(../fonts/lmroman-normal.woff)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--fg)}a{text-decoration:none}a:link{color:var(--blue)}a:hover,a:visited{color:var(--blue-dim)}::-moz-selection{background-color:var(--blue);color:#fff}::selection{background-color:var(--blue);color:#fff}time{color:var(--fg4);margin-left:1rem;min-width:5rem}hr{background-color:var(--fg4);margin-top:1rem;margin-bottom:1rem;border:0;height:2px}#wrapper{background-color:var(--bg);display:flex;flex-direction:column;font-family:latin modern roman,times new roman,serif;min-height:100vh;overflow-wrap:break-word;padding:1rem 15vw}@media screen and (max-width:768px){#wrapper{padding-left:5vw;padding-right:5vw}}.paginator{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;margin-top:2rem}::-webkit-scrollbar{background-color:var(--bg);height:8px;width:8px}::-webkit-scrollbar-thumb{background-color:var(--fg4)}::-webkit-scrollbar-thumb:hover{background-color:var(--fg1)}#header{align-items:center;background:linear-gradient(135deg,color-mix(in srgb,var(--bg_s) 94%,var(--green) 6%),var(--bg_s));border:1px solid var(--bg2);border-radius:.8rem;box-shadow:0 10px 30px rgba(0,0,0,.12),inset 0 1px rgba(255,255,255,4%);display:flex;flex-direction:column;margin:1rem auto 0;max-width:70vw;overflow:hidden;padding:1.35rem 4.5rem 1rem;position:relative;width:calc(100% - 2rem)}#header::before{background:linear-gradient(90deg,var(--green-dim),var(--green),var(--aqua),var(--green));content:"";height:4px;left:0;position:absolute;right:0;top:0}#header::after{background:var(--green);border-radius:50%;box-shadow:18px 0 0 var(--yellow),36px 0 0 var(--red);content:"";height:8px;left:1.25rem;opacity:.8;position:absolute;top:1.25rem;width:8px}#header>h1{font-family:sfmono-regular,Consolas,liberation mono,Menlo,monospace;font-size:2rem;letter-spacing:-.05em;margin:.5rem 0 1.2rem;text-align:center}#header>h1>a{color:var(--green);text-decoration:none;text-shadow:0 0 18px color-mix(in srgb,var(--green) 30%,transparent);transition:color .2s ease,text-shadow .2s ease}#header>h1>a::before{color:var(--fg4);content:"~/";font-weight:400}#header>h1>a::after{animation:terminal-blink 1.1s steps(1)infinite;color:var(--green);content:"_";margin-left:.12em}#header>h1>a:hover{color:var(--aqua);text-shadow:0 0 22px color-mix(in srgb,var(--aqua) 45%,transparent)}#header>h1>a:visited{color:var(--green)}@media screen and (min-width:768px){#header>h1{font-size:2.65rem}}#header>nav{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:0;max-width:768px;width:100%}#header>nav>.nav-bar-item{align-items:center;display:inline-flex}#header>nav>span>a{background-color:var(--bg1);border:1px solid var(--bg2);border-radius:999px;color:var(--fg2);display:inline-block;font-family:sfmono-regular,Consolas,liberation mono,Menlo,monospace;font-size:.95rem;font-weight:600;letter-spacing:.02em;padding:.5rem .9rem;position:relative;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease}#header>nav>span>a::before{color:var(--green);content:"$";margin-right:.45rem}#header>nav>span>a:hover{background-color:var(--bg2);border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 13%,transparent),0 5px 14px rgba(0,0,0,.12);color:var(--green);transform:translateY(-2px)}#header>nav>span>a:visited{color:var(--fg2)}#header>nav>span>a:focus-visible{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 22%,transparent);outline:none}@media screen and (max-width:768px){#header{padding:3rem 1rem 1rem;width:calc(100% - 1rem)}#header>h1{font-size:1.65rem;margin-bottom:1rem}#header>nav{gap:.5rem}#header>nav>span>a{font-size:.85rem;padding:.45rem .7rem}}@keyframes terminal-blink{0%,48%{opacity:1}49%,100%{opacity:0}}main{margin:0 1rem}#main{align-self:center;display:flex;flex-direction:column;flex-grow:1;max-width:100%;padding:0;width:calc(100% - 2rem)}@media screen and (max-width:768px){#main{width:100%}}#footer{align-items:center;color:var(--fg4);display:flex;flex-direction:column;font-size:.9rem;margin-top:1rem}#footer>.footnote{text-align:center}#sharingbuttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:1rem}.dark-mode-toggle{align-items:center;background-color:var(--bg1);border:1px solid var(--bg2);border-radius:.55rem;color:var(--green);cursor:pointer;display:flex;height:2.6rem;justify-content:center;padding:.45rem;position:absolute;right:1rem;top:1rem;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease;width:2.6rem;z-index:2}.dark-mode-toggle:hover{background-color:var(--bg2);border-color:var(--green);box-shadow:0 0 14px color-mix(in srgb,var(--green) 25%,transparent);color:var(--aqua);transform:rotate(12deg)}.dark-mode-toggle:focus-visible{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 22%,transparent);outline:none}.dark-mode-toggle svg{height:1.45rem;width:1.45rem}@media screen and (max-width:768px){.dark-mode-toggle{right:.75rem;top:.75rem}}.icon svg{fill:var(--green);margin-left:.3em;margin-right:.3em}.taxonomy-svg{padding:0;top:.125em;position:relative}.row{margin-left:2rem}