:root{--bg_h:#f9f5d7;--bg:#fbf1c7;--bg_s:#f2e5bc;--bg1:#ebdbb2;--bg2:#d5c4a1;--bg3:#bdae93;--bg4:#a89984;--fg:#282828;--fg1:#3c3836;--fg2:#504945;--fg3:#665c54;--fg4:#7c6f64;--red:#9d0006;--green:#79740e;--yellow:#b57614;--blue:#076678;--purple:#8f3f71;--aqua:#427b58;--orange:#af3a03;--gray:#928374;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458598;--purple-dim:#b16286;--aqua-dim:#689d6a;--orange-dim:#d65d0e;--gray-dim:#7c6f64}.darkmode{--bg_h:#1d2021;--bg:#282828;--bg_s:#32302f;--bg1:#3c3836;--bg2:#504945;--bg3:#665c54;--bg4:#7c6f64;--fg:#fbf1c7;--fg1:#ebdbb2;--fg2:#d5c4a1;--fg3:#bdae93;--fg4:#a89984;--red:#fb4934;--green:#b8bb26;--yellow:#fabd2f;--blue:#83a598;--purple:#d3869b;--aqua:#8ec07c;--gray:#928374;--orange:#fe8019;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458588;--purple-dim:#b16286;--aqua-dim:#689d6a;--gray-dim:#a89984;--orange-dim:#d65d0e}.homepage{max-width:800px;margin:0 auto}.hero{text-align:center;padding:2rem 0;border-bottom:2px solid var(--fg4);margin-bottom:2rem}.hero .tagline{font-size:1.15rem;color:var(--fg4);font-style:italic}.recent-posts{margin-bottom:2rem}.recent-posts h2{margin-bottom:1rem;font-size:1.4rem}.recent-posts .post-list{list-style:none;padding:0}.recent-posts .post-list li{padding:.5rem 0;border-bottom:1px solid var(--bg_s)}.recent-posts .post-list li:last-child{border-bottom:none}.recent-posts .post-list .post-link{display:flex;justify-content:space-between;align-items:baseline;text-decoration:none;color:var(--fg);transition:color .2s}.recent-posts .post-list .post-link:hover{color:var(--fg1)}.recent-posts .post-list .post-link .post-title{font-size:1.05rem}.recent-posts .post-list .post-link time{font-size:.85rem;color:var(--fg4);white-space:nowrap;margin-left:1rem}@media screen and (max-width:768px){.recent-posts .post-list .post-link{flex-direction:column}.recent-posts .post-list .post-link time{margin-left:0;margin-top:.2rem}}.recent-posts .post-list .post-tags{margin-top:.3rem}.recent-posts .post-list .post-tags .tag{font-size:.8rem;color:var(--blue-dim);text-decoration:none;margin-right:.5rem}.recent-posts .post-list .post-tags .tag:hover{color:var(--blue)}.recent-posts .view-all{display:inline-block;margin-top:1rem;font-size:.95rem;text-decoration:none;color:var(--blue)}.recent-posts .view-all:hover{color:var(--blue-dim)}.taxonomies{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-top:2rem;border-top:2px solid var(--fg4)}@media screen and (max-width:768px){.taxonomies{grid-template-columns:1fr;gap:1rem}}.taxonomies .taxonomy-group h3{margin-bottom:.5rem;font-size:1.1rem}.taxonomies .pill-list{display:flex;flex-wrap:wrap;gap:.4rem}.taxonomies .pill-list .pill{display:inline-block;padding:.2rem .7rem;border:1px solid var(--fg4);border-radius:1rem;font-size:.8rem;text-decoration:none;color:var(--fg);transition:background-color .2s,color .2s}.taxonomies .pill-list .pill:hover{background-color:var(--bg_s);color:var(--fg1)}