:root{--bg_h:#ffffff;--bg:#fefefe;--bg_s:#f8f8f8;--bg1:#f2f2f2;--bg2:#e8e8e8;--bg3:#d4d4d4;--bg4:#c0c0c0;--fg:#2d2d2d;--fg1:#404040;--fg2:#525252;--fg3:#666666;--fg4:#808080;--red:#c14242;--green:#4a7c59;--yellow:#b57614;--blue:#2563eb;--purple:#7c3aed;--aqua:#0891b2;--orange:#ea580c;--gray:#6b7280;--red-dim:#dc2626;--green-dim:#16a34a;--yellow-dim:#ca8a04;--blue-dim:#1d4ed8;--purple-dim:#6d28d9;--aqua-dim:#0e7490;--orange-dim:#c2410c;--gray-dim:#4b5563}html.darkmode,.darkmode{--bg_h:#0f0f0f;--bg:#1a1a1a;--bg_s:#2a2a2a;--bg1:#333333;--bg2:#404040;--bg3:#525252;--bg4:#666666;--fg:#e5e5e5;--fg1:#d4d4d4;--fg2:#c0c0c0;--fg3:#a8a8a8;--fg4:#888888;--red:#f87171;--green:#4ade80;--yellow:#fbbf24;--blue:#60a5fa;--purple:#a78bfa;--aqua:#22d3ee;--gray:#9ca3af;--orange:#fb923c;--red-dim:#ef4444;--green-dim:#22c55e;--yellow-dim:#f59e0b;--blue-dim:#3b82f6;--purple-dim:#8b5cf6;--aqua-dim:#06b6d4;--gray-dim:#6b7280;--orange-dim:#f97316}#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:transparent;border:none;cursor:pointer}#searchbox #ddgSearch button svg{fill:var(--fg1)}