:root{--bg:#ffffff;--fg:#1a1a1a;--muted:#666;--accent:#c47a1e;--border:#e5e5e5;--code-bg:#f6f6f6;--maxw:760px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.65}a{color:var(--accent)}.site-header{border-bottom:1px solid var(--border);padding:18px 20px}.container,.site-header .wrap{max-width:var(--maxw);margin:0 auto}.site-header a.brand{display:inline-flex;text-decoration:none}.site-header .brand-logo{height:56px;width:auto}main.container{padding:32px 20px 80px}article header.post-head{margin-bottom:28px}article h1{font-size:30px;line-height:1.2;margin:0 0 8px;letter-spacing:-.02em}.post-meta{color:var(--muted);font-size:14px}article .post-body img{max-width:100%;height:auto}article .post-body pre{background:var(--code-bg);padding:14px 16px;border-radius:6px;overflow-x:auto;font-size:14px}article .post-body code{background:var(--code-bg);padding:1px 5px;border-radius:4px;font-size:.92em}article .post-body pre code{background:none;padding:0}article .post-body table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}article .post-body td,article .post-body th{border:1px solid var(--border);padding:6px 10px}.post-list{list-style:none;padding:0;margin:0}.post-list li{padding:14px 0;border-bottom:1px solid var(--border)}.post-list a{font-weight:600;text-decoration:none}.post-list .row-meta{color:var(--muted);font-size:13px;margin-top:3px}.gwb-archives-note{margin-top:40px;padding-top:18px;border-top:1px solid var(--border);color:var(--muted);font-size:14px}.gwb-archives-note a{font-weight:600}.site-footer{border-top:1px solid var(--border);padding:24px 20px;color:var(--muted);font-size:13px}