:root{
  --bg:#f0f3f6; --surface:#ffffff; --elevated:#e7ecf1;
  --text:#172330; --muted:#4c5d6e; --border:#c7d0da;
  --accent:#a51d37; --accent-ink:#ffffff;
  --font-display:"Newsreader", Georgia, serif;
  --font-body:"Public Sans", system-ui, sans-serif;
  --radius:8px;
  --maxw:1240px;
  --gap:1.5rem;
  --pad-section:4.5rem;
  --lh:1.7;
  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 .s3b22e52 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}
.s11b4500{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s3c4d477{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}
.s3c4d477:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

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

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

html {
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  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 {
  text-wrap: pretty;
}

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

.s648def7 {
  background: var(--surface);
}

.sf58d807 {
  padding-block: 16px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.s03bd8de {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  text-decoration: none;
}

.s03bd8de:hover {
  text-decoration: none;
}

.sca82d6c {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  padding: 8px;
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.04em;
}

.sc6d77f5 {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.045em;
}

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

.sd7e58e3,
.s4ac08a2,
.sa506ac7,
.sb9c7c09 {
  padding-bottom: 40px;
}

.se61f3e9 {
  padding-block: 16px 24px;
  text-align: center;
}

.se61f3e9 h1 {
  font-family: var(--font-display);
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.s2f63542 {
  max-width: 74ch;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.s575747f,
.se048894,
.s966c570 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding-block: 16px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.s9cde0c6,
.s3ba55d3,
.sef9969d {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.sc803847 {
  min-width: 0;
}

.s436f811 {
  display: table;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--elevated);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .035em;
}

.sd87779e,
.s3ba55d3 h2,
.sef9969d h3 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.sd87779e a,
.s3ba55d3 h2 a,
.sef9969d h3 a {
  text-decoration: none;
}

.sd87779e a:hover,
.s3ba55d3 h2 a:hover,
.sef9969d h3 a:hover {
  text-decoration: underline;
}

.s07e8901,
.se878068 {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

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

.s73ed489 > * + * {
  padding-left: 16px;
  border-left: 1px solid var(--border);
}

.s30635bf {
  display: grid;
  align-items: center;
  gap: 16px;
  grid-column: 1 / -1;
}

.s30635bf .sd87779e {
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.sc1f994d {
  border-radius: 4px;
  background: var(--elevated);
}

.sf3ceb4a {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sf534047 {
  display: grid;
  gap: 8px;
  padding-block: 24px 0;
}

.scee5f3a,
.s50b36e9,
.s15162ce {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scee5f3a,
.s50b36e9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--muted);
  font-size: 13px;
}

.scee5f3a li,
.s50b36e9 li {
  padding-left: 8px;
  border-left: 1px solid var(--border);
}

.sda58ef0 {
  max-width: 900px;
  margin-inline: auto;
  padding-block: 24px;
}

.s95ebb35,
.s69d0a51 h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.04em;
}

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

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

.s41576f0 {
  max-width: 900px;
  margin: 0 auto 24px;
}

.s41576f0 img {
  border-radius: var(--radius);
  background: var(--elevated);
}

.scb03d40,
.sc306059 {
  max-width: 900px;
  margin-inline: auto;
  padding-block: 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.sda53458 {
  max-width: 66ch;
  margin-inline: auto;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
}

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

.sda53458 h2,
.sda53458 h3,
.sda53458 h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.sda53458 h2 {
  margin-top: 40px;
  font-size: 32px;
}

.sda53458 h3 {
  margin-top: 24px;
  font-size: 26px;
}

.sda53458 h4 {
  font-size: 22px;
}

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

.sda53458 h2 + *,
.sda53458 h3 + *,
.sda53458 h4 + * {
  margin-top: 16px;
}

.sda53458 a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

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

.sda53458 strong {
  font-weight: 700;
}

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

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

.sda53458 blockquote {
  margin-inline: 0;
  padding: 16px 24px;
  border-left: 1px solid var(--accent);
  background: var(--surface);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.5;
}

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

.sda53458 figure {
  margin-inline: 0;
}

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

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

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

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

.sda53458 code {
  padding: 0 4px;
  background: var(--elevated);
  border-radius: 4px;
  overflow-wrap: anywhere;
}

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

.sda53458 pre code {
  padding: 0;
}

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

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

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

.sda53458 caption {
  margin-bottom: 8px;
  color: var(--muted);
  text-align: left;
}

.s1997176 {
  display: grid;
  gap: 8px;
  max-width: 900px;
  margin-inline: auto;
  padding-block: 24px;
}

.sdf39121 {
  margin-top: 40px;
}

.s6b0eaa9 {
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.sef9969d h3 {
  font-size: 24px;
}

.s69d0a51 {
  padding-block: 24px;
}

.s69d0a51 > .sf3ceb4a {
  margin-bottom: 8px;
}

.s71a83a8 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 8px;
}

.s71a83a8 .s436f811 {
  margin-bottom: 0;
}

.s2ba6f42 {
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.s7c9265d {
  max-width: 900px;
  margin-inline: auto;
}

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

.s0ca1efa h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.s0ca1efa p {
  max-width: 62ch;
  margin-top: 8px;
  color: var(--muted);
}

.s0ca1efa a {
  color: var(--accent);
}

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

.sfa287a2 {
  display: grid;
  gap: 24px;
}

.s45ac7b3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-decoration: none;
}

.s617c2de {
  max-width: 48ch;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.s15162ce {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  font-size: 14px;
}

.s15162ce a {
  text-decoration: none;
}

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

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

.s1f5ead0 {
  max-width: 88ch;
}

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

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

  .s03bd8de {
    gap: 16px;
  }

  .s575747f,
  .se048894,
  .s966c570 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-block: 24px;
  }

  .s30635bf:has(.sc1f994d) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 24px;
  }

  .s30635bf .s07e8901 {
    font-size: 16px;
  }

  .sf534047 {
    grid-template-columns: 1fr 3fr;
    align-items: baseline;
  }

  .scee5f3a {
    padding-left: 24px;
    border-left: 1px solid var(--border);
  }

  .sda58ef0,
  .s69d0a51 {
    padding-block: 40px 24px;
  }

  .scb03d40,
  .sc306059 {
    padding: 40px 24px;
    border-inline: 1px solid var(--border);
  }

  .sfa287a2 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .s407abee,
  .sf984e0c {
    padding-left: 24px;
    border-left: 1px solid var(--border);
  }

  .s01405cb {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .sc361ba4 {
    text-align: right;
  }
}

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

  .s30635bf {
    padding: 24px;
  }

  .sd7e58e3,
  .s4ac08a2,
  .sa506ac7,
  .sb9c7c09 {
    padding-bottom: 64px;
  }
}

@media (max-width: 640px) {
  .s575747f,
  .se048894,
  .s966c570,
  .sfa287a2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .s407abee,
  .sf984e0c {
    padding-top: 16px;
    border-top: 1px solid var(--border);
  }

  .s1997176 {
    padding-block: 16px;
  }

  .s45d20b9 {
    gap: 8px 16px;
  }
}

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

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

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

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