.post-header{padding:68px 0 42px;border-bottom:1px solid var(--line)}
.post-back{color:var(--accent);font-size:13px}
.post-back:hover,.post-source a:hover{ text-decoration:underline;text-underline-offset:4px}
.post-header h1{max-width:740px;margin:27px 0 22px;font-size:clamp(29px,5vw,42px);line-height:1.4;letter-spacing:-.04em}
.post-meta{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--muted);font-size:12px}
.post-body{padding:32px 0 76px;font-size:16px;line-height:1.95;overflow-wrap:anywhere}
.post-body h2{margin:2.5em 0 .8em;font-size:24px;line-height:1.5;letter-spacing:-.03em}
.post-body h3{margin:2em 0 .65em;font-size:19px;line-height:1.5}
.post-body h4{margin:1.7em 0 .6em;font-size:17px}
.post-body p,.post-body blockquote,.post-body ul,.post-body ol,.post-body figure,.post-body .table-wrap{margin:0 0 1.3em}
.post-body > div{margin-bottom:1.3em}
.post-body div p:last-child{margin-bottom:0}
.post-body ul,.post-body ol{padding-left:1.5em}
.post-body .written-markers{padding-left:1.2em;list-style:none}
.post-body li{padding-left:.2em;margin:.35em 0}
.post-body li p{margin:0}
.post-body strong{font-weight:700}
.post-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.post-body blockquote{padding:.1em 0 .1em 1.2em;border-left:3px solid var(--accent);color:#625d55}
.post-body hr{height:1px;margin:2em 0;border:0;background:var(--line)}
.post-body img{display:block;max-width:100%;height:auto;margin:1.5em auto;border-radius:4px}
.post-body pre{max-width:100%;padding:18px 20px;margin:1.4em 0 1.7em;overflow-x:auto;border-radius:7px;background:#242824;color:#e5e9e2;font-size:12.5px;line-height:1.65;white-space:pre;tab-size:4}
.post-body code{font-family:'DM Mono',ui-monospace,SFMono-Regular,Consolas,monospace}
.post-body :not(pre)>code{padding:.12em .34em;border-radius:3px;background:#ece8df;font-size:.84em}
.post-body .table-wrap{overflow-x:auto}
.post-body table{width:100%;min-width:470px;border-collapse:collapse;font-size:13px;line-height:1.6}
.post-body th,.post-body td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.post-body th{background:var(--soft);font-weight:600}
.post-source{padding:22px 0 44px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
.post-source a{color:var(--accent)}
@media(max-width:600px){.post-header{padding:48px 0 30px}.post-body{font-size:15px;padding:24px 0 55px}.post-body h2{font-size:21px}.post-body h3{font-size:18px}.post-body pre{padding:14px;font-size:11px}}

.post-body[hidden],.post-summary[hidden]{display:none}
.post-summary{padding:32px 0 76px;font-size:17px;line-height:1.9}
.post-summary p{margin:0 0 18px}
.post-summary-label{color:var(--accent);font-family:'DM Mono',monospace;font-size:11px;font-weight:500;letter-spacing:.08em}
.post-summary-topics{color:var(--muted);font-size:12px}
.post-read-original{margin-top:15px;padding:10px 17px;border:1px solid var(--accent);border-radius:3px;background:transparent;color:var(--accent);font:inherit;font-size:13px;cursor:pointer}
.post-read-original:hover{background:var(--soft)}
.post-read-original:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
