:root{color-scheme:light;--ink:#222;--muted:#666;--accent:#9b1828;--paper:#fff}*{box-sizing:border-box}body{margin:0;background:#f4f1ed;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;line-height:1.8}.site-header{display:flex;justify-content:space-between;align-items:center;padding:18px max(20px,calc((100% - 960px)/2));background:#111;color:#fff}.site-header a{color:#fff;text-decoration:none}.site-title{font-size:1.35rem;font-weight:700}.site-header nav{display:flex;gap:20px}main{width:min(960px,calc(100% - 32px));margin:32px auto;background:var(--paper);padding:clamp(20px,5vw,56px);box-shadow:0 4px 24px #0001}h1,h2{line-height:1.4}a{color:var(--accent)}.post-card{padding:22px 0;border-bottom:1px solid #ddd}.post-card h2{margin:.25rem 0;font-size:1.25rem}.post-card time,.meta{color:var(--muted);font-size:.9rem}.post{max-width:760px;margin:0 auto}.post>header{border-bottom:1px solid #ddd;margin-bottom:32px}.post>header h1{margin:.5rem 0 1rem;font-size:clamp(1.65rem,4vw,2.25rem);letter-spacing:.02em}.post-body{font-size:1rem;line-height:2;overflow-wrap:anywhere}.post-body p{margin:0 0 1.55em}.post-body img{max-width:100%;height:auto}.post-body iframe{max-width:100%}.post-body font,.post-body [style*="font-size"]{font-size:inherit!important}.post-body h1,.post-body h2,.post-body h3,.post-body h4{font-size:revert!important;line-height:1.5}.legacy-heading{margin:2.25em 0 .9em;padding:.2em 0 .2em .75em;border-left:4px solid var(--accent);font-size:1.25rem!important}.legacy-list{margin:0 0 1.55em;padding-left:1.4em}.legacy-list li{margin:.35em 0}.legacy-note{padding:.8em 1em;background:#f7f4f1;font-size:.95em}.back{margin-top:48px}.pagination{display:flex;justify-content:center;gap:24px;margin-top:36px}footer{text-align:center;padding:32px;color:#666;font-size:.8rem}@media(max-width:600px){.site-header{align-items:flex-start;gap:12px}.site-header nav{gap:12px}main{margin:16px auto;padding:20px}.post-body{font-size:.975rem;line-height:1.9}}