:root{
  --bg:#ffffff; --surface:#f5f5f3; --elevated:#ececea;
  --text:#171918; --muted:#555a57; --border:#cfd2ce;
  --accent:#ae1734; --accent-ink:#ffffff;
  --font-display:"Public Sans", 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 .sfe0b70f 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}
.sc529cc1{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.sc827bc3{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}
.sc827bc3:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

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

*,
*::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;
  text-rendering: optimizeLegibility;
}

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 {
  color: var(--accent);
}

: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%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--surface);
}

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

.sa7ea8b6 {
  border-top: 4px solid var(--accent);
}

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

.s6c1d651 {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.s832e9f5 {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.sf5fa9d1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}

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

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

.s7ccc6cd,
.s09a61a5,
.s33589ac,
.sfdac225 > div {
  min-width: 0;
}

.sfdac225,
.sc7b6d98 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.sfdac225 {
  margin-bottom: 16px;
}

.s8fbf811 {
  flex: 0 0 auto;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: .95;
  letter-spacing: -.065em;
}

.s5cae040,
.s8706848 {
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.s5cae040 {
  margin-bottom: 4px;
  color: var(--accent);
}

.s8706848 {
  margin-bottom: 8px;
}

.s1f959e4 {
  max-width: 32ch;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.sd7dea0c,
.s3704104,
.s5c7a1d3,
.s3fa9f71,
.sd3cff6c {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd7dea0c {
  border-top: 1px solid var(--text);
  counter-reset: ml-story;
}

.s4b5d0c9 {
  position: relative;
  padding: 16px 0 16px 40px;
  border-bottom: 1px solid var(--border);
  counter-increment: ml-story;
}

.s4b5d0c9::before {
  content: counter(ml-story, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 0;
  color: var(--muted);
  font-size: 23px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  letter-spacing: -.05em;
}

.s3913384 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.s33589ac {
  flex: 1 1 auto;
}

.s0cf7975 {
  font-size: 19px;
  font-weight: 750;
  line-height: 1.23;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.s0cf7975 a,
.s3704104 a,
.s3fa9f71 a,
.sd3cff6c a,
.s599e6c8 {
  text-decoration: none;
}

.s0cf7975 a:hover,
.s3704104 a:hover,
.s3fa9f71 a:hover,
.sd3cff6c a:hover,
.s599e6c8:hover {
  text-decoration: underline;
}

.saa278e2 {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

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

.s3913384 .sf34a99b {
  margin-top: 8px;
}

.s44aa446 {
  flex: 0 0 20%;
  width: 20%;
  max-width: 104px;
  margin-top: 4px;
}

.s09a61a5 {
  align-self: start;
  border-top: 1px solid var(--text);
}

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

.sc7b6d98 {
  align-items: center;
  margin-bottom: 16px;
}

.s98dfcdb {
  font-size: 23px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.s788a9e6 {
  font-size: 16px;
  line-height: 1.6;
}

.sf64a9e7 {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

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

.s5c7a1d3 li {
  border-bottom: 1px solid var(--border);
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
}

.s3704104 li + li,
.s3fa9f71 li + li {
  border-top: 1px solid var(--border);
}

.s3704104 li,
.s3fa9f71 li {
  padding-block: 8px;
}

.s3704104 a {
  display: block;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.s3704104 .sf34a99b {
  margin-bottom: 4px;
}

.s3fa9f71 a {
  font-size: 15px;
  font-weight: 600;
}

.s9d722d7,
.sf041bb1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}

.s9804269,
.sb0370f9 {
  margin-block: 16px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.s6191a56 {
  padding-block: 16px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 12px;
}

.s58aff7b {
  margin-block: 24px;
}

.sa99b473 > .sc7cc63e,
.s498c01a > .sc7cc63e {
  margin-top: 24px;
}

.sc7cc63e {
  max-width: 68ch;
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

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

.sc7cc63e h2 {
  margin-top: 40px;
  font-size: 29px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.sc7cc63e h3 {
  margin-top: 24px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.sc7cc63e h4 {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.4;
}

.sc7cc63e a {
  color: var(--accent);
  text-decoration: underline;
}

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

.sc7cc63e strong {
  font-weight: 750;
}

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

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

.sc7cc63e blockquote {
  margin-inline: 0;
  padding: 16px 24px;
  border-left: 4px solid var(--accent);
  background: var(--surface);
  font-size: 21px;
  line-height: 1.55;
}

.sc7cc63e blockquote cite,
.sc7cc63e figcaption {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.sc7cc63e pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 14px;
}

.sc7cc63e code,
.sc7cc63e pre,
.sc7cc63e kbd,
.sc7cc63e samp {
  font-family: var(--font-body);
}

.sc7cc63e code {
  background: var(--surface);
  overflow-wrap: anywhere;
}

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

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

.sc7cc63e th {
  background: var(--surface);
  font-weight: 700;
}

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

.s4a367b8,
.s76ba9ed {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--text);
}

.s10a5b67 {
  padding-block: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.s1e9b000 {
  border-top: 1px solid var(--text);
  background: var(--surface);
}

.s1e9b000 > .sf12b6bc {
  padding-block: 24px;
}

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

.s5bbe6e6 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.s599e6c8 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.sf31bbd6 {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.sd3cff6c {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 13px;
}

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

.sc13fa1b {
  max-width: 80ch;
}

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

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

  .s97164d0 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 24px;
    padding-bottom: 64px;
  }

  .s09a61a5 {
    position: sticky;
    top: 24px;
    padding-left: 24px;
    border-top: 0;
    border-left: 1px solid var(--border);
  }

  .s7244546:first-child {
    padding-top: 0;
  }

  .s1f959e4 {
    font-size: 26px;
  }

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

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

  .sddd13c0 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .s5ddb8c0 {
    flex-shrink: 0;
  }
}

@media (min-width: 1000px) {
  .sf12b6bc {
    padding-inline: 40px;
  }

  .s97164d0 {
    gap: 40px;
  }

  .s09a61a5 {
    padding-left: 24px;
  }

  .s097eafd {
    padding-block: 24px 16px;
  }

  .s832e9f5 {
    flex-basis: 48px;
    width: 48px;
    font-size: 17px;
  }

  .s959b5e1 {
    margin-left: 64px;
  }

  .s8fbf811 {
    font-size: 56px;
  }

  .s0cf7975 {
    font-size: 21px;
  }

  .s4b5d0c9:first-child .s0cf7975 {
    font-size: 28px;
    letter-spacing: -.035em;
  }
}

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

  .s09a61a5 {
    position: static;
  }

  .sa99b473 .sfdac225 {
    flex-direction: column;
  }

  .s9d722d7 {
    font-size: 36px;
  }
}

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

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

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

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