:root{
  --bg:#f6f2e9; --surface:#eee9df; --elevated:#fffcf5;
  --text:#252820; --muted:#626258; --border:#b9b5aa;
  --accent:#a6401b; --accent-ink:#ffffff;
  --font-display:"IBM Plex Mono", ui-monospace, Menlo, monospace;
  --font-body:"IBM Plex Sans", system-ui, sans-serif;
  --radius:0px;
  --maxw:1160px;
  --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 .s1b0c646 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}
.s66fe222{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.sa325efb{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}
.sa325efb:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.sef588bc{font-size:1.11rem; line-height:1.75; color:var(--text)}
.sef588bc > *{max-width:68ch}
.sef588bc h2{font-size:1.55rem; margin-top:1.9em}
.sef588bc h3{font-size:1.22rem; margin-top:1.5em}
.sef588bc a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.sef588bc a:hover{text-decoration-thickness:2px}
.sef588bc ul,.sef588bc ol{padding-left:1.3em; margin:0 0 1.2em}
.sef588bc li{margin:.35em 0}
.sef588bc 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)}
.sef588bc img{border-radius:var(--radius); margin:1.6em 0}
.sef588bc 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}
.sef588bc hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}
.sef588bc table{width:100%; border-collapse:collapse; font-size:.95em; margin:0 0 1.4em}
.sef588bc th,.sef588bc td{text-align:left; padding:.5em .6em; border-bottom:1px solid var(--border)}
.sd7aa077{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: #F6F2E9;
  --surface: #EEE9DF;
  --elevated: #FFFCF5;
  --text: #252820;
  --muted: #626258;
  --border: #B9B5AA;
  --accent: #A6401B;
  --accent-ink: #FFFFFF;
  --radius: 0px;
  --maxw: 1160px;
}

*,
*::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: 18px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

main {
  display: block;
  padding-block: 24px 64px;
}

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

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

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

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

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

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

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

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

.s2dfeb45 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.8vw, 60px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.065em;
}

.sf76bde2 {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.07em;
}

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

.s128feb6,
.s2c84505,
.sd962672 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.s128feb6 {
  padding-bottom: 16px;
}

.s570b9ee {
  max-width: 60ch;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.sb35e25b {
  flex-shrink: 0;
  display: inline-block;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.07em;
}

.s18083af {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: mw-report;
  border-top: 1px solid var(--text);
}

.s973ed66 {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  padding-block: 8px;
  border-bottom: 1px solid var(--border);
  counter-increment: mw-report;
}

.s973ed66::before {
  content: counter(mw-report, decimal-leading-zero);
  padding-top: 4px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1.6;
}

.s7e5cb6f {
  min-width: 0;
}

.sab870d0 {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
}

.s37269b1 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.s37269b1 a {
  text-decoration: none;
}

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

.s183bbd4 {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--muted);
}

.se5dc927 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
}

.s9d54009 > .s18083af > .s973ed66:first-child {
  padding-block: 16px;
}

.s9d54009 > .s18083af > .s973ed66:first-child .s37269b1 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.s9d54009 > .s18083af > .s973ed66:first-child .s183bbd4 {
  margin-top: 8px;
  font-size: 17px;
}

.s6552701 {
  max-width: 70ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
}

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

.s9f6ad40 {
  padding-bottom: 24px;
}

.s937be7e,
.s5173f33 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.06em;
}

.s039abb2 {
  max-width: 65ch;
  margin-top: 16px;
  color: var(--muted);
}

.sd03d24a,
.s78bb089,
.s7988875,
.sa00736a,
.s5f51afa > .s9f6ad40,
.s9599c2c {
  width: 100%;
  max-width: 68ch;
  margin-inline: auto;
}

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

.sd962672 .sb35e25b {
  margin-left: auto;
}

.s5173f33 {
  margin-bottom: 16px;
}

.s88dc108 {
  font-size: 20px;
  line-height: 1.5;
  color: var(--muted);
}

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

.s4c1b76b {
  max-width: 960px;
  margin: 24px auto 40px;
}

.s78bb089 {
  margin-top: 40px;
}

.sef588bc {
  font-size: 18px;
  line-height: 1.7;
}

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

.sef588bc h2,
.sef588bc h3,
.sef588bc h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.sef588bc h2 {
  margin-top: 40px;
  font-size: 28px;
  line-height: 1.25;
}

.sef588bc h3 {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.35;
}

.sef588bc h4 {
  font-size: 18px;
  line-height: 1.4;
}

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

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

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

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

.sef588bc blockquote {
  margin-inline: 0;
  padding: 8px 0 8px 24px;
  border-left: 2px solid var(--accent);
  font-size: 20px;
}

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

.sef588bc figure {
  margin-inline: 0;
}

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

.sef588bc code,
.sef588bc pre {
  font-family: var(--font-display);
  font-size: 0.85em;
}

.sef588bc code {
  overflow-wrap: anywhere;
}

.sef588bc pre {
  max-width: 100%;
  padding: 16px;
  overflow-x: auto;
  background: var(--surface);
  border: 1px solid var(--border);
  line-height: 1.6;
}

.sef588bc pre code {
  font-size: inherit;
}

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

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

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

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

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

.s79845c3 {
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.s467ad18 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--muted);
}

.sa00736a {
  margin-top: 40px;
}

.sda2c80e .s973ed66 {
  padding-block: 16px;
}

.s69de6ce {
  padding-block: 24px;
  border-top: 1px solid var(--text);
}

.s9ba7142 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sc63d9c5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.s43a3f69 {
  flex-basis: 32px;
  width: 32px;
  font-size: 15px;
}

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

.s087995a {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.sfb05fe4 {
  max-width: 85ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.s7b19d41 {
  margin-top: 16px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

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

  .sf76bde2 {
    flex-basis: 64px;
    width: 64px;
    font-size: 28px;
  }

  .s5983d2e {
    margin-left: 80px;
  }

  .s973ed66 {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
  }

  .s37269b1 {
    font-size: 20px;
  }

  .s9ba7142 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .s95e0eb6 {
    max-width: 55%;
  }

  .s43a3f69 {
    flex-basis: 32px;
    width: 32px;
    font-size: 15px;
  }

  .s087995a {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .s9ba7142,
  .s087995a {
    display: flex;
    flex-direction: column;
  }

  .s88dc108 {
    font-size: 18px;
  }

  .s4c1b76b {
    margin-block: 24px;
  }

  .s78bb089 {
    margin-top: 24px;
  }

  .sef588bc h2 {
    font-size: 25px;
  }

  .sef588bc blockquote {
    padding-left: 16px;
    font-size: 18px;
  }
}

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

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

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

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