:root{color-scheme:light;--bg:#f8fafc;--surface:#ffffff;--surface-soft:#f1f5f9;--text:#111827;--muted:#5b6472;--line:rgba(17, 24, 39, 0.12);--accent:#2563eb;--accent-strong:#1d4ed8;--warm:#f59e0b;--shadow:0 16px 45px rgba(17, 24, 39, 0.08);--nav-height:64px}:root[data-theme=dark]{color-scheme:dark;--bg:#0a0a0a;--surface:#111111;--surface-soft:#1b1b1b;--text:#f5f5f5;--muted:#a3a3a3;--line:rgba(245, 245, 245, 0.14);--accent:#60a5fa;--accent-strong:#93c5fd;--warm:#fbbf24;--shadow:0 22px 70px rgba(0, 0, 0, 0.34)}*{box-sizing:border-box}html{background:var(--bg);min-height:100%;scroll-padding-top:calc(var(--nav-height) + 2.5rem)}body.ma0{background:var(--bg);color:var(--text);display:flex;flex-direction:column;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;letter-spacing:0;min-height:100svh;padding-top:var(--nav-height);--pf-text:var(--text);--pf-text-secondary:var(--muted);--pf-text-muted:var(--muted);--pf-background:var(--surface);--pf-border:var(--line);--pf-border-focus:var(--accent);--pf-hover:var(--surface-soft);--pf-mark:var(--accent-strong);--pf-outline-focus:var(--accent);--pf-font:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pf-input-height:52px;--pf-input-font-size:17px;--pf-result-title-font-size:17px;--pf-result-excerpt-font-size:14px;--pf-border-radius:8px;--pf-modal-max-width:720px;--pf-modal-top:8dvh;--pf-searchbox-max-width:none;--pf-searchbox-dropdown-max-height:520px}a{color:inherit}main.pb7{flex:1 0 auto;padding-bottom:3rem}.site-nav{align-items:center;background:color-mix(in srgb,var(--surface) 90%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;height:var(--nav-height);left:0;padding:0 24px;position:fixed;right:0;top:0;z-index:100}.nav-inner{align-items:center;display:grid;gap:1.15rem;grid-template-columns:auto auto minmax(0,1fr);margin-inline:auto;max-width:1180px;width:100%}.site-brand{align-items:center;display:inline-flex;font-size:1rem;font-weight:800;gap:.65rem;text-decoration:none}.nav-left{justify-self:start}.nav-center{justify-self:start}.nav-right{align-items:center;display:flex;gap:.75rem;justify-self:end}.brand-mark{align-items:center;background:var(--surface-soft);border:1px solid var(--line);border-radius:6px;color:var(--text);display:inline-flex;height:1.95rem;justify-content:center;width:1.95rem}.nav-links{align-items:center;display:flex;gap:.75rem}.nav-links{list-style:none;margin:0;padding:0}.nav-links a{border-radius:999px;color:var(--muted);display:inline-flex;font-size:.9rem;font-weight:650;line-height:1;padding:.55rem .72rem;position:relative;text-decoration:none;transition:background-color 160ms ease,color 160ms ease}.nav-links a::after{background:var(--accent);border-radius:999px;bottom:-.45rem;content:"";height:2px;left:.72rem;opacity:0;position:absolute;right:.72rem;transform:scaleX(.65);transition:opacity 160ms ease,transform 160ms ease}.nav-links a:hover,.nav-links a:focus-visible,.nav-links a.is-active{color:var(--text)}.nav-links a:hover,.nav-links a:focus-visible{background:var(--surface-soft)}.nav-links a.is-active{background:color-mix(in srgb,var(--accent) 10%,transparent);font-weight:800}.nav-links a.is-active::after{opacity:1;transform:scaleX(1)}.nav-links a:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:3px}.nav-search{display:inline-flex}.nav-search .pf-trigger-btn{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:14px;color:var(--muted);display:inline-flex;font:inherit;font-size:.98rem;font-weight:700;gap:.7rem;min-height:3.25rem;min-width:19rem;padding:0 1rem}.nav-search .pf-trigger-btn:hover{border-color:color-mix(in srgb,var(--accent) 50%,var(--line));color:var(--accent-strong)}.nav-search .pf-trigger-shortcut{color:var(--muted);display:inline-flex;gap:.25rem;margin-left:auto}.nav-search .pf-trigger-key{background:var(--surface-soft);border:1px solid var(--line);border-radius:7px;font-size:.78rem;line-height:1;min-width:1.55rem;padding:.3rem .42rem;text-align:center}pagefind-modal{position:static}pagefind-modal .pf-modal{background:var(--surface);color:var(--text)}.theme-toggle{align-items:center;background:0 0;border:0;border-radius:999px;cursor:pointer;display:inline-flex;height:2.75rem;justify-content:center;padding:0;width:4.25rem}.theme-toggle__track{align-items:center;background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;display:flex;height:2.35rem;padding:.22rem;transition:background-color 160ms ease,border-color 160ms ease;width:3.9rem}.theme-toggle__thumb{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:50%;box-shadow:0 5px 14px rgba(17,24,39,.14);color:var(--warm);display:inline-flex;height:1.85rem;justify-content:center;transform:translateX(0);transition:background-color 160ms ease,color 160ms ease,transform 180ms ease;width:1.85rem}.theme-toggle__thumb::before{background:currentColor;border-radius:50%;content:"";display:block;height:.82rem;width:.82rem}.theme-toggle:hover .theme-toggle__track,.theme-toggle:focus-visible .theme-toggle__track{border-color:color-mix(in srgb,var(--accent) 45%,var(--line))}.theme-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:3px}:root[data-theme=dark] .theme-toggle__track{background:color-mix(in srgb,var(--accent) 24%,var(--surface-soft))}:root[data-theme=dark] .theme-toggle__thumb{color:var(--accent-strong);transform:translateX(1.5rem)}:root[data-theme=dark] .theme-toggle__thumb::before{box-shadow:.32rem -.18rem 0 0 var(--surface)}.home-hero{align-items:start;margin-inline:auto;max-width:1180px;padding:44px 32px 32px}.hero-content{max-width:980px}.eyebrow{color:var(--accent);font-size:.78rem;font-weight:900;letter-spacing:.08em;margin:0 0 1rem;text-transform:uppercase}.hero-content h1{font-size:2.95rem;letter-spacing:0;line-height:1.04;margin:0;max-width:100%}.hero-copy{color:var(--muted);font-size:1.08rem;line-height:1.65;margin:1.15rem 0 0;max-width:44rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.button{align-items:center;border-radius:8px;display:inline-flex;font-weight:750;min-height:2.8rem;padding:0 1rem;text-decoration:none}.button-primary{background:var(--text);color:var(--bg)}.button-secondary{border:1px solid var(--line);color:var(--text)}.home-section{margin-inline:auto;max-width:1180px;padding-inline:32px}.home-section{padding-top:2rem}.section-heading{align-items:end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.3rem}.section-heading h2{font-size:2rem;line-height:1.12;margin:0}.section-link{color:var(--accent-strong);font-size:.95rem;font-weight:800;text-decoration:none}.post-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.post-card,.empty-state{background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--text)}.post-card{display:flex;flex-direction:column;justify-content:space-between;min-height:16rem;padding:1.25rem;position:relative;text-decoration:none;transition:background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease}.post-card:hover,.post-card:focus-visible{background:color-mix(in srgb,var(--surface) 88%,var(--surface-soft));border-color:color-mix(in srgb,var(--accent) 30%,var(--line));box-shadow:var(--shadow);transform:translateY(-2px)}.post-card:active{background:var(--surface-soft);box-shadow:none;transform:translateY(0)}.post-card:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:3px}.post-meta{color:var(--muted);font-size:.82rem;font-weight:750;margin:0 0 .8rem}.post-card h3{font-size:1.35rem;line-height:1.2;margin:0}.card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem}.card-tags span{background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.76rem;font-weight:750;line-height:1;padding:.34rem .52rem}.post-card p{color:var(--muted);line-height:1.6}.empty-state{padding:1.25rem}.listing-page,.article-page{margin-inline:auto;max-width:1180px;padding:4rem 32px 0}.listing-header,.article-header{max-width:760px}.listing-header{margin-bottom:2rem}.listing-header h1,.article-header h1{font-size:3rem;letter-spacing:0;line-height:1.04;margin:0}.listing-header p:not(.eyebrow),.article-description{color:var(--muted);font-size:1.08rem;line-height:1.65;margin:1rem 0 0}.tag-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag-filter a{background:var(--surface);border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.86rem;font-weight:800;line-height:1;padding:.52rem .72rem;text-decoration:none}.tag-filter a:hover,.tag-filter a:focus-visible,.tag-filter a.is-active{background:var(--surface-soft);border-color:color-mix(in srgb,var(--accent) 38%,var(--line));color:var(--accent-strong)}.tag-filter a:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:3px}.list-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.list-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--text);display:block;min-height:14rem;padding:1.25rem;text-decoration:none;transition:background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease}.list-card:hover,.list-card:focus-visible{background:color-mix(in srgb,var(--surface) 88%,var(--surface-soft));border-color:color-mix(in srgb,var(--accent) 30%,var(--line));box-shadow:var(--shadow);transform:translateY(-2px)}.list-card:active{background:var(--surface-soft);box-shadow:none;transform:translateY(0)}.list-card:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:3px}.list-card h2{font-size:1.35rem;line-height:1.2;margin:0}.list-card p:not(.post-meta){color:var(--muted);line-height:1.6}.article-layout{display:grid;gap:2rem;grid-template-columns:minmax(0,820px)}.article-page.has-toc .article-layout{grid-template-columns:minmax(0,820px)240px}.article-main{min-width:0}.article-back-button{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;color:var(--accent-strong);display:inline-flex;font-size:.92rem;font-weight:800;gap:.4rem;margin-bottom:1.1rem;min-height:2.35rem;padding:0 .8rem;text-decoration:none}.article-back-button::before{content:"<";font-size:.85rem}.article-back-button:hover,.article-back-button:focus-visible{background:var(--surface-soft);border-color:color-mix(in srgb,var(--accent) 35%,var(--line))}.article-back-button:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:3px}.article-meta{color:var(--muted);display:flex;flex-wrap:wrap;font-size:.9rem;font-weight:750;gap:.55rem;margin-top:1rem}.article-meta span::before{content:"/";margin-right:.55rem}.article-content{color:var(--text);font-size:1.06rem;line-height:1.78;margin-top:2.25rem}.article-toc{align-self:start;background:var(--surface);border:1px solid var(--line);border-radius:8px;max-height:calc(100svh - var(--nav-height) - 2rem);overflow:auto;padding:1rem;position:sticky;top:calc(var(--nav-height) + 1rem)}.article-toc p{color:var(--muted);font-size:.78rem;font-weight:900;letter-spacing:.08em;margin:0 0 .75rem;text-transform:uppercase}.article-toc nav ul{display:grid;gap:.12rem;list-style:none;margin:0;padding:0}.article-toc #TableOfContents ul li{margin:0}.article-toc nav ul ul{border-left:1px solid var(--line);margin:.18rem 0 .1rem .35rem;padding-left:.7rem}.article-toc a{border-radius:6px;color:var(--muted);display:block;font-size:.88rem;font-weight:700;line-height:1.3;padding:.24rem .45rem;text-decoration:none;transition:background-color 160ms ease,color 160ms ease}.article-toc a:hover,.article-toc a:focus-visible{background:var(--surface-soft);color:var(--accent-strong)}.article-toc a.is-active{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent-strong);font-weight:850}.article-toc a:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:2px}.article-content>*:first-child{margin-top:0}.article-content h2,.article-content h3,.article-content h4{line-height:1.25;margin:2.2rem 0 .85rem}.article-content h2{font-size:1.75rem}.article-content h3{font-size:1.35rem}.article-content p,.article-content ul,.article-content ol,.article-content blockquote,.article-content pre{margin:1.05rem 0}.article-content a{color:var(--accent-strong);font-weight:700;text-decoration-thickness:.08em;text-underline-offset:.18em}.article-content code{background:var(--surface-soft);border:1px solid var(--line);border-radius:6px;font-size:.92em;padding:.1rem .32rem}.article-content pre{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow-x:auto;padding:1rem}.article-content pre code{background:0 0;border:0;padding:0}.code-block{position:relative}.code-block .code-copy{align-items:center;background:color-mix(in srgb,var(--surface-soft) 85%,transparent);border:1px solid var(--line);border-radius:6px;color:var(--muted);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.76rem;font-weight:700;gap:.3rem;line-height:1;opacity:0;padding:.35rem .6rem;position:absolute;right:.6rem;top:.6rem;transition:opacity 160ms ease,background-color 160ms ease;z-index:2}.code-block:hover .code-copy,.code-block .code-copy:focus-visible{opacity:1}.code-block .code-copy:hover{background:var(--surface-soft);color:var(--accent-strong)}.code-block .code-copy.is-copied{background:var(--accent);border-color:var(--accent);color:#fff}.code-block .code-copy:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:2px}@media(hover:none){.code-block .code-copy{opacity:.7}}.article-content blockquote{border-left:3px solid var(--accent);color:var(--muted);margin-left:0;padding-left:1rem}.interview-answer{background:var(--surface);border:1px solid var(--line);border-radius:8px;margin:1.15rem 0;overflow:hidden}.interview-answer summary{color:var(--text);cursor:pointer;font-weight:850;list-style-position:inside;padding:.9rem 1rem}.interview-answer summary:hover,.interview-answer summary:focus-visible{background:var(--surface-soft);color:var(--accent-strong)}.interview-answer summary:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:-3px}.interview-answer[open] summary{border-bottom:1px solid var(--line)}.interview-answer-body{padding:0 1rem 1rem}.interview-answer-body>*:last-child{margin-bottom:0}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.article-header .article-tags{margin-top:1.25rem}.article-tags a{background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.82rem;font-weight:750;padding:.4rem .65rem;text-decoration:none}.about-social-links{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.25rem}.about-social-links a{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;color:var(--text);display:inline-flex;font-size:.9rem;font-weight:800;height:2.3rem;line-height:1;justify-content:center;padding:0;text-decoration:none;transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease;width:2.3rem}.about-social-links a:hover,.about-social-links a:focus-visible{background:var(--surface-soft);border-color:color-mix(in srgb,var(--accent) 38%,var(--line));color:var(--accent-strong)}.about-social-links a:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:3px}.about-social-links img{display:block;height:1rem;width:1rem}.about-social-monogram{align-items:center;background:var(--text);border-radius:4px;color:var(--surface);display:inline-flex;font-size:.66rem;font-weight:900;height:1rem;justify-content:center;letter-spacing:0;line-height:1;min-width:1rem;padding-inline:.12rem}:root[data-theme=dark] .about-social-links img{filter:invert(1)}.pagefind-data{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.search-page{margin-inline:auto;max-width:960px;padding:4rem 32px}.search-header{margin-bottom:1.5rem}.search-header h1{font-size:3rem;line-height:1;margin:0;max-width:11ch}.search-header p:not(.eyebrow){color:var(--muted);font-size:1.1rem;line-height:1.65;max-width:38rem}.search-panel{--pagefind-ui-primary:var(--accent);--pagefind-ui-text:var(--text);--pagefind-ui-background:var(--surface);--pagefind-ui-border:var(--line);--pagefind-ui-tag:var(--surface-soft);--pagefind-ui-border-width:1px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-font:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:1.5rem}.search-panel pagefind-searchbox{display:block;width:100%}.ad-slot{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--muted);display:flex;font-size:.82rem;font-weight:700;justify-content:center;margin:2rem auto 0;max-width:1180px;min-height:90px;padding:1rem;width:calc(100% - 64px)}.ad-slot--article-before-content,.ad-slot--article-after-content{margin-block:1.75rem;width:100%}.site-footer{background:var(--surface);border-top:1px solid var(--line);color:var(--muted);flex-shrink:0;margin-top:auto;width:100%}.footer-inner{align-items:center;display:flex;justify-content:space-between;margin-inline:auto;max-width:1180px;min-height:52px;padding:0 32px}.footer-meta{color:var(--muted);font-size:.82rem;font-weight:650;text-decoration:none}.footer-meta{display:flex;gap:1rem}@media(max-width:860px){:root{--nav-height:112px}.site-nav{height:var(--nav-height);padding:0 20px}.nav-inner{align-content:center;display:grid;gap:.7rem;grid-template-columns:1fr auto;grid-template-areas:"brand actions" "menu menu"}.nav-left{grid-area:brand}.nav-center{grid-area:menu;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.nav-center::-webkit-scrollbar{display:none}.nav-right{grid-area:actions;justify-content:flex-end;min-width:0}.nav-center,.nav-left{width:100%}.nav-right{gap:.5rem}.nav-search .pf-trigger-shortcut{display:none}.nav-search .pf-trigger-btn{min-height:2.75rem;min-width:10rem}.theme-toggle{height:2.75rem;width:4.1rem}.home-hero{padding:2rem 20px}.hero-content h1{font-size:2.25rem}.post-grid,.list-grid{grid-template-columns:1fr}.home-section,.listing-page,.article-page,.search-page,.ad-slot{padding-inline:20px}.listing-page,.article-page,.search-page{padding-top:3rem}.article-page.has-toc .article-layout{display:flex;flex-direction:column}.article-toc{max-height:none;order:-1;position:static}.article-content{margin-top:1.5rem}.ad-slot{width:calc(100% - 40px)}}@media(max-width:560px){:root{--nav-height:112px}.site-brand span:last-child{display:none}.nav-right{align-items:center;flex-wrap:wrap}.button{justify-content:center}.section-heading{align-items:flex-start;flex-direction:column}.listing-header h1,.article-header h1,.search-header h1{font-size:2.25rem}.article-content{font-size:1rem;line-height:1.75}.nav-search .pf-trigger-btn{min-width:7.25rem;padding-inline:.65rem}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;min-height:64px;padding:.7rem 20px}.footer-meta{flex-direction:column;gap:.2rem}}@media(max-width:380px){:root{--nav-height:124px}.site-nav{padding-inline:14px}.nav-inner{gap:.55rem}.nav-search .pf-trigger-btn{min-width:6.5rem}}:root[data-theme=dark] input,:root[data-theme=dark] textarea,:root[data-theme=dark] [contenteditable]{caret-color:var(--text);color:var(--text);background:var(--surface)}:root[data-theme=dark] pagefind-modal input{caret-color:var(--text);color:var(--text)}:root[data-theme=dark] pagefind-modal{--pf-background:var(--surface);--pf-text:var(--text);--pf-text-secondary:var(--muted);--pf-text-muted:var(--muted);--pf-border:var(--line);--pf-border-focus:var(--accent);--pf-hover:var(--surface-soft);--pf-mark:var(--accent-strong);--pf-outline-focus:var(--accent);--pf-modal-backdrop:rgba(0, 0, 0, 0.7);--pf-skeleton:var(--surface-soft)}:root[data-theme=dark] pagefind-modal .pf-modal,:root[data-theme=dark] pagefind-modal .pf-result,:root[data-theme=dark] pagefind-modal .pf-result-group,:root[data-theme=dark] pagefind-modal [class*=pf-sub-result],:root[data-theme=dark] pagefind-modal .pf-searchbox-result,:root[data-theme=dark] pagefind-modal .pf-searchbox-subresult{background:var(--surface)!important;color:var(--text)!important}:root[data-theme=dark] pagefind-modal .pf-searchbox-result:hover,:root[data-theme=dark] pagefind-modal .pf-searchbox-subresult:hover,:root[data-theme=dark] pagefind-modal .pf-result:hover,:root[data-theme=dark] pagefind-modal [class*=pf-sub-result]:hover{background:var(--surface-soft)!important}:root[data-theme=dark] pagefind-modal input{background:var(--surface-soft)!important;color:var(--text)!important;border-color:var(--line)!important;caret-color:var(--text)}