:root{--bg:#ffffff;--paper:#ffffff;--ink:#333333;--muted:#7a7a7a;--line:#e6e6e6;--accent:#8f3b2e;--shadow:none;--content-width:45rem}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,segoe ui,pingfang sc,hiragino sans gb,noto sans cjk sc,microsoft yahei,Helvetica,Arial,sans-serif;line-height:1.65}body{margin:0}a{color:var(--accent);text-decoration-thickness:.08em;text-underline-offset:.18em}img{max-width:100%;height:auto;display:block}.shell{width:min(100% - 2rem,var(--content-width));margin:0 auto}.shell-wide{width:min(100% - 2rem,72rem)}.site-header{border-bottom:1px solid var(--line);background:var(--paper)}.site-header .shell-wide,.site-footer{display:flex;justify-content:space-between;gap:1.5rem;align-items:baseline;padding:1rem 0}.site-title{font-size:1.2rem;font-weight:700;color:var(--ink);text-decoration:none}.site-subtitle,.meta,.eyebrow,.site-footer{color:var(--muted);font-family:avenir next,helvetica neue,Arial,sans-serif}.site-subtitle{margin:.25rem 0 0;font-size:.92rem}.site-nav{display:flex;gap:1rem;flex-wrap:wrap}.site-nav a{color:var(--ink);text-decoration:none;font-family:avenir next,helvetica neue,Arial,sans-serif}.hero{padding:4rem 0 2rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;margin:0 0 .4rem}.hero h1,.article h1,.list-header h1{font-size:clamp(2.3rem,4vw,4.4rem);line-height:.95;margin:0}.hero h1,.article h1,.list-header h1,.post-card h2,.content h2,.content h3,.content h4,.site-title{font-family:Georgia,times new roman,songti sc,stsong,noto serif cjk sc,serif}.post-card h2,.content h2,.content h3,.content h4,.site-title{line-height:1.1}.hero-copy,.dek{font-size:1.15rem;color:var(--muted);max-width:42rem}.post-grid{display:grid;gap:1.25rem;padding-bottom:4rem}.post-card,.tag-pill{background:var(--paper);border:1px solid rgba(86,74,56,.12);box-shadow:var(--shadow)}.post-card{padding:1.25rem 1.4rem;border-radius:1.3rem}.post-card h2{font-size:1.5rem;margin:.25rem 0 .6rem}.post-card p{margin:0}.article{margin:3.5rem 0 5rem;padding:0;background:0 0;border:0;border-radius:0;box-shadow:none}.article-header{border-bottom:1px solid var(--line);margin-bottom:2.25rem;padding-bottom:0}.content h2,.content h3,.content h4{margin-top:2rem}.content figure{margin:2rem auto}.content p,.content li{font-size:1.125rem;line-height:1.7}.content pre,.content code{font-family:sfmono-regular,sf mono,cascadia code,jetbrains mono,Menlo,monospace}.content pre{background:#f6f6f6;border:0;border-radius:0;padding:1.6rem 2.4rem;overflow-x:scroll;line-height:1.5;box-shadow:none;white-space:pre;-webkit-overflow-scrolling:touch}.content pre code{background:0 0;padding:0;border-radius:0;font-size:.95rem;display:block;white-space:inherit}.content p code,.content li code{background:#efe7d8;border-radius:.35rem;padding:.08rem .32rem;font-size:.92em}.content ul,.content ol{padding-left:1.3rem}.bundle-image,.kg-image-card{width:100%}.bundle-image{margin-left:auto;margin-right:auto}.ghost-import-image:not(.kg-width-wide):not(.kg-width-full){max-width:42rem}.bundle-image img,.kg-image-card img{border-radius:1rem}.source-note{border-top:1px solid var(--line);margin-top:2rem;padding-top:1rem;color:var(--muted)}.tag-cloud{display:flex;flex-wrap:wrap;gap:.8rem;padding-bottom:4rem}.tag-pill{padding:.75rem 1rem;border-radius:999px;text-decoration:none;color:var(--ink)}.tag-pill span{color:var(--muted)}@media(max-width:720px){.site-header .shell-wide,.site-footer{flex-direction:column}}