:root{--bg:#fdfaf6;--fg:#2b2420;--muted:#7a6f64;--accent:#b5502f;--card-bg:#ffffff;--border:#e8e0d6;--max-width:960px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{border-bottom:1px solid var(--border);background:var(--card-bg)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.brand{font-weight:700;font-size:1.25rem;color:var(--fg)}.nav-menu{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-menu a{color:var(--fg);font-weight:500}main.container{padding-top:2rem;padding-bottom:3rem;min-height:60vh}.page-title{margin-bottom:1.5rem}.postcard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem}.postcard{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.postcard-image img{display:block;width:100%;height:180px;object-fit:cover}.postcard-body{padding:1rem 1.1rem 1.25rem}.postcard-body h2{margin:0 0 .25rem;font-size:1.15rem}.postcard-body h2 a{color:var(--fg)}.postcard time,.post-single time{color:var(--muted);font-size:.85rem}.postcard-summary{margin-top:.5rem;font-size:.95rem;color:var(--fg)}.more-link{display:inline-block;margin-top:.5rem;font-weight:600}.see-all{margin-top:2.5rem;text-align:center}.post-single h1{margin-bottom:.25rem}.post-cover{width:100%;max-height:420px;object-fit:cover;border-radius:10px;margin:1.25rem 0}.post-content{margin-top:1.5rem}.post-content table{border-collapse:collapse;margin:1.25rem 0;width:100%;max-width:480px}.post-content th,.post-content td{border:1px solid var(--border);padding:.4rem .7rem;text-align:left}.post-content img{max-width:100%;border-radius:8px}.archive-year{margin-bottom:2rem}.archive-year h2{border-bottom:2px solid var(--accent);padding-bottom:.25rem}.archive-list{list-style:none;padding:0;margin:.75rem 0 0}.archive-list li{padding:.3rem 0;border-bottom:1px dashed var(--border);display:flex;gap:.75rem}.archive-list time{color:var(--muted);min-width:3.5rem}.site-footer{text-align:center;color:var(--muted);font-size:.85rem;padding:1.5rem 0;border-top:1px solid var(--border)}