/* A post, and the prose pages (/privacy, /terms). A reading measure on ink. */
.post { max-width: 760px; padding-top: clamp(40px, 6vw, 72px); }
.post__back { font-size: 14px; font-weight: 600; color: var(--mut); }
.post__back:hover { color: var(--txt); }
.post__title { margin-top: 18px; font-size: clamp(30px, 4vw, 46px); }
.post__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; font-size: 13px; color: var(--mut2); }
.post__hero { margin-top: 32px; border: 1px solid var(--line2); border-radius: 16px; overflow: hidden; }
.post__hero img { width: 100%; height: auto; }
.post__body { margin-top: 32px; font-size: 17px; line-height: 1.7; color: var(--mut); }
.post__body > * + * { margin-top: 1.1em; }
.post__body h2 { margin-top: 2em; font-size: 26px; color: var(--txt); }
.post__body h3 { margin-top: 1.6em; font-size: 20px; color: var(--txt); }
.post__body a { color: var(--txt); text-decoration: underline; text-underline-offset: 0.2em; }
.post__body a:hover { color: var(--blue-l); }
.post__body b, .post__body strong { color: var(--txt); font-weight: 600; }
.post__body ul, .post__body ol { padding-left: 1.4em; }
.post__body ul { list-style: disc; } .post__body ol { list-style: decimal; }
.post__body li + li { margin-top: 0.4em; }
.post__body li::marker { color: var(--blue-l); }
.post__body blockquote { padding: 4px 0 4px 18px; border-left: 3px solid var(--blue); color: var(--txt); }
.post__body img { border-radius: 12px; border: 1px solid var(--line); }
.post__body figcaption { margin-top: 0.6em; font-size: 14px; color: var(--mut2); }
.post__body pre { padding: 16px; overflow-x: auto; font-size: 14px; background: var(--panel2); border: 1px solid var(--line); border-radius: 12px; }
.post__body code { font-size: 0.92em; }
.post__body table { width: 100%; border-collapse: collapse; font-size: 15px; }
.post__body th, .post__body td { padding: 8px 10px; text-align: left; border-bottom: 1px solid var(--line); }
.post__foot { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.recent__heading { margin-bottom: 20px; font-size: 24px; }
