:root{
  --bg:#edf0f5; --surface:#f8f9fc; --elevated:#ffffff;
  --text:#17202f; --muted:#505a6c; --border:#bbc3d0;
  --accent:#43318d; --accent-ink:#ffffff;
  --font-display:"Newsreader", Georgia, serif;
  --font-body:"IBM Plex 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 .sbd99f74 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}
.s250272e{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s8ee7ee8{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}
.s8ee7ee8:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

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

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

html {
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

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

a:hover {
  color: var(--accent);
}

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

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

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

.s250272e,
.se5ab452,
.s20d3e74,
.s51042e1,
.s33ae9db,
.s4ce2279,
.sdd7c372 {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 16px;
}

.se5ab452 > *,
.s63ed243 > *,
.sec63c13 > *,
.s718f97d > *,
.sb1dd98e > * {
  min-width: 0;
}

.s079523c,
.sdbe70cd,
.s1e1ee5f,
.s276201b,
.s420c385,
.sec69716,
.s098869d {
  overflow-wrap: anywhere;
}

.s90d0b25 {
  border-bottom: 1px solid var(--border);
}

.se5ab452 {
  display: grid;
  gap: 16px;
  padding-block: 24px;
}

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

.s72a9402 {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  aspect-ratio: 1;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.s079523c {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.s664cb01 {
  display: block;
  padding-top: 8px;
  border-top: 3px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s5b400dd {
  font-size: 12px;
  letter-spacing: 0.025em;
  text-transform: none;
}

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

.s20d3e74 {
  padding-top: 24px;
  padding-bottom: 40px;
}

.s8f0e48b {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-bottom: 16px;
}

.sa199e44 {
  max-width: 48ch;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

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

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

.s9df1dfd {
  min-width: 0;
}

.s9df1dfd .s664cb01 {
  margin-bottom: 8px;
}

.sdbe70cd {
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.sdbe70cd a,
.s420c385 a,
.sec69716 a {
  text-decoration: none;
}

.sdbe70cd a:hover,
.s420c385 a:hover,
.sec69716 a:hover {
  text-decoration: underline;
}

.s4947ad7 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

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

.sec63c13 {
  display: grid;
  gap: 16px 24px;
  grid-column: 1 / -1;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.sec63c13 .sdbe70cd {
  max-width: 25ch;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.sec63c13 .s4947ad7 {
  max-width: 60ch;
  font-size: 17px;
  line-height: 1.55;
}

.scb4637e {
  align-self: start;
  background: var(--surface);
}

.s3697397 {
  display: grid;
  gap: 16px 24px;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.s3697397 .s664cb01 {
  width: fit-content;
}

.s59a9e43,
.s84bd653 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.5;
}

.s59a9e43 {
  color: var(--muted);
}

.s51042e1 {
  padding-block: 40px;
}

.se93a08e {
  max-width: 960px;
  margin-inline: auto;
}

.se93a08e > .s664cb01 {
  width: fit-content;
  margin-bottom: 16px;
}

.s1e1ee5f {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.s1a6097f {
  max-width: 66ch;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
}

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

.sd95281b {
  max-width: 960px;
  margin: 24px auto 0;
}

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

.s7d13314 {
  max-width: 68ch;
  margin: 40px auto 0;
  font-size: 18px;
}

.s098869d {
  max-width: 68ch;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
}

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

.s098869d h2,
.s098869d h3,
.s098869d h4 {
  color: var(--text);
  text-wrap: balance;
}

.s098869d h2 {
  margin-top: 40px;
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.s098869d h3 {
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.s098869d h4 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

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

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

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

.s098869d a:hover,
.s368e294 a:hover {
  text-decoration-thickness: 2px;
}

.s098869d strong {
  font-weight: 600;
}

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

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

.s098869d li > ul,
.s098869d li > ol {
  margin-top: 8px;
}

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

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

.s098869d figure {
  margin-inline: 0;
}

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

.s098869d pre,
.s098869d code,
.s098869d kbd,
.s098869d samp {
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
}

.s098869d code,
.s098869d kbd,
.s098869d samp {
  padding: 0 4px;
  background: var(--surface);
  font-size: 0.9em;
  overflow-wrap: anywhere;
}

.s098869d pre {
  max-width: 100%;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.s098869d pre code {
  padding: 0;
  font-size: inherit;
}

.s098869d table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

.s098869d caption {
  margin-bottom: 8px;
  text-align: left;
  font-weight: 600;
}

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

.s098869d th {
  background: var(--surface);
  font-weight: 600;
}

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

.s098869d dt {
  font-weight: 600;
}

.s098869d dd {
  margin: 8px 0 16px;
}

.s5c4c607,
.s4ec875f {
  margin-top: 40px;
}

.s5c4c607 .s664cb01,
.s4ec875f .s664cb01 {
  margin-bottom: 16px;
}

.sec69716 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec69716 li {
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.sec69716 li:first-child {
  padding-top: 0;
}

.s33ae9db,
.s4ce2279 {
  padding-block: 40px;
}

.sbd2e7a4 {
  margin-bottom: 24px;
}

.s276201b {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.04em;
}

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

.s95317ad {
  border-top: 1px solid var(--border);
}

.s718f97d {
  display: grid;
  gap: 8px 24px;
  padding-block: 24px;
  border-bottom: 1px solid var(--border);
}

.se2fbecf {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

.sad28521 {
  max-width: 840px;
}

.sad28521 .s664cb01 {
  width: fit-content;
  margin-bottom: 8px;
}

.s420c385 {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.s614259c {
  max-width: 72ch;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.55;
}

.s4ce2279 {
  max-width: 840px;
}

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

.s4ce2279 .s098869d {
  margin-inline: auto;
}

.s368e294 {
  grid-column: 1 / -1;
  padding-block: 24px;
}

.s368e294 h2 {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
}

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

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

.sdd7c372 {
  padding-block: 40px 24px;
}

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

.s8020114 {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.s22e45e9 .s664cb01 {
  margin-bottom: 8px;
}

.sb7fd6e5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sb7fd6e5 a {
  display: inline-block;
  padding-block: 4px;
  font-size: 14px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

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

.sb9e1bc2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 40px;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.sb5004b9 {
  max-width: 80ch;
}

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

@media (min-width: 641px) {
  .s250272e,
  .se5ab452,
  .s20d3e74,
  .s51042e1,
  .s33ae9db,
  .s4ce2279,
  .sdd7c372 {
    padding-inline: 24px;
  }

  .se5ab452 {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 24px;
    align-items: center;
  }

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

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

  .sec63c13 .s90a7df0:only-child {
    grid-column: 1 / -1;
  }

  .s3697397 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    align-items: baseline;
  }

  .s718f97d {
    grid-template-columns: 144px minmax(0, 1fr);
  }

  .se2fbecf {
    padding-top: 8px;
  }

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

  .sb7fd6e5 {
    display: grid;
    gap: 4px;
  }
}

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

  .sa199e44 {
    font-size: 20px;
  }

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

  .sec63c13 .s90a7df0:only-child .sdbe70cd {
    max-width: 32ch;
  }
}

@media (max-width: 640px) {
  .se5ab452,
  .s63ed243,
  .sec63c13,
  .s3697397,
  .s718f97d,
  .sb1dd98e {
    grid-template-columns: minmax(0, 1fr);
  }

  .s099a893 {
    font-size: 12px;
    line-height: 1.45;
  }

  .se5ab452 {
    padding-block: 16px;
  }

  .sdbe70cd {
    font-size: 26px;
  }

  .s4947ad7 {
    font-size: 16px;
  }

  .s51042e1,
  .s33ae9db,
  .s4ce2279 {
    padding-top: 24px;
  }

  .s1a6097f {
    font-size: 17px;
  }

  .s7d13314 {
    margin-top: 24px;
  }

  .s098869d blockquote {
    padding: 16px;
    font-size: 23px;
  }

  .sb1dd98e {
    gap: 24px;
  }
}

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

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

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

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