:root{--background: #fff;--text: #111;--muted: rgba(0, 0, 0, .58);--line: rgba(0, 0, 0, .16);--measure: 42rem;--article-measure: min(100%, clamp(38rem, 58vw, 52rem));font-family:Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--background)}*{box-sizing:border-box}html{background:var(--background)}body{margin:0;min-height:100vh;background:var(--background);color:var(--text);font-size:16px;line-height:1.45}a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}a:hover{color:var(--muted)}img{display:block;max-width:100%;height:auto}.site-shell{display:grid;grid-template-columns:14rem minmax(0,1fr);min-height:100vh}.site-sidebar{position:sticky;top:0;align-self:start;min-height:100vh;padding:2rem}.site-mark{display:inline-block;margin-bottom:3rem;text-decoration:none}.site-title{display:block;font-size:1.1rem;font-weight:500;line-height:1.15}.site-subtitle{display:block;max-width:9.5rem;margin-top:.7rem;color:var(--muted);font-size:.86rem}.site-nav{display:grid;gap:.28rem;font-size:.95rem}.site-nav a{width:fit-content;text-decoration:none}.site-main{width:min(calc(100vw - 14rem),74rem);padding:2rem 2rem 5rem}.page-head{max-width:var(--measure);margin-bottom:3rem}.eyebrow{margin:0 0 .35rem;color:var(--muted);font-size:.95rem}h1,h2,h3,p{margin:0}h1,.page-title{font-size:1.1rem;font-weight:500;line-height:1.25}.page-intro{max-width:var(--measure);margin-top:1rem;color:var(--muted)}.home-note{max-width:var(--measure);margin-bottom:4rem}.home-note p+p{margin-top:1rem}.section-title{margin-bottom:1rem;color:var(--muted);font-size:.95rem;font-weight:400}.post-list{display:grid;gap:clamp(3.25rem,6vw,5rem)}.post-preview{display:grid;grid-template-columns:minmax(0,.82fr) minmax(15rem,.58fr);gap:clamp(1.5rem,4vw,3.25rem);align-items:start;max-width:var(--article-measure)}.post-preview-text{min-width:0}.post-preview h2{margin-bottom:.25rem;font-size:1.1rem;font-weight:500}.post-preview h2 a{text-decoration:none}.post-kicker,.post-meta{color:var(--muted);font-size:.92rem}.post-description{margin-top:.75rem;color:var(--muted);line-height:1.65}.post-image-link{display:block;width:100%;text-decoration:none}.post-image-link img,.post-hero-image,.about-image,.prose img{width:100%;background:#f4f4f4}.post-image-link img{aspect-ratio:4 / 3;height:auto;object-fit:cover}.archive-list{max-width:var(--measure)}.archive-row{display:grid;grid-template-columns:6.5rem minmax(0,1fr);gap:1rem;padding:.35rem 0;text-decoration:none}.archive-row span,.archive-row small{color:var(--muted)}.archive-row strong{font-weight:400}.archive-row small{display:none}.post-hero{width:var(--article-measure);max-width:100%;margin-bottom:clamp(2.4rem,4vw,4rem)}.post-hero h1{margin-top:.25rem}.post-hero-image{width:100%;margin-top:1.25rem;aspect-ratio:4 / 3;object-fit:cover}.prose{width:var(--article-measure);max-width:100%;font-family:"Noto Serif SC",Songti SC,STSong,"Source Han Serif SC",SimSun,Times New Roman,serif;font-size:1.06rem;font-weight:400;line-height:2;letter-spacing:0;text-wrap:pretty;overflow-wrap:break-word}.prose p{max-width:100%}.prose>*+*{margin-top:1.45em}.prose h2,.prose h3{margin-top:2rem;font-size:1rem;font-weight:500}.prose img{width:100%;margin-top:2.5rem}.post-footer{width:var(--article-measure);max-width:100%;margin-top:4rem}.comments{width:var(--article-measure);max-width:100%;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--line)}.comments h2{margin-bottom:1.5rem;font-size:1rem;font-weight:500}.comment-list{display:grid;gap:1.5rem}.comment{padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.comment-meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.55rem;font-size:.92rem}.comment-meta strong{font-weight:500}.comment-meta time,.comment-note{color:var(--muted);font-size:.9rem}.comment p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7}.comment-form{display:grid;gap:1rem;margin-top:2rem}.comment-field{display:grid;gap:.4rem}.comment-field label{color:var(--muted);font-size:.9rem}.comment-field input,.comment-field textarea{width:100%;border:1px solid var(--line);border-radius:0;background:var(--background);color:var(--text);padding:.7rem;font:inherit}.comment-field textarea{resize:vertical}.comment-form button{width:fit-content;border:1px solid var(--text);background:var(--text);color:var(--background);padding:.65rem .9rem;font:inherit;cursor:pointer}.comment-form button:disabled{cursor:wait;opacity:.55}.comment-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.comments-unavailable{display:none}.about-grid{display:grid;gap:2rem;max-width:var(--measure)}.about-image{width:min(100%,26rem)}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}@media(max-width:760px){body{font-size:15px}.site-shell{display:block}.site-sidebar{position:static;min-height:0;padding:1.25rem}.site-mark{margin-bottom:1.5rem}.site-nav{display:flex;flex-wrap:wrap;gap:.75rem}.site-main{width:100%;padding:1.25rem clamp(1.15rem,5vw,1.5rem) 4rem}.post-hero{width:100%;margin-bottom:2.25rem}.post-image-link{width:100%;margin-top:1.25rem}.post-preview{grid-template-columns:1fr;gap:0}.post-image-link img{object-fit:cover}.post-hero h1{line-height:1.35}.prose{width:100%;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:2.05;text-align:justify;text-justify:inter-character;text-align-last:start;word-break:normal;overflow-wrap:anywhere;-webkit-hyphens:none;hyphens:none}.prose span{font-size:inherit!important;line-height:inherit}.prose>*+*{margin-top:1.55em}.prose img{margin-top:2rem}.post-footer,.comments{width:100%;margin-top:3rem}.home-note{margin-bottom:3rem}.archive-row{grid-template-columns:1fr;gap:.1rem;padding:.55rem 0}}@media(min-width:761px)and (max-width:1080px){:root{--article-measure: min(100%, 44rem)}.site-shell{grid-template-columns:12rem minmax(0,1fr)}.site-sidebar{padding:1.75rem}.site-main{width:min(calc(100vw - 12rem),62rem);padding:1.75rem 1.75rem 5rem}.prose{font-size:1.04rem;line-height:1.98}}@media(min-width:1400px){:root{--article-measure: min(100%, 54rem)}.prose{font-size:1.08rem;line-height:2.02}}
