:root{
  --bg:#111613; --surface:#18201b; --elevated:#202b24;
  --text:#f0f2ea; --muted:#adb9ae; --border:#3e5043;
  --accent:#77d5a4; --accent-ink:#102319;
  --font-display:"Newsreader", Georgia, serif;
  --font-body:"Public Sans", system-ui, sans-serif;
  --radius:0px;
  --maxw:1120px;
  --gap:1.5rem;
  --pad-section:4.5rem;
  --lh:1.7;
  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 .s184ab78 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}
.sc0506cb{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s6d1895e{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}
.s6d1895e:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.s240ef02{font-size:1.11rem; line-height:1.75; color:var(--text)}
.s240ef02 > *{max-width:68ch}
.s240ef02 h2{font-size:1.55rem; margin-top:1.9em}
.s240ef02 h3{font-size:1.22rem; margin-top:1.5em}
.s240ef02 a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.s240ef02 a:hover{text-decoration-thickness:2px}
.s240ef02 ul,.s240ef02 ol{padding-left:1.3em; margin:0 0 1.2em}
.s240ef02 li{margin:.35em 0}
.s240ef02 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)}
.s240ef02 img{border-radius:var(--radius); margin:1.6em 0}
.s240ef02 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}
.s240ef02 hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.s240ef02 table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.s240ef02 th,.s240ef02 td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.s70f3006{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: #111613;
  --surface: #18201B;
  --elevated: #202B24;
  --text: #F0F2EA;
  --muted: #ADB9AE;
  --border: #3E5043;
  --accent: #77D5A4;
  --accent-ink: #102319;
  --radius: 0px;
  --maxw: 1120px;
  color-scheme: dark;
}

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

html {
  background: var(--bg);
  text-size-adjust: 100%;
  -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;
  min-width: 0;
}

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

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

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

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

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

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

.s1a6902b {
  width: 100%;
  max-width: min(768px, var(--maxw));
  margin-inline: auto;
  padding-inline: 24px;
  min-width: 0;
}

.sae07ff5 {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.s57e86db {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  text-decoration: none;
}

.sd240153 {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.08em;
  padding-right: 2px;
}

.s30a44ea {
  width: 24px;
  font-size: 13px;
}

.s972f2e3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

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

.s21fef87 {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.s7a0b342,
.sedba115 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.06;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.s7a0b342 {
  font-size: clamp(36px, 6vw, 48px);
}

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

.sad32d43 {
  padding: 0;
  list-style: none;
  counter-reset: cb-story;
}

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

.s6b90819::before {
  content: counter(cb-story, decimal-leading-zero);
  position: absolute;
  inset-inline-start: 0;
  top: 16px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}

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

.sb198eb1,
.s945a457 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.s266ea72 {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.s266ea72 a,
.s5801457 a {
  text-decoration: none;
}

.s266ea72 a:hover,
.s5801457 a:hover {
  text-decoration: underline;
}

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

.sf19c9ed > .s6b90819:first-child {
  border-top-color: var(--accent);
}

.sf19c9ed > .s6b90819:first-child .s266ea72 {
  font-size: 32px;
}

.sf19c9ed > .s6b90819:first-child::before {
  color: var(--accent);
}

.sba6fe46,
.s5aa0ee3 {
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.s2adfa76 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.sedba115 {
  margin-top: 24px;
  font-size: clamp(40px, 7vw, 60px);
}

.s3c07381 {
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

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

.s25aa700 {
  margin-top: 24px;
  background: var(--surface);
}

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

.s240ef02 {
  max-width: 68ch;
  min-width: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.sc36081b,
.s5cb287e {
  margin-top: 40px;
}

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

.s240ef02 h2,
.s240ef02 h3,
.s240ef02 h4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-wrap: balance;
}

.s240ef02 h2 {
  margin-top: 40px;
  font-size: 34px;
}

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

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

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

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

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

.s240ef02 strong {
  font-weight: 700;
}

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

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

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

.s240ef02 blockquote {
  margin-inline: 0;
  padding: 8px 0 8px 24px;
  border-inline-start: 2px solid var(--accent);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.45;
}

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

.s240ef02 figure {
  margin-inline: 0;
}

.s240ef02 figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

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

.s240ef02 code,
.s240ef02 pre {
  font-family: var(--font-body);
  font-size: 0.9em;
  background: var(--surface);
}

.s240ef02 code {
  padding: 4px;
}

.s240ef02 pre {
  max-width: 100%;
  padding: 16px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  border: 1px solid var(--border);
}

.s240ef02 pre code {
  padding: 0;
  background: transparent;
}

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

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

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

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

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

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

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

.s1aa0569 {
  font-size: 13px;
}

.se01d6d8 {
  margin-top: 40px;
}

.s1ba4414 {
  margin-top: 16px;
}

.s5801457 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.saff3cb1 {
  margin-top: 40px;
}

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

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

.se57cd3b {
  margin-top: 64px;
}

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

.s7d73527::before {
  content: "";
  display: block;
  margin-bottom: 24px;
  border-top: 1px solid var(--border);
}

.s1a07dc0 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1.2;
  text-decoration: none;
}

.sb2ca118,
.scf57569 {
  margin-top: 24px;
}

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

.sf79bbea a {
  display: inline-block;
  padding-block: 4px;
}

.scf57569 .sf79bbea {
  margin-top: 8px;
}

.s58f1957,
.s7fcf960 {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.s58f1957 {
  margin-top: 24px;
}

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

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

  .sae07ff5 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .s6b90819 {
    padding-inline-start: 40px;
  }

  .s266ea72 {
    font-size: 24px;
  }

  .sf19c9ed > .s6b90819:first-child .s266ea72 {
    font-size: 28px;
  }

  .sedba115 {
    font-size: 40px;
  }

  .s2b2fdd7 {
    gap: 4px 8px;
  }

  .s3c07381 {
    font-size: 17px;
  }

  .s240ef02 blockquote {
    padding-inline-start: 16px;
    font-size: 23px;
  }

  .s240ef02 th,
  .s240ef02 td {
    padding-inline: 8px;
  }

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

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