:root{font-size:16px;font-family:monospace}[data-theme=light]{--background-color:oklch(97% 0 0);--text-color:oklch(12% 0 0);--accent-color:oklch(0 0 0);--grey:oklch(0.392 0.003 17.272);--link-hover-color:oklch(58% 0.2 30);--code-background:oklch(93% 0 0)}[data-theme=dark]{--background-color:oklch(0.232 0.025 280.824);--text-color:oklch(0.718 0.059 70.182);--accent-color:oklch(0.668 0.079 66.409);--grey:oklch(40% 0 0);--link-hover-color:oklch(60% 0.15 28);--code-background:oklch(12% 0 0)}a{color:var(--accent-color);@media print{color: var(--text-color);}&:hover { color:var(--text-color); }}body{padding:1rem;margin:0;box-sizing:border-box;background-color:var(--background-color);color:var(--text-color);max-width:34em;margin-inline:auto;line-height:1.35;display:flex;flex-direction:column}p>code,li>code{border:1px dotted;white-space:nowrap}.header{display:flex;align-items:center;justify-content:space-between;margin-top:4em;margin-bottom:2em}.header-title{margin:0}.rss-link{color:inherit;text-decoration:none}.rss-link .rss-icon{width:.5em;height:.5em;vertical-align:middle}.rss-link:hover .rss-icon{color:orange}body img{max-width:100%;height:auto;width:auto;display:block;margin:0 auto;padding:0 1rem 1rem 0}.theme-toggle{padding:.5rem 1rem;font-size:.9rem;border:none;background:0 0;color:var(--text-color);border-radius:20px;cursor:pointer}ul>li,ol>li{margin-bottom:.5rem}.post-list{padding:0;list-style:none}ul{list-style:manicule}@counter-style manicule{system: cyclic;
    symbols: "☞";
    suffix: " ";
}.back-link{display:block;margin-bottom:2rem;&::before { content:"☜ "; font-style:oblique; }}pre{background-color:var(--code-background);padding:1em;border-radius:6px;overflow-x:auto;font-size:.9rem;line-height:1.5;margin-bottom:1.5em}pre code{background:0 0;color:inherit;font-family:monospace;font-size:inherit;display:block;white-space:pre}footer{margin-top:3rem;margin-bottom:4rem;& > a { margin-right: 1rem; } @media print { display: none; }}.last-updated{color:#777;opacity:.7;font-size:.7em;margin-top:1rem;white-space:normal}.timestamp{font-size:.8em;margin-top:2em;color:#777;opacity:.8}@media(max-width:600px){.header{margin-top:1em}}