:root{--color-bg: #fff;--color-text: #444;--color-text-strong: #222;--color-link: #2c5ed4;--color-accent: rgb(51 102 255 / .1);--color-code-bg: rgb(0 0 0 / .05);--max-width: 70ch;--padding-base: calc(1vmin + .5rem) ;--font-family: system-ui;--line-height: 1.5}html{background:var(--color-bg);overflow-wrap:break-word;max-width:var(--max-width);padding:var(--padding-base);margin-inline:auto;font-family:var(--font-family);color:var(--color-text);color-scheme:light}body :not(:is(h1,h2,h3,h4,h5,h6)){line-height:var(--line-height)}p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}h1,h2,h3,h4,h5,strong{color:var(--color-text-strong)}ul{list-style-type:square;padding-inline-start:30px}a{color:var(--color-link)}pre{background-color:var(--color-code-bg);padding:10px;max-width:100%;overflow:auto;max-height:400px;white-space:pre;word-wrap:normal;word-break:normal;contain:layout style}figure{margin-inline:0;background-color:var(--color-code-bg);padding:10px;contain:layout style}blockquote{margin:0}header{margin:0}header h1{margin:.2rem 0}header address{padding:0;display:flex;flex-direction:column;gap:.8rem;font-style:normal}@media (min-width: 600px){header address{flex-direction:row;gap:1.2rem}}time{background:var(--color-accent);padding:.3rem .5rem;margin:.9rem 0;border-radius:.5rem;contain:layout style}li>time{color:#234;margin:.15rem 0;font-weight:700;vertical-align:middle;display:inline-block;contain:layout style}
