:root{--bg_h:#FFFCF0;--bg:#FFFCF0;--bg_s:#E6E4D9;--bg1:#E6E4D9;--bg2:#CECDC3;--bg3:#B7B5AC;--bg4:#9F9D96;--fg:#282726;--fg1:#403E3C;--fg2:#575653;--fg3:#6F6E69;--fg4:#878580;--red:#AF3029;--green:#66800B;--yellow:#AD8301;--blue:#205EA6;--purple:#5E409D;--aqua:#24837B;--orange:#BC5215;--gray:#6F6E69;--magenta:#A02F6F;--red-dim:#942822;--green-dim:#536907;--yellow-dim:#8E6B01;--blue-dim:#1A4F8C;--purple-dim:#4F3685;--aqua-dim:#1C6C66;--orange-dim:#9D4310;--gray-dim:#575653}.darkmode{--bg_h:#282726;--bg:#282726;--bg_s:#403E3C;--bg1:#403E3C;--bg2:#575653;--bg3:#6F6E69;--bg4:#878580;--fg:#F2F0E5;--fg1:#E6E4D9;--fg2:#CECDC3;--fg3:#B7B5AC;--fg4:#9F9D96;--red:#D14D41;--green:#879A39;--yellow:#D0A215;--blue:#66A0C8;--purple:#8B7EC8;--aqua:#3AA99F;--orange:#DA702C;--gray:#878580;--magenta:#CE5D97;--red-dim:#E8705F;--green-dim:#A0AF54;--yellow-dim:#DFB431;--blue-dim:#92BFDB;--purple-dim:#A699D0;--aqua-dim:#5ABDAC;--orange-dim:#EC8B49;--gray-dim:#9F9D96}@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);line-height:1.6}a{text-decoration:none;transition:color .2s ease}a:link{color:var(--blue)}a:hover,a:visited{color:var(--blue-dim)}::-moz-selection{background-color:var(--blue);color:var(--bg)}::selection{background-color:var(--blue);color:var(--bg)}time{color:var(--fg4);margin-left:1rem;min-width:5rem}hr{background:linear-gradient(to right,transparent,var(--fg4),transparent);margin-top:1.1rem;margin-bottom:1.1rem;border:0;height:1px}#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 16vw}@media screen and (max-width:768px){#wrapper{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.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;display:flex;flex-direction:column;margin-bottom:.5rem}#header>h1{text-align:center;letter-spacing:.02em}@media screen and (min-width:768px){#header>h1{font-size:2.8rem}}#header>nav{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;max-width:768px;margin-top:.75rem;width:100%}#header>nav>span>a{font-size:1.2rem;color:var(--fg1);text-decoration:none;display:inline-block;position:relative}#header>nav>span>a:after{background-color:var(--fg1);content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;transform-origin:bottom right;transition:transform .25s ease-out}#header>nav>span>a:hover:after{transform:scaleX(1);transform-origin:bottom left}#header a,#header a:hover,#header a:visited{color:var(--fg1)}main{margin:0 1.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{color:var(--fg4);align-items:center;display:flex;font-size:.85rem;flex-direction:column;margin-top:1.65rem;padding-top:1.1rem;border-top:1px solid var(--bg2);gap:.25rem}#footer>.footnote{text-align:center}#sharingbuttons{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;flex-wrap:wrap}.dark-mode-toggle{background-color:var(--bg);color:var(--fg);position:absolute;top:calc((4px + 1.1rem)/2 + 12.55px);right:16vw;border:none;padding:.5rem;border-radius:.3rem;cursor:pointer;transition:opacity .3s}.dark-mode-toggle:hover{color:var(--fg1)}@media screen and (max-width:768px){.dark-mode-toggle{right:calc((4px + 1.1rem)/2)}}.icon svg{fill:var(--fg);margin-right:.3em;margin-left:.3em}.taxonomy-svg{padding:0;top:.125em;position:relative}.row{margin-left:2rem}