:root{--bg:#fff;--bg-subtle:#f6f6f4;--fg:#1c1c1c;--fg-secondary:#4b4b4b;--fg-muted:#6e6e6e;--border:#e4e4e0;--border-strong:#cfcfca;--accent:#2261a1;--accent-hover:#174a80;--code-bg:#f6f6f4;--selection:#2261a124;--font-sans:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Microsoft YaHei", sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "PingFang SC", monospace;--content-width:44rem}[data-theme=dark]{--bg:#161618;--bg-subtle:#1e1e21;--fg:#e8e8e6;--fg-secondary:#b4b4b0;--fg-muted:#8f8f8a;--border:#2c2c2f;--border-strong:#3f3f43;--accent:#7db2e8;--accent-hover:#a3c9f0;--code-bg:#1e1e21;--selection:#7db2e838}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:17px}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);letter-spacing:.01em;text-rendering:optimizelegibility;margin:0;line-height:1.8;transition:background-color .2s,color .2s}::selection{background:var(--selection)}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.skip-link{z-index:10;background:var(--bg);border:1px solid var(--border-strong);color:var(--fg);border-radius:6px;padding:.4rem .8rem;font-size:.85rem;position:absolute;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus-visible{transform:none}h1,h2,h3,h4{letter-spacing:.005em;color:var(--fg);text-wrap:balance;font-weight:600;line-height:1.4}code,pre,kbd{font-family:var(--font-mono)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.15s}@media (prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}.site{flex-direction:column;min-height:100vh;display:flex}.site-header{max-width:var(--content-width);justify-content:space-between;align-items:baseline;gap:1rem;width:100%;margin:0 auto;padding:1.75rem 1.25rem 0;display:flex}.site-title{color:var(--fg);white-space:nowrap;font-size:1.05rem;font-weight:650}.site-title:hover{color:var(--fg)}.site-nav{flex-wrap:wrap;align-items:center;gap:1.1rem;display:flex}.site-nav a{color:var(--fg-muted);font-size:.92rem}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--fg)}.site-nav a[aria-current=page]{font-weight:550}.theme-toggle{appearance:none;cursor:pointer;color:var(--fg-muted);background:0 0;border:none;border-radius:6px;align-items:center;margin:-.25rem;padding:.4rem;transition:color .15s;display:inline-flex;transform:translateY(2px)}.theme-toggle:hover{color:var(--fg)}.theme-toggle:active{transform:translateY(2px)scale(.92)}.theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}main{max-width:var(--content-width);flex:1;width:100%;margin:0 auto;padding:3rem 1.25rem 4rem}.site-footer{max-width:var(--content-width);border-top:1px solid var(--border);width:100%;color:var(--fg-muted);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin:0 auto;padding:1.5rem 1.25rem 2.25rem;font-size:.85rem;display:flex}.site-footer a{color:var(--fg-muted)}.site-footer a:hover{color:var(--fg)}.footer-links{gap:1rem;display:flex}.page-title{margin:0 0 .5rem;font-size:1.6rem}.page-intro{color:var(--fg-secondary);text-wrap:pretty;margin:0 0 2.5rem}.section-heading{justify-content:space-between;align-items:baseline;margin:3rem 0 1.1rem;font-size:1.05rem;font-weight:650;display:flex}.section-heading .more{color:var(--fg-muted);font-size:.85rem;font-weight:400}.section-heading .more:hover{color:var(--fg)}.post-list{margin:0;padding:0;list-style:none}.post-list li{border-bottom:1px solid var(--border);padding:.85rem 0}.post-list li:last-child{border-bottom:none}.post-list .post-link{color:var(--fg);font-weight:550}.post-list .post-link:hover{color:var(--accent)}.post-meta{color:var(--fg-muted);flex-wrap:wrap;gap:.75rem;margin-top:.15rem;font-size:.82rem;display:flex}.post-desc{color:var(--fg-secondary);text-wrap:pretty;margin:.3rem 0 0;font-size:.9rem;line-height:1.7}.year-heading{color:var(--fg-muted);margin:2.5rem 0 .25rem;font-size:.95rem;font-weight:600}.year-heading:first-of-type{margin-top:0}.prose{text-wrap:pretty;font-size:1rem}.prose>*+*{margin-top:1.1em}.prose h2{margin:2.4em 0 .8em;font-size:1.25rem}.prose h3{margin:2em 0 .7em;font-size:1.05rem}.prose .heading-anchor{color:var(--fg-muted);opacity:0;margin-left:.4em;text-decoration:none;transition:opacity .15s}.prose h2:hover .heading-anchor,.prose h3:hover .heading-anchor,.prose .heading-anchor:focus-visible{opacity:1}.prose .heading-anchor:hover{color:var(--accent)}.prose h2:target,.prose h3:target{scroll-margin-top:2rem}.prose p{margin:1.1em 0}.prose ul,.prose ol{margin:1.1em 0;padding-left:1.4em}.prose li,.prose li>ul,.prose li>ol{margin:.35em 0}.prose li::marker{color:var(--fg-muted)}.prose blockquote{border-left:3px solid var(--border-strong);color:var(--fg-secondary);margin:1.4em 0;padding:.1em 0 .1em 1.1em}.prose blockquote p{margin:.5em 0}.prose a{text-decoration:underline;text-decoration-color:color-mix(in srgb, var(--accent) 40%, transparent);text-underline-offset:3px;transition:text-decoration-color .15s,color .15s}.prose a:hover{text-decoration-color:var(--accent-hover)}.prose code{background:var(--code-bg);border:1px solid var(--border);border-radius:5px;padding:.1em .35em;font-size:.85em}.prose pre{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:1em 1.2em;font-size:.85rem;line-height:1.6;overflow-x:auto}.prose pre code{font-size:inherit;background:0 0;border:none;padding:0}.prose img{border-radius:8px;max-width:100%;height:auto}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5em 0}.prose table{border-collapse:collapse;width:100%;margin:1.4em 0;font-size:.9rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);text-align:left;padding:.45em .8em;line-height:1.6}.prose th{background:var(--bg-subtle);font-weight:600}.astro-code{background:var(--code-bg)!important}[data-theme=dark] .astro-code,[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important}.post-header{margin-bottom:2.5rem}.post-header h1{margin:0 0 .6rem;font-size:1.55rem}.post-header .post-meta{font-size:.85rem}.post-origin{color:var(--fg-muted);margin-top:.5rem;font-size:.85rem}.post-nav{border-top:1px solid var(--border);justify-content:space-between;gap:1.5rem;margin-top:3.5rem;padding-top:1.5rem;display:flex}.post-nav-item{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.post-nav-item.next{text-align:right}.post-nav-item .direction{color:var(--fg-muted);font-size:.78rem}.post-nav-item .title{color:var(--fg);font-size:.9rem;font-weight:550;line-height:1.6}a.post-nav-item:hover .title{color:var(--accent)}.post-footer{margin-top:2rem;font-size:.9rem}.project-group{margin-bottom:3rem}.project-group>h2{margin:0 0 .35rem;font-size:1.1rem}.project-group>.group-note{color:var(--fg-muted);margin:0 0 1.25rem;font-size:.88rem}.project-card{border:1px solid var(--border);background:var(--bg);border-radius:10px;margin-bottom:.9rem;padding:1.1rem 1.25rem;scroll-margin-top:2rem}.project-card:target{border-color:var(--border-strong)}.project-card h3{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin:0;font-size:1rem;display:flex}.project-card .project-status{color:var(--fg-muted);border:1px solid var(--border);white-space:nowrap;border-radius:99px;padding:.05rem .55rem;font-size:.75rem;font-weight:400}.project-card .tagline{color:var(--fg-secondary);margin:.3rem 0 0;font-size:.92rem}.project-card .detail{color:var(--fg-secondary);margin:.6rem 0 0;font-size:.9rem;line-height:1.75}.project-card ul.highlights{color:var(--fg-secondary);margin:.6rem 0 0;padding-left:1.25rem;font-size:.88rem}.project-card ul.highlights li{margin:.25rem 0}.project-card ul.highlights li::marker{color:var(--fg-muted)}.project-card .project-meta{color:var(--fg-muted);flex-wrap:wrap;gap:1rem;margin-top:.75rem;font-size:.8rem;display:flex}.project-card .project-meta a{color:var(--fg-muted);text-underline-offset:3px;text-decoration:underline;text-decoration-color:var(--border-strong)}.project-card .project-meta a:hover{color:var(--fg)}.project-card .project-meta a.detail-link{color:var(--accent);text-decoration:none}.project-card .project-meta a.detail-link:hover{color:var(--accent-hover)}.post-header .crumb{margin:0 0 .5rem;font-size:.85rem}.post-header .crumb a{color:var(--fg-muted)}.post-header .crumb a:hover{color:var(--fg)}.post-header .project-summary{color:var(--fg-secondary);text-wrap:pretty;margin:0 0 .8rem}.post-header .project-status{border:1px solid var(--border);white-space:nowrap;border-radius:99px;padding:.05rem .55rem;font-size:.75rem}.project-links{border-top:1px solid var(--border);flex-wrap:wrap;gap:1.25rem;margin-top:3rem;padding-top:1.5rem;font-size:.9rem;display:flex}.featured-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.featured-grid .feature-card{border:1px solid var(--border);color:var(--fg);border-radius:10px;height:100%;padding:.95rem 1.1rem;transition:border-color .15s,background-color .15s;display:block}.featured-grid .feature-card:hover{border-color:var(--border-strong);background:var(--bg-subtle);color:var(--fg)}.feature-card .name{font-size:.95rem;font-weight:600}.feature-card .desc{color:var(--fg-secondary);margin:.25rem 0 0;font-size:.85rem;line-height:1.65}.notes-group{margin-bottom:2.75rem}.notes-group>h2{margin:0 0 .9rem;font-size:1.02rem}.note-list{margin:0;padding:0;list-style:none}.note-list li{border-bottom:1px solid var(--border);padding:.7rem 0;line-height:1.75}.note-list li:last-child{border-bottom:none}.note-text{color:var(--fg);font-size:.95rem}.note-context{color:var(--fg-muted);margin-top:.15rem;font-size:.83rem;display:block}.note-date{color:var(--fg-muted);margin-top:.2rem;font-size:.76rem;display:block}.timeline{margin:1.25rem 0 0;padding:0;list-style:none}.timeline li{border-left:1px solid var(--border-strong);margin-left:.3rem;padding:0 0 1.4rem 1.4rem;position:relative}.timeline li:last-child{padding-bottom:.25rem}.timeline li:before{content:"";background:var(--bg);border:1.5px solid var(--fg-muted);border-radius:50%;width:8px;height:8px;position:absolute;top:.55em;left:-4.5px}.timeline .time{color:var(--fg-muted);font-size:.8rem;font-family:var(--font-mono)}.timeline .event{text-wrap:pretty;margin:.1rem 0 0;font-size:.95rem;line-height:1.75}.timeline .event strong{font-weight:600}.hero{margin-bottom:1rem}.hero .role{color:var(--fg-secondary);margin:0 0 1.1rem;font-size:.98rem}.hero .intro{color:var(--fg-secondary);text-wrap:pretty;max-width:38rem;margin:0;font-size:.95rem}.hero .hero-links{gap:1.25rem;margin-top:1.1rem;font-size:.9rem;display:flex}.error-page{padding:4rem 0}.error-page h1{font-size:1.5rem}@media (width<=640px){html{font-size:16px}.site-header{flex-direction:column;gap:.5rem;padding-top:1.4rem}main{padding-top:2.25rem}.featured-grid{grid-template-columns:1fr}.site-footer{flex-direction:column;gap:.4rem}.post-nav{flex-direction:column;gap:1rem}.post-nav-item.next{text-align:left}.prose .heading-anchor{opacity:.45}}
