:root{--bg: #ffffff;--text: #000000;--accent: #000000;--code-bg: #000000;--code-text: #ffffff;--border: #000000;--target-bg: yellow;--link: #0000ee;--link-visited: #551a8b;--link-hover: #ff0000}html[a="dark"]{--bg: #000000;--text: #ffffff;--accent: #ffffff;--code-bg: #111111;--code-text: #f5f5f5;--border: #ffffff;--target-bg: #444444;--link: #ffea00;--link-visited: #ffc000;--link-hover: #fff200}@media (prefers-color-scheme: dark){html[a="auto"]{--bg: #000000;--text: #ffffff;--accent: #ffffff;--code-bg: #111111;--code-text: #f5f5f5;--border: #ffffff;--target-bg: #444444;--link: #ffea00;--link-visited: #ffc000;--link-hover: #fff200}}html,body{background:var(--bg)}html{height:100%;scroll-behavior:smooth}body{color:var(--text);font-family:monospace;font-size:16px;line-height:1.4;margin:0;min-height:100%;overflow-wrap:break-word}.post-meta{text-align:right}h2,h3,h4,h5,h6{margin-top:3rem}hr{margin:2rem 0}p{margin:1rem 0}li{margin:0.4rem 0}*:target{background:var(--target-bg)}.w{max-width:640px;margin:0 auto;padding:4rem 2rem}hr{text-align:center;border:0}hr:before{content:"/////"}hr:after{content:attr(data-content) "/////"}table{width:100%}table,th,td{border:thin solid var(--border);border-collapse:collapse;padding:0.4rem}code{color:var(--code-text);background:var(--code-bg)}div.highlighter-rouge code{display:block;overflow-x:auto;white-space:pre-wrap;padding:1rem}blockquote{font-style:italic;border:thin solid var(--border);padding:1rem}blockquote p{margin:0}img{max-width:100%;display:block;margin:0 auto}a{color:var(--link);text-decoration:underline}a:visited{color:var(--link-visited)}a:hover,a:focus{color:var(--link-hover)}.buttons-group{display:flex;max-width:100%;padding:4px;margin:16px;gap:4px;justify-content:center}
