:root{--bg:#ffffff;--text-primary:#1a1a1a;--text-secondary:#555;--text-muted:#888;--accent:#2d6a4f;--accent-hover:#1b4332;--border:#e0e0e0;--border-light:#eee;--tag-bg:#f0f0f0;--code-bg:#f5f5f5;--blockquote-bg:#f9f9f9;--blockquote-border:#ccc;--font-serif:'Source Serif 4',Georgia,serif;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:'Source Code Pro',Menlo,monospace}[data-theme=dark]{--bg:#141414;--text-primary:#d4d4d4;--text-secondary:#aaa;--text-muted:#777;--accent:#52b788;--accent-hover:#74c69d;--border:#333;--border-light:#2a2a2a;--tag-bg:#2a2a2a;--code-bg:#1e1e1e;--blockquote-bg:#1a1a1a;--blockquote-border:#444}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;scroll-behavior:smooth}body{font-family:var(--font-serif);color:var(--text-primary);background:var(--bg);line-height:1.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;transition:color .15s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}.viewport{display:flex;flex-direction:column;min-height:100vh}.site-content{flex:1;padding-top:3.5rem;padding-bottom:4rem}.container{max-width:700px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);height:56px;display:flex;align-items:center;transition:background .2s}.site-header-inner{max-width:960px;width:100%;margin:0 auto;padding:0 1.5rem;display:flex;align-items:baseline;gap:2rem}.site-title{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:var(--text-primary);text-decoration:none;white-space:nowrap}.site-title:hover{color:var(--text-primary)}.site-nav{display:flex;gap:1.2rem}.site-nav a{font-family:var(--font-serif);font-size:.95rem;font-weight:450;color:var(--text-secondary);text-decoration:none;transition:color .15s}.site-nav a:hover{color:var(--text-primary)}.theme-toggle{margin-left:auto;background:none;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:1rem;padding:.15rem .5rem;color:var(--text-muted);transition:border-color .15s;line-height:1}.theme-toggle:hover{border-color:var(--text-secondary)}.site-main{max-width:960px;margin:0 auto;padding:0 1.5rem}.home-layout{display:grid;grid-template-columns:1fr 280px;gap:3rem}.post-entry{padding-bottom:1.75rem;margin-bottom:1.75rem;border-bottom:1px solid var(--border-light)}.post-entry:last-child{border-bottom:none}.post-entry-title{font-size:1.35rem;font-weight:600;line-height:1.35;letter-spacing:-.01em;margin-bottom:.25rem}.post-entry-title a{color:var(--text-primary);text-decoration:none}.post-entry-title a:hover{color:var(--accent)}.post-entry-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:var(--text-muted);margin-bottom:.5rem;font-family:var(--font-sans)}.post-entry-body{font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.post-entry-body p{margin-bottom:1rem}.post-tag{font-size:.7rem;font-weight:500;padding:.1rem .45rem;background:var(--tag-bg);color:var(--text-secondary);border-radius:4px;text-decoration:none;font-family:var(--font-sans)}.post-tag:hover{background:var(--border);color:var(--text-primary)}.post-tag-lg{font-size:.8rem;font-weight:500;padding:.2rem .6rem;background:var(--tag-bg);color:var(--text-secondary);border-radius:4px;text-decoration:none;font-family:var(--font-sans)}.post-tag-lg:hover{background:var(--border);color:var(--text-primary)}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.reading-time{font-family:var(--font-sans)}.single-post{max-width:100%}.post-header{margin-bottom:2rem}.post-title{font-size:1.8rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin-bottom:.5rem}.post-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:var(--text-muted);font-family:var(--font-sans)}.post-feature-image{margin-bottom:2rem}.post-feature-image img{border-radius:4px}.post-feature-image figcaption{font-size:.8rem;color:var(--text-muted);margin-top:.5rem;text-align:center}.prose{font-size:1rem;line-height:1.8}.prose h2{font-size:1.35rem;font-weight:700;margin-top:2.5rem;margin-bottom:.6rem}.prose h3{font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:.4rem}.prose h4{font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.3rem}.prose p{margin-bottom:1.3rem}.prose blockquote{margin:1.5rem 0;padding:.75rem 1.25rem;border-left:3px solid var(--blockquote-border);background:var(--blockquote-bg);color:var(--text-secondary);font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose ul,.prose ol{margin-bottom:1.3rem;padding-left:1.5rem}.prose li{margin-bottom:.3rem}.prose code{font-family:var(--font-mono);font-size:.85em;background:var(--code-bg);padding:.15em .35em;border-radius:3px}.prose pre{background:var(--code-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0}.prose pre code{font-size:.82rem;line-height:1.6;background:none;padding:0}[data-theme=dark] .prose pre{background:#0d0d0d;border:1px solid var(--border)}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--accent-hover)}.prose img{max-width:100%;height:auto;border-radius:4px;margin:1.25rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.prose th,.prose td{padding:.5rem .75rem;border:1px solid var(--border);text-align:left}.prose th{background:var(--code-bg);font-weight:600}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose figure{margin:1.5rem 0}.prose figcaption{font-size:.8rem;color:var(--text-muted);margin-top:.5rem;text-align:center}.post-nav{display:flex;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--border-light);padding-top:1.5rem;margin-top:2rem}.post-nav-item{max-width:48%;text-decoration:none}.post-nav-label{display:block;font-size:.78rem;font-weight:500;color:var(--text-muted);font-family:var(--font-sans);margin-bottom:.2rem}.post-nav-title{display:block;font-size:.95rem;font-weight:500;color:var(--text-primary)}.post-nav-item:hover .post-nav-title{color:var(--accent)}.post-nav-next{text-align:right;margin-left:auto}.sidebar{font-size:.9rem;line-height:1.6}.sidebar-section{margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.sidebar-section:last-child{border-bottom:none}.sidebar-heading{font-family:var(--font-sans);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.6rem}.sidebar-bio{color:var(--text-secondary)}.sidebar-bio strong{color:var(--text-primary)}.sidebar-list{list-style:none;padding:0}.sidebar-list li{font-size:.88rem;line-height:1.5;color:var(--text-secondary)}.sidebar-list a{color:var(--accent);text-decoration:none}.sidebar-list a:hover{text-decoration:underline}.sidebar-subscribe{display:flex;flex-direction:column;gap:.4rem}.sidebar-subscribe-input{font-family:var(--font-sans);font-size:.82rem;padding:.4rem .6rem;border:1px solid var(--border);border-radius:4px;background:var(--bg);color:var(--text-primary)}.sidebar-subscribe-input:focus{outline:none;border-color:var(--accent)}.sidebar-subscribe-btn{font-family:var(--font-sans);font-size:.82rem;padding:.4rem .6rem;background:var(--accent);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .15s}.sidebar-subscribe-btn:hover{background:var(--accent-hover)}.site-footer{border-top:1px solid var(--border-light);padding:1.5rem 0}.site-footer-inner{max-width:960px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:var(--text-muted);font-family:var(--font-sans)}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--text-primary)}.pagination{display:flex;justify-content:center;gap:1rem;padding-top:2rem;font-family:var(--font-sans);font-size:.85rem}.pagination a{color:var(--accent);text-decoration:none}.pagination a:hover{text-decoration:underline}.gh-content{overflow-wrap:break-word;word-break:break-word}.gh-content .kg-card{margin:1.5rem 0}.gh-content .kg-image-card img{border-radius:4px;margin:0}.gh-content .kg-bookmark-card{border:1px solid var(--border);border-radius:6px;overflow:hidden}.gh-content .kg-bookmark-content{padding:1rem}.gh-content .kg-bookmark-title{font-size:.95rem;font-weight:600}.gh-content .kg-bookmark-description{font-size:.85rem;color:var(--text-secondary);margin-top:.3rem}.gh-content .kg-bookmark-metadata{font-size:.78rem;color:var(--text-muted);margin-top:.5rem}.tag-header{margin-bottom:2rem}.tag-header h1{font-size:1.5rem;font-weight:700}.tag-header p{font-size:.95rem;color:var(--text-secondary);margin-top:.25rem}@media(max-width:900px){.home-layout{grid-template-columns:1fr;gap:2rem}.sidebar{border-top:1px solid var(--border-light);padding-top:1.5rem}}@media(max-width:640px){html{font-size:16px}.site-header-inner{padding:0 1rem;gap:.8rem}.site-nav a{font-size:.78rem}.site-main{padding:0 1rem}.site-content{padding-top:2.5rem;padding-bottom:3rem}.post-title{font-size:1.5rem}.post-entry-title{font-size:1.15rem}.post-nav{flex-direction:column}.post-nav-item{max-width:100%}.post-nav-next{text-align:left}.site-footer-inner{flex-direction:column;gap:.5rem;text-align:center;padding:0 1rem}}@media print{.site-header,.site-footer,.theme-toggle,.post-nav,.sidebar,.post-tags{display:none}body{font-size:12pt;color:#000;background:#fff}}.site-nav a.active{color:var(--text-primary)}.sidebar-more{display:inline-block;margin-top:.3rem;font-size:.85rem;color:var(--accent);text-decoration:none}.sidebar-more:hover{text-decoration:underline}.post-entry-continue{display:inline-block;font-family:var(--font-sans);font-size:.85rem;color:var(--accent);text-decoration:none;margin-top:-.5rem}.post-entry-continue:hover{text-decoration:underline}.sidebar-rss{font-size:.82rem;color:var(--text-muted);margin-top:.3rem}.sidebar-rss a{color:var(--accent);text-decoration:none}.sidebar-rss a:hover{text-decoration:underline}.post-entry-excerpt img,.post-entry-excerpt figure,.post-entry-excerpt .kg-card{display:none}.sidebar-subscribe-message{font-size:.82rem;margin-top:.3rem}.sidebar-subscribe-message p{color:var(--accent);font-family:var(--font-sans)}.sidebar-subscribe-error p{color:#c0392b}
