:root{
  --bg:#eef1f5; --surface:#f7f8fa; --elevated:#ffffff;
  --text:#18212e; --muted:#4e5868; --border:#b5bdc9;
  --accent:#5930b5; --accent-ink:#ffffff;
  --font-display:"Archivo Narrow", system-ui, sans-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 .sd08f6f2 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}
.s9f3b34b{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.sfaf0d18{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}
.sfaf0d18:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.sdae4430{font-size:1.11rem; line-height:1.75; color:var(--text)}
.sdae4430 > *{max-width:68ch}
.sdae4430 h2{font-size:1.55rem; margin-top:1.9em}
.sdae4430 h3{font-size:1.22rem; margin-top:1.5em}
.sdae4430 a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.sdae4430 a:hover{text-decoration-thickness:2px}
.sdae4430 ul,.sdae4430 ol{padding-left:1.3em; margin:0 0 1.2em}
.sdae4430 li{margin:.35em 0}
.sdae4430 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)}
.sdae4430 img{border-radius:var(--radius); margin:1.6em 0}
.sdae4430 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}
.sdae4430 hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.sdae4430 table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.sdae4430 th,.sdae4430 td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.sde685c3{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: #EEF1F5;
  --surface: #F7F8FA;
  --elevated: #FFFFFF;
  --text: #18212E;
  --muted: #4E5868;
  --border: #B5BDC9;
  --accent: #5930B5;
  --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;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

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;
}

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

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

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

.s2ce4461 {
  padding-top: 16px;
}

.s60e299d {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  padding-block: 16px;
  border-top: 2px solid var(--text);
  border-bottom: 1px solid var(--text);
}

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

.s11d72da {
  flex: 0 0 auto;
  padding: 4px 8px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.s9b631af {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.sefc2f08 {
  max-width: 32ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.sb353e79,
.s421bb52,
.sca4b342,
.s182d95b {
  padding-top: 24px;
  padding-bottom: 40px;
}

.s1cba170 {
  padding-bottom: 16px;
}

.s086a32e {
  max-width: 60ch;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

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

.sabe787c,
.s8c40beb,
.sc6ed441,
.s4648130,
.s78f695d > * {
  min-width: 0;
}

.sabe787c,
.s25a5cf1 {
  border-top: 2px solid var(--text);
}

.s0fe19d5 {
  display: flex;
  align-items: start;
  gap: 16px;
  padding-block: 16px;
  border-bottom: 1px solid var(--border);
}

.sc6ed441 {
  flex: 1 1 auto;
}

.s059fc27 {
  flex: 0 0 80px;
  width: 80px;
  margin-top: 4px;
}

.s18217e2 {
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.s1c8058f {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.s1c8058f a {
  text-decoration: none;
}

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

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

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

.sabe787c > .s0fe19d5:first-child .sc6ed441::before {
  content: "01";
  float: left;
  margin: 0 16px 8px 0;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.sabe787c > .s0fe19d5:first-child .sc6ed441 {
  display: flow-root;
}

.sabe787c > .s0fe19d5:first-child .s1c8058f {
  font-size: 32px;
  letter-spacing: -0.035em;
}

.sabe787c > .s0fe19d5:first-child .s059fc27 {
  display: none;
}

.s8c40beb {
  border-top: 2px solid var(--text);
}

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

.sc5996d4 {
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.s8c40beb p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.s8c40beb p + p {
  margin-top: 8px;
}

.s9d0d00d,
.s3dfd625,
.sc7a4486,
.sd196a52 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s9d0d00d li {
  padding-block: 4px;
  font-size: 14px;
}

.s2bd6846 {
  padding-bottom: 24px;
}

.s17ef02c,
.s33a55e9 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-wrap: balance;
}

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

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

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

.s3e669ec {
  padding-block: 24px;
}

.s3e669ec p {
  margin-bottom: 16px;
  color: var(--muted);
}

.sf967a4d {
  color: var(--accent);
}

.sc7347fb,
.s66f8d84 {
  max-width: 760px;
  margin-inline: auto;
}

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

.see8aae8 .s18217e2 {
  margin-bottom: 16px;
}

.s35617ce {
  margin-top: 16px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.sd1566bd {
  margin-top: 24px;
}

.se9f76db {
  margin-block: 24px;
}

.s2b3b215 {
  max-width: 68ch;
  margin-inline: auto;
}

.sc7347fb > .s2b3b215 {
  margin-top: 24px;
}

.sdae4430 {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
}

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

.sdae4430 h2,
.sdae4430 h3,
.sdae4430 h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

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

.sdae4430 h3 {
  margin-top: 24px;
  font-size: 25px;
}

.sdae4430 h4 {
  font-size: 21px;
}

.sdae4430 h2 + *,
.sdae4430 h3 + *,
.sdae4430 h4 + * {
  margin-top: 8px;
}

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

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

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

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

.sdae4430 blockquote {
  margin-inline: 0;
  padding: 8px 0 8px 24px;
  border-left: 2px solid var(--accent);
  color: var(--muted);
}

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

.sdae4430 figure {
  margin-inline: 0;
}

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

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

.sdae4430 code,
.sdae4430 kbd,
.sdae4430 samp {
  font-family: var(--font-body);
  font-size: 0.9em;
  font-variant-numeric: tabular-nums;
}

.sdae4430 :not(pre) > code {
  padding: 0 4px;
  background: var(--surface);
  border: 1px solid var(--border);
}

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

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

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

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

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

.sdae4430 > :last-child {
  margin-bottom: 0;
}

.s01c3819,
.s1966e1c {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.s3dfd625 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  color: var(--muted);
  font-size: 14px;
}

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

.sc7a4486 a {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

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

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

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

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

.s11b59fa {
  max-width: 60ch;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.sd196a52 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 14px;
}

.sd196a52 a {
  text-decoration: none;
}

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

.s08e499d {
  padding-block: 16px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

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

  .sdb70b06 {
    grid-template-columns: minmax(0, 3fr) minmax(180px, 1fr);
  }

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

  .s0fe19d5 {
    padding-block: 8px;
  }

  .sabe787c > .s0fe19d5:first-child {
    padding-block: 16px;
  }

  .sabe787c > .s0fe19d5:first-child .s1c8058f {
    font-size: 40px;
  }

  .sabe787c > .s0fe19d5:first-child .sc6ed441::before {
    font-size: 104px;
  }

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

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

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

  .sca4b342,
  .s182d95b {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}

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

  .s059fc27 {
    flex-basis: 120px;
    width: 120px;
  }

  .sabe787c > .s0fe19d5:first-child .s059fc27 {
    display: block;
  }

  .sabe787c > .s0fe19d5:first-child .s1c8058f {
    font-size: 44px;
  }
}

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

  .s60e299d {
    align-items: flex-start;
  }

  .sefc2f08 {
    max-width: none;
    width: 100%;
  }

  .s8c40beb {
    padding-left: 0;
    border-left: 0;
  }

  .s33a55e9 {
    font-size: 40px;
  }

  .s35617ce {
    font-size: 18px;
  }

  .s6fe8ccf {
    gap: 4px 8px;
  }
}

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

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

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

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