:root{--bg:#060a07;--surface:#0d1510;--surface2:#111a13;--green:#22c55e;--green-dim:#16a34a;--green-muted:#1a2e1e;--green-glow:#22c55e1f;--text:#e8f0e9;--text-muted:#7a9980;--text-dim:#4a6650;--border:#22c55e1f;--border-bright:#22c55e40;--mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--serif:Georgia, "Times New Roman", Times, serif;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.6;overflow-x:hidden}body:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;z-index:0;opacity:.5;background-size:48px 48px;position:fixed;inset:0}.blog-page:after{content:"";background:var(--bg);opacity:.6;z-index:-1;pointer-events:none;position:fixed;inset:0}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#060a07d9;justify-content:space-between;align-items:center;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.nav-logo{font-family:var(--mono);color:var(--green);align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.nav-logo svg{width:20px;height:20px}.nav-links{gap:24px;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:13px;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--green)}.nav-cta{font-family:var(--mono);border:1px solid var(--green);color:var(--green);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:6px 14px;font-size:12px;text-decoration:none;transition:all .2s;display:inline-flex}.nav-cta:hover{background:var(--green);color:#000}.breadcrumbs{font-family:var(--mono);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:11px}.breadcrumbs-list{color:var(--text-dim);align-items:center;gap:8px;list-style:none;display:flex}.breadcrumbs-item a{color:var(--text-muted);text-decoration:none;transition:color .2s}.breadcrumbs-item a:hover{color:var(--green)}.breadcrumbs-separator{color:var(--text-dim);margin-left:8px}.breadcrumbs-current{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom;max-width:200px;display:inline-block;overflow:hidden}.hero{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;padding:6rem 2rem 4rem;display:flex;position:relative}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#22c55e14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.badge{font-family:var(--mono);border:1px solid var(--border-bright);background:var(--green-muted);color:var(--green);border-radius:20px;align-items:center;gap:6px;margin-bottom:28px;padding:4px 12px;font-size:11px;animation:.6s both fadeUp;display:inline-flex}.badge-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp2{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:clamp(44px,8vw,80px);font-weight:400;line-height:1.05;animation:.7s .1s both fadeUp}.hero-title em{color:var(--green);font-style:italic}.hero-sub{color:var(--text-muted);max-width:520px;margin:0 auto 36px;font-size:16px;line-height:1.7;animation:.7s .2s both fadeUp}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;animation:.7s .3s both fadeUp;display:flex}.btn-primary{font-family:var(--mono);background:var(--green);color:#000;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding:10px 24px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:#16a34a;transform:translateY(-1px)}.btn-ghost{font-family:var(--mono);color:var(--text-muted);border:1px solid var(--border-bright);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:10px 24px;font-size:13px;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--text);border-color:var(--text-muted)}.terminal{z-index:1;background:var(--surface);border:1px solid var(--border-bright);border-radius:8px;width:calc(100% - 4rem);max-width:700px;margin:0 auto 6rem;animation:.8s .4s both fadeUp2;position:relative;overflow:hidden}.term-bar{background:var(--surface2);border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:10px 14px;display:flex}.t-dot{border-radius:50%;width:10px;height:10px}.term-title{font-family:var(--mono);color:var(--text-dim);margin:0 auto;font-size:11px}.term-body{font-family:var(--mono);text-align:left;padding:16px 20px;font-size:12px;line-height:1.9}.t-dim{color:var(--text-dim)}.t-green{color:var(--green)}.t-yellow{color:#facc15}.t-red{color:#f87171}.t-blue{color:#60a5fa}.t-comment{color:var(--text-dim);font-style:italic}.cursor{background:var(--green);width:7px;height:13px;margin-left:2px;animation:1s infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.section{z-index:1;max-width:960px;margin:0 auto;padding:4rem 2rem;position:relative}.section-eyebrow{font-family:var(--mono);color:var(--green);letter-spacing:.08em;margin-bottom:10px;font-size:11px}.section-title{font-family:var(--serif);color:var(--text);margin-bottom:12px;font-size:clamp(28px,4vw,42px);font-weight:400;line-height:1.15}.section-title em{color:var(--green);font-style:italic}.section-sub{color:var(--text-muted);max-width:460px;margin-bottom:3rem;font-size:14px;line-height:1.7}.feat-grid{background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feat-card{background:var(--surface);padding:20px;transition:background .2s}.feat-card:hover{background:var(--surface2)}.feat-icon{background:var(--green-muted);border:1px solid var(--border-bright);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;display:flex}.feat-icon svg{width:16px;height:16px;stroke:var(--green);fill:none;stroke-width:1.5px}.feat-name{color:var(--text);margin-bottom:4px;font-size:13px;font-weight:500}.feat-desc{color:var(--text-muted);font-size:12px;line-height:1.6}.divider-line{z-index:1;background:var(--border);height:1px;margin:0;position:relative}.blog-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:20px;transition:all .2s;display:block}.blog-card:hover{border-color:var(--border-bright);background:var(--surface2);transform:translateY(-2px)}.blog-tag{font-family:var(--mono);color:var(--green);background:var(--green-muted);border-radius:3px;margin-bottom:10px;padding:2px 8px;font-size:10px;display:inline-block}.blog-title{font-family:var(--serif);color:var(--text);margin-bottom:6px;font-size:17px;line-height:1.3}.blog-title-link{color:inherit;text-decoration:none;display:block}.blog-excerpt{color:var(--text-muted);margin-bottom:12px;font-size:12px;line-height:1.6}.blog-meta{font-family:var(--mono);color:var(--text-dim);align-items:center;gap:8px;font-size:10px;display:flex}.blog-meta-dot{background:var(--text-dim);border-radius:50%;width:3px;height:3px}.nl-box{background:var(--surface);border:1px solid var(--border-bright);text-align:center;border-radius:8px;padding:2rem}.nl-title{font-family:var(--serif);color:var(--text);margin-bottom:6px;font-size:24px}.nl-sub{color:var(--text-muted);margin-bottom:20px;font-size:13px}.nl-row{gap:8px;max-width:380px;margin:0 auto;display:flex}.nl-input{background:var(--surface2);border:1px solid var(--border-bright);color:var(--text);font-family:var(--mono);border-radius:4px;outline:none;flex:1;padding:8px 14px;font-size:12px}.nl-input::placeholder{color:var(--text-dim)}.nl-input:focus{border-color:var(--green)}.nl-btn{font-family:var(--mono);background:var(--green);color:#000;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:8px 18px;font-size:12px;font-weight:500}.blog-page{min-height:100vh;padding:4rem 0 5rem;position:relative}.blog-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at top,#22c55e2e,#0000 55%),linear-gradient(#111a13d9,#0000 90%);height:28rem;position:absolute;inset:0 0 auto}.blog-container{width:100%;margin:0 auto}.blog-shell,.post-shell{max-width:1240px;margin:0 auto;padding:0 2rem}.blog-hero-refined{margin-bottom:4rem}.blog-title-main{font-family:var(--serif);letter-spacing:-.03em;color:var(--text);margin:1rem 0 1.5rem;font-size:clamp(40px,6vw,72px);font-weight:400;line-height:1}.blog-title-main em{color:var(--green);font-style:italic}.blog-desc-main{color:var(--text-muted);max-width:600px;font-size:18px;line-height:1.6}.post-kicker-row{align-items:center;gap:12px;margin-bottom:1rem;display:flex}.post-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--text);margin-bottom:1rem;font-size:clamp(32px,5vw,56px);font-weight:400;line-height:1.05}.post-header{margin-bottom:3rem}.post-cover-wrap{border:1px solid var(--border-bright);background:var(--surface);border-radius:24px;margin-bottom:1.75rem;overflow:hidden;box-shadow:0 18px 48px #0003}.post-cover{object-fit:contain;background:#000;width:100%;height:auto;max-height:800px;display:block}.blog-filters-shell{margin-bottom:3rem;padding-bottom:1rem;overflow-x:auto}.blog-filters{gap:.75rem;min-width:max-content;display:flex}.blog-filter-btn{background:var(--surface);border:1px solid var(--border-bright);color:var(--text-muted);font-family:var(--mono);cursor:pointer;border-radius:100px;padding:8px 18px;font-size:12px;transition:all .2s}.blog-filter-btn:hover{border-color:var(--green);color:var(--text)}.blog-filter-btn.active{background:var(--green);color:#000;border-color:var(--green);font-weight:600}.main-blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;display:grid}@media (max-width:1024px){.main-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.main-blog-grid{grid-template-columns:1fr}}.post-meta{margin-top:0}.post-meta-fancy{flex-wrap:wrap;gap:2rem;margin-top:.5rem;display:flex}.post-meta-item{align-items:center;gap:10px;display:flex}.post-meta-item svg{color:var(--green);flex-shrink:0}.post-meta-text{flex-direction:column;display:flex}.post-meta-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-family:var(--mono)}.post-meta-value{color:var(--text);font-size:13px;font-weight:500}.post-body{color:var(--text);flex-direction:column;gap:1.5rem;margin-top:0;display:flex}.post-figure{margin:1rem 0}.post-figure img{border:1px solid var(--border-bright);border-radius:16px;width:100%;height:auto}.post-body p{color:var(--text-muted);font-size:17px;line-height:1.8}.post-body h2,.post-body h3{font-family:var(--serif);color:var(--text);scroll-margin-top:100px;font-weight:400;line-height:1.2}.post-body h2{margin-top:1.25rem;font-size:clamp(28px,4vw,38px)}.post-body h3{margin-top:.75rem;font-size:clamp(22px,3vw,28px)}.post-body blockquote{border-left:3px solid var(--green);color:var(--text-muted);padding-left:1rem;font-size:17px;font-style:italic}.post-callout{border:1px solid var(--border-bright);background:var(--surface2);color:var(--text);border-radius:10px;padding:1rem 1.1rem}.post-code{border:1px solid var(--border);font-family:var(--mono);background:#09100b;border-radius:16px;padding:1rem 1.1rem;font-size:13px;line-height:1.7;overflow-x:auto}.post-list{flex-direction:column;gap:.7rem;padding-left:1.5rem;display:flex}.post-list li{color:var(--text);line-height:1.8}.post-list-numbered{list-style:decimal}.post-figure{flex-direction:column;gap:.6rem;display:flex}.post-figure img{border:1px solid var(--border-bright);border-radius:18px;width:100%}.post-figure figcaption{color:var(--text-dim);font-size:12px}.post-divider{border:none;border-top:1px solid var(--border)}.blog-card-full{background:var(--bg);border:1px solid var(--border);border-radius:20px;flex-direction:column;height:100%;transition:all .3s;display:flex}.blog-card-full:hover{border-color:var(--border-bright);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.blog-card-content{flex:1;padding:1.75rem}.blog-tag-mini{font-family:var(--mono);color:var(--green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:10px;display:block}.blog-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.blog-author-meta{align-items:center;gap:12px;display:flex}.blog-author-avatar-mini{background:var(--green-muted);border:1px solid var(--border-bright);width:32px;height:32px;font-family:var(--serif);color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-style:italic;display:flex}.blog-author-info{flex-direction:column;display:flex}.blog-author-name{color:var(--text);font-size:13px;font-weight:500}.blog-post-date{color:var(--text-dim);font-size:11px}.blog-read-time{font-family:var(--mono);color:var(--text-dim);font-size:10px}.post-content-layout{grid-template-columns:repeat(12,1fr);align-items:start;gap:2rem;margin-top:3rem;display:grid}.post-content-main{grid-column:span 8;max-width:840px}.post-sidebar{grid-column:9/span 4;min-width:0;padding-left:2rem}@media (max-width:1120px){.post-content-main{grid-column:span 7}.post-sidebar{grid-column:8/span 5}}@media (max-width:1024px){.post-content-layout{grid-template-columns:1fr;gap:2rem}.post-sidebar{display:none}}.sticky-sidebar{flex-direction:column;align-items:stretch;gap:2rem;display:flex;position:sticky;top:100px}.toc{z-index:auto;-webkit-backdrop-filter:none;backdrop-filter:none;height:auto;font-family:var(--sans);border-left:1px solid var(--border);background:0 0;border-bottom:0;justify-content:stretch;align-items:stretch;gap:1rem;min-width:0;padding:0 0 0 1.5rem;display:grid;position:static;top:auto}.toc-title{font-family:var(--sans);color:#fff;white-space:normal;align-items:flex-start;gap:8px;margin:0;font-size:13px;font-weight:600;line-height:1.2;display:flex}.toc-title svg{color:var(--green);opacity:.9;flex-shrink:0;margin-top:1px}.toc-list{flex-direction:column;gap:.75rem;min-width:0;max-height:50vh;margin:0;padding:0 1rem 0 0;list-style:none;display:flex;overflow-y:auto}.toc-list::-webkit-scrollbar{width:4px}.toc-list::-webkit-scrollbar-track{background:0 0}.toc-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.toc-list::-webkit-scrollbar-thumb:hover{background:var(--border-bright)}.toc-item{min-width:0;font-size:14px;line-height:1.6}.toc-item a{color:var(--text-muted);overflow-wrap:anywhere;text-decoration:none;transition:all .25s;display:block}.toc-item a:hover{color:#fff}.toc-item[data-active=true] a{color:var(--green);font-weight:500}.toc-level-3{padding-left:1.25rem;font-size:13px;position:relative}.toc-level-3:before{content:"";background:var(--border);border-radius:50%;width:4px;height:4px;position:absolute;top:10px;left:0}.sidebar-cta{background:linear-gradient(135deg, var(--surface), var(--bg));border:1px solid var(--border-bright);border-radius:20px;padding:1.75rem;position:relative;overflow:hidden}.sidebar-cta:after{content:"";background:var(--green-glow);filter:blur(40px);pointer-events:none;width:100px;height:100px;position:absolute;top:-50%;right:-50%}.sidebar-cta-title{font-family:var(--serif);color:#fff;margin-bottom:.75rem;font-size:20px}.sidebar-cta-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:13px;line-height:1.6}.sidebar-cta-btn{text-align:center;background:var(--green);color:#000;width:100%;font-family:var(--mono);border-radius:6px;padding:10px;font-size:11px;font-weight:600;text-decoration:none;transition:transform .2s;display:block}.sidebar-cta-btn:hover{transform:translateY(-2px)}.author-box{border:1px solid var(--border);background:var(--surface);border-radius:28px;margin-top:6rem;padding:3rem}.author-box-title{font-family:var(--mono);text-transform:uppercase;color:var(--green);letter-spacing:.05em;margin-bottom:2rem;font-size:12px}.author-content{align-items:flex-start;gap:2rem;display:flex}.author-avatar{background:var(--green-muted);border:1px solid var(--border-bright);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.author-avatar-initials{color:var(--green);font-size:32px;font-family:var(--serif);font-style:italic}.author-header{align-items:center;gap:12px;margin-bottom:.75rem;display:flex}.author-name{font-family:var(--serif);color:var(--text);font-size:20px}.author-divider{background:var(--text-dim);border-radius:50%;width:4px;height:4px}.author-job-title{color:var(--text-muted);font-size:14px}.author-bio{color:var(--text-muted);margin-bottom:1.5rem;font-size:15px;line-height:1.6}.author-link{color:var(--green);font-size:13px;font-family:var(--mono);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.author-link:hover{text-decoration:underline}.related-section{border-top:1px solid var(--border);margin-top:8rem;padding-top:4rem}.related-title{font-family:var(--serif);color:var(--text);margin-bottom:2rem;font-size:32px}.related-grid{margin-top:2rem}@media (max-width:768px){.author-content{flex-direction:column;gap:1.5rem}.author-header{flex-direction:column;align-items:flex-start;gap:4px}.author-divider{display:none}.author-box{padding:2rem}}footer{z-index:1;border-top:1px solid var(--border);font-family:var(--mono);color:var(--text-dim);justify-content:space-between;align-items:center;max-width:100%;padding:2rem;font-size:11px;display:flex;position:relative}footer a{color:var(--text-dim);text-decoration:none}footer a:hover{color:var(--green)}@media (max-width:768px){nav{flex-wrap:wrap;gap:12px;height:auto;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:space-between;gap:12px;width:100%}.feat-grid,.blog-grid{grid-template-columns:1fr}.blog-page{padding-top:1rem}.blog-nav-shell{padding:.8rem .8rem 0}.blog-nav{border-radius:16px;flex-wrap:wrap;padding:1rem}.blog-nav-links{flex-wrap:wrap;order:3;justify-content:space-between;gap:.75rem;width:100%}.blog-nav-cta{margin-left:auto}.blog-hero,.post-header,.post-body{border-radius:20px;padding:1.4rem}.blog-hero-stats,.blog-list-item{grid-template-columns:1fr}.blog-list-index{justify-content:flex-start;min-height:auto;padding:.75rem .9rem}.blog-list-item{padding:20px}.blog-list-title{font-size:28px}.post-title{font-size:40px}.post-kicker-row{align-items:flex-start}.nl-row{flex-direction:column}footer{flex-direction:column;align-items:flex-start;gap:12px}}
