:root{
  --bg:#ffffff; --surface:#f4f6f8; --elevated:#ffffff;
  --text:#10151b; --muted:#535a63; --border:#d8dde3;
  --accent:#f47a1f; --accent-ink:#1a0e05;
  --font-display:"Space Grotesk", system-ui, sans-serif;
  --font-body:"Inter", system-ui, sans-serif;
  --font-mono:"Martian Mono", ui-monospace, Menlo, monospace;
  --radius:0px;
  --maxw:1200px;
  --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 .s007ab1c 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}
.sc2c4272{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.s8f444b2{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}
.s8f444b2:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

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

main {
  display: block;
}

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

a {
  color: inherit;
}

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

.sc2c4272 {
  width: 100%;
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px) {
  .sc2c4272 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.sda55a99 {
  background: var(--accent);
  color: var(--accent-ink);
  border-top: 4px solid var(--accent-ink);
  padding: 8px 0;
}

.s97e39b4 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 24px;
  padding: 8px 0;
  border-top: 1px solid var(--accent-ink);
  border-bottom: 1px solid var(--accent-ink);
}

.s922439c {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--accent-ink);
  text-decoration: none;
}

.s922439c:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

@media (min-width: 640px) {
  .s922439c {
    font-size: 34px;
  }
}

.sa404915 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.sa404915 > * + *::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 12px;
  vertical-align: middle;
  background: var(--accent);
}

.s262154f + .s262154f,
.s0c9245d + .s0c9245d,
.seb2fe62 + .seb2fe62 {
  background:
    repeating-linear-gradient(90deg, var(--accent) 0 6px, transparent 6px 10px) 0 0 / 46px 6px no-repeat,
    linear-gradient(var(--border), var(--border)) 0 3px / 100% 1px no-repeat;
}

.s13d4719 {
  margin: 0 0 8px;
  padding-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 2px solid var(--text);
}

.sb1ab47f {
  padding-top: 24px;
  padding-bottom: 64px;
}

.s4dfe535 {
  margin: 0 0 16px;
  padding-bottom: 8px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  border-bottom: 2px solid var(--text);
}

.sb26c60b {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sf0fafea {
  flex: 1 1 auto;
  min-width: 0;
}

@media (min-width: 900px) {
  .sb26c60b {
    flex-direction: row;
    align-items: flex-start;
  }
}

.s5c15d0c {
  display: grid;
  gap: 24px;
  margin-bottom: 16px;
  padding: 24px 16px;
  background: var(--accent);
  color: var(--accent-ink);
}

.s8846925 {
  min-width: 0;
}

.s5273a9f {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.s5273a9f a {
  text-decoration: none;
}

.s5273a9f a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.s74eaef8 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.55;
  max-width: 60ch;
}

.s16f42cb {
  color: var(--accent-ink);
}

.s16f42cb > * + *::before {
  background: var(--accent-ink);
}

.s4480f63 {
  margin: 0;
  min-width: 0;
}

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

@media (min-width: 640px) {
  .s5c15d0c {
    padding: 32px;
  }

  .s2b95582 {
    grid-template-columns: minmax(24ch, 1.3fr) minmax(0, 1fr);
    align-items: start;
  }
}

.s262154f {
  display: grid;
  gap: 4px 24px;
  padding: 16px 0;
}

.s262154f + .s262154f {
  padding-top: 22px;
}

.see3ad33 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

.se518754 {
  color: var(--text);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.se518754::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  vertical-align: middle;
  background: var(--accent);
}

.scdf4383 {
  color: var(--muted);
  letter-spacing: 0.04em;
}

.s99dcaed {
  min-width: 0;
}

.s4ec6ae8 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-wrap: pretty;
}

.s4ec6ae8 a,
.s039209b,
.seb2fe62 a {
  text-decoration: none;
}

.s4ec6ae8 a:hover,
.s039209b:hover,
.seb2fe62 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.sb18f3c2 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 68ch;
}

@media (min-width: 640px) {
  .s262154f {
    grid-template-columns: 10rem minmax(0, 1fr);
  }

  .see3ad33 {
    flex-direction: column;
    gap: 4px;
    padding-top: 4px;
  }

  .s4ec6ae8 {
    font-size: 22px;
  }
}

.sce035ce {
  margin: 0;
  padding: 24px 0;
  color: var(--muted);
}

.s35458da {
  min-width: 0;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

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

.s0c9245d {
  display: grid;
  gap: 4px;
  padding: 12px 0;
}

.s0c9245d + .s0c9245d {
  padding-top: 18px;
}

.s9c12a93 {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.s039209b {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 900px) {
  .s35458da {
    flex: 0 0 300px;
    padding-top: 0;
    padding-left: 24px;
    border-top: 0;
    border-left: 1px solid var(--border);
  }
}

.sd9c9694 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 2px solid var(--text);
  font-family: var(--font-mono);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

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

.sd9c9694 a,
.s8dcc0f8 {
  display: inline-block;
  min-width: 32px;
  padding: 4px 8px;
  text-align: center;
}

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

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

.s8dcc0f8 {
  background: var(--text);
  color: var(--bg);
}

.s60f765d,
.sd4334cd {
  padding-top: 40px;
  padding-bottom: 64px;
}

.s536912d {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--text);
}

.s1f6ae0e {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

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

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

.sc3fd577 {
  max-width: 880px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.sc3fd577::before {
  content: "";
  display: block;
  width: 46px;
  height: 6px;
  margin-bottom: 16px;
  background: repeating-linear-gradient(90deg, var(--accent) 0 6px, transparent 6px 10px);
}

.sd52ce64 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.sa26d83b {
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 62ch;
}

.sf6a2f49 {
  font-size: 13px;
  color: var(--text);
}

.se50861a {
  margin: 0 0 40px;
  max-width: 880px;
}

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

.s3bc8166 {
  max-width: 68ch;
  margin-top: 64px;
}

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

.seb2fe62 {
  padding: 12px 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.seb2fe62 + .seb2fe62 {
  padding-top: 18px;
}

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

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

.s686de5a p,
.s686de5a ul,
.s686de5a ol,
.s686de5a figure,
.s686de5a table {
  margin: 0 0 1.1em;
}

.s686de5a h2 {
  margin: 1.8em 0 0.5em;
  padding-top: 18px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  background: repeating-linear-gradient(90deg, var(--accent) 0 6px, transparent 6px 10px) 0 0 / 46px 6px no-repeat;
}

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

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

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

.s686de5a ul,
.s686de5a ol {
  padding-left: 1.3em;
}

.s686de5a li {
  margin-bottom: 0.4em;
}

.s686de5a blockquote {
  margin: 1.5em 0;
  padding: 4px 0 4px 16px;
  border-left: 3px solid var(--accent);
  font-size: 19px;
  line-height: 1.6;
}

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

.s686de5a strong {
  font-weight: 650;
}

.s686de5a code {
  font-family: var(--font-mono);
  font-size: 0.88em;
  padding: 1px 4px;
  background: var(--surface);
}

.s686de5a pre {
  margin: 0 0 1.1em;
  padding: 16px;
  overflow-x: auto;
  background: var(--surface);
  font-size: 15px;
  line-height: 1.55;
}

.s686de5a pre code {
  padding: 0;
  background: none;
}

.s686de5a img {
  max-width: 100%;
  height: auto;
}

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

.s686de5a hr {
  height: 6px;
  margin: 2em 0;
  border: 0;
  background:
    repeating-linear-gradient(90deg, var(--accent) 0 6px, transparent 6px 10px) 0 0 / 46px 6px no-repeat,
    linear-gradient(var(--border), var(--border)) 0 3px / 100% 1px no-repeat;
}

.s686de5a table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
}

.s686de5a th,
.s686de5a td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-variant-numeric: tabular-nums;
}

.s686de5a th {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--text);
}

.s5fddeb9 {
  background: var(--accent);
  color: var(--accent-ink);
  border-top: 4px solid var(--accent-ink);
}

.s8be1d47 {
  display: grid;
  gap: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.sacba8f9 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

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

.sf76679d a {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--accent-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

.s06d2e34 {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--accent-ink);
  font-size: 14px;
  line-height: 1.55;
  max-width: 72ch;
}

.s275a3ba {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.s5fddeb9 :focus-visible,
.sda55a99 :focus-visible,
.s5c15d0c :focus-visible {
  outline-color: var(--accent-ink);
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

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

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

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

.s686de5a 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}

  body[data-page="home"] main h1{font-size:clamp(1.05rem, 4.6vw, 1.35rem) !important; line-height:1.25 !important}
  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}
  .s686de5a{font-size:1.02rem !important; line-height:1.7 !important}
  .s686de5a img{max-height:none !important}
}
