:root{--fg:#222;--bg:#fff;--muted:#666;--accent:#06c;--rule:#e5e5e5}@media(prefers-color-scheme:dark){:root{--fg:#e6e6e6;--bg:#111;--muted:#999;--accent:#6cf;--rule:#2a2a2a}}*{box-sizing:border-box}html{font-size:17px}body{margin:0;color:var(--fg);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,helvetica neue,sans-serif;line-height:1.6}main,.site-header,.site-footer{max-width:680px;margin:0 auto;padding:0 1.25rem}.site-header{padding-top:2rem;padding-bottom:1rem;border-bottom:1px solid var(--rule)}.site-title{font-weight:600;text-decoration:none;color:var(--fg)}.site-footer{margin-top:4rem;padding-top:1rem;padding-bottom:2rem;color:var(--muted);border-top:1px solid var(--rule);font-size:.9rem}a{color:var(--accent)}h1,h2,h3{line-height:1.25}.post-list{list-style:none;padding:0}.post-list li{margin:2rem 0}.post-list h2{margin:.25rem 0}.post-list a{text-decoration:none;color:var(--fg)}.post-list a:hover h2{color:var(--accent)}.post-list time{color:var(--muted);font-size:.9rem}.post-list p{margin:.5rem 0 0;color:var(--muted)}.post header{margin-bottom:2rem}.post h1{margin-bottom:.25rem}.post time{color:var(--muted);font-size:.9rem}.post img{max-width:100%;height:auto}.post pre{overflow-x:auto;padding:1rem;background:var(--rule);border-radius:4px}.post code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.pagination{display:flex;justify-content:space-between;align-items:center;margin:3rem 0 0;padding-top:1rem;border-top:1px solid var(--rule);font-size:.95rem}.pagination span{color:var(--muted)}.error h1{font-size:3rem;margin-top:2rem}