*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.65;color:#222;background:#f7f6f3}
.wrap{max-width:48rem;margin:0 auto;padding:1.2rem}
header.site{border-bottom:3px solid #6b6f5b;background:#fff;padding:.7rem 0}
header.site .wrap{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem 1.2rem}
.site-title{font-size:1.15rem;font-weight:600}
.site-title a{color:#222;text-decoration:none}
nav.cats{font-size:.85rem;display:flex;flex-wrap:wrap;gap:.2rem .9rem;margin-left:auto}
nav.cats a{color:#5c6350;text-decoration:none}
main{padding:1rem 0 3rem}
article{background:#fff;border:1px solid #e6e3db;border-radius:10px;padding:1.3rem 1.5rem;margin:1.2rem 0;overflow-wrap:break-word}
article h1{margin:.1rem 0 .3rem;font-size:1.5rem;line-height:1.3}
article h2{font-size:1.2rem;line-height:1.35;margin:1.2rem 0 .4rem}
.meta{color:#777;font-size:.82rem;margin:0 0 1rem}
.post-body img{max-width:100%;height:auto;border-radius:6px;margin:.35rem 0}
.post-body p{margin:.7rem 0}
.post-body table{max-width:100%}
.post-body a{text-decoration:underline;text-decoration-color:#c3b98f}
.post-body .dead-link{color:#8a6d3b;background:#f6efdb;border-bottom:1px dotted #b09a55}
.related{background:#f4f6ef;border:1px solid #d8ddc8;border-left:4px solid #6b6f5b;border-radius:8px;padding:.7rem 1rem;margin:1.2rem 0;font-size:.93rem}
footer.site{color:#888;font-size:.82rem;border-top:1px solid #e6e3db;padding:1.1rem 0 2rem;text-align:center}
footer.site a{color:#5c6350}
@media(min-width:48rem){article{padding:1.7rem 2.1rem}}