:root{--bg:#f8f6f3;--text:#171717;--muted:#666;--link:#b20f03;--border:#ddd2c5}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,#fff9e8,var(--bg));color:var(--text);font-family:Georgia,Times New Roman,serif;line-height:1.65}.container{max-width:860px;margin:0 auto;padding:24px}.site-footer,.site-header{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:24px}.site-footer{border-top:1px solid var(--border);border-bottom:0;margin-top:48px;margin-bottom:0;padding-top:12px}.brand{color:var(--text);text-decoration:none;font-size:1.7rem;font-weight:700}.main-nav,.tag-strip{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.main-nav a,.tag-strip a,a{color:var(--link)}.post-list{grid-gap:28px;gap:28px}.post-list,.tags-list{list-style:none;padding:0;display:grid}.tags-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px 18px;gap:12px 18px}.post-list h2{margin-bottom:6px}.post-splash{height:240px;border-radius:8px;border:1px solid var(--border);margin-bottom:12px}.post-hero,.post-splash{width:100%;object-fit:cover}.post-hero{max-height:420px;border-radius:10px;border:1px solid var(--border);margin:8px 0 20px}.meta{color:var(--muted);font-size:.95rem}.ghost-content iframe,.ghost-content img{max-width:100%}.ghost-content pre{overflow-x:auto;background:#0f1115;color:#f2f2f2;padding:12px;border-radius:6px}.ghost-content code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.ghost-content .kg-card{margin:1.5rem 0}@media (max-width:640px){.container{padding:16px}}