:root{--bg:#f7f7f5;--fg:#1a1a1a;--fg-muted:#6b6b6b;--border:#e0e0dc;--accent:#1a1a1a;--accent-hover:#444;--line-color:rgba(0, 0, 0, 0.09);--card-bg:rgba(255, 255, 255, 0.72);--max-width:680px;--header-offset:4.5rem;--font:"Inter", "Noto Sans SC", system-ui, -apple-system, sans-serif;--mono:ui-monospace, "SF Mono", "Cascadia Code", monospace}[data-theme=dark]{--bg:#0e0e0e;--fg:#e8e8e6;--fg-muted:#888;--border:#2a2a2a;--accent:#e8e8e6;--accent-hover:#ccc;--line-color:rgba(255, 255, 255, 0.075);--card-bg:rgba(20, 20, 20, 0.75)}@media(prefers-color-scheme:dark){[data-theme=auto]{--bg:#0e0e0e;--fg:#e8e8e6;--fg-muted:#888;--border:#2a2a2a;--accent:#e8e8e6;--accent-hover:#ccc;--line-color:rgba(255, 255, 255, 0.075);--card-bg:rgba(20, 20, 20, 0.75)}}*,*::before,*::after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--header-offset)}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.7;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .15s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto}.lines-bg{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.site-wrapper{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.header{border-bottom:1px solid var(--border);background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.header-inner{max-width:calc(var(--max-width) + 4rem);margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;gap:1.5rem}.site-brand{display:flex;flex-direction:column;gap:.15rem;flex-shrink:0;min-width:0}.site-title{font-size:.95rem;font-weight:600;letter-spacing:-.01em;text-decoration:none;color:var(--fg);line-height:1.3}.site-subtitle{margin:0;font-size:.75rem;color:var(--fg-muted);font-weight:400;line-height:1.4}.nav{margin-left:auto;flex-shrink:1;min-width:0}.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:1.25rem;flex-wrap:wrap}.nav-list a{font-size:.85rem;color:var(--fg-muted);text-decoration:none;transition:color .15s}.nav-list a:hover,.nav-list a.active{color:var(--fg)}.theme-toggle{flex-shrink:0;background:0 0;border:1px solid var(--border);border-radius:6px;padding:.35rem .5rem;cursor:pointer;color:var(--fg-muted);display:flex;align-items:center;line-height:0;transition:color .15s,border-color .15s}.theme-toggle:hover{color:var(--fg);border-color:var(--fg-muted)}[data-theme=light] .icon-moon,[data-theme=dark] .icon-sun{display:none}@media(prefers-color-scheme:light){[data-theme=auto] .icon-moon{display:none}[data-theme=auto] .icon-sun{display:block}}@media(prefers-color-scheme:dark){[data-theme=auto] .icon-sun{display:none}[data-theme=auto] .icon-moon{display:block}}[data-theme=dark] .icon-sun{display:none}[data-theme=dark] .icon-moon{display:block}[data-theme=light] .icon-sun{display:block}[data-theme=light] .icon-moon{display:none}.main{flex:1;max-width:calc(var(--max-width) + 4rem);width:100%;margin:0 auto;padding:3rem 2rem 4rem}.home-desc{color:var(--fg-muted);font-size:.95rem;margin:0 0 2.5rem}.post-list{list-style:none;margin:0;padding:0}.post-item{padding:1.75rem 0;border-bottom:1px solid var(--border)}.post-item:first-child{padding-top:0}.post-list:has(+.pagination) .post-item:last-child,.post-list:has(+.infinite-scroll:not(.is-complete)) .post-item:last-child{border-bottom:none}.post-title{font-size:1.15rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .4rem;line-height:1.4}.post-title a{color:var(--fg);text-decoration:none}.post-title a:hover{color:var(--fg-muted)}.post-summary{margin:.5rem 0 0;color:var(--fg-muted);font-size:.9rem;line-height:1.6}.post-meta{font-size:.8rem;color:var(--fg-muted);display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.meta-sep{opacity:.4}.category-tag{color:var(--fg-muted);text-decoration:none;border-bottom:1px solid var(--border);transition:color .15s,border-color .15s}.category-tag:hover{color:var(--fg);border-color:var(--fg-muted)}.tag-link{color:var(--fg-muted);text-decoration:none}.tag-link:hover{color:var(--fg)}.post-header{margin-bottom:2rem}.post-heading{font-size:1.75rem;font-weight:600;letter-spacing:-.03em;line-height:1.3;margin:0 0 .75rem}.post-cover{margin:0 0 2rem;border-radius:4px;overflow:hidden}.post-cover img{display:block;width:100%}.post-content,.page-content{font-size:1rem;line-height:1.8}.post-content h2,.page-content h2{font-size:1.25rem;font-weight:600;margin:2.5rem 0 .75rem;letter-spacing:-.02em;scroll-margin-top:var(--header-offset)}.post-content h3,.page-content h3{font-size:1.05rem;font-weight:600;margin:2rem 0 .5rem;scroll-margin-top:var(--header-offset)}.post-content h4,.page-content h4{scroll-margin-top:var(--header-offset)}.post-content p,.page-content p{margin:0 0 1.25rem}.post-content ul,.post-content ol,.page-content ul,.page-content ol{margin:0 0 1.25rem;padding-left:1.5rem}.post-content li,.page-content li{margin-bottom:.35rem}.post-content blockquote,.page-content blockquote{margin:1.5rem 0;padding:.5rem 0 .5rem 1.25rem;border-left:2px solid var(--border);color:var(--fg-muted)}.post-content pre,.page-content pre{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;overflow-x:auto;font-family:var(--mono);font-size:.85rem;line-height:1.6;margin:1.5rem 0}.post-content li .highlight,.page-content li .highlight{margin:.75rem 0}.post-content code,.page-content code{font-family:var(--mono);font-size:.875em;background:var(--card-bg);border:1px solid var(--border);border-radius:3px;padding:.1em .35em}.post-content pre code,.page-content pre code{background:0 0;border:none;padding:0;font-size:inherit}.post-content kbd,.page-content kbd{display:inline-block;font-family:var(--font);font-size:.85em;font-weight:500;line-height:1.25;color:var(--fg);background:var(--card-bg);border:1px solid var(--border);border-bottom-width:2px;border-radius:4px;padding:.12em .4em;white-space:nowrap;vertical-align:baseline}.post-content table kbd,.page-content table kbd{font-size:.8em;padding:.1em .35em}.post-content pre kbd,.page-content pre kbd{font-size:.9em}.post-content table,.page-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.post-content th,.post-content td,.page-content th,.page-content td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.post-content th,.page-content th{font-weight:600;background:var(--card-bg)}.post-content hr,.page-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.post-content img,.page-content img{border-radius:4px;margin:1rem 0}.page-header{margin-bottom:2rem}.page-title{font-size:1.5rem;font-weight:600;letter-spacing:-.03em;margin:0 0 .5rem}.taxonomy-breadcrumb{font-size:.85rem;color:var(--fg-muted);margin:0}.taxonomy-list{list-style:none;margin:0;padding:0}.taxonomy-item{border-bottom:1px solid var(--border)}.taxonomy-link{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;text-decoration:none;color:var(--fg);transition:color .15s}.taxonomy-link:hover{color:var(--fg-muted)}.taxonomy-name{font-size:.95rem}.taxonomy-count{font-size:.8rem;color:var(--fg-muted);font-variant-numeric:tabular-nums}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:0;padding-top:1.75rem;border-top:1px solid var(--border);font-size:.85rem}.pagination-prev,.pagination-next{color:var(--fg-muted);text-decoration:none}.pagination-prev:hover,.pagination-next:hover{color:var(--fg)}.pagination-prev.disabled,.pagination-next.disabled{opacity:.3;pointer-events:none}.pagination-info{color:var(--fg-muted);font-variant-numeric:tabular-nums}.infinite-scroll{margin-top:0;padding-top:1.75rem;border-top:1px solid var(--border)}.infinite-scroll.is-complete{border-top:none;padding-top:0}.infinite-scroll-sentinel{height:1px}.infinite-scroll-status,.infinite-scroll-end{margin:0;padding:.5rem 0;text-align:center;font-size:.85rem;color:var(--fg-muted)}.comments{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.comments-title{font-size:1rem;font-weight:600;margin:0 0 1.5rem}.footer{border-top:1px solid var(--border);background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.footer-inner{max-width:calc(var(--max-width) + 4rem);margin:0 auto;padding:1.5rem 2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.8rem;color:var(--fg-muted)}.footer-meta{display:flex;flex-direction:column;gap:.25rem}.footer-copy{margin:0}.pageviews-site,.pageviews-page-line{font-variant-numeric:tabular-nums}.pageviews-site{margin:0;font-size:.75rem;color:var(--fg-muted)}.pageviews-page-line{margin:.35rem 0 0;font-size:.8rem;color:var(--fg-muted)}.footer-extra{margin:0}.social-list{list-style:none;margin:0 0 0 auto;padding:0;display:flex;gap:1rem}.social-list a{color:var(--fg-muted);text-decoration:none;font-size:.8rem}.social-list a:hover{color:var(--fg)}.reviews-page .page-content{color:var(--fg-muted);font-size:.9rem;margin-bottom:2rem}.review-group{margin-bottom:2.5rem}.review-group-title{font-size:.85rem;font-weight:600;color:var(--fg-muted);letter-spacing:.04em;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.comment-list{list-style:none;margin:0;padding:0}.comment-item{padding:1rem 0;border-bottom:1px solid var(--border)}.comment-item:last-child{border-bottom:none}.comment-title{font-size:1rem;font-weight:600;margin:0 0 .35rem;letter-spacing:-.01em}.comment-title a{color:var(--fg);text-decoration:none}.comment-title a:hover{color:var(--fg-muted)}.comment-meta{font-size:.8rem;color:var(--fg-muted)}.comment-excerpt{margin:.4rem 0 0;font-size:.85rem;color:var(--fg-muted);line-height:1.6}.comment-single .comment-media{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.db-subject{display:flex;align-items:flex-start;gap:1.25rem;line-height:1.6}.db-cover{flex:none;display:block;text-decoration:none}.db-cover img{display:block;width:88px;height:124px;object-fit:cover;border-radius:4px}.db-body{flex:auto;min-width:0}.db-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.35rem}.db-title{font-size:1rem;font-weight:600;letter-spacing:-.01em;color:var(--fg);text-decoration:none}.db-title:hover{color:var(--fg-muted)}.db-cate{font-size:.75rem;color:var(--fg-muted);text-transform:capitalize}.db-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;line-height:1}.db-rating .allstardark{position:relative;height:14px;width:70px;background-size:auto 100%;background-repeat:repeat;background-image:url(data:image/svg+xml,%3Csvg%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2232%22%20height=%2232%22%3E%3Cpath%20d=%22M908.1%20353.1l-253.9-36.9L540.7%2086.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9%2014.5L369.8%20316.2l-253.9%2036.9c-7%201-13.4%204.3-18.3%209.3-12.3%2012.7-12.1%2032.9.6%2045.3l183.7%20179.1-43.4%20252.9c-1.2%206.9-.1%2014.1%203.2%2020.3%208.2%2015.6%2027.6%2021.7%2043.2%2013.4L512%20754l227.1%20119.4c6.2%203.3%2013.4%204.4%2020.3%203.2%2017.4-3%2029.1-19.5%2026.1-36.9l-43.4-252.9%20183.7-179.1c5-4.9%208.3-11.3%209.3-18.3%202.7-17.5-9.5-33.7-27-36.3zM664.8%20561.6l36.1%20210.3L512%20672.7%20323.1%20772l36.1-210.3-152.8-149L417.6%20382%20512%20190.7%20606.4%20382l211.2%2030.7-152.8%20148.9z%22%20fill=%22%23f99b01%22/%3E%3C/svg%3E)}.db-rating .allstarlight{position:absolute;left:0;height:14px;overflow:hidden;background-size:auto 100%;background-repeat:repeat;background-image:url(data:image/svg+xml,%3Csvg%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2232%22%20height=%2232%22%3E%3Cpath%20d=%22M908.1%20353.1l-253.9-36.9L540.7%2086.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9%2014.5L369.8%20316.2l-253.9%2036.9c-7%201-13.4%204.3-18.3%209.3-12.3%2012.7-12.1%2032.9.6%2045.3l183.7%20179.1-43.4%20252.9c-1.2%206.9-.1%2014.1%203.2%2020.3%208.2%2015.6%2027.6%2021.7%2043.2%2013.4L512%20754l227.1%20119.4c6.2%203.3%2013.4%204.4%2020.3%203.2%2017.4-3%2029.1-19.5%2026.1-36.9l-43.4-252.9%20183.7-179.1c5-4.9%208.3-11.3%209.3-18.3%202.7-17.5-9.5-33.7-27-36.3z%22%20fill=%22%23f99b01%22/%3E%3C/svg%3E)}.db-rating .rating_nums{color:var(--fg-muted)}.db-brief{margin:0;font-size:.85rem;color:var(--fg-muted);line-height:1.65}.douban-error{text-align:center;color:var(--fg-muted)}.archive-year{margin-bottom:2.5rem}.archive-year-title{font-size:.85rem;font-weight:600;color:var(--fg-muted);letter-spacing:.05em;margin:0 0 .75rem}.archive-list{list-style:none;margin:0;padding:0}.archive-item{display:flex;align-items:baseline;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.archive-date{font-variant-numeric:tabular-nums;color:var(--fg-muted);font-size:.8rem;flex-shrink:0;white-space:nowrap;min-width:2.75rem}.archive-link{color:var(--fg);text-decoration:none;flex:1}.archive-link:hover{color:var(--fg-muted)}.archive-cat{font-size:.75rem;flex-shrink:0}.not-found{text-align:center;padding:4rem 0}.not-found .page-title{font-size:4rem;font-weight:600;letter-spacing:-.05em;margin-bottom:1rem}.highlight{margin:1.5rem 0;border:1px solid var(--border);border-radius:6px;overflow-x:auto;background:var(--card-bg)}.highlight pre{margin:0;padding:1rem 1.25rem;border:none;border-radius:0;background:0 0;font-family:var(--mono);font-size:.85rem;line-height:1.6}.highlight pre code{background:0 0;border:none;padding:0;font-size:inherit}.mermaid{margin:1.5rem 0;padding:1.25rem;border:1px solid var(--border);border-radius:6px;background:var(--card-bg);overflow-x:auto;text-align:center}.toc{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.toc-title{font-size:.85rem;font-weight:600;color:var(--fg-muted);letter-spacing:.05em;margin:0 0 .75rem}.toc nav{font-size:.8rem;line-height:1.6}.toc ul,.toc ol{list-style:none;margin:0;padding:0}.toc li{margin:0}.toc li+li{margin-top:.3rem}.toc ul ul,.toc ol ol,.toc li ul,.toc li ol{margin-top:.3rem;padding-left:.85rem;border-left:1px solid var(--border)}.toc a{color:var(--fg-muted);text-decoration:none;transition:color .15s}.toc a:hover{color:var(--fg)}@media(max-width:600px){:root{--header-offset:6.5rem}.header-inner{padding:.875rem 1.25rem;gap:.75rem;flex-wrap:wrap}.main{padding:2rem 1.25rem 3rem}.post-heading{font-size:1.4rem}.nav{order:3;margin-left:0;width:100%}.theme-toggle{order:2;margin-left:auto}.db-cover img{width:72px;height:102px}}@media(prefers-reduced-motion:reduce){.lines-bg{display:none}html{scroll-behavior:auto}}