:root{--bg_h:#f5f5f5;--bg:#ffffff;--bg_s:#f2f2f2;--bg1:#e8e8e8;--bg2:#d4d4d4;--bg3:#c0c0c0;--bg4:#a8a8a8;--fg:#333333;--fg1:#444444;--fg2:#555555;--fg3:#6a737d;--fg4:#8c8c8c;--red:#d73a49;--green:#22863a;--yellow:#e8b500;--blue:#007bff;--purple:#6f42c1;--aqua:#0598a9;--orange:#e36209;--gray:#828282;--red-dim:#cb2431;--green-dim:#176f2c;--yellow-dim:#b08800;--blue-dim:#0056b3;--purple-dim:#5a32a3;--aqua-dim:#046b78;--orange-dim:#c24e00;--gray-dim:#6a737d}.darkmode{--bg_h:#1a1a1a;--bg:#333333;--bg_s:#3e3e3e;--bg1:#4a4a4a;--bg2:#5a5a5a;--bg3:#6a6a6a;--bg4:#7a7a7a;--fg:#ffffff;--fg1:#e8e8e8;--fg2:#d0d0d0;--fg3:#b8b8b8;--fg4:#a6a6a6;--red:#fb4934;--green:#40c463;--yellow:#fabd2f;--blue:#66b0ff;--purple:#c084fc;--aqua:#5bcbd8;--orange:#fe8019;--gray:#a6a6a6;--red-dim:#cc2412;--green-dim:#2ea44f;--yellow-dim:#d79921;--blue-dim:#388bfd;--purple-dim:#a371f7;--aqua-dim:#3baaa7;--orange-dim:#d65d0e;--gray-dim:#8c8c8c}@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:eb garamond,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}#footer .footer-links{display:flex;gap:1.5rem;margin-bottom:.4rem}#footer .footer-links a{display:flex;align-items:center;gap:.35em;color:var(--fg4);text-decoration:none}#footer .footer-links a:link,#footer .footer-links a:visited,#footer .footer-links a:hover{color:var(--fg3)}#footer .footer-links a svg{flex-shrink:0;vertical-align:middle}#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}