:root{--max-width:720px;--fg:#1e293b;--muted:#475569;--link:#000;--bg:#fff}#__next,body,html{height:100%}*{box-sizing:border-box}body{margin:0;padding:0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:var(--fg);background:var(--bg)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}main{padding:2rem 0 4rem}header,main{max-width:var(--max-width);margin:0 auto}header{padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0}.site-title{font-weight:700;font-size:1.125rem}.post-list{list-style:none;padding:0;margin:1.5rem 0 0}.post-list li{margin:0 0 1rem}.post-list h2{margin:0 0 .25rem;font-size:1.25rem}.post-list .meta{color:var(--muted);font-size:.875rem}article h1{font-size:2rem;margin:0 0 .5rem}article .meta{color:var(--muted);margin:0 0 2rem}article img{max-width:100%;height:auto}article pre{background:#0f172a;color:#e2e8f0;padding:1rem;overflow:auto;border-radius:6px}article code{background:#f1f5f9;padding:.1rem .25rem;border-radius:4px}