/***** Basic tweaks *****/
html, body { height: 100%; }
body { font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
.container-narrow { max-width: 1100px; }
.hero-title { font-weight: 800; letter-spacing: -0.5px; }
.hero-highlight { background: linear-gradient(transparent 60%, #ffb84d 60%); }
.post-card { border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 1rem 1.25rem; }
.post-card + .post-card { margin-top: 1rem; }
.post-meta { font-size: .875rem; opacity: .7; }
.bio-card { border: 1px solid rgba(0,0,0,.08); border-radius: 14px; padding: 1rem; }
.bio-sticky { position: sticky; top: 2rem; }
.post-thumb { width: 100%; border-radius: 12px; }
.content img { max-width: 100%; height: auto; border-radius: 12px; }
.navbar-brand { font-weight: 800; }
.icon-round { display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:50%; background:#f6f6f6; }