:root{--bg_h:#fbf1c7;--bg:#fbf1c7;--bg_s:#ebdbb2;--bg1:#ebdbb2;--bg2:#d5c4a1;--bg3:#bdae93;--bg4:#a89984;--fg:#3c3836;--fg1:#3c3836;--fg2:#504945;--fg3:#665c54;--fg4:#7c6f64;--orange:#af3a03;--orange-dim:#d65d0e;--red:#af3a03;--green:#af3a03;--yellow:#af3a03;--blue:#af3a03;--purple:#af3a03;--aqua:#af3a03;--gray:#7c6f64;--red-dim:#d65d0e;--green-dim:#d65d0e;--yellow-dim:#d65d0e;--blue-dim:#d65d0e;--purple-dim:#d65d0e;--aqua-dim:#d65d0e;--gray-dim:#7c6f64}.darkmode{--bg_h:#282828;--bg:#282828;--bg_s:#3c3836;--bg1:#3c3836;--bg2:#504945;--bg3:#665c54;--bg4:#7c6f64;--fg:#ebdbb2;--fg1:#ebdbb2;--fg2:#d5c4a1;--fg3:#bdae93;--fg4:#a89984;--orange:#fe8019;--orange-dim:#d65d0e;--red:#fe8019;--green:#fe8019;--yellow:#fe8019;--blue:#fe8019;--purple:#fe8019;--aqua:#fe8019;--gray:#a89984;--red-dim:#d65d0e;--green-dim:#d65d0e;--yellow-dim:#d65d0e;--blue-dim:#d65d0e;--purple-dim:#d65d0e;--aqua-dim:#d65d0e;--gray-dim:#a89984}#main>.post-group>ul{border-left:var(--fg4)solid 2px;list-style-type:none;margin-left:.5rem;padding-left:1rem}#main>.post-group>ul>li{align-items:center;display:flex;flex-direction:row;justify-content:space-between;line-height:1.6}#main>.post-group>ul>li>time{text-align:right}@media screen and (min-width:768px){#main>.post-group>ul{margin-left:1rem;padding-left:2rem}}#main>.post-group a{text-decoration:none;transition:-webkit-text-decoration .3s ease;transition:text-decoration .3s ease;transition:text-decoration .3s ease,-webkit-text-decoration .3s ease}#main>.post-group a:hover{text-decoration:underline}#searchbox{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:0;margin-bottom:1rem}#searchbox #ddgSearch{position:relative;display:inline-block}#searchbox #ddgSearch input{color:var(--fg1);background-color:var(--bg_s);font-family:sans-serif;padding-left:10px;width:200px;height:1.8rem;border:2px solid var(--fg4);border-radius:.25rem}#searchbox #ddgSearch input:focus{outline:1px solid var(--fg1)}#searchbox #ddgSearch button{position:absolute;aspect-ratio:1rem;right:1em;top:5.3px;background-color:initial;border:none;cursor:pointer}#searchbox #ddgSearch button svg{fill:var(--fg1)}