:root{--bg_h:#f2e5bc;--bg:#f2e5bc;--bg_s:#ebdbb2;--bg1:#e0cfa9;--bg2:#d5c4a1;--bg3:#bdae93;--bg4:#a89984;--fg:#3c3836;--fg1:#504945;--fg2:#665c54;--fg3:#7c6f64;--fg4:#928374;--red:#c14a4a;--red-dim:#ea6962;--orange:#c35e0a;--orange-dim:#e78a4e;--yellow:#b47109;--yellow-dim:#d8a657;--green:#6c782e;--green-dim:#a9b665;--aqua:#4c7a5d;--aqua-dim:#89b482;--blue:#45707a;--blue-dim:#7daea3;--purple:#945e80;--purple-dim:#a899c8;--gray:#7c6f64;--gray-dim:#928374}.darkmode{--bg_h:#282828;--bg:#32302f;--bg_s:#3c3836;--bg1:#3c3836;--bg2:#504945;--bg3:#665c54;--bg4:#7c6f64;--fg:#ddc7a1;--fg1:#d5c4a1;--fg2:#bdae93;--fg3:#a89984;--fg4:#928374;--red:#ea6962;--red-dim:#c14a4a;--orange:#e78a4e;--orange-dim:#d65d0e;--yellow:#d8a657;--yellow-dim:#b47109;--green:#a9b665;--green-dim:#6c782e;--aqua:#89b482;--aqua-dim:#4c7a5d;--blue:#7daea3;--blue-dim:#45707a;--purple:#a899c8;--purple-dim:#945e80;--gray:#928374;--gray-dim:#7c6f64}:root,.darkmode{--border:#5a524c;--selection:#d8a657;--selection-text:#282828;--code-bg:#282828;--code-fg:#a9b665;--link:#7daea3;--link-visited:#a899c8;--link-hover:#e78a4e}body{font-size:20px;line-height:1.75;font-weight:400}h1{color:#ea6962}h2{color:#e78a4e}h3{color:#d8a657}h4{color:#a9b665}h5{color:#89b482}h6{color:#7daea3}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25}h1,h2{letter-spacing:-.02em}article{max-width:72ch}a{color:#7daea3;text-decoration-color:rgba(125,174,163,.45);text-underline-offset:.14em;transition:color .15s ease,text-decoration-color .15s ease}a:hover{color:#89b482;text-decoration-color:rgba(137,180,130,.7)}a:visited{color:#a899c8}a:active{color:#e78a4e}article a{text-decoration-thickness:1px}@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:link{color:var(--orange)}a:hover{color:var(--orange-dim)}a:visited{color:var(--orange)}::-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 calc((100vw - 800px)/2)}@media screen and (max-width:768px){#wrapper{padding-left:calc((100vw - 800px)/2)/3;padding-right:calc((100vw - 800px)/2)/3}}.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:stretch;display:flex;flex-direction:column}#header>h1{text-align:left}@media screen and (min-width:768px){#header>h1{font-size:2.8rem}}#header>nav{display:flex;flex-direction:row;justify-content:flex-start;gap:2rem;flex-wrap:wrap;margin-top:.5rem;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{color:var(--orange)}#header a:hover{color:var(--orange-dim)}#header a:visited{color:var(--orange)}#header>h1>a{pointer-events:none;cursor:default;text-decoration:none;color:var(--fg)!important}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:calc((100vw - 800px)/2);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}