:root{
  --bg:#211e1c; --surface:#292522; --elevated:#332d29;
  --text:#f5efe6; --muted:#bdb2a7; --border:#64584f;
  --accent:#f4947d; --accent-ink:#211e1c;
  --font-display:"Source Serif 4", Georgia, serif;
  --font-body:"Public Sans", system-ui, sans-serif;
  --radius:0px;
  --maxw:1280px;
  --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 .s1992b39 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}
.sb8d1a4d{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s1f7a09a{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}
.s1f7a09a:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.sc7b85a4{font-size:1.11rem; line-height:1.75; color:var(--text)}
.sc7b85a4 > *{max-width:68ch}
.sc7b85a4 h2{font-size:1.55rem; margin-top:1.9em}
.sc7b85a4 h3{font-size:1.22rem; margin-top:1.5em}
.sc7b85a4 a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.sc7b85a4 a:hover{text-decoration-thickness:2px}
.sc7b85a4 ul,.sc7b85a4 ol{padding-left:1.3em; margin:0 0 1.2em}
.sc7b85a4 li{margin:.35em 0}
.sc7b85a4 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)}
.sc7b85a4 img{border-radius:var(--radius); margin:1.6em 0}
.sc7b85a4 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}
.sc7b85a4 hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.sc7b85a4 table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.sc7b85a4 th,.sc7b85a4 td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.s59e295c{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: #211E1C;
  --surface: #292522;
  --elevated: #332D29;
  --text: #F5EFE6;
  --muted: #BDB2A7;
  --border: #64584F;
  --accent: #F4947D;
  --accent-ink: #211E1C;
  --radius: 0px;
  --maxw: 1280px;
}

*,
*::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;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

main {
  display: block;
}

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

h1,
h2,
h3,
h4 {
  text-wrap: pretty;
}

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

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

a:focus-visible,
[tabindex]:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

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

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

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

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

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

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

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

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

.sc842599 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5.6vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.s3fe7410 {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.s68592de {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  padding-top: 24px;
  padding-bottom: 64px;
}

.s2248bfc,
.s4fab22e,
.s0bc8e89,
.s0d2641f > * {
  min-width: 0;
}

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

.s4bf8395,
.s91a7b0e,
.s7b3ee8a {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.s4bf8395,
.s91a7b0e {
  color: var(--accent);
}

.s4bf8395 {
  margin-bottom: 8px;
}

.sd1340fa {
  max-width: 38ch;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.sb417ca5,
.s47c27bf {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.8vw, 60px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

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

.sc0f5eb8 {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: sl-dispatch-number;
}

.s5b1818a {
  position: relative;
  counter-increment: sl-dispatch-number;
  padding: 16px 0 16px 40px;
  border-bottom: 1px solid var(--border);
}

.s5b1818a::before {
  content: counter(sl-dispatch-number, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 0;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  font-variant-numeric: lining-nums tabular-nums;
}

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

.s0bc8e89 {
  flex: 1 1 0;
}

.s91a7b0e {
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}

.s1161fd1 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.s1161fd1 a,
.s07e2a34 a,
.s9566eba a {
  text-decoration: none;
}

.s1161fd1 a:hover,
.s07e2a34 a:hover,
.s9566eba a:hover {
  text-decoration: underline;
}

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

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

.s5f296dc .s6b6607d {
  margin-top: 8px;
}

.s6b6607d > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.s1d534f1 {
  flex: 0 0 64px;
  margin-top: 4px;
  background: var(--surface);
}

.s5b1818a:first-child {
  padding-top: 24px;
  padding-left: 64px;
  padding-bottom: 24px;
}

.s5b1818a:first-child::before {
  top: 24px;
  color: var(--accent);
  font-size: 52px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.s5b1818a:first-child .s5f296dc {
  flex-wrap: wrap;
}

.s5b1818a:first-child .s0bc8e89 {
  flex-basis: 100%;
}

.s5b1818a:first-child .s1161fd1 {
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.s5b1818a:first-child .s1d534f1 {
  flex-basis: 100%;
  max-width: 240px;
}

.s5b1818a:first-child .sa1089e6 {
  font-size: 16px;
  line-height: 1.55;
}

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

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

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

.sb6d5665 p,
.sc3e5e69 {
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.s6b06f8d,
.s07e2a34,
.sb90dad8,
.s9566eba,
.s4761e65 {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.s6b06f8d a {
  display: inline-block;
  padding-block: 4px;
  text-decoration: underline;
  text-decoration-color: var(--border);
}

.s6b06f8d a:hover {
  text-decoration-color: var(--accent);
}

.s07e2a34 li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.s07e2a34 .s6b6607d {
  margin-bottom: 4px;
}

.s07e2a34 a {
  display: block;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  overflow-wrap: anywhere;
}

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

.s36a37e2 h2 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.s36a37e2 p {
  max-width: 54ch;
  color: var(--muted);
}

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

.sbca26b7 {
  margin-bottom: 24px;
}

.sbca26b7 > .s91a7b0e {
  margin-bottom: 16px;
}

.scb45234 {
  max-width: 60ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

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

.s5fed892 {
  margin: 0 0 40px;
  background: var(--surface);
}

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

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

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

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

.sc7b85a4 h2,
.sc7b85a4 h3,
.sc7b85a4 h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

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

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

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

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

.sc7b85a4 a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

.sc7b85a4 strong {
  font-weight: 700;
}

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

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

.sc7b85a4 li > p + p {
  margin-top: 16px;
}

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

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

.sc7b85a4 blockquote cite {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
}

.sc7b85a4 figure {
  margin-inline: 0;
}

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

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

.sc7b85a4 code,
.sc7b85a4 pre {
  font-family: var(--font-body);
  font-size: 0.875em;
  font-variant-numeric: tabular-nums;
}

.sc7b85a4 code {
  padding-inline: 4px;
  background: var(--elevated);
}

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

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

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

.sc7b85a4 caption {
  margin-bottom: 8px;
  color: var(--muted);
  text-align: left;
}

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

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

.sc7b85a4 dt {
  font-weight: 700;
}

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

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

.s470bebf .s7b3ee8a {
  margin-bottom: 8px;
}

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

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

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

.sba44b2b {
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

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

.s9566eba a {
  display: block;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.s8a53a0e .sad9d5b3 {
  margin-bottom: 24px;
}

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

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

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

.s498d7d6 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.scc05d04 p {
  max-width: 36ch;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

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

.s4761e65 a {
  display: inline-block;
  padding-block: 4px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

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

.s65a32ad {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.sf7a16fa {
  max-width: 85ch;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

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

@media (min-width: 641px) {
  .sb8d1a4d,
  .s157fe0a,
  .s838f363 {
    padding-inline: 24px;
  }

  .s68592de {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    column-gap: 24px;
  }

  .s3fe7410 {
    margin-left: 56px;
    font-size: 13px;
  }

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

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

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

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

@media (min-width: 1000px) {
  .sb8d1a4d,
  .s157fe0a,
  .s838f363 {
    padding-inline: 40px;
  }

  .s157fe0a {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s68592de {
    column-gap: 40px;
  }

  .s4fab22e {
    padding-left: 24px;
  }

  .s1161fd1 {
    font-size: 23px;
  }

  .s1d534f1 {
    flex-basis: 88px;
  }

  .s5b1818a:first-child {
    padding-left: 88px;
  }

  .s5b1818a:first-child::before {
    font-size: 76px;
  }

  .s5b1818a:first-child .s5f296dc {
    flex-wrap: nowrap;
  }

  .s5b1818a:first-child .s0bc8e89 {
    flex: 1 1 0;
  }

  .s5b1818a:first-child .s1161fd1 {
    font-size: 44px;
  }

  .s5b1818a:first-child .s1d534f1 {
    flex: 0 0 26%;
    max-width: 160px;
  }

  .s65a32ad {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
  }
}

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

  .s4fab22e {
    position: static;
  }

  .s47c27bf {
    font-size: 38px;
  }

  .scb45234 {
    font-size: 18px;
  }

  .s5b1818a:first-child .s1d534f1 {
    flex: 0 0 88px;
    max-width: 88px;
  }

  .sb6d5665:last-child {
    border-bottom: 0;
  }

  .se9365b0 .s7b3ee8a {
    margin-bottom: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  :root {
    color-scheme: light;
    --bg: #FFFFFF;
    --surface: #FFFFFF;
    --elevated: #EEEEEE;
    --text: #111111;
    --muted: #444444;
    --border: #777777;
    --accent: #833D2C;
    --accent-ink: #FFFFFF;
  }

  .s68592de {
    display: block;
  }

  .s4fab22e {
    position: static;
    margin-top: 40px;
    padding-left: 0;
    border-left: 0;
  }

  .s47c27bf {
    font-size: 40px;
  }

  .s5b1818a,
  .s5fed892,
  .sb6d5665 {
    break-inside: avoid;
  }

  .sc7b85a4 {
    max-width: none;
  }

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

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