:root{--background-color:#000;--text-color:#fff;--primary-color:#39f;--border-color:#fff;--link-hover-bg:#39f;--link-hover-text:#fff;--article-border-color:#fff;--footer-border-color:#fff;--image-border-color:#fff;--toggle-bg:#f0f0f0;--toggle-text:#111;--list-item-hover-bg:#111;--light-text-color:#888;--tag-bg:#333;--tag-text:#fff;--tag-border:#666;--tag-hover-bg:#444;--tag-selected-text:#fff;--tag-selected-hover-bg:#28e;--related-posts-border:#333;--tag-display-border:#555;--color-background:#000;--color-text:#fff;--color-text-secondary:#888;--color-border:#666;--color-primary:#39f;--color-hover:#111;--color-tag:#333}html[data-theme=light]{--background-color:#f0f0f0;--text-color:#111;--primary-color:#007acc;--border-color:#333;--link-hover-bg:#007acc;--link-hover-text:#fff;--article-border-color:#ccc;--footer-border-color:#ccc;--image-border-color:#ccc;--toggle-bg:#000;--toggle-text:#fff;--light-text-color:#555;--tag-bg:#ddd;--tag-text:#111;--tag-border:#bbb;--tag-hover-bg:#ccc;--tag-selected-text:#fff;--tag-selected-hover-bg:#005fa3;--related-posts-border:#ddd;--tag-display-border:#aaa;--color-background:#f0f0f0;--color-text:#111;--color-text-secondary:#555;--color-border:#ccc;--color-primary:#007acc;--color-hover:#e0e0e0;--color-tag:#ddd}html{scrollbar-gutter:stable}html,body{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:0;overflow-x:hidden;line-height:1.4;margin:.75rem 0;font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;background-color:var(--background-color);color:var(--text-color);padding:0;margin:0;min-height:100vh;transition:background-color .3s,color .3s}.container{width:100%;display:flex;flex-direction:column;align-items:center;padding:0;box-sizing:border-box}.flexer{height:100%;width:100%;padding-top:.5rem;display:flex;flex-direction:column}@media (width>=768px){.flexer{padding-top:2.5rem}}.main{width:100%;max-width:100%;padding:0 .25rem;margin:0;flex:1 0 auto;box-sizing:border-box}.main.postPage{margin-top:0;max-width:72rem;padding:0 0;display:flex;flex-direction:column;align-items:center}.postPage{display:flex;flex-direction:column;width:100%;gap:1rem}@media (width>=768px){.main.postPage{padding:0 2rem}.postPage{flex-direction:row;gap:2rem;justify-content:space-between}.postPage.noToc{justify-content:center}.main{max-width:50rem;margin:0 auto}.main.homePage{max-width:95%}}.postPage.noToc{justify-content:center}article{width:auto;max-width:100%;display:flex;flex-direction:column;margin:1rem;padding:1rem;border:2px solid var(--article-border-color);box-sizing:border-box;transition:border-color .3s}@media (width>=768px){article{max-width:50rem;padding:1rem;margin:1rem 0}}.header{display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:0;margin-bottom:0}footer{margin-top:auto;min-height:0;display:flex;flex-direction:column;align-items:center;border-top:4px solid var(--footer-border-color);width:100%;padding-top:.5rem;transition:border-color .3s}.footer{font-size:1.2rem;line-height:1.5;margin-top:2rem;width:100%;text-align:center;border-top:4px solid var(--border-color);padding-top:1rem;padding-bottom:1rem;transition:border-top-color .3s}.heading2Xl{font-size:1.5rem;line-height:1;font-weight:800;letter-spacing:-.05rem;margin:0;text-transform:uppercase}@media (width>=768px){.heading2Xl{font-size:2rem}}.headingXl{font-size:2rem;line-height:1.3;font-weight:800;letter-spacing:-.05rem;margin:.5rem 0;padding-bottom:.5rem;border-bottom:4px solid var(--border-color);transition:border-bottom-color .3s}@media (width>=1400px){.headingXl.hideOnMobile{display:none}}.headingLg{font-size:1.5rem;line-height:1.4;margin:.5rem 0;text-transform:uppercase;border-left:4px solid var(--primary-color);padding-left:1rem;transition:border-left-color .3s}.headingMd{font-size:1.2rem;line-height:1.5;display:flex;flex-direction:column;align-items:center}.headingMd:not(.padding1px){text-align:center;width:100%}.headingMd.padding1px{align-items:stretch;text-align:left}.lightText{color:var(--light-text-color);transition:color .3s}a{color:var(--primary-color);text-decoration:none;border-bottom:2px solid var(--primary-color);padding:2px 4px;transition:background-color .2s,color .2s,border-bottom-color .2s}a:hover{text-decoration:none;background-color:var(--link-hover-bg);color:var(--link-hover-text)}.colorInherit{color:inherit}img{max-width:100%;height:auto;display:block;border:4px solid var(--image-border-color);transition:border-color .3s}.padding1px{padding-top:1px}