:root{--bg: #FFFFFF;--surface: #F8FAFC;--surface-raised:#F1F5F9;--border: #CBD5E1;--border-dark: #0F172A;--border-light: #E2E8F0;--text: #0F172A;--text-muted: #334155;--text-light: #475569;--code-bg: #F8FAFC;--code-border: #CBD5E1;--code-text: #0F172A;--code-accent: #0284C7;--accent: #0F172A;--accent-blue: #2563EB;--accent-bg: #F8FAFC;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "SFMono-Regular", Consolas, Menlo, monospace;--container: 1200px;--reading-width: 800px;--gutter: 32px;--t: .15s cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:15px}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;border:none;background:none}ul,ol{list-style:none}.nav-bar{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--container);margin:0 auto;padding:0 var(--gutter);height:52px;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.05em;color:var(--text)}.nav-logo:hover{opacity:.7}.nav-links{display:flex;gap:28px;align-items:center}.nav-link{font-size:13.5px;font-weight:500;color:var(--text-muted);transition:color var(--t)}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--text);font-weight:650}.nav-menu-btn{display:none;color:var(--text-muted);padding:6px;align-items:center}.mobile-menu{display:none;flex-direction:column;background:var(--bg);border-top:1px solid var(--border);padding:10px var(--gutter) 20px}.mobile-menu.open{display:flex}.mobile-link{font-size:14px;color:var(--text-muted);padding:10px 0;border-bottom:1px solid var(--border-light)}.mobile-link:last-child{border-bottom:none}.mobile-link:hover,.mobile-link.active{color:var(--text)}.main-canvas{flex:1;max-width:var(--container);margin:0 auto;width:100%;padding:52px var(--gutter) 80px}.hero-section{padding-top:72px;padding-bottom:56px;border-bottom:1px solid var(--border)}.hero-label{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;display:flex;align-items:center;gap:8px}.hero-label:before{content:"";display:inline-block;width:12px;height:1px;background:var(--text-muted)}.hero-heading{font-size:clamp(38px,5.5vw,64px);font-weight:800;line-height:1.05;letter-spacing:-.04em;color:var(--text);margin-bottom:24px;max-width:900px}.text-accent{color:var(--accent-blue)}.hero-sub{font-size:16px;color:var(--text);line-height:1.6;max-width:600px;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--text);color:#fff;font-size:12.5px;font-weight:500;padding:8px 16px;border-radius:4px;transition:opacity var(--t),transform .1s ease}.btn-primary:hover{opacity:.9}.btn-primary:active{transform:scale(.98)}.btn-secondary{display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--text-muted);font-size:12.5px;font-weight:500;padding:8px 16px;border:1px solid var(--border);border-radius:4px;transition:border-color var(--t),color var(--t)}.btn-secondary:hover{border-color:var(--text);color:var(--text)}.section{padding:56px 0;border-bottom:1px solid var(--border)}.section:last-child{border-bottom:none}.section-label{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:32px}.section-header-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:24px}.topics-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:6px;overflow:hidden}.topic-col{padding:24px;background:var(--bg);border-right:1px solid var(--border);display:flex;flex-direction:column}.topic-col:last-child{border-right:none}.topic-num{font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--text-light);margin-bottom:16px}.topic-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px;letter-spacing:-.02em}.topic-desc{font-size:14px;color:var(--text);line-height:1.6;margin-bottom:20px;flex:1}.topic-tags{display:flex;flex-wrap:wrap;gap:4px}.topic-tag{font-family:var(--font-mono);font-size:9.5px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);padding:2px 6px;border-radius:3px}.view-all-link{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--text);display:inline-flex;align-items:center;gap:4px;transition:color var(--t)}.view-all-link:hover{color:var(--accent-blue)}.article-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:6px;overflow:hidden}.article-row{display:flex;align-items:flex-start;gap:20px;padding:20px 24px;border-bottom:1px solid var(--border);background:var(--bg);transition:background var(--t)}.article-row:last-child{border-bottom:none}.article-row:hover{background:var(--surface)}.article-date{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--text-light);min-width:105px;flex-shrink:0;padding-top:2px;transition:color var(--t)}.article-row:hover .article-date{color:var(--text)}.article-info{flex:1;min-width:0}.article-title{font-size:17px;font-weight:700;color:var(--text);line-height:1.35;letter-spacing:-.015em;margin-bottom:6px;transition:color .2s ease}.article-row:hover .article-title{color:var(--accent-blue)}.article-excerpt{font-size:14.5px;color:var(--text-light);line-height:1.6;margin-bottom:14px}.article-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:14px}.article-metadata{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.article-read-time{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--accent-blue);display:inline-flex;align-items:center;gap:4px}.article-series-badge{background:#f8fafc;color:#0f172a;font-family:var(--font-mono);font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;border:1px solid #CBD5E1;letter-spacing:.03em;white-space:nowrap}.article-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.meta-sep{color:var(--border);font-size:10px}.article-tag{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#334155;background:#f1f5f9;border:1px solid #E2E8F0;padding:2px 8px;border-radius:6px;transition:all .2s ease}.article-row:hover .article-tag,.featured-post-card:hover .article-tag{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}.article-tag.tag-more{background:#e2e8f0;color:#0f172a;font-weight:700}.coming-soon-row{background:var(--bg)}.page-header{padding-top:64px;padding-bottom:40px;border-bottom:1px solid var(--border);margin-bottom:48px}.page-kicker{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:12px;display:flex;align-items:center;gap:8px}.page-kicker:before{content:"";display:inline-block;width:10px;height:2px;background:var(--text)}.page-title{font-size:clamp(30px,4.5vw,48px);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:12px;line-height:1.1}.page-desc{font-size:16px;color:var(--text);line-height:1.6;max-width:650px}.blog-list{display:flex;flex-direction:column}.about-layout{display:grid;grid-template-columns:1fr 260px;gap:64px;align-items:start}.about-body{font-size:15.5px;color:var(--text);line-height:1.7;max-width:var(--reading-width)}.about-body h2{font-size:18px;font-weight:750;letter-spacing:-.015em;color:#0f172a;margin-top:36px;margin-bottom:14px;padding:4px 0 4px 14px;border-left:3px solid #2563EB;background:linear-gradient(90deg,#2563eb0a,#2563eb00);border-radius:0 6px 6px 0}.about-body h2:first-child{margin-top:0}.about-body p{margin-bottom:16px}.about-body strong{color:var(--text);font-weight:600}.about-body a{color:#2563eb;border-bottom:1px solid rgba(37,99,235,.3);text-decoration:none;transition:border-color var(--t)}.about-body a:hover{border-color:#2563eb}.about-body ul{margin:16px 0 24px 20px;list-style-type:disc}.about-body li{margin-bottom:8px;padding-left:4px}.about-body blockquote{font-size:16px;font-style:italic;font-weight:500;color:var(--text);border-left:3px solid #2563EB;margin:24px 0;background:#f8fafc;padding:18px 24px;border-radius:0 6px 6px 0}.about-body table{width:100%;border-collapse:collapse;margin:28px 0;font-size:14px;color:#0f172a;border:1px solid #CBD5E1;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px #00000008}.about-body th{text-align:left;font-weight:700;color:#fff;background:#0f172a;padding:12px 16px;font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.05em}.about-body td{padding:14px 16px;border-bottom:1px solid #E2E8F0;border-right:1px solid #F1F5F9;vertical-align:top;color:#1e293b}.about-body tr:nth-child(2n){background:#f8fafc}.about-body tr:last-child td{border-bottom:none}.skills-block{margin:28px 0;border-top:1px solid var(--border)}.skills-row{display:grid;grid-template-columns:180px 1fr;padding:14px 0;border-bottom:1px solid var(--border);align-items:baseline;gap:16px}.skills-cat{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;color:var(--text);font-weight:700;letter-spacing:.05em}.skills-list{font-size:13.5px;color:var(--text);line-height:1.5}@media (max-width: 600px){.skills-row{grid-template-columns:1fr;gap:4px;padding:12px 0}}.about-sidebar{position:sticky;top:72px;display:flex;flex-direction:column;gap:28px;border:1px solid var(--border);border-radius:6px;padding:20px;background:var(--bg)}.sidebar-block-top{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.sidebar-block-label{font-family:var(--font-sans);font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#0f172a;font-weight:800;border-left:3px solid #2563EB;padding-left:8px}.sidebar-topics{display:flex;flex-direction:column;gap:8px;margin-top:4px}.topic-pill{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #CBD5E1;border-radius:8px;font-size:13.5px;font-weight:700;color:#0f172a;box-shadow:0 2px 4px -1px #00000008;transition:all .2s ease}.topic-pill:hover{background:#eff6ff;border-color:#2563eb;color:#1e40af;transform:translate(4px);box-shadow:0 4px 6px -1px #2563eb1a}.topic-icon{color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-list{display:flex;flex-direction:column;gap:10px;margin-top:4px}.social-card{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #CBD5E1;border-radius:8px;text-decoration:none;box-shadow:0 2px 4px -1px #00000008;transition:all .2s ease}.social-card:hover{background:#f8fafc;border-color:#2563eb;box-shadow:0 6px 14px #2563eb1f;transform:translateY(-2px)}.social-icon-box{width:36px;height:36px;border-radius:8px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-info-name{font-size:14px;font-weight:800;color:#0f172a;line-height:1.2}.social-info-handle{font-size:12px;color:#475569;font-weight:500;font-family:var(--font-mono)}.filter-pills{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 36px}.filter-btn{padding:8px 16px;background:#f8fafc;border:1px solid #CBD5E1;border-radius:20px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:#eff6ff;color:#1e40af;border-color:#93c5fd}.filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 6px #2563eb40}.featured-post-card{background:linear-gradient(135deg,#eff6ff,#f8fafc);border:2px solid #93C5FD;border-radius:16px;padding:32px;margin-bottom:36px;display:block;text-decoration:none;box-shadow:0 12px 24px -4px #2563eb14;transition:transform .2s ease,box-shadow .2s ease}.featured-post-card:hover{transform:translateY(-4px);box-shadow:0 20px 32px -6px #2563eb26}.featured-post-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}.featured-badge{display:inline-block;padding:4px 10px;background:#2563eb;color:#fff;font-size:11px;font-weight:800;border-radius:6px;letter-spacing:.08em;text-transform:uppercase}.featured-post-title{font-size:clamp(22px,3vw,28px);font-weight:800;color:var(--text);margin-bottom:12px;line-height:1.3;letter-spacing:-.02em;transition:color .2s ease}.featured-post-card:hover .featured-post-title{color:#2563eb}.featured-post-desc{font-size:15.5px;color:var(--text-light);line-height:1.6;margin-bottom:24px}.featured-post-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.featured-post-cta{display:flex;gap:10px;align-items:center;font-size:13.5px;font-weight:600;color:var(--accent-blue)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:24px}.project-showcase-card{background:#fff;border:1px solid #CBD5E1;border-radius:14px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 6px -1px #00000008;transition:all .2s ease}.project-showcase-card:hover{border-color:#2563eb;box-shadow:0 12px 20px -3px #2563eb1a;transform:translateY(-4px)}.project-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.project-icon{width:44px;height:44px;border-radius:10px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.project-status{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;background:#ecfdf5;color:#047857;border:1px solid #A7F3D0}.project-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:8px}.project-desc{font-size:13.5px;color:#475569;line-height:1.5;margin-bottom:20px}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.project-tag{font-size:11px;font-weight:600;padding:4px 8px;background:#f1f5f9;color:#334155;border-radius:4px;font-family:var(--font-mono)}.site-footer{border-top:1px solid var(--border);background:var(--bg);padding:24px var(--gutter)}.footer-inner{max-width:var(--container);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;align-items:baseline;gap:16px}.footer-logo{font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--text)}.footer-copy{font-family:var(--font-mono);font-size:11px;color:var(--text-light)}.footer-links{display:flex;gap:20px}.footer-link{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:500;color:var(--text-light);transition:color var(--t)}.footer-link:hover{color:var(--text)}.post-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;align-items:start;padding-top:48px;padding-bottom:64px}.post-article{min-width:0;max-width:100%;overflow-x:hidden}.post-breadcrumb{font-family:var(--font-sans);font-size:14.5px;font-weight:500;color:#0f172a;display:flex;align-items:center;gap:10px;margin-bottom:32px}.post-breadcrumb a{color:#2563eb;font-weight:700;text-decoration:none;transition:color .2s}.post-breadcrumb a:hover{color:#1d4ed8;text-decoration:underline}.post-breadcrumb span{color:#94a3b8;font-weight:400}.post-breadcrumb .breadcrumb-current{color:#0f172a;font-weight:700}.post-header{margin-bottom:36px}.post-kicker{display:flex;align-items:center;gap:10px;margin-bottom:18px;flex-wrap:wrap}.post-tag{font-family:var(--font-sans);font-size:12.5px;font-weight:600;color:#2563eb;background:#eff6ff;border:1px solid #BFDBFE;padding:3px 12px;border-radius:9999px}.post-date,.post-read-time{font-family:var(--font-sans);font-size:13px;font-weight:500;color:#64748b}.post-title{font-size:clamp(24px,3.2vw,34px);font-weight:750;letter-spacing:-.025em;line-height:1.25;color:#0f172a;margin-bottom:16px}.post-lead{font-size:16px;color:#475569;line-height:1.65;border-left:3px solid #2563EB;padding-left:16px;font-weight:400}.post-body{color:#0f172a;font-size:16px;line-height:1.8;max-width:var(--reading-width);font-family:var(--font-sans)}.post-body h2{font-size:19px;font-weight:750;letter-spacing:-.015em;color:#0f172a;margin-top:36px;margin-bottom:14px;padding:4px 0 4px 14px;border-left:3px solid #2563EB;border-bottom:none;background:linear-gradient(90deg,#2563eb0a,#2563eb00);border-radius:0 6px 6px 0;scroll-margin-top:72px}.post-body>h2:first-child{margin-top:16px}.post-body h3{font-size:16px;font-weight:650;letter-spacing:-.01em;color:#1e293b;margin-top:24px;margin-bottom:10px;scroll-margin-top:72px}.post-body h4{font-size:14px;font-weight:650;color:#334155;margin-top:18px;margin-bottom:8px;font-family:var(--font-mono);letter-spacing:.01em;scroll-margin-top:72px}.post-body p{margin-bottom:24px;line-height:1.8}.post-body hr{margin:48px 0;border:none;border-top:1px solid #CBD5E1}.post-body ul{list-style-type:disc;margin-top:12px;margin-bottom:28px;padding-left:28px}.post-body ol{list-style-type:decimal;margin-top:12px;margin-bottom:28px;padding-left:28px}.post-body li{margin-bottom:14px;line-height:1.75;padding-left:6px}.post-body li::marker{color:#2563eb;font-weight:700}.table-scroll-wrapper{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:32px 0;border:1px solid #CBD5E1;border-radius:8px;box-shadow:0 4px 6px -1px #00000008;background:#fff}.post-body table{width:100%;border-collapse:collapse;margin:0;font-family:var(--font-sans);font-size:13.5px;border:none;background:transparent}.post-body thead tr{background:#0f172a;color:#fff;font-family:var(--font-mono);font-size:12.5px}.post-body th{padding:14px 18px;text-align:left;font-weight:600;letter-spacing:.03em;border-right:1px solid rgba(255,255,255,.1);white-space:nowrap}.post-body th:last-child{border-right:none}.post-body td{padding:14px 18px;border-bottom:1px solid #E2E8F0;border-right:1px solid #F1F5F9;font-variant-numeric:tabular-nums;line-height:1.6}.post-body td:last-child{border-right:none}.post-body tbody tr:last-child td{border-bottom:none}.post-body tbody tr:nth-child(2n){background:#f8fafc}.post-body tbody tr:hover td{background-color:#f1f5f9}.katex-display{background:var(--surface);padding:18px 22px;border:1px solid var(--border-light);border-left:3px solid var(--accent-blue);border-radius:6px;margin:28px 0!important;overflow-x:auto}.post-body blockquote{margin:36px 0;padding:18px 24px;background:#f8fafc;border-left:4px solid #2563EB;border-radius:0 8px 8px 0;color:#334155;font-style:italic}.post-body strong{color:#0f172a;font-weight:700}.post-body a{color:#2563eb;font-weight:600;border-bottom:1.5px solid #93C5FD;text-decoration:none;transition:border-color var(--t)}.post-body a:hover{border-color:#2563eb}.post-body code:not(pre code){font-family:var(--font-mono);font-size:.88em;font-weight:600;color:#0f172a;background:#f1f5f9;border:none;border-radius:5px;padding:.15em .45em}.code-block{position:relative;margin:28px 0;border:1px solid #1E293B;border-radius:10px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.code-lang{position:absolute;top:10px;right:14px;font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;color:#94a3b8;background:#1e293b;padding:2px 8px;border-radius:4px;z-index:10}.post-body pre{background:#0f172a!important;color:#f8fafc!important;padding:22px 26px!important;overflow-x:auto!important;font-family:var(--font-mono)!important;font-size:13.5px!important;line-height:1.7!important;margin:28px 0!important;border:none!important;border-radius:10px!important;box-shadow:0 6px 16px -3px #0f172a14!important}.code-block pre{margin:0!important;box-shadow:none!important}.post-body pre code,.code-block pre code{background:transparent!important;border:none!important;padding:0!important;color:inherit!important;border-radius:0!important;font-size:inherit!important}.post-body pre code span,.code-block pre code span{background:transparent!important}.post-callout{background:var(--surface);border-left:2px solid var(--text);border-radius:0 4px 4px 0;padding:16px 20px;margin:24px 0;display:flex;gap:12px}.post-callout .material-symbols-outlined{color:var(--text-muted);font-size:18px;flex-shrink:0;margin-top:1px}.post-callout-body strong{display:block;color:var(--text);margin-bottom:4px;font-size:13px}.post-callout-body p{font-size:13px;margin:0;color:var(--text-muted)}.bench-table{width:100%;max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:separate;border-spacing:0;border:2px solid #64748B;border-radius:12px;margin:36px 0;font-family:var(--font-sans);font-size:14.5px;line-height:1.5;box-shadow:0 10px 15px -3px #0000000f,0 4px 6px -2px #0000000a}.bench-table thead{background:#0f172a}.bench-table th{padding:16px 20px;text-align:left;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f8fafc;border-bottom:2px solid #475569;border-right:1px solid #334155}.bench-table th:last-child{background:#2563eb;color:#fff;border-bottom:2px solid #1D4ED8;border-right:none}.bench-table td{padding:16px 20px;border-bottom:1px solid #CBD5E1;border-right:1px solid #E2E8F0;color:#334155}.bench-table td:first-child{font-weight:700;color:#0f172a;background:#fff}.bench-table td:last-child{background:#eff6ff;color:#1e3a8a;font-weight:700;border-left:2px solid #60A5FA;border-right:none}.bench-table tbody tr:last-child td{border-bottom:none}.bench-table tbody tr:hover td{background-color:#f1f5f9}.bench-table tbody tr:hover td:last-child{background-color:#dbeafe}.post-body img{max-width:100%;height:auto;border-radius:12px;border:1px solid #E2E8F0;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005;margin:32px auto;display:block}.post-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:40px;padding-top:20px;border-top:1px solid var(--border)}.post-tag-chip{font-family:var(--font-sans);font-size:12px;font-weight:600;color:#334155;background:#f1f5f9;border:1px solid #E2E8F0;padding:4px 12px;border-radius:9999px}.author-card{margin-top:40px;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:24px;display:flex;gap:16px}.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--text);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:13px;font-weight:700;color:#fff}.author-name{font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}.author-bio{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:12px}.author-actions{display:flex;gap:8px}.post-sidebar{position:sticky;top:72px;display:flex;flex-direction:column;gap:20px}.toc-card{background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:20px 16px;box-shadow:0 4px 12px -2px #00000008}.toc-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:14px;font-weight:700;padding-left:8px}.toc-list{display:flex;flex-direction:column;gap:2px;scrollbar-width:none}.toc-list::-webkit-scrollbar{display:none}.toc-item{border-left:2px solid transparent;transition:border-color .2s ease}.toc-item a{display:block;font-family:var(--font-sans);font-size:13px;font-weight:500;color:#475569;padding:5px 12px;border-radius:0 6px 6px 0;text-decoration:none;transition:all .15s ease;line-height:1.45}.toc-item.toc-sub{border-left:2px solid #F1F5F9;margin-left:8px}.toc-item.toc-sub a{padding-left:14px;font-size:12px;color:#64748b;font-weight:400}.toc-item:hover{border-left-color:#cbd5e1}.toc-item a:hover{color:#0f172a;background:#f1f5f999}.toc-item.active,.toc-item:has(.active-toc){border-left-color:#2563eb}.toc-item.active a,.toc-item a.active-toc{color:#2563eb;font-weight:700;background:#eff6ffb3}.reading-progress-bar{position:fixed;top:0;left:0;height:3.5px;background:linear-gradient(90deg,#2563eb,#60a5fa);width:0%;z-index:9999;transition:width .1s ease-out}@media (max-width: 1024px){.post-layout{grid-template-columns:1fr}.post-sidebar{display:none}.about-layout{grid-template-columns:1fr;gap:40px}.about-sidebar{position:static;width:100%;max-width:var(--reading-width)}}@media (max-width: 768px){:root{--gutter: 16px}.nav-inner{padding:0 16px}.nav-links{display:none}.nav-menu-btn{display:flex}.mobile-menu{padding:8px 16px 16px}.hero-section{padding-top:56px;padding-bottom:40px}.hero-heading{font-size:32px}.topics-grid{grid-template-columns:1fr}.topic-col{border-right:none;border-bottom:1px solid var(--border);padding:20px}.topic-col:last-child{border-bottom:none}.section-header-row{flex-direction:column;gap:8px;align-items:flex-start}.article-row{gap:12px;flex-wrap:wrap;padding:16px}.article-date{min-width:auto;padding-top:0}.article-footer{flex-direction:column;align-items:flex-start;gap:10px}.featured-post-card{padding:20px}.featured-post-footer,.footer-inner{flex-direction:column;align-items:flex-start;gap:12px}.footer-links{gap:16px}.post-layout{padding-top:36px}.author-card{flex-direction:column}.page-header{padding-top:48px}}@media (max-width: 480px){.hero-heading{font-size:28px}.page-title{font-size:26px}.post-title{font-size:22px}.hero-actions{flex-direction:column;align-items:flex-start}}:focus-visible{outline:1.5px solid var(--text);outline-offset:2px;border-radius:4px}.post-comments{margin-top:64px;padding-top:40px;border-top:2px dashed #CBD5E1}.comments-header{margin-bottom:24px}.comments-kicker{font-family:var(--font-mono);font-size:11px;font-weight:700;color:#2563eb;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:6px}.comments-header h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.comments-header p{font-size:14.5px;color:#475569;max-width:600px;line-height:1.5}.comments-widget{background:#f8fafc;border:1px solid #CBD5E1;border-radius:8px;padding:24px;box-shadow:0 4px 6px -1px #00000008}.comment-form-mock{display:flex;flex-direction:column;gap:12px}.comment-form-mock textarea{width:100%;height:90px;padding:12px;font-family:var(--font-sans);font-size:14px;border:1px solid #CBD5E1;border-radius:6px;background:#fff;color:#0f172a;resize:vertical}.comment-form-mock textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.comment-actions{display:flex;justify-content:space-between;align-items:center}.comment-note{font-family:var(--font-mono);font-size:11px;color:#64748b}.series-banner-card{margin:32px 0 40px;background:linear-gradient(135deg,#f8fafc,#eff6ff);border:1px solid #BFDBFE;border-left:4px solid #2563EB;border-radius:8px;box-shadow:0 10px 15px -3px #2563eb0d;overflow:hidden}.series-banner-header{padding:18px 24px;border-bottom:1px solid #DBEAFE;background:#fff9}.series-kicker{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11.5px;font-weight:700;color:#2563eb;letter-spacing:.05em;margin-bottom:4px}.series-name{font-size:16.5px;font-weight:700;color:#0f172a;line-height:1.3}.series-post-list{display:flex;flex-direction:column}.series-item{display:flex;align-items:center;gap:16px;padding:14px 24px;background:#fff6;transition:all .2s ease;text-decoration:none!important;border-bottom:1px solid rgba(219,234,254,.5)}.series-item:last-child{border-bottom:none}a.series-item:hover{background:#fff;transform:translate(4px)}.current-series-item{background:#fff;box-shadow:inset 3px 0 #2563eb}.series-item-num{width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#475569;font-family:var(--font-mono);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.current-series-item .series-item-num{background:#2563eb;color:#fff;box-shadow:0 0 10px #2563eb4d}.series-item-content{flex-grow:1}.series-item-title{font-size:14.5px;font-weight:600;color:#1e293b;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.current-series-item .series-item-title{color:#0f172a;font-weight:700}.series-current-badge{font-size:11px;font-weight:700;background:#dbeafe;color:#1d4ed8;padding:2px 8px;border-radius:999px;border:1px solid #BFDBFE}.series-arrow{font-size:18px;color:#94a3b8;transition:transform .2s ease}a.series-item:hover .series-arrow{color:#2563eb;transform:translate(3px)}.series-sidebar-card{border-left:3px solid #2563EB!important;background:linear-gradient(to bottom right,#fff,#f8fafc)}.rendered-visual-card svg{max-width:100%!important;height:auto!important;font-family:var(--font-sans)!important}.rendered-visual-card .node rect,.rendered-visual-card .node polygon,.rendered-visual-card .node circle{fill:#eff6ff!important;stroke:#2563eb!important;stroke-width:2.5px!important;rx:8px!important;ry:8px!important}.rendered-visual-card .node .label,.rendered-visual-card .node span,.rendered-visual-card .node text{color:#0f172a!important;fill:#0f172a!important;font-family:var(--font-sans)!important;font-size:14.5px!important;font-weight:700!important;line-height:1.4!important}.rendered-visual-card .edgeLabel{background-color:#fff!important;padding:4px 8px!important;border-radius:4px!important;border:1px solid #CBD5E1!important}.rendered-visual-card .edgeLabel span,.rendered-visual-card .edgeLabel text{color:#1e40af!important;fill:#1e40af!important;font-size:12.5px!important;font-weight:600!important}.rendered-visual-card path.transition,.rendered-visual-card .flowchart-link{stroke:#2563eb!important;stroke-width:2.5px!important}
