.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:50;background:#30b7cf;border-bottom:1px solid rgba(255,255,255,.35)}.site-header__inner{max-width:980px;margin:0 auto;padding:.7rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.site-brand__logo{height:44px;width:auto;max-width:240px;object-fit:contain;display:block}.site-nav{display:flex;gap:.9rem;align-items:center}.site-nav__link{text-decoration:none;font-weight:500!important;color:#fff;padding:.45rem .65rem;border-radius:.65rem;opacity:.95}.site-nav__link:hover{background:#ffffff2e;opacity:1}.site-main{width:100%;max-width:980px;margin:0 auto;padding:2.25rem 1rem 3rem}.site-main.site-main--article{max-width:none;margin:0;padding:0}@media(max-width:520px){.site-header__inner{padding:.65rem 1rem}.site-brand__logo{height:38px;max-width:190px}.site-main{padding:1.75rem 1rem 2.5rem}.site-main.site-main--article{padding:0}}.site-main,.site-main.site-main--article{display:block!important;min-height:0!important;height:auto!important}body{background:#f2f4f7}main,.page,.page-wrap,.container,.article-container,.site-main,.site-main--article,.article{background:transparent;min-height:0!important;height:auto!important;display:block!important;align-items:initial!important;justify-content:initial!important}.article-typography{--article-text: #111827;--article-muted: #4b5563;--article-muted-soft: #6b7280;--article-border: #e5e7eb;--article-border-soft: #dbeafe;--article-bg-soft: #f9fafb;--article-bg-callout: #f8fafc;--article-blue: #2563eb;--article-blue-dark: #1d4ed8;--article-blue-soft: #eff6ff;--article-bg-white: #ffffff;--article-radius-lg: 1rem;--article-radius-md: .9rem;--article-radius-sm: .85rem;--article-shadow-hover: 0 10px 25px rgba(17, 24, 39, .08);max-width:980px;margin:0 auto;padding:1.25rem 1rem 2rem;background:#fff;box-shadow:none;border-radius:0}.article-typography h1{font-size:clamp(1.65rem,2.2vw,2.35rem);line-height:1.12;margin:0 0 .75rem;font-weight:900;letter-spacing:-.02em;color:var(--article-text)}.article-typography h2{margin-top:0;margin-bottom:.75rem;font-size:1.32rem;line-height:1.22;font-weight:900;letter-spacing:-.01em;color:var(--article-text);position:relative;padding-bottom:.65rem}.article-typography h2:after{content:"";position:absolute;left:0;bottom:.35rem;width:100%;height:3px;background:var(--article-blue);border-radius:999px;opacity:1}.article-typography h3{margin-top:1.4rem;margin-bottom:.5rem;font-size:1.08rem;line-height:1.32;font-weight:800;color:var(--article-text)}.article-typography p{margin:0 0 .9rem;color:var(--article-text);font-size:.96rem;line-height:1.68}.article-typography ul,.article-typography ol{margin:.7rem 0 1.15rem;padding-left:1.2rem}.article-typography li{margin-bottom:.32rem;color:var(--article-text);font-size:.96rem;line-height:1.68}.article-typography strong{color:var(--article-text)}.article-typography a{color:var(--article-blue);text-decoration:none;font-weight:500}.article-typography strong a,.article-typography b a{color:var(--article-blue);font-weight:500}.article-typography a:hover{text-decoration:underline}.article-typography img{max-width:100%;height:auto}.article-typography a{color:var(--article-blue);font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.article-hero{margin-bottom:2rem}.article-hero--centered{text-align:center}.article-hero--left{text-align:left}.article-subheader{font-size:.98rem;color:var(--article-muted);font-weight:600;margin:.55rem 0 0;line-height:1.6}.article-editorial-note{font-size:.82rem;line-height:1.35;color:var(--article-muted);margin:.3rem 0 0}.article-hero-media{margin:1.15rem auto 0;max-width:760px}.article-hero-media--narrow{max-width:540px}.article-hero-media--wide{max-width:860px}.hero-image{width:100%;max-width:760px;aspect-ratio:16 / 9;height:auto;object-fit:cover;border-radius:var(--article-radius-lg);display:block;margin:0 auto}.image-caption{margin-top:.5rem;font-size:.82rem;line-height:1.45;color:var(--article-muted);font-weight:600}.article-lead{font-size:.98rem;font-weight:600;line-height:1.68}.mini-toc{margin:1.3rem 0 1.5rem;padding:.95rem 1.05rem;background:var(--article-bg-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg)}.mini-toc-title{margin:0 0 .4rem;color:var(--article-text);font-size:.9rem;line-height:1.45}.mini-toc-list{margin:0;padding-left:1.1rem}.mini-toc-list li{margin-bottom:.25rem;font-size:.9rem;line-height:1.55}.mini-toc-list li:last-child{margin-bottom:0}.meta-band{margin:1.15rem auto 0;max-width:980px;background:#fff;border:1px solid var(--article-border, #e5e7eb);border-radius:0;padding:.85rem 1rem;text-align:left}.meta-band__inner{display:flex;gap:.85rem;align-items:center}.meta-band__avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;background:#f3f4f6;border:1px solid #e5e7eb;flex:0 0 auto}.meta-band__row{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.meta-band__label{font-size:.9rem;line-height:1.35;color:#4b5563;font-weight:700}.author-name,.meta-band__date{color:#111827;font-weight:900}.meta-band__sep{color:#9ca3af;font-weight:900;margin:0 .15rem}.content-box{background:var(--article-bg-soft);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);padding:1.05rem 1.15rem;margin:1.25rem 0}.content-box+.content-box{margin-top:1.45rem}.content-box h2{margin-top:0}.content-box>*:last-child{margin-bottom:0}.sge-block,.callout-box{background:var(--article-bg-callout);border:1px solid var(--article-border-soft);border-radius:var(--article-radius-lg);padding:.95rem 1.05rem;margin-top:1rem}.sge-block h2,.sge-block h3,.callout-box h2,.callout-box h3{margin-top:0}.sge-block p:last-child,.callout-box p:last-child{margin-bottom:0}.key-insights{margin:1rem auto 0;max-width:980px;text-align:left;background:var(--article-bg-callout);border:1px solid var(--article-border-soft);border-radius:var(--article-radius-lg);padding:.95rem 1.05rem}.key-insights-title{margin:0 0 .45rem;font-weight:900;color:var(--article-text);font-size:.96rem}.key-insights ul{margin:.45rem 0 0}.key-insights li:last-child{margin-bottom:0}.table-wrap{overflow-x:auto;border-radius:var(--article-radius-md);border:1px solid var(--article-border);background:var(--article-bg-white);margin:.95rem 0}.table-wrap table{width:100%;border-collapse:collapse;min-width:760px}.table-wrap th,.table-wrap td{text-align:left;padding:.8rem .85rem;border-bottom:1px solid var(--article-border);vertical-align:top;color:var(--article-text);font-size:.94rem;line-height:1.55}.table-wrap thead th{background:#f3f4f6;font-weight:900;color:var(--article-text)}.table-wrap tbody tr:last-child td{border-bottom:none}.table-note{margin-top:.65rem;color:var(--article-muted);font-size:.84rem;font-weight:600;line-height:1.5}.cta-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.7rem}.cta-pill{display:inline-flex;align-items:center;justify-content:center;padding:.62rem .95rem;border-radius:999px;font-weight:900;font-size:.9rem;text-decoration:none;border:1px solid var(--article-border-soft);background:var(--article-blue-soft);color:var(--article-blue-dark);transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.cta-pill:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 8px 18px #2563eb1f;opacity:.98}.product-grid{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{display:block;background:var(--article-bg-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);padding:.95rem;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.product-card:hover{transform:translateY(-1px);box-shadow:var(--article-shadow-hover);border-color:var(--article-border-soft);text-decoration:none}.product-card img{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:contain;border-radius:var(--article-radius-sm);background:#f3f4f6}.product-name{margin-top:.7rem;font-weight:900;color:var(--article-text);font-size:.98rem}.product-button{display:inline-block;margin-top:.6rem;padding:.52rem .82rem;background:var(--article-blue);color:#fff;border-radius:999px;font-weight:900;font-size:.88rem}.fineprint-block{background:var(--article-bg-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);padding:1rem 1.1rem;margin:1.25rem 0}.fineprint-block h2{font-size:1.05rem;line-height:1.25;font-weight:900;color:var(--article-text);padding-bottom:.55rem}.fineprint-block h2:after{height:2px;bottom:.28rem;opacity:.35}.fineprint-block p{font-size:.9rem;line-height:1.62;color:var(--article-muted-soft);margin-bottom:.85rem}.fineprint-block p:last-child{margin-bottom:0}.text-center{text-align:center}.text-left{text-align:left}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}@media(max-width:767px){.article-typography{padding:1rem .9rem 1.5rem}.article-typography h1{font-size:clamp(1.75rem,6vw,2.1rem)}.article-typography h2{font-size:1.26rem}.article-typography h3{font-size:1.08rem}.article-typography p,.article-typography li{font-size:1.05rem;line-height:1.72}.mini-toc-title,.mini-toc-list li{font-size:.9rem}.image-caption{font-size:.8rem}.content-box,.key-insights,.sge-block,.callout-box,.fineprint-block,.mini-toc{padding:1rem}.meta-band{padding:.85rem .9rem}.meta-band__inner{align-items:flex-start}.meta-band__row{gap:.3rem}.hero-image{border-radius:.9rem}}@media(max-width:480px){.article-typography h1{font-size:clamp(1.6rem,7vw,1.95rem)}.meta-band__inner{gap:.7rem}.meta-band__avatar{width:40px;height:40px}.meta-band__label{font-size:.9rem}}@media(min-width:1024px){.article-typography{padding-left:2.2rem;padding-right:2.2rem}}.article-typography strong a,.article-typography b a{font-weight:400;color:var(--article-blue)}
