:root{--bg:#ffffff;--fg:#1a1a1a;--fg-muted:#6b7280;--border:#e5e7eb;--link:#1a1a1a;--link-hover:#4b5563;--code-bg:#f3f4f6;--kbd-bg:#f3f4f6;--blockquote-border:#d1d5db;--table-border:#e5e7eb;--table-stripe:#f9fafb;--header-bg:#ffffff;--tag-bg:#f3f4f6;--tag-fg:#4b5563;--max-width:720px;--nav-width:960px}.dark{--bg:#1a1a1a;--fg:#e5e5e5;--fg-muted:#9ca3af;--border:#374151;--link:#e5e5e5;--link-hover:#9ca3af;--code-bg:#2d2d2d;--kbd-bg:#2d2d2d;--blockquote-border:#4b5563;--table-border:#374151;--table-stripe:#222222;--header-bg:#1a1a1a;--tag-bg:#2d2d2d;--tag-fg:#9ca3af}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif;font-size:16px;line-height:1.7;color:var(--fg);background-color:var(--bg);min-height:100vh;display:flex;flex-direction:column;transition:color .2s,background-color .2s}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:0 0;font:inherit;color:inherit}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}main{flex:1;padding:3rem 0}.site-header{}.site-header .header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.site-title{font-size:1.25rem;font-weight:600;color:var(--fg)}.site-title:hover{color:var(--fg)}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{font-size:.9375rem;color:var(--fg-muted);transition:color .15s}.site-nav a:hover,.site-nav a.active{color:var(--fg)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.375rem;color:var(--fg-muted);transition:color .15s}.theme-toggle:hover{color:var(--fg)}.theme-toggle svg{width:1.125rem;height:1.125rem}.theme-toggle .icon-sun{display:none}.dark .theme-toggle .icon-sun{display:block}.dark .theme-toggle .icon-moon{display:none}.menu-toggle{display:none;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--fg)}.menu-toggle svg{width:1.25rem;height:1.25rem}.menu-toggle .icon-close{display:none}.mobile-nav{display:none}@media(max-width:640px){.site-nav{display:none}.menu-toggle{display:flex}.mobile-nav-open .site-nav{display:none}.mobile-nav-open .menu-toggle .icon-menu{display:none}.mobile-nav-open .menu-toggle .icon-close{display:block}.mobile-nav-open .mobile-nav{display:flex;flex-direction:column;position:fixed;inset:4rem 0 0 0;background:var(--bg);padding:2rem 1.5rem;border-top:1px solid var(--border);z-index:40}.mobile-nav a{font-size:1.125rem;padding:.75rem 0;color:var(--fg);border-bottom:1px solid var(--border)}.mobile-nav .mobile-nav-footer{margin-top:2rem;display:flex;gap:1rem;align-items:center}}.site-footer{padding:2rem 0}.site-footer .footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.footer-copyright{font-size:.8125rem;color:var(--fg-muted)}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social a{color:var(--fg-muted);transition:color .15s;display:flex}.footer-social a:hover{color:var(--fg)}.footer-social svg{width:1.125rem;height:1.125rem}.post-list{display:flex;flex-direction:column}.post-item{display:flex;align-items:baseline;gap:1.5rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none}.post-date{font-size:.875rem;color:var(--fg-muted);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.post-title-link{font-size:1rem;color:var(--fg);transition:color .15s}.post-title-link:hover{color:var(--fg-muted)}@media(max-width:640px){.post-item{flex-direction:column;gap:.125rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;font-size:.9375rem}.pagination a{color:var(--fg-muted);transition:color .15s}.pagination a:hover{color:var(--fg)}.pagination .disabled{color:var(--border);pointer-events:none}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.page-meta{font-size:.875rem;color:var(--fg-muted);font-variant-numeric:tabular-nums}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.tag-link{font-size:.8125rem;color:var(--tag-fg);background:var(--tag-bg);padding:.25rem .625rem;border-radius:.25rem;transition:opacity .15s}.tag-link:hover{opacity:.8;color:var(--tag-fg)}.post-nav{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);gap:1rem}.post-nav a{font-size:.9375rem;color:var(--fg-muted);transition:color .15s;max-width:48%}.post-nav a:hover{color:var(--fg)}.post-nav .nav-next{margin-left:auto;text-align:right}.post-nav .nav-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem}.profile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0 3rem}.profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.profile-name{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.25rem}.profile-title{font-size:.9375rem;color:var(--fg-muted);margin-bottom:1rem}.profile-social{display:flex;align-items:center;gap:1rem}.profile-social a{color:var(--fg-muted);display:flex;transition:color .15s}.profile-social a:hover{color:var(--fg)}.home-recent{border-top:1px solid var(--border);padding-top:2rem}.home-recent-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--fg-muted)}.home-recent-more{display:inline-block;margin-top:1rem;font-size:.875rem;color:var(--fg-muted);transition:color .15s}.home-recent-more:hover{color:var(--fg)}.not-found{text-align:center;padding:4rem 0}.not-found h1{font-size:4rem;font-weight:700;margin-bottom:1rem}.not-found p{color:var(--fg-muted);margin-bottom:2rem}.toc{position:fixed;top:7rem;left:calc(50% - 634px);width:250px;max-height:calc(100vh - 8rem);overflow-y:auto;font-size:.8125rem;line-height:1.6}.toc #TableOfContents>ul{list-style:none;border-left:1px solid var(--border)}.toc #TableOfContents ul{list-style:none}.toc #TableOfContents li{position:relative}.toc #TableOfContents>ul>li>a{display:block;padding:.25rem 0 .25rem 1rem;color:var(--fg-muted);border-left:2px solid transparent;margin-left:-1px;transition:color .15s,border-color .15s}.toc #TableOfContents>ul>li>ul>li>a{display:block;padding:.25rem 0 .25rem 2rem;color:var(--fg-muted);border-left:2px solid transparent;margin-left:-1px;font-size:.75rem;transition:color .15s,border-color .15s}.toc #TableOfContents a:hover{color:var(--fg)}.toc #TableOfContents a.active{color:var(--fg);border-left-color:var(--fg)}@media(max-width:1280px){.toc{display:none}}.prose{line-height:1.8}.prose h1{font-size:1.75rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.prose h2{font-size:1.375rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;line-height:1.35}.prose h3{font-size:1.125rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;line-height:1.4}.prose h4{font-size:1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem}.prose p{margin-bottom:1.25rem}.prose a{text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--link-hover)}.prose ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.25rem}.prose ol{list-style:decimal;padding-left:1.5rem;margin-bottom:1.25rem}.prose li{margin-bottom:.25rem}.prose li>ul,.prose li>ol{margin-top:.25rem;margin-bottom:.25rem}.prose blockquote{border-left:3px solid var(--blockquote-border);padding-left:1rem;margin-bottom:1.25rem;color:var(--fg-muted);font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose code{font-family:sf mono,fira code,fira mono,roboto mono,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:.875em;background:var(--code-bg);padding:.125rem .375rem;border-radius:.25rem}.prose pre{background:var(--code-bg);border-radius:.375rem;padding:1rem 1.25rem;margin-bottom:1.25rem;overflow-x:auto;font-size:.875rem;line-height:1.6}.prose pre code{background:0 0;padding:0;border-radius:0;font-size:inherit}.prose table{width:100%;border-collapse:collapse;margin-bottom:1.25rem;font-size:.9375rem}.prose th,.prose td{border:1px solid var(--table-border);padding:.5rem .75rem;text-align:left}.prose th{font-weight:600;background:var(--table-stripe)}.prose tr:nth-child(even){background:var(--table-stripe)}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose img{margin:1.5rem auto;border-radius:.375rem}.prose figure{margin:1.5rem 0}.prose figcaption{text-align:center;font-size:.875rem;color:var(--fg-muted);margin-top:.5rem}.prose kbd{font-family:inherit;font-size:.875em;background:var(--kbd-bg);border:1px solid var(--border);border-radius:.25rem;padding:.125rem .375rem}.prose mark{background:#fef08a;padding:.0625rem .125rem;border-radius:.125rem}.dark .prose mark{background:#854d0e;color:#fef08a}.prose details{margin-bottom:1.25rem;border:1px solid var(--border);border-radius:.375rem;padding:.75rem 1rem}.prose details summary{cursor:pointer;font-weight:500}.prose details[open] summary{margin-bottom:.75rem}.prose sup,.prose sub{font-size:.75em}.prose .footnotes{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.875rem}.prose .footnotes ol{list-style:decimal}