:root{--page-max-width:840px;--reading-max-width:720px;--background-body:#fff;--background-elevated:#f6f8fa;--background-header:#ffffffd1;--text-primary:#1f2328;--text-secondary:#4d5761;--text-muted:#6e7781;--accent:#0969da;--black:31, 35, 40;--gray:110, 119, 129;--gray-light:234, 238, 242;--gray-dark:77, 87, 97;--section-gap-y:1.5rem;--section-gap-x:1.25rem;--radius-ui:6px;--text-xs:.75rem;--text-sm:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.625rem;--text-3xl:1.75rem;--weight-regular:400;--weight-bold:700;--font-family-text:system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei UI", sans-serif;--font-family-mono:"Cascadia Code", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;--line-height-tight:1.2;--line-height-body:1.7;--line-height-heading:1.3;--line-height-compact:1.5;--list-row-gap:.85rem;--gap-0:0;--gap-2xs:.2rem;--gap-xs:.3rem;--gap-xs-plus:.35rem;--gap-sm-minus:.4rem;--gap-sm:.5rem;--gap-sm-plus:.6rem;--gap-md:.7rem;--gap-md-plus:.8rem;--gap-lg:.9rem;--gap-lg-plus:1rem;--gap-xl:1.1rem;--gap-2xl:1.25rem}html.dark{--background-body:#151819;--background-elevated:#202428;--background-header:#151819d6;--text-primary:#e6edf3;--text-secondary:#c2c9d0;--text-muted:#8b949e;--accent:#39d353;--black:230,237,243;--gray:139,148,158;--gray-light:39,44,49;--gray-dark:194,201,208}*{box-sizing:border-box}html{background:var(--background-body);color-scheme:light;overflow-y:scroll}html.dark{color-scheme:dark}@supports (scrollbar-gutter:stable){html{scrollbar-gutter:stable;overflow-y:auto}}body{background:var(--background-body);min-height:100vh;color:var(--text-secondary);font-family:var(--font-family-text);font-size:var(--text-sm);line-height:var(--line-height-body);overflow-wrap:break-word;flex-direction:column;margin:0;display:flex;overflow-x:clip}main{width:var(--page-max-width);flex:1;max-width:calc(100% - 2rem);margin:0 auto;padding:2rem 0 3rem}main>section{min-width:0}main>section+section{margin-top:var(--section-gap-y)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:inherit;line-height:var(--line-height-heading);margin:0 0 .5rem}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}p{margin:0 0 1rem}a{color:var(--accent);text-underline-offset:.18em}a:hover{text-decoration-thickness:2px}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}button,input,textarea{font:inherit}img{border-radius:var(--radius-ui);max-width:100%;height:auto;display:block}hr{display:none}code{border-radius:var(--radius-ui);background:var(--background-elevated);color:var(--text-primary);font-family:var(--font-family-mono);font-size:inherit;font-weight:var(--weight-regular);font-variant-ligatures:none;border:0;padding:.12em .35em}pre{border-radius:var(--radius-ui);background:var(--background-elevated);font-family:var(--font-family-mono);font-size:var(--text-sm);font-weight:var(--weight-regular);font-variant-ligatures:none;line-height:var(--line-height-compact);tab-size:2;border:0;padding:1rem;overflow-x:auto}pre>code{color:inherit;font:inherit;background:0 0;padding:0;display:block}blockquote{border-left:2px solid var(--accent);color:var(--text-muted);background:0 0;margin:1.25rem 0;padding:0 0 0 1rem}blockquote>:last-child{margin-bottom:0}table{border-collapse:separate;border-spacing:0 .35rem;width:100%}th,td{text-align:left;border:0;padding:.35rem .65rem}.content-prose h1{font-size:var(--text-2xl);margin:2rem 0 .75rem}.content-prose h2{font-size:var(--text-xl);margin:1.8rem 0 .65rem}.content-prose h3{font-size:var(--text-lg);margin:1.5rem 0 .55rem}.content-prose h4{font-size:var(--text-md);margin:1.25rem 0 .45rem}.content-prose h5,.content-prose h6{font-size:var(--text-sm);margin:1.25rem 0 .45rem}.content-prose p{color:var(--text-secondary);font-size:var(--text-sm);margin:0 0 1rem}.content-prose ul,.content-prose ol{margin:.5rem 0 1rem;padding-left:1.35rem}.content-prose li+li{margin-top:.25rem}.content-prose table{margin:1rem 0;display:block;overflow-x:auto}.content-prose :where(img,video,iframe,svg,canvas){max-width:100%}:where(.content-prose .astro-code,.content-prose .expressive-code){max-width:100%;overflow-x:auto}.content-prose .astro-code{color:var(--shiki-light);background:var(--background-elevated)!important}.content-prose .astro-code span{color:var(--shiki-light);background:0 0!important}html.dark .content-prose .astro-code,html.dark .content-prose .astro-code span{color:var(--shiki-dark)}.code-block{margin:1rem 0;position:relative}.code-block pre{margin:0;padding-right:4.5rem}.code-copy-button{border-radius:var(--radius-ui);background:var(--background-body);color:var(--text-muted);font-family:var(--font-family-text);font-size:var(--text-xs);line-height:var(--line-height-compact);cursor:pointer;border:0;padding:.25rem .45rem;transition:background-color .16s,color .16s;position:absolute;top:.5rem;right:.5rem}.code-copy-button:hover,.code-copy-button[data-state=success]{color:var(--accent)}.code-copy-button[data-state=error]{color:var(--text-secondary)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}@media (width<=720px){main{max-width:calc(100% - 1.5rem);padding:1.25rem 0 2.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.page-header{margin-bottom:1.25rem}.page-header-title-line,.page-header-description-line{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.page-header h1{font-size:var(--text-3xl);letter-spacing:0;margin:0}.page-header-title-line>span{color:var(--text-muted);font-size:var(--text-xs);flex:none}.page-header-description-line{margin-top:.35rem}.page-header-description-line p{min-width:0;color:var(--text-secondary);font-size:var(--text-sm);margin:0}.page-header-description-line p.is-italic{font-style:italic}.page-header-description-line .archive-link{flex:none}.content-section{min-width:0}.content-section.divided{padding-top:1rem}.sidebar-section-header{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:0;display:flex}.sidebar-section-title{color:var(--text-primary);font-size:var(--text-md);font-weight:var(--weight-bold);margin:0;text-decoration:none}.post-list{margin:0;padding:0;list-style:none}.post-list-item{padding:var(--list-row-gap) 0;grid-template-columns:82px minmax(0,1fr);gap:1rem;display:grid}.post-list-item:first-child{padding-top:0}.post-list-date{color:var(--text-muted);font-size:var(--text-xs);line-height:var(--line-height-compact);padding-top:.15rem}.post-list-body{min-width:0}.post-list-title{font-size:var(--text-md);line-height:var(--line-height-compact);margin:0}.post-list-title a{color:var(--text-primary);text-decoration:none}.post-list-title a:hover{color:var(--accent)}.post-list-body p{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--line-height-compact);margin:.3rem 0 0}.post-list-meta{justify-content:space-between;align-items:baseline;gap:.75rem;margin-top:.4rem;display:flex}.post-list-meta>span{color:var(--text-muted);font-size:var(--text-xs);white-space:nowrap}.post-list-tags{flex-wrap:wrap;gap:.25rem .6rem;display:flex}.post-list-tags a{color:var(--text-muted);font-size:var(--text-xs);text-decoration:none}.post-list-tags a:hover{color:var(--accent)}@media (width<=560px){.post-list-item{display:block}.post-list-date{padding:0;display:block}.post-list-body{margin-top:.2rem}}.site-intro{grid-template-columns:72px minmax(0,1fr);gap:1rem;padding-bottom:1.25rem;display:grid}.site-intro img{object-fit:cover;width:72px;height:72px}.site-intro>div{align-content:center;row-gap:.15rem;min-width:0;display:grid}.site-intro h1{font-size:var(--text-3xl);line-height:var(--line-height-tight);margin:0}.site-intro p{color:var(--text-muted);font-size:var(--text-sm);line-height:var(--line-height-compact);margin:0}.site-intro span{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--line-height-compact);margin:0;display:block}.site-intro-motto{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.site-intro a{font-size:var(--text-xs);white-space:nowrap;text-decoration:none}.archive-link{font-size:var(--text-xs);text-decoration:none}.stream-section>header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.stream-section>header>h2{font-size:var(--text-lg);margin:0}.blog-layout{grid-template-columns:minmax(0,3fr) minmax(160px,.85fr);align-items:start;gap:1rem;display:grid}.blog-sidebar{gap:1.1rem;padding-left:1rem;display:grid}.sidebar-section-list{margin:0;padding:0;list-style:none}.sidebar-section-list li a{padding:0 0 var(--list-row-gap);color:var(--text-secondary);font-size:var(--text-sm);justify-content:space-between;gap:.5rem;text-decoration:none;display:flex}.sidebar-section-list li+li a{padding-top:var(--list-row-gap)}.sidebar-section-list small,.sidebar-tags small{color:var(--text-muted);font-size:var(--text-xs)}.sidebar-tags{flex-wrap:wrap;gap:.3rem .65rem;display:flex}.sidebar-tags a{color:var(--text-secondary);font-size:var(--text-sm);text-decoration:none}.sidebar-tags a:hover,.archive-link:hover{color:var(--accent)}.archive-link{align-items:baseline;gap:.2rem;display:inline-flex}.tag-grid{column-count:3;column-gap:1.5rem}.tag-grid a{break-inside:avoid;color:var(--text-primary);grid-template-columns:2ch minmax(0,1fr) auto;align-items:baseline;gap:.5rem;padding:.45rem 0;text-decoration:none;display:grid}.tag-grid a:hover{color:var(--accent)}.tag-grid .tag-index{color:var(--text-muted);font-size:var(--text-xs);line-height:var(--line-height-compact);font-variant-numeric:tabular-nums;margin:0}.tag-grid strong{min-width:0;font-size:var(--text-md);font-weight:var(--weight-bold);line-height:var(--line-height-compact);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tag-grid small{color:var(--text-muted);font-size:var(--text-xs)}.collection-list,.friends-list{margin:0;padding:0;list-style:none}.collection-list a{padding:0 0 var(--list-row-gap);color:var(--text-primary);text-decoration:none;display:block}.collection-list li+li a{padding-top:var(--list-row-gap)}.collection-list strong,.collection-list small{display:block}.collection-list strong{font-size:var(--text-md)}.collection-list-details{justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.3rem;display:flex}.collection-list small{min-width:0;color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--line-height-compact);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.collection-list em{color:var(--text-muted);font-size:var(--text-xs);white-space:nowrap;flex:none;font-style:normal}.years{gap:1.4rem;display:grid}.year-group{grid-template-columns:80px minmax(0,1fr);gap:1rem;display:grid}.year-group>h2{font-size:var(--text-lg);margin:0}.year-group>h2 small{color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--weight-regular);display:block}.friends-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.friends-list li{min-width:0}.friends-list a{color:var(--text-primary);grid-template-columns:40px minmax(0,1fr);align-items:center;gap:.65rem;padding:.65rem 0;text-decoration:none;display:grid}.friends-list a:hover{color:var(--accent)}.friends-list img,.friend-avatar{border-radius:var(--radius-ui);object-fit:cover;width:40px;height:40px}.friend-avatar{background:var(--background-elevated);place-items:center;display:grid}.friends-list strong,.friends-list small{display:block}.friends-list strong{font-size:var(--text-md)}.friends-list small{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--line-height-compact);margin-top:.3rem}.exchange-section{margin-top:1.25rem;padding-top:1rem}.exchange-section h2{font-size:var(--text-lg);margin:0 0 .5rem}.exchange-section pre{width:100%;margin:0}.reading-column{width:var(--reading-max-width);max-width:100%}@media (width<=720px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:1rem;padding-left:0}.year-group{grid-template-columns:1fr;gap:.4rem}}@media (width<=560px){.friends-list{grid-template-columns:1fr}.tag-grid{column-count:2}.blog-sidebar{grid-template-columns:1fr}.year-group>h2 small{margin-left:.4rem;display:inline}}@media (width<=360px){.tag-grid{column-count:1}}.site-footer[data-astro-cid-jo6i4kqk]{width:var(--page-max-width);max-width:calc(100% - 2rem);margin:0 auto}.footer-inner[data-astro-cid-jo6i4kqk]{min-height:3.5rem;color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;display:flex}p[data-astro-cid-jo6i4kqk]{font-size:var(--text-xs);margin:0}.social-links[data-astro-cid-jo6i4kqk]{gap:.25rem;display:flex}.social-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{width:1.8rem;height:1.8rem;color:var(--text-muted);place-items:center;display:grid}.social-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--accent)}@media (width<=480px){.site-footer[data-astro-cid-jo6i4kqk]{max-width:calc(100% - 1.5rem)}}a[data-astro-cid-evkijfd6]{text-decoration:none;display:inline-block}a[data-astro-cid-evkijfd6].active{color:var(--accent);text-decoration:none}theme-toggle[data-astro-cid-l6lhmie6]{display:flex}button[data-astro-cid-l6lhmie6]{border-radius:var(--radius-ui);width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;transition:background-color .16s,color .16s;display:grid;position:relative}button[data-astro-cid-l6lhmie6]:hover{background:var(--background-elevated);color:var(--accent)}svg[data-astro-cid-l6lhmie6]{width:var(--header-icon-size);height:var(--header-icon-size);fill:none;stroke:currentColor;stroke-width:var(--header-icon-stroke);stroke-linecap:round;stroke-linejoin:round;transition:opacity .16s,transform .16s;position:absolute}.sun[data-astro-cid-l6lhmie6]{opacity:0;transform:rotate(-18deg)scale(.75)}.moon[data-astro-cid-l6lhmie6],.dark .sun[data-astro-cid-l6lhmie6]{opacity:1;transform:rotate(0)scale(1)}.dark .moon[data-astro-cid-l6lhmie6]{opacity:0;transform:rotate(18deg)scale(.75)}.site-header[data-astro-cid-nen7h5rs]{--header-icon-size:1.125rem;--header-icon-stroke:2;z-index:100;background:var(--background-header);backdrop-filter:saturate(150%)blur(12px);position:sticky;top:0}.header-inner[data-astro-cid-nen7h5rs]{width:var(--page-max-width);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;max-width:calc(100% - 2rem);min-height:3.5rem;margin:0 auto;display:grid}.brand-lockup[data-astro-cid-nen7h5rs]{white-space:nowrap;align-items:baseline;gap:.4rem;min-width:0;display:flex}.brand[data-astro-cid-nen7h5rs]{color:var(--text-primary);font-size:var(--text-lg);font-weight:var(--weight-bold);line-height:var(--line-height-compact);white-space:nowrap;padding:.4rem 0;text-decoration:none;transition:color .16s}.brand[data-astro-cid-nen7h5rs]:hover{color:var(--accent)}.brand-lockup[data-astro-cid-nen7h5rs]>span[data-astro-cid-nen7h5rs]{color:var(--text-muted);font-size:var(--text-xs);line-height:var(--line-height-compact)}.current-section[data-astro-cid-nen7h5rs]{text-overflow:ellipsis;width:3em;overflow:hidden}.desktop-nav[data-astro-cid-nen7h5rs]{justify-content:flex-end;gap:.25rem;display:flex}.desktop-nav[data-astro-cid-nen7h5rs] a,.mobile-nav[data-astro-cid-nen7h5rs] a{border-radius:var(--radius-ui);color:var(--text-secondary);font-size:var(--text-md);line-height:var(--line-height-compact);white-space:nowrap;flex:none;padding:.45rem .55rem;transition:background-color .16s,color .16s;position:relative}.desktop-nav[data-astro-cid-nen7h5rs] a:hover,.mobile-nav[data-astro-cid-nen7h5rs] a:hover{background:var(--background-elevated)}.desktop-nav[data-astro-cid-nen7h5rs] a.active,.mobile-nav[data-astro-cid-nen7h5rs] a.active{color:var(--accent)}.nav-index{color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--weight-regular);font-variant-numeric:tabular-nums;margin-right:.35rem}.nav-label:after{content:"";opacity:0;transform-origin:50%;vertical-align:.18em;background:currentColor;border-radius:50%;width:.28rem;height:.28rem;margin-left:.32rem;transition:opacity .16s,transform .16s;display:inline-block;transform:scale(.45)}a.active .nav-label:after{opacity:1;transform:scale(1)}.actions[data-astro-cid-nen7h5rs]{align-items:center;gap:.2rem;display:flex}.menu-toggle[data-astro-cid-nen7h5rs]{border-radius:var(--radius-ui);width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;transition:background-color .16s,color .16s;display:none}.menu-toggle[data-astro-cid-nen7h5rs]:hover,.menu-toggle[data-astro-cid-nen7h5rs][aria-expanded=true]{background:var(--background-elevated);color:var(--accent)}.menu-toggle[data-astro-cid-nen7h5rs] svg[data-astro-cid-nen7h5rs]{width:var(--header-icon-size);height:var(--header-icon-size);fill:none;stroke:currentColor;stroke-width:var(--header-icon-stroke);stroke-linecap:round;stroke-linejoin:round}.close-icon[data-astro-cid-nen7h5rs],.mobile-nav[data-astro-cid-nen7h5rs],.menu-toggle[data-astro-cid-nen7h5rs][aria-expanded=true] .menu-icon[data-astro-cid-nen7h5rs]{display:none}.menu-toggle[data-astro-cid-nen7h5rs][aria-expanded=true] .close-icon[data-astro-cid-nen7h5rs]{display:block}@media (width<=760px){.header-inner[data-astro-cid-nen7h5rs]{grid-template-rows:3.5rem;grid-template-columns:minmax(0,1fr) auto;gap:0 .5rem;max-width:calc(100% - 1.5rem);min-height:0}.desktop-nav[data-astro-cid-nen7h5rs]{display:none}.menu-toggle[data-astro-cid-nen7h5rs]{display:grid}.mobile-nav[data-astro-cid-nen7h5rs]{opacity:0;pointer-events:none;visibility:hidden;grid-area:2/1/auto/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;max-height:0;padding:0;transition:max-height .16s,opacity .16s,transform .16s,visibility 0s linear .16s;display:grid;overflow:hidden;transform:translateY(-4px)}.mobile-nav[data-astro-cid-nen7h5rs].is-open{opacity:1;pointer-events:auto;visibility:visible;max-height:8rem;padding:.2rem 0 .7rem;transition-delay:0s;transform:translateY(0)}.mobile-nav[data-astro-cid-nen7h5rs] a{text-align:left}}
