:root{--bg_h:#FFFCF0;--bg:#FFFCF0;--bg_s:#E6E4D9;--bg1:#E6E4D9;--bg2:#CECDC3;--bg3:#B7B5AC;--bg4:#9F9D96;--fg:#282726;--fg1:#403E3C;--fg2:#575653;--fg3:#6F6E69;--fg4:#878580;--red:#AF3029;--green:#66800B;--yellow:#AD8301;--blue:#205EA6;--purple:#5E409D;--aqua:#24837B;--orange:#BC5215;--gray:#6F6E69;--magenta:#A02F6F;--red-dim:#942822;--green-dim:#536907;--yellow-dim:#8E6B01;--blue-dim:#1A4F8C;--purple-dim:#4F3685;--aqua-dim:#1C6C66;--orange-dim:#9D4310;--gray-dim:#575653}.darkmode{--bg_h:#282726;--bg:#282726;--bg_s:#403E3C;--bg1:#403E3C;--bg2:#575653;--bg3:#6F6E69;--bg4:#878580;--fg:#F2F0E5;--fg1:#E6E4D9;--fg2:#CECDC3;--fg3:#B7B5AC;--fg4:#9F9D96;--red:#D14D41;--green:#879A39;--yellow:#D0A215;--blue:#66A0C8;--purple:#8B7EC8;--aqua:#3AA99F;--orange:#DA702C;--gray:#878580;--magenta:#CE5D97;--red-dim:#E8705F;--green-dim:#A0AF54;--yellow-dim:#DFB431;--blue-dim:#92BFDB;--purple-dim:#A699D0;--aqua-dim:#5ABDAC;--orange-dim:#EC8B49;--gray-dim:#9F9D96}.recent-posts>ul{border-left:1px solid var(--fg4);list-style-type:none;margin-left:.5rem;padding-left:1.1rem}.recent-posts>ul>li{border-radius:.3rem;transition:background-color .2s ease}.recent-posts>ul>li:hover{background-color:var(--bg_s)}@media screen and (min-width:768px){.recent-posts>ul{margin-left:1rem;padding-left:2rem}}@media screen and (max-width:768px){.recent-posts>ul{margin-left:0;padding-left:.5rem}.recent-posts>ul>li:not(:last-child){border-bottom:1px solid var(--bg2)}}.recent-posts a.post-link{text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:1.1rem;padding:.15rem .5rem;line-height:1.8;color:var(--blue)}.recent-posts a.post-link:visited{color:var(--blue-dim)}.recent-posts a.post-link time{color:var(--fg4);flex-shrink:0;margin-left:0;text-align:right;white-space:nowrap}