:root{--bg:#fcfcfa;--fg:#2c2c2c;--fg-muted:#8b8b8b;--accent:#c9743c;--accent-soft:#c9743c24;--border:#e6e4e0;--code-bg:#f3f2ef;--content-width:42rem;--font-serif:"Noto Serif SC", "Source Han Serif SC", Georgia, serif;--font-mono:ui-monospace, "Source Code Pro", Menlo, Consolas, monospace;--scrollbar-thumb:#2c2c2c59;--scrollbar-thumb-hover:#2c2c2c8c}:root[data-theme=dark]{--bg:#181a1e;--fg:#cfcfcb;--fg-muted:#7d7d7d;--accent:#e0a375;--accent-soft:#e0a3752e;--border:#2b2e33;--code-bg:#22252a;--scrollbar-thumb:#cfcfcb4d;--scrollbar-thumb-hover:#cfcfcb80}*{box-sizing:border-box}html{background:var(--bg)}html.theme-anim,html.theme-anim body,html.theme-anim *{transition:background-color .35s,color .35s,border-color .35s}body{background:var(--bg);min-height:100dvh;color:var(--fg);font-family:var(--font-serif);flex-direction:column;margin:0;font-size:1.0625rem;line-height:1.95;display:flex}a{color:var(--accent);text-decoration:none}a:hover{text-underline-offset:.25em;background:linear-gradient(var(--accent-soft), var(--accent-soft)) 0 100% / 100% 1.8em no-repeat;box-decoration-break:clone;text-decoration:underline}.site-header a:hover{background:0 0}.site-header{width:100%;max-width:var(--content-width);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.6rem 1rem;margin:0 auto;padding:2.2rem 1.25rem 0;display:flex}.brand{color:var(--fg);letter-spacing:.08em;font-size:1.25rem;font-weight:700}.brand:hover{text-decoration:none}.nav{align-items:baseline;gap:1.1rem;display:flex}.nav a{color:var(--fg-muted)}.nav a[aria-current=page]{color:var(--fg)}.theme-toggle{color:var(--fg-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:1rem;line-height:1}.theme-toggle:hover{color:var(--fg)}.lang-switch{font-size:.9rem}main{width:100%;max-width:var(--content-width);flex-grow:1;margin:0 auto;padding:2.5rem 1.25rem 4rem}.site-footer{width:100%;max-width:var(--content-width);color:var(--fg-muted);text-align:center;margin:0 auto;padding:0 1.25rem 2.5rem;font-size:.85rem}.site-footer a{color:var(--fg-muted)}.poem{text-align:center;min-height:55vh;color:var(--fg);flex-direction:column;justify-content:center;align-items:center;display:flex}.poem p{margin:.35em 0}.page-title{margin:0 0 1.6rem;font-size:1.5rem}.post-list{margin:0;padding:0;list-style:none}.post-list li{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;gap:1rem;padding:.55rem 0;display:flex}.post-list a{color:var(--fg)}.post-list a:hover{color:var(--accent)}.post-list time{color:var(--fg-muted);font-family:var(--font-mono);white-space:nowrap;font-size:.85rem}.post>header{margin-bottom:2.2rem}.post h1{margin:0 0 .4rem;font-size:1.75rem;line-height:1.5}.post>header time{color:var(--fg-muted);font-family:var(--font-mono);font-size:.85rem}.post .subtitle{color:var(--fg-muted);margin:0 0 .4rem;font-size:1.05rem}.prose h2{margin:2.2em 0 .8em;font-size:1.35rem}.prose h3{margin:1.8em 0 .6em;font-size:1.15rem}.prose p{margin:1em 0}.prose img{max-width:100%;height:auto;margin:1.5em auto;display:block}.prose blockquote{border-left:3px solid var(--border);color:var(--fg-muted);margin:1.5em 0;padding:.1em 1.2em}.prose code{font-family:var(--font-mono);background:var(--code-bg);border-radius:4px;padding:.15em .4em;font-size:.875em}.prose pre{border-radius:8px;padding:1rem 1.2rem;line-height:1.7;overflow-x:auto}.prose pre code{background:0 0;padding:0;font-size:.85rem}.prose hr{border:0;border-top:1px dashed var(--border);margin:2.5em 0}.prose ul,.prose ol{padding-left:1.5em}.prose li{margin:.3em 0}.prose table{border-collapse:collapse;width:100%;margin:1.5em 0;font-size:.95em}.prose th,.prose td{border:1px solid var(--border);padding:.4em .8em}.post-nav{border-top:1px dashed var(--border);justify-content:space-between;gap:2rem;margin-top:3rem;padding-top:1.5rem;font-size:.95rem;display:flex}.post-nav>div{max-width:48%}.post-nav .next{text-align:right;margin-left:auto}.post-nav .label{color:var(--fg-muted);font-size:.8rem;display:block}.post-nav a{color:var(--fg)}.post-nav a:hover{color:var(--accent)}.toc{display:none}@media (width>=1200px){.toc{top:7rem;left:calc(50% + var(--content-width) / 2 + 2rem);width:20rem;max-height:70vh;font-size:.85rem;line-height:1.7;display:block;position:fixed;overflow-y:auto}.toc ul{border-left:1px solid var(--border);margin:0;padding:0;list-style:none}.toc li{padding-left:1em}.toc li.depth-3{padding-left:2em}.toc a{color:var(--fg-muted);padding:.15em 0;display:inline-block}.toc a:hover{color:var(--accent);text-decoration:none}.toc a.active{color:var(--accent)}}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}.page-sb{background:var(--scrollbar-thumb);opacity:0;z-index:100;touch-action:none;border-radius:3px;width:6px;transition:opacity .3s;position:fixed;top:0;right:6px}.page-sb.visible{opacity:1}.page-sb:hover,.page-sb.dragging{background:var(--scrollbar-thumb-hover)}@property --sb{syntax:"<color>";inherits:false;initial-value:#0000}.toc,.prose pre{scrollbar-width:thin;scrollbar-color:var(--sb) transparent;transition:--sb .3s}.toc:hover,.prose pre:hover{--sb:var(--scrollbar-thumb)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-thumb{background:0 0;border-radius:3px}:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}
