:root{--background:#ffffff;--foreground:#222222;--muted:#767676;--border:#e5e5e5;--accent:#111111;--code-background:#f6f8fa;--inline-code-background:#f0f0f0;--inline-code-foreground:#111111;--inline-code-border:#d7d7d7;--panel:#f4f4f4;--panel-active:#dedede;--header-background:rgba(255,255,255,0.94);--excerpt:#4c4c4c;--quote:#4b4b4b;--table-header:#f9f9f9;--hover-fill:rgba(0,0,0,0.035);--loading-surface:rgba(0,0,0,0.055);--max-width:800px;color-scheme:light}[data-theme=dark]{--background:#171717;--foreground:#eeeeee;--muted:#a3a3a3;--border:#303030;--accent:#ffffff;--code-background:#0d1117;--inline-code-background:#2b2b2b;--inline-code-foreground:#f5f5f5;--inline-code-border:#4a4a4a;--panel:#242424;--panel-active:#3a3a3a;--header-background:rgba(23,23,23,0.9);--excerpt:#c7c7c7;--quote:#c9c9c9;--table-header:#232323;--hover-fill:rgba(255,255,255,0.055);--loading-surface:rgba(255,255,255,0.08);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.site-footer,.site-header,.site-shell{width:min(var(--max-width),calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;background:var(--header-background);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-title{margin:0;font-size:22px;font-weight:650}.site-nav{display:flex;gap:18px;color:var(--muted);font-size:14px}.site-nav a[aria-current=page]{color:var(--foreground)}.site-header-right{display:flex;align-items:center;gap:18px}.site-action-button{display:grid;width:32px;height:32px;place-items:center;padding:0;color:var(--foreground);background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer;font:inherit;font-size:13px;line-height:1;text-decoration:none;transition:background .16s ease,border-color .16s ease}.site-action-button:focus-visible,.site-action-button:hover{background:var(--panel);border-color:color-mix(in srgb,var(--border),transparent 35%);outline:none;text-decoration:none}.site-shell{min-height:calc(100vh - 150px)}.site-footer{padding:40px 0;color:var(--muted);font-size:13px;text-align:center}.post-list{display:grid;grid-gap:0;gap:0;padding:64px 0}.post-list-item{position:relative;display:block;overflow:hidden;padding:40px 0 44px 16px;border-left:2px solid transparent;border-bottom:1px solid var(--border);transition:border-color .16s ease}.post-list-item:before{position:absolute;inset:0;z-index:0;content:"";background:var(--hover-fill);transform:scaleX(0);transform-origin:left center;transition:transform .22s ease}.post-list-item:focus-visible,.post-list-item:hover{border-left-color:color-mix(in srgb,var(--accent),transparent 28%);outline:none;text-decoration:none}.post-list-item:focus-visible:before,.post-list-item:hover:before{transform:scaleX(1)}.post-list-item article{position:relative;z-index:1;display:grid;grid-gap:13px;gap:13px}.post-list-title{margin:0;color:var(--accent);font-size:clamp(24px,4vw,36px);line-height:1.18;transition:color .16s ease}.post-list-item:focus-visible .post-list-title,.post-list-item:hover .post-list-title{color:color-mix(in srgb,var(--accent),var(--muted) 18%)}.post-list-meta,.post-meta{color:var(--muted);font-size:14px}.post-list-excerpt{margin:2px 0 0;color:var(--excerpt);line-height:1.82}.post-page{padding:56px 0}.post-back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:8px 0;color:var(--muted);font-size:14px;line-height:1;text-decoration:none;transition:color .16s ease}.post-back-link:focus-visible,.post-back-link:hover{color:var(--foreground);outline:none;text-decoration:none}.post-header{margin-bottom:44px;text-align:center}.post-title{margin:16px 0;font-size:clamp(34px,7vw,52px);line-height:1.08}.post-divider{width:64px;height:6px;margin:28px auto 0;background:var(--accent)}.markdown-body{font-size:16px;line-height:1.82}.markdown-body>:first-child{margin-top:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin:2.1em 0 .8em;line-height:1.25}.markdown-body h1{font-size:32px}.markdown-body h2{font-size:26px}.markdown-body h3{font-size:21px}.markdown-body p{margin:1.2em 0}.markdown-body img{display:block;max-width:100%;height:auto;margin:24px auto}.markdown-body blockquote{margin:28px 0;padding:4px 0 4px 18px;color:var(--quote);border-left:4px solid var(--border)}.markdown-body table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;font-size:14px;white-space:nowrap}.markdown-body td,.markdown-body th{padding:8px 12px;border:1px solid var(--border)}.markdown-body th{background:var(--table-header);font-weight:650}.markdown-body :not(pre)>code{padding:.14em .42em;color:var(--inline-code-foreground);background:var(--inline-code-background);border:1px solid var(--inline-code-border);border-radius:5px;font-size:.92em;font-weight:550}.markdown-body pre{overflow-x:auto;padding:18px;color:var(--foreground);background:var(--code-background);border:1px solid var(--border);border-radius:8px;line-height:1.65}.markdown-body pre code{display:grid;min-width:max-content;color:inherit;font-size:14px;white-space:pre}.markdown-body [data-rehype-pretty-code-figure] code,.markdown-body [data-rehype-pretty-code-figure] pre,.markdown-body [data-rehype-pretty-code-figure] span{color:var(--shiki-light,var(--foreground))}[data-theme=dark] .markdown-body [data-rehype-pretty-code-figure] code,[data-theme=dark] .markdown-body [data-rehype-pretty-code-figure] pre,[data-theme=dark] .markdown-body [data-rehype-pretty-code-figure] span{color:var(--shiki-dark,var(--foreground))}.markdown-body ol,.markdown-body ul{padding-left:1.35em}.post-body-loading{display:grid;grid-gap:16px;gap:16px;color:var(--muted);font-size:14px}.post-divider-loading,.post-loading-block,.post-loading-line,.post-loading-meta,.post-loading-title{overflow:hidden;background:linear-gradient(90deg,var(--loading-surface),var(--hover-fill),var(--loading-surface));background-size:200% 100%;border-radius:6px;animation:loading-shimmer 1.3s ease-in-out infinite}.post-loading-meta{width:220px;height:18px;margin:0 auto 18px}.post-loading-title{width:min(560px,82%);height:54px;margin:16px auto}.post-divider-loading{background-color:var(--loading-surface)}.post-loading-line{width:100%;height:18px}.post-loading-line-short{width:58%}.post-loading-line-mid{width:74%}.post-loading-block{width:100%;height:180px}.post-back-link-loading{pointer-events:none}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.post-divider-loading,.post-list-item:before,.post-loading-block,.post-loading-line,.post-loading-meta,.post-loading-title{animation:none;transition:none}}.about-page,.empty-state{padding:72px 0;line-height:1.8}@media (max-width:640px){.post-list{padding:40px 0}.post-list-item{padding:30px 0 34px 10px}.site-header{align-items:stretch;flex-direction:column;gap:14px}.site-footer,.site-header,.site-shell{width:min(var(--max-width),calc(100% - 28px))}.site-header-right{justify-content:space-between}}