@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');

:root { color: #11130f; background: #f8f8f7; font-family: 'DM Sans', system-ui, sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 50% 25%, #fff 0, #f8f8f7 58%, #f3f4f0 100%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.blog-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.blog-header { position: relative; z-index: 10; height: 78px; color: #f7f7f7; background: #090a09; border-bottom: 1px solid #272927; }
.blog-header > div { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.blog-header nav { justify-self: center; display: flex; gap: 34px; color: #c8c9c7; font-size: 13px; }
.blog-header nav a:hover, .blog-header nav a[aria-current] { color: #fff; }
.blog-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.blog-logo b { font: 700 28px/1 'Manrope'; letter-spacing: -2px; }
.blog-mascot { position: relative; width: 15px; height: 32px; display: inline-block; border-radius: 3px 3px 6px 6px; background: linear-gradient(105deg, #999, #fff 45%, #aaa); }
.blog-mascot > i { position: absolute; top: 10px; width: 2px; height: 3px; border-radius: 50%; background: #111; }
.blog-mascot > i:first-child { left: 4px; }.blog-mascot > i:nth-child(2) { right: 4px; }
.blog-mascot em { position: absolute; top: 16px; left: 6px; width: 4px; height: 2px; border-bottom: 1px solid #222; border-radius: 50%; }
.blog-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 7px; color: #0b0b0b; background: #77dc9b; font-size: 13px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease; }
.blog-button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(74, 176, 111, .25); }
.blog-button--small { min-height: 42px; padding-inline: 19px; color: #111; background: #f7f7f7; }
.blog-hero { min-height: 470px; display: flex; flex-direction: column; justify-content: center; padding-block: 70px; }
.blog-eyebrow, .post-kicker, .section-heading > p, .article-cta > p { color: #29764a; font: 500 10px/1.4 'DM Mono'; letter-spacing: .16em; text-transform: uppercase; }
.blog-hero h1 { max-width: 920px; margin: 19px 0 24px; font: 700 clamp(52px, 7vw, 88px)/.98 'Manrope'; letter-spacing: -5px; }
.blog-hero > p:last-child { max-width: 680px; margin: 0; color: #62665f; font-size: 18px; line-height: 1.65; }
.post-list { padding-bottom: 110px; }
.section-heading { padding-top: 32px; border-top: 1px solid #d6d8d3; }
.section-heading h2 { margin: 14px 0 48px; font: 700 36px/1.1 'Manrope'; letter-spacing: -1.8px; }
.post-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-block: 38px; border-top: 1px solid #dfe0dc; }
.post-card__image { overflow: hidden; border-radius: 13px; background: #0b0c0b; }
.post-card__image picture { display: block; }.post-card__image img { width: 100%; display: block; transition: transform .35s ease; }.post-card__image:hover img { transform: scale(1.015); }
.post-card h2 { margin: 14px 0; font: 700 32px/1.12 'Manrope'; letter-spacing: -1.5px; }
.post-card h2 a:hover { text-decoration: underline; text-decoration-color: #77dc9b; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.post-card > div > p:not(.post-kicker) { margin: 0; color: #666a63; line-height: 1.65; }
.post-card footer { display: flex; gap: 18px; margin-top: 25px; color: #83877f; font: 400 10px 'DM Mono'; }
.article { padding-bottom: 90px; }
.article-header { max-width: 980px; padding-top: 72px; text-align: center; }
.breadcrumbs { display: flex; justify-content: center; gap: 9px; margin-bottom: 40px; color: #858981; font-size: 12px; }.breadcrumbs a:hover { color: #111; }
.article-header h1 { max-width: 960px; margin: 20px auto 24px; font: 700 clamp(43px, 6vw, 72px)/1.04 'Manrope'; letter-spacing: -4px; }
.article-deck { max-width: 770px; margin: 0 auto; color: #5f635c; font-size: 19px; line-height: 1.6; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; color: #7d8179; font: 400 10px 'DM Mono'; }
.article-meta > * + *::before { content: '·'; margin-right: 22px; }
.article-hero { margin-top: 58px; }.article-hero picture { display: block; }.article-hero img { width: 100%; display: block; border-radius: 16px; background: #090a09; }
.article-hero figcaption { margin-top: 10px; color: #8a8e86; font-size: 11px; text-align: center; }
.article-layout { max-width: 1080px; display: grid; grid-template-columns: 220px minmax(0, 720px); gap: 70px; align-items: start; justify-content: center; margin-top: 68px; }
.article-toc { position: sticky; top: 30px; padding: 20px 0; border-top: 2px solid #111; border-bottom: 1px solid #d9dbd6; }
.article-toc > p { margin: 0 0 13px; font: 500 9px 'DM Mono'; letter-spacing: .12em; text-transform: uppercase; }
.article-toc ol { display: grid; gap: 9px; max-height: calc(100vh - 250px); margin: 0; padding: 0; overflow-y: auto; list-style: none; }
.article-toc li { color: #6f736b; font-size: 11px; line-height: 1.4; }.article-toc li a:hover { color: #247946; }
.article-toc .toc-depth-3 { padding-left: 12px; }
.article-toc__cta { margin-top: 20px; padding-top: 18px; border-top: 1px solid #d9dbd6; }
.article-toc__cta p { margin: 0 0 12px; color: #333730; font-size: 12px; font-weight: 600; line-height: 1.45; }
.article-toc__cta .blog-button { width: 100%; min-height: 42px; padding: 10px 12px; color: #111; font-size: 11px; line-height: 1.3; text-align: center; text-decoration: none; }
.article-body { min-width: 0; color: #2b2e29; font-size: 17px; line-height: 1.78; }
.article-body > p:first-child { margin-top: 0; font-size: 21px; line-height: 1.65; }
.article-body h2, .article-body h3 { position: relative; color: #10120f; font-family: 'Manrope'; scroll-margin-top: 25px; }
.article-body h2 { margin: 66px 0 20px; padding-top: 20px; border-top: 1px solid #dfe1dc; font-size: 34px; line-height: 1.18; letter-spacing: -1.5px; }
.article-body h3 { margin: 42px 0 14px; font-size: 23px; line-height: 1.25; letter-spacing: -.7px; }
.heading-anchor { margin-left: 10px; color: #b8bcb4; font: 400 .62em 'DM Mono'; opacity: 0; }.article-body h2:hover .heading-anchor, .article-body h3:hover .heading-anchor { opacity: 1; }
.article-body a { color: #197141; text-decoration: underline; text-decoration-color: #9bdcaf; text-underline-offset: 3px; }
.article-body strong { color: #111; }.article-body ul, .article-body ol { padding-left: 25px; }.article-body li { margin: 8px 0; }
.article-body blockquote { margin: 34px 0; padding: 22px 25px; border-left: 4px solid #77dc9b; background: #eef7f0; color: #334138; font-size: 19px; }
.article-body table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: 14px; }.article-body th, .article-body td { padding: 13px; border: 1px solid #d8dad5; text-align: left; vertical-align: top; }.article-body th { background: #eef0eb; }
.article-body code { padding: 2px 5px; border-radius: 4px; background: #eceee9; font: 13px 'DM Mono'; }
.related-reading { margin-top: 70px; padding-top: 28px; border-top: 2px solid #111; }
.related-reading h2 { margin: 12px 0 22px; padding: 0; border: 0; font-size: 29px; }
.related-reading ul { margin: 0; padding: 0; list-style: none; }
.related-reading li { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: baseline; margin: 0; padding: 15px 0; border-top: 1px solid #dfe1dc; }
.related-reading li a { color: #111; font-family: 'Manrope'; font-size: 17px; font-weight: 700; text-decoration: none; }
.related-reading li a:hover { color: #197141; }
.related-reading li span { color: #858981; font: 400 9px 'DM Mono'; letter-spacing: .06em; text-transform: uppercase; }
.article-cta { margin-top: 70px; padding: 38px; border-radius: 12px; color: #f5f5f3; background: radial-gradient(circle at 85% 15%, #1c2d21, #090a09 65%); }
.article-cta h2 { margin: 15px 0 12px; padding: 0; border: 0; color: #fff; font-size: 31px; }.article-cta > p:not(:first-child) { color: #aeb5ae; font-size: 15px; line-height: 1.6; }.article-cta .blog-button { margin-top: 8px; color: #111; text-decoration: none; }
.blog-footer { padding-block: 42px; color: #9b9e99; background: #090a09; }
.blog-footer > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; }.blog-footer nav { display: flex; gap: 26px; font-size: 11px; }.blog-footer nav a:hover { color: #fff; }.blog-footer small { font: 9px 'DM Mono'; }

@media (max-width: 820px) {
  .blog-header > div { grid-template-columns: auto auto; justify-content: space-between; }.blog-header nav { display: none; }
  .blog-hero { min-height: 390px; }.blog-hero h1 { letter-spacing: -3.5px; }
  .post-card { grid-template-columns: 1fr; gap: 25px; }
  .article-header { padding-top: 50px; }.article-header h1 { letter-spacing: -2.8px; }
  .article-layout { grid-template-columns: 1fr; gap: 20px; }.article-toc { position: static; }.article-toc ol { max-height: none; overflow: visible; }
  .blog-footer > div { grid-template-columns: 1fr; }.blog-footer nav { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .blog-shell { width: min(100% - 24px, 1160px); }.blog-header .blog-button { display: none; }
  .blog-hero h1 { font-size: 48px; }.blog-hero > p:last-child { font-size: 16px; }
  .post-card h2 { font-size: 27px; }
  .article-header h1 { font-size: 42px; }.article-deck { font-size: 17px; }
  .article-meta { display: grid; }.article-meta > * + *::before { display: none; }
  .article-hero { margin-top: 38px; }.article-layout { margin-top: 45px; }
  .article-body { font-size: 16px; }.article-body > p:first-child { font-size: 19px; }
  .article-body h2 { font-size: 29px; }.article-body h3 { font-size: 21px; }
  .article-body table { display: block; overflow-x: auto; }
  .article-cta { padding: 27px 22px; }
}
