:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a1a1a;background:#faf7f2}*{box-sizing:border-box}body{margin:0}.layout{display:flex;gap:2rem;align-items:stretch;min-height:100vh}main{flex:1;padding:2rem;max-width:720px}.feed{flex:0 0 320px;padding:2rem 1.5rem;border-left:1px solid #e6e0d4;height:100vh;overflow-y:auto;position:sticky;top:0}h1{font-size:clamp(2rem,6vw,3rem);margin:0 0 .5rem}[data-testid=tagline]{color:#555;margin-top:0}a{color:#b04a17}footer{margin-top:3rem;color:#888}@media(max-width:720px){.layout{flex-direction:column}.feed{flex:1 1 auto;height:auto;position:static;border-left:none;border-top:1px solid #e6e0d4}}
