:root{--bg_h:#f3ead3;--bg:#fdf6e3;--bg_s:#f4f0d9;--bg1:#efebd4;--bg2:#e6e2cc;--bg3:#d8d3ba;--bg4:#b9c0ab;--fg:#5c6a72;--fg1:#5c6a72;--fg2:#708089;--fg3:#9da9a0;--fg4:#a6b0a0;--red:#f85552;--green:#8da101;--yellow:#dfa000;--blue:#3a94c5;--purple:#df69ba;--aqua:#35a77c;--orange:#f57d26;--gray:#939f91;--red-dim:#e66868;--green-dim:#a7c080;--yellow-dim:#dbbc7f;--blue-dim:#7fbbb3;--purple-dim:#d699b6;--aqua-dim:#83c092;--gray-dim:#a6b0a0;--orange-dim:#e69875}.darkmode{--bg_h:#272e33;--bg:#2d353b;--bg_s:#343f44;--bg1:#3d484d;--bg2:#475258;--bg3:#56635f;--bg4:#68796b;--fg:#d3c6aa;--fg1:#d3c6aa;--fg2:#c5b89a;--fg3:#9da9a0;--fg4:#859289;--red:#e67e80;--green:#a7c080;--yellow:#dbbc7f;--blue:#7fbbb3;--purple:#d699b6;--aqua:#83c092;--gray:#859289;--orange:#e69875;--red-dim:#e67e80;--green-dim:#a7c080;--yellow-dim:#dbbc7f;--blue-dim:#7fbbb3;--purple-dim:#d699b6;--aqua-dim:#83c092;--gray-dim:#9da9a0;--orange-dim:#e69875}@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;display:flex;flex-direction:column}#header>h1{text-align:center}@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:10px;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 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:.9rem;flex-direction:column;margin-top:1rem}#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 + 1rem)/2 + 12.55px);right:15vw;border:none;padding:.5rem;border-radius:.25rem;cursor:pointer;transition:opacity .3s}.dark-mode-toggle:hover{color:var(--fg1)}@media screen and (max-width:768px){.dark-mode-toggle{right:calc((4px + 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}