:root{
  --bg:#111115; --surface:#19191f; --elevated:#23232c;
  --text:#f3f2f7; --muted:#aeadb9; --border:#3d3c48;
  --accent:#4930a3; --accent-ink:#ffffff;
  --font-display:"Space Grotesk", system-ui, sans-serif;
  --font-body:"Hanken Grotesk", system-ui, sans-serif;
  --radius:4px;
  --maxw:1120px;
  --gap:1.05rem;
  --pad-section:3rem;
  --lh:1.62;
  color-scheme:dark;
}

*,*::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 .sddcc30f 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}
.s3e55f2e{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s45e8142{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}
.s45e8142:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.s823bcb2{font-size:1.11rem; line-height:1.75; color:var(--text)}
.s823bcb2 > *{max-width:68ch}
.s823bcb2 h2{font-size:1.55rem; margin-top:1.9em}
.s823bcb2 h3{font-size:1.22rem; margin-top:1.5em}
.s823bcb2 a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.s823bcb2 a:hover{text-decoration-thickness:2px}
.s823bcb2 ul,.s823bcb2 ol{padding-left:1.3em; margin:0 0 1.2em}
.s823bcb2 li{margin:.35em 0}
.s823bcb2 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)}
.s823bcb2 img{border-radius:var(--radius); margin:1.6em 0}
.s823bcb2 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}
.s823bcb2 hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.s823bcb2 table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.s823bcb2 th,.s823bcb2 td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.s522d8ed{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0}

:root {
  color-scheme: dark;
  --bg: #111115;
  --surface: #19191F;
  --elevated: #23232C;
  --text: #F3F2F7;
  --muted: #AEADB9;
  --border: #3D3C48;
  --accent: #4930A3;
  --accent-ink: #FFFFFF;
  --radius: 4px;
  --maxw: 1120px;
}

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

html {
  background: var(--bg);
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 24px;
}

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

main {
  display: block;
  min-width: 0;
}

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

.sad3b7d3 {
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
  padding-inline: 24px;
}

.s3e55f2e > .sad3b7d3 {
  padding-inline: 0;
  max-width: 720px;
}

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

a:hover {
  text-decoration: underline;
}

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

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

h1 {
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

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

.s83959f2 {
  padding-block: 24px;
}

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

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

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

.s89225f1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 5.6vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.065em;
  overflow-wrap: anywhere;
}

.s9993777 {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.sb81d385 {
  flex: 0 0 auto;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

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

.s1517aaa {
  padding-bottom: 24px;
}

.s1517aaa h1 {
  font-size: clamp(32px, 5.4vw, 44px);
}

.s9255854 {
  margin-top: 8px;
  max-width: 64ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.s9681b09 {
  list-style: none;
  counter-reset: od-report;
  margin: 0;
  padding: 0;
}

.sccfa2ea {
  position: relative;
  counter-increment: od-report;
  padding: 16px 0 16px 40px;
  border-top: 1px solid var(--border);
  min-width: 0;
}

.sccfa2ea::before {
  content: counter(od-report, decimal-leading-zero);
  position: absolute;
  inset-inline-start: 0;
  top: 16px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 24px;
  font-variant-numeric: tabular-nums;
}

.s7cba974 {
  min-width: 0;
}

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

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

.s8991c19 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.03em;
}

.s8991c19 a {
  text-decoration: none;
}

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

.s5ffd1db {
  margin-top: 8px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.sbb278cd > .sccfa2ea:first-child .s8991c19 {
  font-size: clamp(28px, 4.6vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.s938597e {
  display: block;
  margin: 16px 0 8px -40px;
}

.s4ffdddd {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--surface);
}

.se82dfac {
  border-top: 1px solid var(--border);
  padding-block: 24px;
  color: var(--muted);
  font-size: 17px;
}

.saec407e,
.se2fae50 {
  margin-bottom: 40px;
}

.saec407e > .s9993777,
.se2fae50 > .s9993777 {
  margin-bottom: 16px;
}

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

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

.se00916d > span:first-child {
  color: var(--text);
  font-weight: 600;
}

.s868cef3 {
  margin-bottom: 40px;
}

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

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

.s823bcb2 h2 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.s823bcb2 h3 {
  margin-top: 24px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

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

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

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

.s823bcb2 a {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

.s823bcb2 strong {
  font-weight: 700;
}

.s823bcb2 ul,
.s823bcb2 ol {
  padding-inline-start: 24px;
}

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

.s823bcb2 li::marker {
  color: var(--muted);
}

.s823bcb2 blockquote {
  margin-inline: 0;
  padding: 8px 0 8px 24px;
  border-inline-start: 2px solid var(--border);
  font-size: 21px;
  line-height: 1.6;
}

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

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

.s823bcb2 figure {
  margin-inline: 0;
}

.s823bcb2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

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

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

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

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

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

.s823bcb2 code,
.s823bcb2 kbd {
  padding: 0 4px;
  border-radius: var(--radius);
  background: var(--elevated);
  font-size: 0.9em;
}

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

.s823bcb2 pre code {
  padding: 0;
  background: transparent;
  font-size: inherit;
}

.s823bcb2 dt {
  margin-top: 16px;
  font-weight: 700;
}

.s823bcb2 dd {
  margin: 8px 0 0 24px;
}

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

.s566563c {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sc73e590 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.sc73e590 li {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.sc9902c0 {
  margin-top: 40px;
}

.sf241372 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.sd124743 {
  display: block;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.s72ea429 {
  margin-top: 64px;
  padding-bottom: 40px;
}

.s72ea429 > .sad3b7d3 {
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.sedcf2b5 {
  display: inline-block;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.saa35a97 {
  margin-top: 16px;
}

.se1aea50 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
}

.se1aea50 li {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.se1aea50 a {
  display: inline-block;
  padding-block: 4px;
  text-decoration: underline;
}

.s582cf74 {
  margin-top: 24px;
}

.s582cf74 .se1aea50 {
  margin-top: 8px;
}

.secc5f06,
.s67d358b {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.secc5f06 {
  margin-top: 24px;
}

.s67d358b {
  margin-top: 16px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 640px) {
  .sad3b7d3,
  .s3e55f2e {
    padding-inline: 16px;
  }

  .s83959f2 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .s83959f2 > .sad3b7d3 {
    padding-bottom: 16px;
  }

  .s555b590 {
    gap: 8px;
  }

  .s89225f1 {
    font-size: clamp(26px, 8vw, 38px);
  }

  .sb81d385 {
    font-size: 12px;
  }

  .sa7b3451 {
    font-size: 12px;
  }

  .sdeba117 {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .s8991c19 {
    font-size: 22px;
  }

  .saec407e,
  .se2fae50,
  .s868cef3 {
    margin-bottom: 24px;
  }

  .se7724da {
    font-size: 18px;
  }

  .se00916d {
    gap: 8px 16px;
  }

  .s823bcb2 h2 {
    font-size: 27px;
  }

  .s823bcb2 blockquote {
    padding-inline-start: 16px;
    font-size: 20px;
  }

  .s72ea429 {
    margin-top: 40px;
  }

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

@media print {
  :root {
    color-scheme: light;
    --bg: #FFFFFF;
    --surface: #F1F1F1;
    --elevated: #E7E7E7;
    --text: #111111;
    --muted: #444444;
    --border: #777777;
  }

  body {
    font-size: 12pt;
  }

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

  .s9993777 {
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text);
  }

  .s4ffdddd,
  .s823bcb2 figure,
  .s823bcb2 blockquote {
    break-inside: avoid;
  }

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

  a {
    text-decoration: underline;
  }
}

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

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

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

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