:root{
  --bg:#f2f3f5; --surface:#fafafb; --elevated:#e6e9ee;
  --text:#171b23; --muted:#505966; --border:#c5cbd4;
  --accent:#1748cc; --accent-ink:#ffffff;
  --font-display:"Archivo", system-ui, sans-serif;
  --font-body:"Public Sans", system-ui, sans-serif;
  --radius:0px;
  --maxw:1240px;
  --gap:1.05rem;
  --pad-section:3rem;
  --lh:1.62;
  color-scheme:light;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:var(--font-body); font-size:1.03rem; line-height:var(--lh);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
img{max-width:100%; height:auto; display:block}
main figure img, main .sb889f3c img, main img[src*="/assets/covers/"]{width:100%; aspect-ratio:1200/630; height:auto; object-fit:cover}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--font-display); font-weight:600; line-height:1.14; letter-spacing:-0.01em; margin:0 0 .5em}
p{margin:0 0 1.1em}
.s81cdb28{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s17a55ad{position:absolute; left:-9999px; top:0; background:var(--accent); color:var(--accent-ink); padding:.6rem 1rem; border-radius:0 0 var(--radius) 0; z-index:50}
.s17a55ad:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.s4e76abe{font-size:1.11rem; line-height:1.75; color:var(--text)}
.s4e76abe > *{max-width:68ch}
.s4e76abe h2{font-size:1.55rem; margin-top:1.9em}
.s4e76abe h3{font-size:1.22rem; margin-top:1.5em}
.s4e76abe a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.s4e76abe a:hover{text-decoration-thickness:2px}
.s4e76abe ul,.s4e76abe ol{padding-left:1.3em; margin:0 0 1.2em}
.s4e76abe li{margin:.35em 0}
.s4e76abe blockquote{margin:1.6em 0; padding:.2em 0 .2em 1.2em; border-left:3px solid var(--accent); font-family:var(--font-display); font-size:1.25rem; line-height:1.4; color:var(--text)}
.s4e76abe img{border-radius:var(--radius); margin:1.6em 0}
.s4e76abe code{font-family:ui-monospace,"SF Mono",Menlo,monospace; font-size:.9em; background:var(--surface); border:1px solid var(--border); border-radius:6px; padding:.1em .4em}
.s4e76abe hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.s4e76abe table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.s4e76abe th,.s4e76abe td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.s869925f{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0}

:root {
  --bg: #F2F3F5;
  --surface: #FAFAFB;
  --elevated: #E6E9EE;
  --text: #171B23;
  --muted: #505966;
  --border: #C5CBD4;
  --accent: #1748CC;
  --accent-ink: #FFFFFF;
  --radius: 0px;
  --maxw: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: light;
  background: var(--bg);
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
h1, h2, h3, h4, p, figure {
  margin: 0;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  text-wrap: pretty;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--accent);
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
::selection {
  background: var(--accent);
  color: var(--accent-ink);
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--elevated);
  border-radius: var(--radius);
}
.s81cdb28,
.s8ea9e68 {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 16px;
}
.se7579cb {
  border-top: 8px solid var(--accent);
  background: var(--surface);
}
.seb1c3d0 {
  display: grid;
  gap: 16px;
  padding-block: 16px;
  border-bottom: 1px solid var(--text);
}
.s68c3d24 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  text-decoration: none;
}
.sbec06e0 {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  padding-block: 8px;
  color: var(--accent-ink);
  background: var(--accent);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.33;
  letter-spacing: -0.06em;
}
.sa64281b {
  max-width: 20ch;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}
.sa045561 {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}
.sa2160ab,
.sde782a6,
.s3f0a507,
.sf04ce60 {
  padding-top: 24px;
  padding-bottom: 40px;
}
.s746bcfd {
  display: grid;
  gap: 16px;
  padding-bottom: 24px;
}
.s746bcfd h1 {
  max-width: 30ch;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.scdcdfbc {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.s0c71d06 {
  display: grid;
  gap: 0 24px;
}
.s00d8123 {
  display: grid;
  grid-column: 1 / -1;
  gap: 24px;
  padding-block: 16px 24px;
  border-top: 4px solid var(--text);
}
.sb3d447a,
.s9c85c74,
.s9b80fba,
.sa274ded > *,
.seb1c3d0 > * {
  min-width: 0;
}
.sf90af61,
.sc0f6368 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sf90af61 {
  margin-bottom: 8px;
}
.s58b1e5a {
  flex-shrink: 0;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.07em;
  font-variant-numeric: tabular-nums;
}
.s25deba3,
.s94ea2c8 {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.s25deba3 {
  color: var(--accent);
}
.s00d8123 h2 {
  font-size: 36px;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.s00d8123 h2 a,
.s9c85c74 h2 a,
.s3560291 h2 a,
.s9b03025 h3 a {
  text-decoration: none;
}
.s00d8123 h2 a:hover,
.s9c85c74 h2 a:hover,
.s3560291 h2 a:hover,
.s9b03025 h3 a:hover {
  text-decoration: underline;
}
.s1254789 {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}
.sb1f0331 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}
.sb1f0331 > * + * {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.sc0878df {
  align-self: center;
}
.s9c85c74 {
  padding-block: 16px 24px;
  border-top: 1px solid var(--text);
}
.s9c85c74 h2 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.03em;
}
.sd5588b7 {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.s9c85c74 .sb1f0331 {
  margin-top: 8px;
}
.s66bfae6 {
  grid-column: 1 / -1;
  padding-block: 24px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}
.s66bfae6 a {
  color: var(--accent);
}
.s960cc39 {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 24px;
}
.s960cc39 h1,
.sf0765e6 h1 {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.sa86c11a {
  max-width: 65ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.se429b7e {
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13px;
}
.s6caa8f5 {
  max-width: 960px;
  margin: 0 auto 40px;
}
.sb62ad32 {
  max-width: 68ch;
  margin-inline: auto;
  font-size: 18px;
}
.s4e76abe {
  font-size: 18px;
  line-height: 1.7;
}
.s4e76abe > * + * {
  margin-top: 24px;
}
.s4e76abe h2 {
  margin-top: 40px;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.s4e76abe h3 {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.s4e76abe h4 {
  font-size: 20px;
  line-height: 1.3;
}
.s4e76abe h2 + *,
.s4e76abe h3 + *,
.s4e76abe h4 + * {
  margin-top: 16px;
}
.s4e76abe > :first-child {
  margin-top: 0;
}
.s4e76abe a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.s4e76abe a:hover {
  color: var(--text);
}
.s4e76abe ul,
.s4e76abe ol {
  padding-left: 24px;
}
.s4e76abe li + li {
  margin-top: 8px;
}
.s4e76abe blockquote {
  margin-inline: 0;
  padding: 16px 24px;
  border-left: 4px solid var(--accent);
  background: var(--surface);
  font-size: 20px;
}
.s4e76abe blockquote > * + * {
  margin-top: 16px;
}
.s4e76abe figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.s4e76abe code,
.s4e76abe pre {
  font-family: var(--font-body);
  font-size: 0.9em;
  background: var(--elevated);
}
.s4e76abe code {
  padding-inline: 4px;
  overflow-wrap: anywhere;
}
.s4e76abe pre {
  padding: 16px;
  overflow-x: auto;
  white-space: pre-wrap;
}
.s4e76abe pre code {
  padding: 0;
}
.s4e76abe table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}
.s4e76abe th,
.s4e76abe td {
  padding: 8px 16px;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.s4e76abe th {
  background: var(--elevated);
}
.s4e76abe hr {
  margin-block: 40px;
  border: 0;
  border-top: 1px solid var(--border);
}
.s25d6691 {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.s25d6691 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.s9b03025 {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 4px solid var(--text);
}
.sc0f6368 h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.s8402764 {
  display: grid;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.s8402764 li {
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.s9b03025 h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.sf0765e6 {
  padding-bottom: 24px;
  border-bottom: 4px solid var(--text);
}
.sf0765e6 .s1254789 {
  max-width: 68ch;
}
.s3560291 {
  display: grid;
  gap: 8px;
  padding-block: 24px;
  border-bottom: 1px solid var(--border);
}
.sf353759 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
}
.sf353759 time {
  color: var(--muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.s3560291 h2 {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.s9b80fba p {
  max-width: 75ch;
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
}
.sf04ce60 .sb62ad32 {
  margin-top: 40px;
}
.sb0f608c {
  padding-block: 24px;
  border-top: 1px solid var(--text);
  background: var(--surface);
}
.sa274ded {
  display: grid;
  gap: 24px;
}
.s6179152 {
  max-width: 24ch;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.sadbcbd8 {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.s5016be8 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
  font-size: 14px;
}
.s5016be8 a {
  text-decoration: underline;
}
.sff392d6 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 641px) {
  .s81cdb28,
  .s8ea9e68 {
    padding-inline: 24px;
  }
  .seb1c3d0 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding-block: 24px;
  }
  .sa64281b {
    font-size: 32px;
  }
  .sa045561 {
    padding-left: 24px;
    border-left: 1px solid var(--border);
  }
  .s746bcfd {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
  }
  .s0c71d06 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .s00d8123 {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
  .sb3d447a:only-child {
    grid-column: 1 / -1;
    max-width: 900px;
  }
  .s00d8123 h2 {
    font-size: 44px;
  }
  .s960cc39 h1,
  .sf0765e6 h1 {
    font-size: 56px;
  }
  .sde782a6,
  .sf04ce60,
  .s3f0a507 {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .s3560291 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    gap: 24px;
  }
  .sf353759 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .s8402764 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sa274ded {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .s5016be8 ul {
    display: grid;
    gap: 8px;
  }
}
@media (min-width: 1024px) {
  .sa64281b {
    font-size: 40px;
  }
  .s746bcfd h1 {
    font-size: 28px;
  }
  .s0c71d06 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .s00d8123 h2 {
    font-size: 52px;
  }
  .s960cc39 h1 {
    font-size: 64px;
  }
  .s58b1e5a {
    font-size: 56px;
  }
  .s8402764 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .seb1c3d0,
  .s746bcfd,
  .s0c71d06,
  .s00d8123,
  .s3560291,
  .s8402764,
  .sa274ded {
    grid-template-columns: minmax(0, 1fr);
  }
  .seb1c3d0 {
    gap: 8px;
  }
  .sa045561 {
    font-size: 14px;
  }
  .s960cc39 h1,
  .sf0765e6 h1 {
    font-size: 36px;
  }
  .sc0f6368 {
    align-items: baseline;
  }
  .s6caa8f5 {
    margin-bottom: 24px;
  }
  .s4e76abe blockquote {
    padding: 16px;
  }
}
@media print {
  body {
    background: var(--surface);
  }
  .se7579cb,
  .sb0f608c {
    background: transparent;
  }
  .s960cc39 h1 {
    font-size: 40px;
  }
  .sb62ad32 {
    max-width: 68ch;
  }
  .s9c85c74,
  .s3560291,
  figure,
  blockquote {
    break-inside: avoid;
  }
  h1, h2, h3 {
    break-after: avoid;
  }
}

html, body{max-width:100%; overflow-x:hidden}

main img, main svg, main video, main iframe, main table{max-width:100% !important}

main > :not(.s81cdb28):not(:has(.s81cdb28)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
header > :not(.s81cdb28):not(:has(.s81cdb28)), footer > :not(.s81cdb28):not(:has(.s81cdb28)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
main h1, main h2, main h3{overflow-wrap:anywhere; max-width:100%}

.s4e76abe a, footer a{background-image:none !important}

@media (max-width:560px){
  main h1{font-size:clamp(1.9rem, 8vw, 2.7rem) !important; line-height:1.08 !important; word-break:break-word}
  main h2{font-size:clamp(1.5rem, 6.5vw, 2rem) !important; line-height:1.12 !important}
  main h3{font-size:clamp(1.25rem, 5.5vw, 1.6rem) !important}
  header a{overflow-wrap:anywhere}
  .s4e76abe{font-size:1.02rem !important; line-height:1.7 !important}
  .s4e76abe img{max-height:none !important}
}
