:root{--primary:#059669;--secondary:#047857;--accent:#a3e635;--dark:#111827;--light:#f3f4f6;--gray:#6b7280;--border:#e5e7eb;--white:#fff;--shadow:0 8px 24px #1118270f;--shadow-lg:0 16px 40px #0596691f;--font:"Space Grotesk", system-ui, sans-serif;--radius:16px;--radius-sm:10px;--pill:999px;--transition:all .25s ease;--text:var(--dark);--muted:var(--gray);--bg:var(--white);--bg-soft:var(--light);--bg-card:var(--white);--gradient-brand:linear-gradient(135deg, #111827 0%, #059669 70%);--primary-subtle:#0596691a;--primary-hover:var(--secondary);--shadow-sm:var(--shadow);--shadow-md:var(--shadow-lg);--radius-md:var(--radius-sm);--radius-lg:var(--radius);--radius-full:var(--pill);--header-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + .75rem)}body{font-family:var(--font);color:var(--dark);-webkit-font-smoothing:antialiased;background:#f9fafb;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}.container{box-sizing:border-box;width:100%;max-width:none;margin-inline:0;padding-inline:clamp(1.25rem,6.5vw,11rem)}.gradient-text{background:linear-gradient(120deg, var(--dark) 20%, var(--primary) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-sm);letter-spacing:-.01em;transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--dark);color:#fff}.btn--primary:hover{background:var(--primary);box-shadow:var(--shadow-lg)}.btn--outline{border:1.5px solid var(--dark);color:var(--dark);background:0 0}.btn--outline:hover{background:var(--dark);color:#fff}.btn--light{color:var(--dark);background:#fff}.btn--light:hover{background:var(--light);box-shadow:var(--shadow-lg)}.section{padding-top:clamp(1.15rem,2.2vw,1.6rem);padding-bottom:clamp(2.75rem,5.5vw,4rem)}.section--light{background:var(--light)}.section-header{text-align:center;margin-bottom:2.75rem}.section-subtitle{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);background:0 0;border-radius:0;margin-bottom:1rem;padding:0;font-size:.8rem;font-weight:600;display:inline-block}.section-title{color:var(--dark);letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(1.85rem,3.5vw,2.6rem);font-weight:700}.section-description{color:var(--gray);max-width:42rem;margin:0 auto;font-size:1.05rem;line-height:1.65}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f9fafbe6;border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s;position:sticky;top:0}.header--scrolled{border-bottom-color:var(--border);box-shadow:0 4px 20px #1118270a}.navbar{height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{letter-spacing:-.04em;color:var(--dark);-webkit-text-fill-color:unset;background:0 0;font-size:1.45rem;font-weight:700}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--dark);font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-cta{background:var(--dark);border-radius:var(--radius-sm);padding:.55rem 1.15rem;font-weight:600;color:#fff!important}.nav-cta:hover{background:var(--primary);color:#fff!important}.menu-btn{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.5rem;height:2.5rem;display:none}.menu-btn span{background:var(--dark);border-radius:2px;width:1.25rem;height:2px;transition:transform .25s,opacity .25s;display:block}.menu-btn.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-btn.open span:nth-child(2){opacity:0}.menu-btn.open span:last-child{transform:translateY(-7px)rotate(-45deg)}.hero{background:linear-gradient(135deg,#0000 48%,#0596690f 48%),linear-gradient(#f9fafb 0%,#f3f4f6 100%);align-items:center;min-height:100svh;padding:7.5rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#1118270a 1px,#0000 1px),linear-gradient(90deg,#1118270a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 70% 40%,#000 20%,#0000 75%);mask-image:radial-gradient(70% 60% at 70% 40%,#000 20%,#0000 75%)}.hero__blob{pointer-events:none;position:absolute}.hero__blob--1{aspect-ratio:1;opacity:.35;background:linear-gradient(145deg,#059669 0%,#111827 100%);border-radius:28% 72% 45% 55%/55% 35% 65% 45%;width:min(28vw,280px);animation:9s ease-in-out infinite floaty;top:12%;right:-4%}.hero__blob--2{aspect-ratio:1;opacity:.35;background:#a3e635;border-radius:40% 60% 55% 45%;width:min(18vw,180px);animation:11s ease-in-out infinite reverse floaty;bottom:12%;left:6%}.hero__blob--3{background:0 0;border:2px solid #05966959;border-radius:18px;width:96px;height:96px;animation:8s ease-in-out 1s infinite floaty;top:24%;left:10%}.hero__layout{z-index:2;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);align-items:center;gap:clamp(1.5rem,4vw,3.5rem);display:grid;position:relative}.hero__content{z-index:2;max-width:40rem;position:relative}.hero__collage{height:min(68vh,540px);min-height:380px;position:relative}.hero__shot{object-fit:cover;border:3px solid #ffffffeb;border-radius:22px;position:absolute;box-shadow:0 22px 50px #1118272e}.hero__shot--main{z-index:1;width:70%;height:78%;top:10%;right:0}.hero__shot--top{z-index:2;width:46%;height:44%;top:0;left:0}.hero__shot--bot{z-index:3;width:50%;height:38%;bottom:0;left:4%}.hero__brand{letter-spacing:-.05em;color:var(--dark);margin-bottom:1.25rem;font-size:clamp(3.4rem,10vw,5.8rem);font-weight:700;line-height:.95}.hero__brand span{color:var(--primary);-webkit-text-fill-color:unset;background:0 0}.hero__headline{max-width:28ch;color:var(--dark);letter-spacing:-.02em;font-size:clamp(1.2rem,2.6vw,1.55rem);font-weight:600;line-height:1.35}.hero__sub{color:var(--gray);max-width:46ch;margin-top:1rem;font-size:1.05rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes spin{to{transform:rotate(360deg)}}.cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.cards-grid--two{grid-template-columns:repeat(2,1fr)}.cards-grid--fit{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.card__media{background:var(--light);height:240px;position:relative;overflow:hidden}.card__media img,.card__media svg{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.card:hover .card__media img,.card:hover .card__media svg{transform:scale(1.05)}.card__body{text-align:center;flex-direction:column;flex:1;padding:1.75rem 1.6rem 1.85rem;display:flex}.card__icon{background:var(--dark);border-radius:var(--radius-sm);color:#fff;border:3px solid var(--white);z-index:1;place-items:center;width:56px;height:56px;margin:-2.6rem auto .85rem;font-size:.85rem;font-weight:700;display:grid;position:relative;box-shadow:0 8px 20px #1118271f}.card__cat{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.35rem;font-size:.75rem;font-weight:700}.card__title{color:var(--dark);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.card__desc{color:var(--gray);flex:1;margin-bottom:1.35rem;font-size:.95rem}.card__list{text-align:left;color:var(--gray);margin:0 0 1.35rem;padding:0;font-size:.9rem;list-style:none}.card__list li{margin-bottom:.45rem;padding-left:1.1rem;line-height:1.45;position:relative}.card__list li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.card__link{border:1.5px solid var(--dark);border-radius:var(--radius-sm);color:var(--dark);transition:var(--transition);justify-content:center;align-self:center;align-items:center;gap:.4rem;padding:.55rem 1.15rem;font-size:.9rem;font-weight:600;display:inline-flex}.card__link:hover{background:var(--dark);color:#fff}.card__meta{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.9rem;font-weight:600;display:flex}.card__price{color:var(--dark)}.card--industry .card__body,.card--product .card__body{text-align:left}.card--industry .card__icon{margin-left:0}.card--product .card__icon{display:none}.card--product .card__link{align-self:flex-start}.card--product .card__features{flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem;display:flex}.card--product .card__features li{color:var(--primary);background:var(--primary-subtle);border-radius:6px;padding:.3rem .65rem;font-size:.72rem;font-weight:700}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.features-grid--three{grid-template-columns:repeat(3,1fr)}.feature{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);transition:var(--transition);flex-direction:column;padding:1.5rem 1.25rem;display:flex}.feature:hover{box-shadow:var(--shadow);border-color:#05966966}.feature__num{background:var(--dark);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.feature h3{margin-bottom:.45rem;font-size:1.05rem;font-weight:700}.feature p{color:var(--gray);font-size:.92rem;line-height:1.65}.cta{background:var(--white);color:var(--dark);text-align:center;padding:clamp(4rem,8vw,5rem) 0}.cta--photo{color:#fff;background:#111827;position:relative;overflow:hidden}.cta--photo:before{content:"";background:linear-gradient(180deg, #111827b8, #044e3bc7), var(--cta-image) center / cover no-repeat;position:absolute;inset:0}.cta--photo .cta__content{z-index:1;position:relative}.cta--photo .cta__title{color:#fff}.cta--photo .cta__text{color:#ffffffe0}.cta--photo .btn--outline{color:#fff;border-color:#ffffffbf}.cta--photo .btn--outline:hover{color:var(--dark);background:#fff}.cta__content{max-width:40rem;margin:0 auto}.cta__title{margin-bottom:1rem;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700;line-height:1.3}.cta__text{color:var(--gray);margin-bottom:2rem;font-size:1.08rem}.cta__actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.footer{background:var(--dark);color:#fff;padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer .logo{color:#fff;margin-bottom:.75rem;display:inline-block}.footer-tag{color:#9ca3af;max-width:28ch;font-size:.95rem}.footer-col h4{margin-bottom:1rem;font-size:1.05rem}.footer-col li{color:#9ca3af;margin-bottom:.55rem;font-size:.92rem}.footer-col a{color:#9ca3af;transition:var(--transition);font-size:.92rem;display:inline-block}.footer-col a:hover{color:#fff;transform:translate(3px)}.footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #ffffff1a;padding-top:1.15rem;font-size:.85rem}@media (width>=1100px){.section{padding-top:clamp(2.75rem,6vh,4.5rem);padding-bottom:clamp(3.5rem,8vh,6rem)}.section-header{margin-bottom:clamp(2.75rem,5vh,4rem)}.cards-grid,.features-grid{gap:1.75rem}.card__media{height:clamp(16rem,28vh,22rem)}.card__body{padding:2.15rem 1.9rem 2.25rem}.card__title{font-size:1.4rem}.card__desc{font-size:1.02rem;line-height:1.7}.feature{min-height:clamp(18rem,34vh,24rem);padding:2.4rem 1.9rem 2.6rem}.feature__num{width:2.6rem;height:2.6rem;margin-bottom:1.35rem;font-size:.85rem}.feature h3{margin-bottom:.75rem;font-size:1.22rem}.feature p{font-size:1.02rem;line-height:1.7}.cta{padding:clamp(5rem,10vh,7rem) 0}.footer{padding:4rem 0 1.75rem}}@media (width<=1024px){.cards-grid,.cards-grid--two{grid-template-columns:repeat(2,1fr)}.features-grid,.features-grid--three,.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.hero__layout{grid-template-columns:1fr}.hero__collage{order:-1;height:360px;min-height:320px}.hero__blob--1{opacity:.25}}@media (width<=720px){.menu-btn{display:flex}.nav-menu{opacity:0;pointer-events:none;background:#fffffffa;flex-direction:column;justify-content:center;gap:1.25rem;transition:opacity .3s;position:fixed;inset:0}.nav-menu.open{opacity:1;pointer-events:auto}.nav-link{font-size:1.25rem;font-weight:700}.cards-grid,.cards-grid--two,.features-grid,.footer-grid{grid-template-columns:1fr}.hero__collage{height:280px;min-height:260px}.hero__actions,.cta__actions{flex-direction:column}.hero__actions .btn,.cta__actions .btn{width:100%}}.blog-chrome-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f9fafbeb;position:sticky;top:0}.blog-chrome-header__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 2rem,1080px);height:64px;margin-inline:auto;display:flex}.blog-chrome-logo{font-family:var(--font-display);letter-spacing:-.03em;color:var(--dark);font-size:1.2rem;font-weight:600}.blog-chrome-logo span{color:var(--primary);font-style:italic;font-weight:500}.blog-chrome-nav{align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;display:flex}.blog-chrome-nav a{color:var(--gray);transition:color .15s}.blog-chrome-nav a:hover,.blog-chrome-nav a.is-active{color:var(--dark)}.blog-chrome-site{border:1px solid var(--border);background:var(--white);border-radius:6px;padding:.4rem .85rem;color:var(--dark)!important}.blog-chrome-site:hover{border-color:var(--dark)}.blog-chrome-footer{border-top:1px solid var(--border);background:var(--white);margin-top:auto;padding:1.75rem 0}.blog-chrome-footer__inner{width:min(100% - 2rem,1080px);color:var(--gray);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;margin-inline:auto;font-size:.85rem;display:flex}.blog-chrome-footer a{color:var(--dark);font-weight:600}.blog-chrome-footer a:hover{color:var(--primary)}.blog-shell{--font-sans:"DM Sans", "Space Grotesk", system-ui, sans-serif;--font-display:"Newsreader", Georgia, serif;--bg:#f9fafb;background:var(--bg);min-height:100svh;color:var(--dark);font-family:var(--font-sans);flex-direction:column;display:flex}.blog-shell__main{flex:1}.blog-shell h1,.blog-shell h2,.blog-shell h3,.blog-shell .blog-post-title,.blog-shell .article-title,.blog-shell .article-series-hero-content h1,.blog-shell .article-content h2,.blog-shell .article-content h3{font-family:var(--font-display);letter-spacing:-.02em}.blog-page-root{color:var(--dark);background:0 0}.blog-page-root .blog-hero{border-bottom:1px solid var(--border);color:var(--dark);text-align:left;min-height:unset;background:radial-gradient(80% 70% at 100% 0,#0596691a,#0000 55%),linear-gradient(#f9fafb 0%,#f3f4f6 100%);padding:4rem 1.25rem 3rem;display:block;position:relative}.blog-page-root .blog-hero-content{width:min(100%,1080px);margin-inline:auto}.blog-page-root .blog-hero-content:before{content:"Lab notes";letter-spacing:.16em;text-transform:uppercase;color:var(--primary);margin-bottom:.85rem;font-size:.75rem;font-weight:600;display:block}.blog-page-root .blog-hero-content h1{font-family:var(--font-display);letter-spacing:-.03em;max-width:16ch;margin-bottom:.85rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:600;line-height:1.1}.blog-page-root .blog-hero-content p{color:var(--gray);max-width:36ch;font-size:1.1rem;line-height:1.6}.blog-page-root .blog-page{background:0 0;padding:3rem 0 4.5rem}.blog-page-root .blog-wrapper{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:3rem;width:min(100% - 2.5rem,1080px);margin:0 auto;padding:0;display:grid}.blog-page-root .blog-main{flex-direction:column;gap:0;display:flex}.blog-page-root .welcome-section{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.blog-page-root .welcome-section h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.65rem;font-weight:600}.blog-page-root .welcome-section p{color:var(--gray);font-size:.98rem;line-height:1.7}.blog-page-root .blog-post{border:none;border-bottom:1px solid var(--border);background:0 0;border-radius:0;grid-template-columns:200px minmax(0,1fr);gap:1.5rem;padding:1.75rem 0;transition:opacity .2s;display:grid;overflow:visible}.blog-page-root .blog-post:hover{box-shadow:none;border-color:var(--border);opacity:.92;transform:none}.blog-page-root .blog-post-image-link{aspect-ratio:4/3;background:var(--light);border-radius:8px;flex-shrink:0;width:100%;display:block;overflow:hidden}.blog-page-root .blog-post-image{object-fit:cover;width:100%;height:100%;min-height:0;display:block}.blog-page-root .blog-post-content{flex-direction:column;flex:1;justify-content:center;padding:0;display:flex}.blog-page-root .blog-series-label{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;background:0 0;border-radius:0;width:fit-content;margin-bottom:.45rem;padding:0;font-size:.7rem;font-weight:700;display:inline-block}.blog-page-root .blog-post-title{font-family:var(--font-display);margin-bottom:.4rem;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:600;line-height:1.3}.blog-page-root .blog-post-title a:hover{color:var(--primary)}.blog-page-root .blog-post-meta{color:var(--gray);margin-bottom:.65rem;font-size:.82rem}.blog-page-root .blog-post-excerpt{color:var(--gray);margin-bottom:.75rem;font-size:.95rem;line-height:1.65}.blog-page-root .blog-read-more{color:var(--dark);text-underline-offset:3px;width:fit-content;font-size:.9rem;font-weight:600;text-decoration:underline}.blog-page-root .blog-read-more:hover{color:var(--primary)}.blog-page-root .blog-empty{color:var(--gray);padding:1rem 0}.blog-page-root .blog-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:88px}.blog-page-root .sidebar-widget{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.15rem 1.2rem}.blog-page-root .sidebar-widget h3{letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--border);color:var(--dark);margin-bottom:.9rem;padding-bottom:.55rem;font-size:.72rem;font-weight:700}.blog-page-root .recent-post{border-bottom:1px solid var(--border);gap:.75rem;margin-bottom:.85rem;padding-bottom:.85rem;display:flex}.blog-page-root .recent-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.blog-page-root .recent-post img{object-fit:cover;border-radius:6px;flex-shrink:0;width:52px;height:52px}.blog-page-root .recent-post-content h4{font-size:.8rem;font-weight:600;line-height:1.35;font-family:var(--font-sans);margin-bottom:.2rem}.blog-page-root .recent-post-content h4 a:hover{color:var(--primary)}.blog-page-root .recent-post-content .date{color:var(--gray);font-size:.72rem}.blog-page-root .search-form{display:flex}.blog-page-root .search-form input{border:1px solid var(--border);font:inherit;background:var(--bg);color:var(--dark);border-right:none;border-radius:6px 0 0 6px;flex:1;padding:.65rem .75rem}.blog-page-root .search-form input:focus{border-color:var(--primary);outline:none}.blog-page-root .search-form button{background:var(--dark);color:#fff;cursor:pointer;border:none;border-radius:0 6px 6px 0;padding:.65rem .9rem;font-size:1rem}.blog-page-root .search-form button:hover{background:var(--primary)}.blog-page-root .categories-list{list-style:none}.blog-page-root .categories-list li{margin-bottom:.4rem}.blog-page-root .categories-list button,.blog-page-root .tags-list button{font:inherit;cursor:pointer;color:var(--gray);text-align:left;background:0 0;border:none;padding:0}.blog-page-root .categories-list button:hover,.blog-page-root .tags-list button:hover{color:var(--primary)}.blog-page-root .tags-list{flex-wrap:wrap;gap:.4rem;display:flex}.blog-page-root .tags-list button{background:var(--light);color:var(--dark);border:1px solid var(--border);border-radius:4px;padding:.25rem .55rem;font-size:.78rem}.blog-page-root .tags-list button:hover{background:var(--primary-subtle);color:var(--primary);border-color:#0000}@media (width<=900px){.blog-page-root .blog-wrapper{grid-template-columns:1fr}.blog-page-root .blog-sidebar{position:static}.blog-page-root .blog-post{grid-template-columns:1fr;gap:1rem}.blog-page-root .blog-post-image-link{aspect-ratio:16/9}}.article-post-page{color:var(--text);background:0 0}.article-post-page .article-page{padding:2rem 0 4rem}.article-post-page .article-container{max-width:1200px;margin:0 auto;padding:0}.article-post-page .article-wrapper{grid-template-columns:200px 1fr 200px;gap:2rem;padding:0 20px;display:grid;position:relative}.article-post-page .article-toc{align-self:start;height:fit-content;max-height:calc(100vh - 120px);margin-left:-20px;padding-left:20px;padding-right:1rem;position:sticky;top:90px;overflow-y:auto}.article-post-page .toc-title{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.article-post-page .toc-list{margin:0;padding:0;list-style:none}.article-post-page .toc-item{margin-bottom:.4rem}.article-post-page .toc-item a{color:var(--muted);border-left:2px solid #0000;padding:.3rem 0 .3rem .5rem;font-size:.8rem;line-height:1.4;text-decoration:none;transition:color .3s;display:block}.article-post-page .toc-item a:hover,.article-post-page .toc-item a.active{color:var(--primary);border-left-color:var(--primary);font-weight:600}.article-post-page .toc-item.toc-level-h2 a{font-weight:500}.article-post-page .toc-item.toc-level-h3 a{color:#888;padding-left:1rem;font-size:.75rem}.article-post-page .article-main{min-width:0;max-width:100%;padding:0}.article-post-page .article-sidebar{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-self:start;height:fit-content;max-height:calc(100vh - 120px);display:flex;position:sticky;top:90px;overflow-y:auto}.article-post-page .article-sidebar::-webkit-scrollbar{display:none}.article-post-page .article-sidebar .article-footer-section h4{margin-bottom:.5rem;font-size:.8rem}@media (width<=1024px){.article-post-page .article-wrapper{grid-template-columns:1fr}.article-post-page .article-toc,.article-post-page .article-sidebar{display:none}}.article-post-page .article-header{margin-bottom:3rem}.article-post-page .article-meta{color:var(--muted);justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;margin-bottom:0;font-size:.9rem;display:flex}.article-post-page .article-category{background:var(--primary-subtle);color:var(--primary);text-transform:uppercase;letter-spacing:.08em;border-radius:4px;padding:.3rem .7rem;font-size:.72rem;font-weight:700}.article-post-page .article-date{align-items:center;gap:.5rem;display:flex}.article-post-page .article-title{font-family:var(--font-display,Georgia, serif);color:var(--text);letter-spacing:-.03em;max-width:18ch;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.15}.article-post-page .article-featured-image{object-fit:cover;border:1px solid var(--border,#e4e4e7);border-radius:10px;width:100%;height:auto;max-height:420px;margin-bottom:2rem}.article-post-page .article-content{color:#3f3f46;max-width:72ch;font-size:1.05rem;line-height:1.8}.article-post-page .article-content h2{font-family:var(--font-display,Georgia, serif);color:var(--text);margin-top:2.5rem;margin-bottom:1rem;font-size:1.55rem;font-weight:600}.article-post-page .article-content h3{font-family:var(--font-display,Georgia, serif);color:var(--text);margin-top:2rem;margin-bottom:.8rem;font-size:1.25rem;font-weight:600}.article-post-page .article-content p{margin-bottom:1.5rem}.article-post-page .article-content ul,.article-post-page .article-content ol{list-style:revert;margin-bottom:1.5rem;margin-left:1.35rem}.article-post-page .article-content li{margin-bottom:.5rem}.article-post-page .article-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}.article-post-page .article-content th,.article-post-page .article-content td{text-align:left;vertical-align:top;border:1px solid #e5e5e5;padding:.6rem .75rem}.article-post-page .article-content th{background:#f5f5f5;font-weight:600}.article-post-page .article-content img{border-radius:8px;width:100%;margin:2rem 0}.article-post-page .article-content code{color:#064e3b;word-break:break-word;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;padding:.12em .38em;font-family:ui-monospace,Cascadia Code,SF Mono,Consolas,Menlo,monospace;font-size:.88em;font-weight:500}.article-post-page .article-content pre{color:#e2e8f0;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#475569 #0f172a;background:#0f172a;border:1px solid #1e293b;border-radius:6px;max-width:100%;margin:1.35rem 0;padding:1.1rem 1.2rem;line-height:1.7;overflow-x:auto}.article-post-page .article-content pre::-webkit-scrollbar{height:8px}.article-post-page .article-content pre::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.article-post-page .article-content pre code{color:#e2e8f0;letter-spacing:.01em;white-space:pre;tab-size:2;word-break:normal;background:0 0;border:none;width:max-content;min-width:100%;padding:0;font-size:.875rem;font-weight:400;line-height:1.7;display:block}@media (width<=640px){.article-post-page .article-content pre{border-radius:4px;margin-left:-.25rem;margin-right:-.25rem;padding:.9rem .85rem}.article-post-page .article-content pre code{font-size:.8rem}}.article-post-page .article-footer-section{margin-bottom:1.5rem}.article-post-page .article-footer-section h4{color:var(--text);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.article-post-page .related-articles-grid{grid-template-columns:1fr;align-items:stretch;gap:.5rem;margin-top:.5rem;display:grid}.article-post-page .related-article-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.article-post-page .related-article-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.article-post-page .related-article-image{background:#f3f3f3;width:100%;height:80px;overflow:hidden}.article-post-page .related-article-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.article-post-page .related-article-card:hover .related-article-image img{transform:scale(1.05)}.article-post-page .related-article-content{padding:.5rem}.article-post-page .related-article-content h5{color:var(--text);margin:0;font-size:.75rem;font-weight:600;line-height:1.2}.article-post-page .sidebar-ad{color:var(--text);text-align:left;background:0 0;margin-top:auto;padding:0}.article-post-page .sidebar-ad h4{color:var(--text);margin-bottom:.4rem;font-size:.9rem;font-weight:700}.article-post-page .sidebar-ad p{color:var(--muted);text-align:left;margin:0;font-size:.85rem;line-height:1.4}@media (width<=768px){.article-post-page .article-title{font-size:2rem}.article-post-page .article-featured-image{height:250px}}.article-series-page-root{color:var(--dark);background:0 0}.article-series-page-root .article-series-hero{min-height:unset;text-align:left;color:var(--dark);border-bottom:1px solid var(--border);margin-top:0;padding:3.5rem 1.25rem 2.5rem;display:block;position:relative;background:0 0!important}.article-series-page-root .article-series-hero-content{width:min(100%,1080px);max-width:none;margin-inline:auto}.article-series-page-root .article-series-hero-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);opacity:1;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.article-series-page-root .article-series-hero-content h1{font-family:var(--font-display,Georgia, serif);letter-spacing:-.03em;max-width:18ch;margin-bottom:.85rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15}.article-series-page-root .article-series-hero-content p{color:var(--gray);max-width:42ch;font-size:1.05rem;line-height:1.65}.article-series-page-root .article-series-hero-meta{color:var(--muted);opacity:1;margin-top:1rem;font-size:.85rem}.article-series-page-root .article-series-page{padding:2.5rem 0 4rem}.article-series-page-root .article-series-wrapper{grid-template-columns:1fr;gap:2rem;width:min(100% - 2.5rem,1080px);margin:0 auto;padding:0;display:grid}.article-series-page-root .article-series-main h2{font-family:var(--font-display,Georgia, serif);margin-bottom:1.25rem;font-size:1.45rem;font-weight:600}.article-series-page-root .article-series-list{flex-direction:column;gap:0;display:flex}.article-series-page-root .article-series-card{border:none;border-bottom:1px solid var(--border);background:0 0;border-radius:0;grid-template-columns:180px minmax(0,1fr);gap:1.35rem;padding:1.5rem 0;display:grid;overflow:visible}.article-series-page-root .article-series-card-image{aspect-ratio:4/3;object-fit:cover;border-radius:8px;flex-shrink:0;width:100%;min-height:0}.article-series-page-root .article-series-card-placeholder{aspect-ratio:4/3;background:var(--light);width:100%;min-height:0;color:var(--gray);border:1px dashed var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.article-series-page-root .article-series-card-content{flex-direction:column;justify-content:center;padding:0;display:flex}.article-series-page-root .article-series-card-part{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.35rem;font-size:.7rem;font-weight:700}.article-series-page-root .article-series-card-content h3{font-family:var(--font-display,Georgia, serif);margin-bottom:.4rem;font-size:1.25rem;font-weight:600;line-height:1.3}.article-series-page-root .article-series-card-content h3 a:hover{color:var(--primary)}.article-series-page-root .article-series-card-date{color:var(--gray);margin-bottom:.5rem;font-size:.82rem}.article-series-page-root .article-series-card-content p{color:var(--gray);margin-bottom:.65rem;font-size:.95rem;line-height:1.6}.article-series-page-root .article-series-card-link{color:var(--dark);text-underline-offset:3px;width:fit-content;font-size:.9rem;font-weight:600;text-decoration:underline}.article-series-page-root .article-series-card-link:hover{color:var(--primary)}.article-series-page-root .article-series-card-planned{color:var(--muted);font-style:italic}.article-series-page-root .article-series-card--planned{opacity:.7}@media (width<=720px){.article-series-page-root .article-series-card{grid-template-columns:1fr}}
