:root{
  --bg:#eef1f4; --surface:#ffffff; --elevated:#e4e8ed;
  --text:#0e1621; --muted:#505b69; --border:#d6dce3;
  --accent:#b93d0b; --accent-ink:#ffffff;
  --font-display:"Sora", system-ui, sans-serif;
  --font-body:"DM Sans", system-ui, sans-serif;
  --font-mono:"Azeret Mono", ui-monospace, Menlo, monospace;
  --radius:10px;
  --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}

:where(main figure img, main .s0151877 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}
.sb013a1c{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s6283550{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}
.s6283550:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

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

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

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

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

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

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

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

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

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

.s7880f47 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--text);
  text-decoration: none;
}

.s0210e5c {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.se6abca2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.s9a48bf2 p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

@media (min-width: 880px) {
  .sad5a8c0 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: baseline;
    gap: 24px;
  }

  .s9a48bf2 {
    justify-self: end;
    text-align: right;
  }
}

.s4d857d8 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}

.s4d857d8 time {
  font-weight: 600;
}

.s8358430 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.s8358430::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.sa410ef2 {
  display: grid;
  gap: 16px;
}

.s606e6df {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.s313b64b {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 24px;
  background: var(--surface);
  border-radius: var(--radius);
}

.s902d048 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.s902d048 a {
  color: var(--text);
  text-decoration: none;
}

.s902d048 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.s9feb024 {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

.s8450c6c {
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.s0151877 {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--elevated);
}

.s7841074 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 24ch;
  padding: 24px;
}

.s8450c6c .s902d048 {
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.s8450c6c .s9feb024 {
  max-width: 60ch;
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .s7841074 {
    padding: 40px;
  }
}

@media (min-width: 720px) and (max-width: 1023px) {
  .s8450c6c:has(.sf6d499a) {
    display: grid;
    grid-template-columns: minmax(24ch, 7fr) minmax(0, 5fr);
  }

  .s8450c6c:has(.sf6d499a) .s7841074 {
    grid-column: 1;
    grid-row: 1;
  }

  .s8450c6c:has(.sf6d499a) .sf6d499a {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 24px 24px 24px 0;
  }

  .s8450c6c:has(.sf6d499a) .s0151877 {
    border-radius: calc(var(--radius) - 4px);
  }
}

.s4891715 .s902d048 {
  font-size: 21px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .s606e6df {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

@media (min-width: 1024px) {
  .sa410ef2 {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .sa410ef2 > .s8450c6c:only-child,
  .sa410ef2 > .s01af17f {
    grid-column: 1 / -1;
  }

  .s606e6df {
    grid-auto-rows: 1fr;
  }

  .s8450c6c:only-child:has(.sf6d499a) {
    display: grid;
    grid-template-columns: minmax(24ch, 7fr) minmax(0, 5fr);
  }

  .s8450c6c:only-child:has(.sf6d499a) .s7841074 {
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
  }

  .s8450c6c:only-child:has(.sf6d499a) .sf6d499a {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 24px 24px 24px 0;
  }

  .s8450c6c:only-child:has(.sf6d499a) .s0151877 {
    border-radius: calc(var(--radius) - 4px);
  }
}

.s92dee2f {
  margin-top: 16px;
  padding-inline: 16px;
  background: var(--surface);
  border-radius: var(--radius);
}

.sef8b5b8 {
  gap: 4px;
  padding: 16px 0;
  background: none;
  border-radius: 0;
  border-top: 1px solid var(--border);
}

.sef8b5b8:first-child {
  border-top: 0;
}

.sef8b5b8 .s902d048 {
  font-size: 18px;
  line-height: 1.3;
}

.s92dee2f > .s01af17f {
  padding: 24px 0;
  background: none;
}

.s99bd9cd {
  margin-top: 0;
}

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

@media (min-width: 880px) {
  .sef8b5b8 {
    display: grid;
    grid-template-columns: 11rem minmax(24ch, 5fr) minmax(0, 6fr);
    column-gap: 24px;
    align-items: baseline;
  }
}

.s01af17f {
  margin: 0;
  padding: 24px;
  font-size: 15px;
  color: var(--muted);
  background: var(--surface);
  border-radius: var(--radius);
}

.s834cc36 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 40px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.s4347495 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-inline: auto;
}

.s843cd96 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding-inline: 8px;
  border-radius: calc(var(--radius) - 2px);
  color: var(--text);
  text-decoration: none;
}

a.s843cd96:hover {
  background: var(--surface);
}

.s843cd96.sd66ff1f {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 600;
}

.s69ba25b {
  padding: 8px 16px;
  background: var(--surface);
  border-radius: var(--radius);
  color: var(--text);
  text-decoration: none;
}

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

.s0dd16b8 {
  padding-block: 40px 0;
}

.s702c65e {
  display: grid;
  gap: 16px;
  max-width: 900px;
}

.s29fbc6f {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.s397bb92 {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.5;
  color: var(--muted);
}

.s619d60f {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 14px;
}

.s11f0920 {
  font-weight: 600;
}

.sa3c6348 {
  margin: 40px 0 0;
}

.sa3c6348 .s0151877 {
  border-radius: var(--radius);
}

.sab41931 {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .sab41931 {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 64px;
  }

  .s824f9a8 {
    position: sticky;
    top: 24px;
    align-self: start;
  }
}

.s824f9a8 {
  padding: 24px;
  background: var(--surface);
  border-radius: var(--radius);
}

.s17f51a7 {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.s06ae5db li + li {
  border-top: 1px solid var(--border);
}

.s06ae5db a {
  display: block;
  padding-block: 16px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--text);
  text-decoration: none;
}

.s06ae5db a:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 4px;
}

.sd6ad5e2 {
  min-width: 0;
  max-width: 68ch;
  font-size: 18px;
  line-height: 1.7;
}

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

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

.sd6ad5e2 p,
.sd6ad5e2 ul,
.sd6ad5e2 ol,
.sd6ad5e2 table,
.sd6ad5e2 pre,
.sd6ad5e2 figure {
  margin: 0 0 24px;
}

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

.sd6ad5e2 li + li {
  margin-top: 4px;
}

.sd6ad5e2 h2 {
  margin: 40px 0 16px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.sd6ad5e2 h3 {
  margin: 40px 0 8px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

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

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

.sd6ad5e2 strong {
  font-weight: 700;
}

.sd6ad5e2 blockquote {
  margin: 40px 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--accent);
  font-size: 20px;
  line-height: 1.55;
}

.sd6ad5e2 blockquote p:last-child {
  margin-bottom: 0;
}

.sd6ad5e2 code {
  padding: 2px 4px;
  font-family: var(--font-mono);
  font-size: 0.86em;
  background: var(--surface);
  border-radius: 4px;
}

.sd6ad5e2 pre {
  padding: 16px;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1.6;
  background: var(--surface);
  border-radius: var(--radius);
}

.sd6ad5e2 pre code {
  padding: 0;
  font-size: inherit;
  background: none;
}

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

.sd6ad5e2 figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: var(--muted);
}

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

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

.sd6ad5e2 th {
  font-weight: 600;
}

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

.s94a67c1 {
  padding-block: 40px 0;
}

.s8cc9d23 {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

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

.se1b3bc6 .s8cc9d23 {
  margin: 0;
}

.scf28aed {
  margin: 8px 0 0;
  max-width: 62ch;
  font-size: 17px;
  color: var(--muted);
}

.s26e7d18 {
  margin-top: 64px;
  padding-block: 40px;
  border-top: 1px solid var(--border);
}

.se229096 {
  display: grid;
  gap: 16px;
}

.sf925e33 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
  text-decoration: none;
}

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

.sab554c9 a {
  color: var(--text);
  text-decoration: none;
}

.sab554c9 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 4px;
}

.s32b678f {
  grid-column: 1 / -1;
  margin: 0;
  max-width: 80ch;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}

.s71fa46a {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

@media (min-width: 880px) {
  .se229096 {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    column-gap: 40px;
  }

  .sab554c9 {
    justify-self: end;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .s902d048 a,
  .s69ba25b,
  .s843cd96,
  .sd6ad5e2 a,
  .sab554c9 a,
  .s06ae5db a {
    transition: color 0.15s ease, background-color 0.15s ease;
  }
}

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

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

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

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