:root { color-scheme: light dark; }
body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif; line-height: 1.8; }
.container { max-width: 760px; margin: 0 auto; padding: 0 16px; }
.site-header,.site-footer { border-bottom:1px solid #ddd; }
.site-footer { border-top:1px solid #ddd; border-bottom:0; margin-top:48px; }
.post-list { list-style:none; padding:0; }
.post-list li { display:flex; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px dashed #ccc; }
.date,.meta { color:#888; font-size:.9rem; }
a { text-decoration:none; } a:hover{ text-decoration:underline; }
