:root{--bg:#f6f8fb;--surface:#ffffff;--text:#1d2838;--muted:#617086;--line:#dde4ee;--primary:#1864ab;--primary-soft:#e8f0fb;--header-bg:rgba(255, 255, 255, 0.82);--bg-grad-a:#f0f5ff;--bg-grad-b:#f6f8fb;--bg-grad-c:#f7fafc;--radius:12px;--container:860px;--font-body:'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;--font-heading:'LXGW WenKai', 'STKaiti', 'KaiTi', 'PingFang SC', serif;--font-code:'JetBrains Mono', 'Consolas', monospace}html[data-theme=dark]{--bg:#0f1521;--surface:#182131;--text:#e8effa;--muted:#a8b5c7;--line:#283346;--primary:#73b3ff;--primary-soft:#23344d;--header-bg:rgba(17, 24, 36, 0.88);--bg-grad-a:#101824;--bg-grad-b:#0f1521;--bg-grad-c:#111a29}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:radial-gradient(circle at 0% 0%,var(--bg-grad-a) 0%,var(--bg-grad-b) 42%,var(--bg-grad-c) 100%);color:var(--text);font-family:var(--font-body);line-height:1.75}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(100% - 2rem,var(--container));margin:0 auto}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--line);background:var(--header-bg);backdrop-filter:blur(6px);position:sticky;top:0;z-index:9}.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:.95rem 0}.site-title{color:var(--text);text-decoration:none;font-family:var(--font-heading);font-size:1.15rem;font-weight:700}.main-nav{display:flex;gap:.9rem;flex-wrap:wrap}.header-actions{display:flex;align-items:center;gap:.9rem;flex:1;justify-content:flex-end;margin-left:1.2rem}.main-nav a{color:var(--muted);text-decoration:none;font-size:.95rem}.main-nav a:hover{color:var(--primary)}.header-search{display:block;margin-left:.35rem;width:170px}.header-search-field{position:relative;width:100%}.header-search input{width:100%;min-width:0;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:6px;padding:.36rem 2rem .36rem .62rem;font:inherit;line-height:1.4}.header-search input:focus{outline:2px solid color-mix(in srgb,var(--primary) 38%,transparent);outline-offset:1px;border-color:var(--primary)}.search-submit{position:absolute;right:.3rem;top:50%;transform:translateY(-50%);width:1.45rem;height:1.45rem;border:0;background:0 0;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.search-submit:hover{color:var(--primary)}.search-submit:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 38%,transparent);border-radius:4px}.search-icon{width:1rem;height:1rem}.theme-toggle{width:1.95rem;height:1.95rem;border:1px solid var(--line);background:var(--surface);border-radius:6px;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.theme-toggle:hover{border-color:var(--primary);color:var(--primary)}.theme-toggle:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 38%,transparent);outline-offset:1px}.theme-icon{width:1rem;height:1rem;display:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-icon-fill{fill:currentColor;stroke:none}.theme-icon--moon path{stroke-width:1.8}.theme-toggle[data-theme-choice=light] .theme-icon--sun,.theme-toggle[data-theme-choice=dark] .theme-icon--moon,.theme-toggle[data-theme-choice=auto] .theme-icon--auto{display:block}main.container{flex:1;padding-top:2rem;padding-bottom:3rem}.home-intro,.page-header{margin-bottom:1.5rem}.home-intro h1,.page-header h1{margin:0;font-family:var(--font-heading);font-weight:700;font-size:clamp(1.7rem,2.4vw,2.1rem);line-height:1.3}.home-intro p{margin:.6rem 0 0;color:var(--muted)}.post-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.post-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.15rem}.post-item h2{margin:0;font-family:var(--font-heading);font-weight:700;font-size:1.24rem;line-height:1.35}.post-item h2 a{color:var(--text);text-decoration:none}.post-item h2 a:hover{color:var(--primary)}.post-meta{margin:.45rem 0 0;color:var(--muted);font-size:.9rem}.post-summary{margin:.75rem 0 0;color:#3a475c}.post-summary mark,.post-item h2 mark,.search-tag mark{background:#ffe3a0;color:#5a4400;border-radius:3px;padding:0 .12rem}.tag-row{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:.75rem 0 0}.tag-row a{display:inline-block;padding:.15rem .6rem;border-radius:999px;border:1px solid #c8d5e6;background:var(--primary-soft);color:#24507b;text-decoration:none;font-size:.82rem}.tag-row a:hover{border-color:var(--primary)}.search-tag{display:inline-block;padding:.15rem .6rem;border-radius:999px;border:1px solid #c8d5e6;background:var(--primary-soft);color:#24507b;text-decoration:none;font-size:.82rem}.search-page{display:grid;gap:.7rem}.search-hint{margin:0;color:var(--muted);font-size:.92rem}.search-state{margin:.1rem 0 .2rem;color:var(--muted)}.post-layout{position:relative}.post-article{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1rem,3vw,2rem)}.post-header h1{margin:0;font-family:var(--font-heading);font-weight:700;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.28}.post-content{margin-top:1.25rem}.post-content>:first-child{margin-top:0}.post-content h2,.post-content h3,.post-content h4{font-family:var(--font-heading);line-height:1.4;margin-top:1.7rem;margin-bottom:.6rem}.post-content p,.post-content ul,.post-content ol,.post-content blockquote{margin:.9rem 0}.post-content a{color:var(--primary)}.post-content pre,.post-content code{font-family:var(--font-code)}.post-content pre{padding:.9rem;overflow:auto;border-radius:8px;background:#101826;color:#edf2fa}.post-content :not(pre)>code{background:#e8eef8;border-radius:4px;padding:.05rem .25rem;color:#264f79}html[data-theme=dark] .tag-row a{border-color:#38557a;color:#9fcaff}html[data-theme=dark] .search-tag{border-color:#38557a;color:#9fcaff}html[data-theme=dark] .post-summary mark,html[data-theme=dark] .post-item h2 mark,html[data-theme=dark] .search-tag mark{background:#665012;color:#ffe49e}html[data-theme=dark] .post-content :not(pre)>code{background:#1f2f47;color:#b4d2ff}.post-toc-desktop{position:absolute;left:calc(100% + 1.25rem);top:0;width:240px}.post-toc-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:.8rem .85rem;position:sticky;top:5.5rem}.post-toc-card h2{margin:0 0 .55rem;font-family:var(--font-heading);font-size:.98rem}.post-toc-card #TableOfContents ul{list-style:none;padding-left:0;margin:0}.post-toc-card #TableOfContents ul ul{padding-left:.85rem;margin-top:.25rem}.post-toc-card #TableOfContents li{margin:.22rem 0}.post-toc-card #TableOfContents a{color:var(--muted);text-decoration:none;font-size:.86rem}.post-toc-card #TableOfContents a:hover{color:var(--primary)}.post-toc-mobile{display:none;margin-top:1rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.25rem .8rem .65rem}.post-toc-mobile summary{cursor:pointer;color:var(--text);font-size:.92rem;font-weight:600;margin:.25rem 0}.post-toc-body #TableOfContents ul{list-style:none;padding-left:0;margin:.3rem 0 0}.post-toc-body #TableOfContents ul ul{padding-left:.9rem}.post-toc-body #TableOfContents a{color:var(--muted);text-decoration:none;font-size:.88rem}.post-toc-body #TableOfContents a:hover{color:var(--primary)}.post-pager{margin-top:1.7rem;padding-top:1rem;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.pager-link{border:1px solid var(--line);border-radius:10px;background:var(--surface);text-decoration:none;color:var(--text);padding:.7rem .75rem;min-height:4.1rem;display:flex;flex-direction:column}.pager-link span{color:var(--muted);font-size:.78rem}.pager-link strong{margin-top:.25rem;font-size:.9rem;line-height:1.3;font-weight:600}.pager-link:hover{border-color:var(--primary)}.pager-link.next{text-align:right}.pager-link.ghost{visibility:hidden}.tag-list{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.tag-list li{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:.8rem .9rem;display:flex;align-items:center;justify-content:space-between}.tag-list a{color:var(--text);text-decoration:none}.tag-list span{color:var(--muted);font-size:.85rem}.empty-tip{color:var(--muted)}.site-footer{border-top:1px solid var(--line);color:var(--muted);font-size:.88rem;padding:1.2rem 0 1.8rem}@media(max-width:980px){.post-layout{position:static}.post-toc-desktop{display:none}.post-toc-mobile{display:block}}@media(max-width:720px){body{font-size:15px;line-height:1.65}main.container{padding-top:1.2rem;padding-bottom:2.3rem}.site-header .inner{padding:.8rem 0;gap:.5rem;flex-wrap:wrap}.site-title{font-size:1.02rem}.main-nav{gap:.6rem}.main-nav a{font-size:.88rem}.header-actions{margin-left:0;width:100%;display:grid;grid-template-columns:1fr auto;grid-template-areas:'nav theme' 'search search';gap:.45rem .5rem}.main-nav{grid-area:nav}.theme-toggle{grid-area:theme;justify-self:end}.header-search{grid-area:search;margin-left:0;width:100%}.header-search input{padding-right:1.95rem}.search-submit{width:1.4rem;height:1.4rem}.theme-toggle{width:1.85rem;height:1.85rem}.home-intro h1,.page-header h1{font-size:1.45rem}.post-item{padding:.95rem}.post-item h2{font-size:1.08rem}.post-summary{font-size:.92rem}.post-meta{font-size:.82rem}.post-article{padding:1rem}.post-header h1{font-size:1.55rem}.post-content{font-size:.96rem}.post-content h2{font-size:1.2rem}.post-content h3{font-size:1.08rem}.post-pager{grid-template-columns:1fr}.pager-link.next{text-align:left}.pager-link.ghost{display:none}}