: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}#main>h1{text-align:center}#main .post-heading{text-align:left}#main .post-heading h1{font-size:2.1rem;font-weight:500;line-height:1.3;margin-bottom:.4rem}#main .post-heading .publish-metadata{color:var(--text-secondary);font-size:large;padding-top:.5rem;margin-bottom:1rem}#main .post-heading .publish-metadata svg{margin-right:.1em;margin-left:.1em}#main .tag{background-color:var(--bg_s);border-radius:.25rem;padding:.2em .3em}#main summary>b{cursor:pointer}#main .toc{background-color:var(--bg_s);border:var(--fg4)1px dashed;border-radius:.25rem;display:inline-block;margin:1rem;padding:.5rem 1rem}#main .toc a{color:var(--fg)}#main .toc a:hover{text-decoration:underline}#main .toc li>ul{margin-left:1.5rem}#main .toc ul{list-style:none}#main .toc:target{background-color:var(--bg_s)}#main .warning{background-color:var(--red);color:#fff;font-size:1.1rem;margin:2rem 0;padding:1rem 0;text-align:center;border-radius:.25rem}#main .content{padding-top:1rem}#main #back-to-top{position:static;display:inline-block;font-size:16px;border:none;outline:none;background-color:var(--bg_s);color:var(--fg);cursor:pointer;padding:.75rem 1rem;border-radius:.25rem;margin:2rem 0 1rem;white-space:nowrap}#main #back-to-top:hover{background-color:var(--bg_h)}