:root{
  --bg:#eef2f6; --surface:#ffffff; --elevated:#e4eaf0;
  --text:#192631; --muted:#4c5c69; --border:#cbd3dc;
  --accent:#ef816f; --accent-ink:#352019;
  --font-display:"Archivo", system-ui, sans-serif;
  --font-body:"Public Sans", system-ui, sans-serif;
  --radius:12px;
  --maxw:1200px;
  --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 .sfe23d6d 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}
.s754298b{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s3cec472{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}
.s3cec472:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.s37bac3c{font-size:1.11rem; line-height:1.75; color:var(--text)}
.s37bac3c > *{max-width:68ch}
.s37bac3c h2{font-size:1.55rem; margin-top:1.9em}
.s37bac3c h3{font-size:1.22rem; margin-top:1.5em}
.s37bac3c a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.s37bac3c a:hover{text-decoration-thickness:2px}
.s37bac3c ul,.s37bac3c ol{padding-left:1.3em; margin:0 0 1.2em}
.s37bac3c li{margin:.35em 0}
.s37bac3c 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)}
.s37bac3c img{border-radius:var(--radius); margin:1.6em 0}
.s37bac3c 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}
.s37bac3c hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.s37bac3c table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.s37bac3c th,.s37bac3c td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.s4f5a4af{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: #EEF2F6;
  --surface: #FFFFFF;
  --elevated: #E4EAF0;
  --text: #192631;
  --muted: #4C5C69;
  --border: #CBD3DC;
  --accent: #EF816F;
  --accent-ink: #352019;
  --radius: 12px;
  --maxw: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  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);
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  text-decoration-thickness: 2px;
}

:focus-visible {
  outline: 3px solid var(--text);
  outline-offset: 4px;
}

::selection {
  background: var(--accent);
  color: var(--accent-ink);
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

.s09221a8 {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 16px;
}

.s5c04acd {
  padding-block: 24px;
  border-bottom: 1px solid var(--border);
}

.s3616505 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding-bottom: 4px;
  border-bottom: 4px solid var(--accent);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.s03e5cb7 {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  padding-block: 4px;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: -.04em;
}

.s750ef84 {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.3vw, 52px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.sc90ca11,
.s5acb849,
.s9e94704,
.sc38f613 {
  padding-block: 24px 40px;
}

.sb229168 {
  margin-bottom: 24px;
}

.s83ed429 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.s83ed429::after,
.s003e894::after,
.scb0a1f4::after,
.s37bac3c h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 8px;
  background: var(--accent);
}

.sd4c4e0e {
  max-width: 68ch;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.s033d60e,
.scdc7345,
.s55ee981,
.s7962539,
.sadd8d23 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s033d60e,
.scdc7345 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  counter-reset: pl-index;
}

.s3a2c523,
.s585b6f8 {
  position: relative;
  min-width: 0;
  counter-increment: pl-index;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.s3a2c523::before,
.s585b6f8::before {
  content: counter(pl-index, decimal-leading-zero);
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 24px;
  font-variant-numeric: tabular-nums;
}

.s7bb21c7,
.sb54465b {
  padding: 16px;
}

.s78e95a1 {
  min-width: 0;
}

.s3c099a2 {
  display: inline-block;
  max-width: calc(100% - 40px);
  padding: 4px 8px;
  background: var(--elevated);
  color: var(--text);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.sb80814c {
  margin-block: 8px;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.s78e95a1 > .sb80814c:first-child,
.sb54465b > .sb80814c:first-child {
  padding-right: 40px;
}

.sb80814c a,
.s55ee981 a {
  text-decoration: none;
}

.sb80814c a:hover,
.s55ee981 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 3px;
}

.sd9a816e {
  display: none;
}

.safc59a4 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

.s25fac8d {
  display: none;
}

.s3a2c523:first-child {
  background: var(--surface);
}

.s3a2c523:first-child .s3c099a2 {
  background: var(--accent);
  color: var(--accent-ink);
}

.s3a2c523:first-child .sb80814c {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.s3a2c523:first-child .sd9a816e {
  display: block;
  margin-block: 8px 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.s3a2c523:first-child .s25fac8d {
  display: block;
  margin-top: 16px;
}

.s25fac8d img {
  border-radius: 8px;
}

.s4b3fe00 {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.s4b3fe00 h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.s4b3fe00 p {
  max-width: 65ch;
  color: var(--muted);
}

.s1e7cd9f {
  margin-bottom: 24px;
}

.s003e894 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: -.045em;
}

.s4f84731 {
  margin-top: 16px;
  max-width: 65ch;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.s09f4f2f {
  margin-block: 8px 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.s1231101 {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.s1231101 > .s3c099a2 {
  margin-bottom: 16px;
  background: var(--accent);
  color: var(--accent-ink);
}

.scb0a1f4 {
  max-width: 24ch;
  font-size: clamp(36px, 5.2vw, 64px);
  font-weight: 750;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.scb0a1f4::after {
  margin-top: 16px;
}

.sd9af03b {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13px;
}

.sdf70b97 {
  max-width: 960px;
  margin: 0 auto 40px;
}

.sdf70b97 img {
  border-radius: var(--radius);
}

.s9af9195 {
  max-width: 68ch;
  margin-inline: auto;
  font-size: 18px;
}

.s37bac3c {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.s37bac3c > * + * {
  margin-top: 24px;
}

.s37bac3c h2 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: -.025em;
}

.s37bac3c h3 {
  margin-top: 24px;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -.015em;
}

.s37bac3c h4 {
  font-size: 19px;
  line-height: 1.4;
}

.s37bac3c > :first-child {
  margin-top: 0;
}

.s37bac3c a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.s37bac3c a:hover {
  background: var(--accent);
  color: var(--accent-ink);
}

.s37bac3c ul,
.s37bac3c ol {
  padding-left: 24px;
}

.s37bac3c li + li {
  margin-top: 8px;
}

.s37bac3c blockquote {
  margin-inline: 0;
  padding: 24px;
  background: var(--elevated);
  border-radius: var(--radius);
  font-size: 20px;
  line-height: 1.6;
}

.s37bac3c blockquote > * + * {
  margin-top: 16px;
}

.s37bac3c code,
.s37bac3c pre {
  font-family: var(--font-body);
  font-size: .9em;
  font-variant-numeric: tabular-nums;
}

.s37bac3c code {
  padding: 4px;
  border-radius: 4px;
  background: var(--elevated);
}

.s37bac3c pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  white-space: pre-wrap;
}

.s37bac3c pre code {
  padding: 0;
  background: transparent;
}

.s37bac3c table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

.s37bac3c th,
.s37bac3c td {
  padding: 8px 16px;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.s37bac3c th {
  background: var(--elevated);
  font-weight: 700;
}

.s37bac3c figure {
  margin-inline: 0;
}

.s37bac3c img {
  border-radius: var(--radius);
}

.s37bac3c figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.s37bac3c hr {
  margin-block: 40px;
  border: 0;
  border-top: 1px solid var(--border);
}

.s3cc1fde {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.s806bc91 {
  margin-bottom: 16px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.s7962539 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.s7962539 li {
  padding: 4px 8px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--surface);
  font-size: 13px;
}

.s25e3822 {
  margin-top: 40px;
}

.s55ee981 {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.s55ee981 li {
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.s55ee981 a {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.s68ef4cc {
  padding-block: 40px 24px;
  border-top: 1px solid var(--border);
  background: var(--elevated);
}

.s84ec120 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.s31054e4 {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 4px solid var(--accent);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -.025em;
  text-decoration: none;
}

.s015dd94 {
  max-width: 42ch;
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.sadd8d23 {
  display: grid;
  gap: 8px;
}

.sadd8d23 a {
  display: inline-block;
  padding-block: 4px;
  font-size: 14px;
  text-decoration: none;
}

.sadd8d23 a:hover {
  text-decoration: underline;
}

.s8bb2bcf {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.s5af8a25 {
  max-width: 85ch;
}

.s3e0cb60 {
  font-variant-numeric: tabular-nums;
}

@media (min-width: 641px) {
  .s09221a8 {
    padding-inline: 24px;
  }

  .s033d60e,
  .scdc7345 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s3a2c523:first-child {
    grid-column: 1 / -1;
  }

  .s3a2c523:first-child .s7bb21c7 {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
  }

  .s3a2c523:first-child .s78e95a1 {
    flex: 1 1 60%;
  }

  .s3a2c523:first-child .s25fac8d {
    flex: 0 0 36%;
    min-width: 0;
    margin-top: 0;
  }

  .s3a2c523:first-child::before {
    top: 8px;
    right: 8px;
    padding-inline: 4px;
    border-radius: 4px;
    background: var(--surface);
  }

  .sc38f613,
  .s9e94704,
  .s5acb849 {
    padding-block: 40px 64px;
  }

  .s84ec120 {
    grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 1000px) {
  .s033d60e,
  .scdc7345 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sb229168 {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: start;
    gap: 40px;
  }

  .sd4c4e0e {
    margin-top: 0;
  }

  .s8bb2bcf {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: end;
  }
}

@media (max-width: 640px) {
  .s033d60e,
  .scdc7345,
  .s84ec120 {
    grid-template-columns: minmax(0, 1fr);
  }

  .s033d60e {
    gap: 8px;
  }

  .s3a2c523:not(:first-child) .s7bb21c7 {
    padding-block: 8px;
  }

  .s3a2c523:not(:first-child)::before {
    top: 8px;
  }

  .s3a2c523:not(:first-child) .s3c099a2 {
    padding-block: 4px;
    font-size: 10px;
  }

  .s3a2c523:not(:first-child) .sb80814c {
    margin-block: 4px;
    font-size: 18px;
    line-height: 1.2;
  }

  .s3a2c523:first-child .s7bb21c7 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .s3a2c523:first-child .s25fac8d {
    width: 48%;
    align-self: flex-end;
    margin-top: 8px;
  }

  .sb229168 {
    margin-bottom: 16px;
  }

  .sc90ca11 {
    padding-top: 16px;
  }

  .safc59a4 {
    font-size: 11px;
  }

  .sd9af03b {
    font-size: 13px;
  }

  .s37bac3c blockquote {
    padding: 16px;
  }
}

@media print {
  html,
  body {
    background: #FFFFFF;
    color: #192631;
  }

  .s09221a8 {
    max-width: none;
    padding-inline: 0;
  }

  .s033d60e,
  .scdc7345,
  .s84ec120 {
    display: block;
  }

  .s3a2c523,
  .s585b6f8,
  .s55ee981 li {
    margin-bottom: 16px;
    break-inside: avoid;
  }

  .s9af9195 {
    max-width: 68ch;
  }

  a {
    text-decoration: underline;
  }

  h1,
  h2,
  h3 {
    break-after: avoid;
  }

  img,
  blockquote,
  figure {
    break-inside: 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(.s754298b):not(:has(.s754298b)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
header > :not(.s754298b):not(:has(.s754298b)), footer > :not(.s754298b):not(:has(.s754298b)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
main h1, main h2, main h3{overflow-wrap:anywhere; max-width:100%}

.s37bac3c 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}
  .s37bac3c{font-size:1.02rem !important; line-height:1.7 !important}
  .s37bac3c img{max-height:none !important}
}
