:root {
  --ink: #17221d;
  --muted: #5f6c65;
  --paper: #f6f7f2;
  --paper-2: #edf2eb;
  --line: #ced8d0;
  --green-950: #04291d;
  --green-900: #073d2b;
  --green-800: #09553a;
  --green-700: #0b6b45;
  --green-600: #148052;
  --green-500: #1fa866;
  --green-300: #81d5a4;
  --green-100: #daf4e4;
  --amber: #b67600;
  --red: #b9372f;
  --code-bg: #061d17;
  --code-panel: #0a2a20;
  --code-line: #1c4b39;
  --code-ink: #dcf7e6;
  --mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Charter, "Bitstream Charter", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--green-700); text-underline-offset: .16em; }
a:hover { color: var(--green-500); }
button, a { -webkit-tap-highlight-color: transparent; }

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 3px;
  background: transparent;
}
.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #55d68a;
  transform: scaleX(0);
  transform-origin: left;
}

.masthead {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 clamp(1.2rem, 4vw, 4.5rem);
  color: #e9fff1;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.masthead a { color: inherit; text-decoration: none; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 9px;
  font-family: var(--mono);
  font-size: .72rem;
}
.mast-actions { display: flex; align-items: center; gap: 1.3rem; font-size: .82rem; font-weight: 650; }
.mast-actions button {
  color: #e9fff1;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: .55rem .85rem;
  font: inherit;
  cursor: pointer;
}
.mast-actions button:hover { background: rgba(255,255,255,.17); }

.hero {
  position: relative;
  min-height: min(880px, 94vh);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
  padding: 8.5rem clamp(1.5rem, 7vw, 8rem) 6rem;
  color: #effff4;
  background:
    radial-gradient(circle at 74% 35%, rgba(52, 198, 112, .24), transparent 24rem),
    radial-gradient(circle at 15% 80%, rgba(38, 141, 87, .28), transparent 30rem),
    linear-gradient(145deg, #031f17 0%, #073d2b 50%, #05271c 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero-copy, .hero-device { position: relative; z-index: 2; }
.kicker {
  margin: 0 0 1.2rem;
  color: var(--green-300);
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8.3vw, 8.8rem);
  font-weight: 600;
  line-height: .84;
  letter-spacing: -.065em;
}
.hero h1 em { color: #69d798; font-weight: 500; }
.dek {
  max-width: 750px;
  margin: 2rem 0 0;
  color: #cbe4d4;
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.7vw, 1.55rem);
  line-height: 1.45;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0; }
.hero-badges span {
  padding: .48rem .72rem;
  color: #bde4cc;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px;
  font-size: .76rem;
}
.hero-badges b { color: #fff; }
.hero-cta {
  display: inline-flex;
  gap: .65rem;
  align-items: center;
  padding: .78rem 1rem;
  color: #06291c;
  background: #76dda1;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}
.hero-cta:hover { color: #06291c; background: #a3edc0; }

.hero-device { margin: 1rem auto 0; transform: rotate(1.8deg); }
.hero-device img {
  position: relative;
  display: block;
  width: min(100%, 470px);
  max-height: 650px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 30px;
  box-shadow: 0 42px 110px rgba(0,0,0,.5), 0 0 0 10px rgba(255,255,255,.035);
  filter: saturate(.82) contrast(1.03);
}
.hero-device figcaption {
  margin-top: 1rem;
  color: #a6c9b3;
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.device-glow {
  position: absolute;
  inset: 14% -15% 4%;
  z-index: -1;
  background: radial-gradient(ellipse, rgba(54, 221, 119, .42), transparent 66%);
  filter: blur(30px);
}
.hero-signal { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(6, 1fr); height: 8px; }
.hero-signal span:nth-child(1) { background: #0c7247; }
.hero-signal span:nth-child(2) { background: #159252; }
.hero-signal span:nth-child(3) { background: #28b365; }
.hero-signal span:nth-child(4) { background: #4eca7c; }
.hero-signal span:nth-child(5) { background: #7be09f; }
.hero-signal span:nth-child(6) { background: #abefc1; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: #eafff0;
  background: #092e21;
  border-bottom: 1px solid #164c36;
}
.proof-strip div { min-height: 122px; padding: 1.35rem clamp(.8rem, 2vw, 2rem); border-right: 1px solid #164c36; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { display: block; color: #85e4a9; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.1; }
.proof-strip span { display: block; margin-top: .35rem; color: #a9c7b4; font-size: .72rem; line-height: 1.3; }

.document-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 860px);
  justify-content: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding: 5rem clamp(1.2rem, 5vw, 5rem) 8rem;
}
.contents { min-width: 0; }
.contents-inner { position: sticky; top: 2rem; max-height: calc(100vh - 4rem); overflow: auto; padding: 0 .6rem 1rem 0; scrollbar-width: thin; }
.contents-label { margin: 0 0 1rem; color: var(--green-700); font-family: var(--mono); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contents ul { margin: 0; padding: 0; list-style: none; }
.contents ul ul {
  display: block;
  margin: .18rem 0 .55rem .55rem;
  padding: 0;
}
.contents ul ul a {
  padding: .34rem .55rem;
  font-size: .68rem;
  border-left-color: #e2e8e3;
}
.contents ul ul ul { display: none; }
.contents li { margin: 0; }
.contents a {
  display: block;
  padding: .43rem .65rem;
  color: #6a756f;
  border-left: 2px solid #d9dfda;
  font-size: .73rem;
  line-height: 1.3;
  text-decoration: none;
}
.contents a:hover, .contents a[aria-current="location"] { color: var(--green-800); background: #e7f1e9; border-color: var(--green-500); }
.provenance-key { margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.provenance-key p { margin: 0 0 .7rem; color: var(--muted); font-size: .68rem; font-weight: 750; }
.provenance-key span { display: block; position: relative; margin: .35rem 0; padding-left: 1rem; color: #69746e; font-size: .66rem; }
.provenance-key span::before { content: ""; position: absolute; left: 0; top: .42em; width: 7px; height: 7px; border-radius: 50%; }
.provenance-key .live::before { background: #1fa866; }
.provenance-key .public::before { background: #d79a20; }
.provenance-key .corroborated::before { background: #417d68; }
.provenance-key .inferred::before { background: #9aa39e; }

.article { min-width: 0; font-family: var(--serif); font-size: 1.08rem; }
.article > p:first-of-type {
  margin-top: 0;
  color: #263b31;
  font-size: clamp(1.32rem, 2.2vw, 1.72rem);
  line-height: 1.47;
}
.article h1, .article h2, .article h3, .article h4 { color: #10271c; font-family: var(--sans); letter-spacing: -.035em; scroll-margin-top: 2rem; }
.article h1 {
  margin: 6.5rem 0 2rem;
  padding-top: 2rem;
  border-top: 3px solid var(--green-800);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  font-weight: 550;
  line-height: 1.02;
}
.article h1:first-child { margin-top: 0; }
.article h2 { margin: 4.6rem 0 1.4rem; font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1.08; }
.article h2::before { content: ""; display: block; width: 2.8rem; height: 4px; margin-bottom: .9rem; background: var(--green-500); border-radius: 3px; }
.article h3 { margin: 3rem 0 1rem; font-size: 1.38rem; line-height: 1.2; }
.article h4 { margin: 2rem 0 .8rem; font-size: 1.04rem; }
.article p { margin: 1.1rem 0; }
.article strong { color: #183e2a; }
.article hr { margin: 5rem 0; border: 0; border-top: 1px solid var(--line); }
.article blockquote {
  margin: 2.4rem 0;
  padding: .15rem 0 .15rem 1.5rem;
  color: #3f564a;
  border-left: 4px solid var(--green-500);
  font-size: 1.17rem;
}
.article blockquote p { margin: .5rem 0; }
.article ul, .article ol { padding-left: 1.35rem; }
.article li { margin: .45rem 0; padding-left: .2rem; }
.article li::marker { color: var(--green-600); }

.article code {
  padding: .13rem .32rem;
  color: #075c3a;
  background: #e5eee7;
  border: 1px solid #d2e0d5;
  border-radius: 4px;
  font-family: var(--mono);
  font-size: .83em;
  overflow-wrap: anywhere;
}

/* Code becomes a small evidence object: identity stays fixed while only the
   sample viewport scrolls. The unenhanced Pandoc <pre> remains readable when
   JavaScript is unavailable. */
.article pre {
  overflow: auto;
  margin: 1.8rem 0;
  padding: 1.35rem 1.25rem;
  color: var(--code-ink);
  background: var(--code-panel);
  border: 1px solid var(--code-line);
  border-radius: 13px;
  box-shadow: 0 12px 35px rgba(4, 42, 29, .09);
  line-height: 1.6;
  scrollbar-color: #39755a var(--code-bg);
  scrollbar-width: thin;
}
.article pre code {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: .78rem;
  overflow-wrap: normal;
}
.article .code-card {
  overflow: hidden;
  margin: 1.9rem 0 2.15rem;
  background: var(--code-bg);
  border: 1px solid #174936;
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(4, 42, 29, .13), inset 0 1px rgba(255,255,255,.035);
}
.article .code-card-toolbar {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin: 0;
  padding: .55rem .68rem .55rem .9rem;
  color: #b8d6c3;
  background: linear-gradient(180deg, #10362a 0%, #0c2d23 100%);
  border-bottom: 1px solid var(--code-line);
  font-family: var(--sans);
  line-height: 1;
}
.code-card-identity { display: flex; min-width: 0; align-items: center; gap: .64rem; }
.code-card-dots { display: inline-flex; flex: 0 0 auto; gap: 4px; }
.code-card-dots i { display: block; width: 6px; height: 6px; background: #41705b; border-radius: 50%; }
.code-card-dots i:nth-child(2) { background: #56a174; }
.code-card-dots i:nth-child(3) { background: #7bd49e; }
.code-language {
  overflow: hidden;
  color: #d9f5e4;
  font: 720 .66rem/1.2 var(--sans);
  letter-spacing: .045em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.code-lines {
  flex: 0 0 auto;
  color: #7fa793;
  font: 600 .61rem/1 var(--mono);
  white-space: nowrap;
}
.code-viewport {
  overflow-x: auto;
  max-width: 100%;
  background:
    linear-gradient(90deg, rgba(102, 221, 151, .035) 1px, transparent 1px) 0 0 / 3rem 100%,
    var(--code-bg);
  outline: 0;
  overscroll-behavior-inline: contain;
  scrollbar-color: #39755a var(--code-bg);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.code-viewport:focus-visible { box-shadow: inset 0 0 0 3px #71d99d; }
.code-viewport::-webkit-scrollbar { height: 10px; }
.code-viewport::-webkit-scrollbar-track { background: var(--code-bg); }
.code-viewport::-webkit-scrollbar-thumb { background: #39755a; border: 3px solid var(--code-bg); border-radius: 999px; }
.article .code-card div.sourceCode { margin: 0; }
.article .code-card pre {
  overflow: visible;
  min-width: max-content;
  margin: 0;
  padding: 1.2rem 1.25rem 1.3rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  tab-size: 2;
}
.article .code-card pre code {
  display: block;
  min-width: 100%;
  font-size: clamp(.73rem, 1.25vw, .8rem);
  line-height: 1.68;
  white-space: pre;
}
.article .code-card code a { color: inherit; text-decoration: none; }
.copy-code {
  flex: 0 0 auto;
  min-width: 4.25rem;
  min-height: 32px;
  margin: 0;
  padding: .38rem .7rem;
  color: #d8f6e4;
  background: #174936;
  border: 1px solid #2c6a4d;
  border-radius: 7px;
  font: 720 .65rem/1 var(--sans);
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}
.copy-code:hover { background: #206244; border-color: #4b9b70; }
.copy-code:active { transform: translateY(1px); }
.copy-code:focus-visible { outline: 3px solid #7be0a5; outline-offset: 2px; }

/* Pandoc syntax classes, tuned for the dark evidence-card palette. */
.code-card .dt, .code-card .kw, .code-card .bu { color: #91e4ae; }
.code-card .st, .code-card .ch, .code-card .vs, .code-card .ss { color: #f1cf83; }
.code-card .dv, .code-card .fl, .code-card .bn { color: #8fdcf2; }
.code-card .fu, .code-card .op, .code-card .sc { color: #a6cbbb; }
.code-card .co { color: #7d9f90; font-style: italic; }
.code-card .al, .code-card .er { color: #ff9f97; }
.code-card .im, .code-card .at, .code-card .cn { color: #c9b6ff; }
.sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
}

.article .table-wrap, .article table { width: 100%; }
.article table {
  display: block;
  overflow-x: auto;
  margin: 2rem 0;
  border-collapse: collapse;
  font-family: var(--sans);
  font-size: .78rem;
  line-height: 1.45;
}
.article th { color: #f2fff6; background: var(--green-900); font-weight: 750; text-align: left; }
.article th, .article td { min-width: 120px; padding: .78rem .8rem; border: 1px solid #cbd8ce; vertical-align: top; }
.article tr:nth-child(even) td { background: #edf2ed; }
.article tr:hover td { background: #e3eee5; }

.article figure { margin: 2.8rem 0; }
.article img { max-width: 100%; height: auto; }
.article figure img, .article p > img {
  display: block;
  padding: clamp(.6rem, 1.7vw, 1.2rem);
  background: #fff;
  border: 1px solid #cbd9ce;
  border-radius: 15px;
  box-shadow: 0 18px 48px rgba(6, 55, 37, .09);
}
.article figcaption { margin-top: .8rem; color: var(--muted); font-family: var(--sans); font-size: .72rem; line-height: 1.45; }
.article .technical-diagram { width: 100%; }
.article .technical-diagram.is-zoomable {
  cursor: zoom-in;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.article .technical-diagram.is-zoomable:hover { transform: translateY(-2px); }
.article .technical-diagram.is-zoomable:focus-visible {
  outline: 4px solid var(--green-500);
  outline-offset: 4px;
}

.diagram-lightbox {
  width: min(96vw, 1800px);
  max-width: none;
  max-height: 94vh;
  padding: 0;
  color: var(--ink);
  background: #f8faf7;
  border: 1px solid #9bb7a5;
  border-radius: 18px;
  box-shadow: 0 28px 100px rgba(0, 20, 12, .55);
}
.diagram-lightbox::backdrop { background: rgba(1, 18, 12, .82); backdrop-filter: blur(5px); }
.diagram-lightbox-panel { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; max-height: 92vh; }
.diagram-lightbox header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 1rem;
  color: #eafff0;
  background: var(--green-900);
  font-family: var(--sans);
}
.diagram-lightbox header p { margin: 0; font-size: .84rem; font-weight: 750; }
.diagram-lightbox header button {
  min-height: 38px;
  padding: .45rem .75rem;
  color: #effff4;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font: 700 .72rem/1 var(--sans);
  cursor: pointer;
}
.diagram-lightbox img {
  display: block;
  width: 100%;
  min-height: 0;
  max-height: 78vh;
  object-fit: contain;
  padding: 1rem;
  background: #fff;
}
.diagram-lightbox > .diagram-lightbox-panel > p {
  overflow: auto;
  max-height: 9rem;
  margin: 0;
  padding: .8rem 1rem 1rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font: .78rem/1.5 var(--sans);
}

.article .evidence-card {
  margin: 2rem 0;
  padding: 1.25rem 1.4rem;
  background: var(--green-100);
  border: 1px solid #aed8bc;
  border-radius: 12px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 3.5rem clamp(1.5rem, 7vw, 8rem);
  color: #bdd3c5;
  background: #061f17;
}
.footer strong { color: #edfff3; }
.footer p { max-width: 620px; margin: .4rem 0 0; font-size: .76rem; }
.footer a { color: #79dfa1; white-space: nowrap; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-device { width: min(74vw, 470px); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:last-child { grid-column: 1 / -1; }
  .document-layout { grid-template-columns: minmax(0, 800px); }
  .contents { display: none; }
}

@media (max-width: 650px) {
  .mast-actions a { display: none; }
  .masthead { padding-inline: 1rem; }
  .hero { padding: 7.2rem 1.2rem 4.5rem; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5.3rem); }
  .hero-device { width: min(88vw, 430px); }
  .proof-strip div { min-height: 108px; }
  .document-layout { padding: 3.6rem 1.1rem 6rem; }
  .article { font-size: 1rem; }
  .article h1 { margin-top: 5rem; }
  .article .code-card { margin-inline: -.15rem; border-radius: 11px; }
  .article .code-card-toolbar { min-height: 50px; padding: .5rem .55rem .5rem .72rem; }
  .code-card-identity { gap: .5rem; }
  .code-language { font-size: .6rem; }
  .code-lines { font-size: .56rem; }
  .copy-code { min-width: 4rem; min-height: 40px; padding-inline: .62rem; }
  .article .code-card pre { padding: 1rem .95rem 1.12rem; }
  .article .code-card:not([data-language="text"]):not([data-language="plaintext"]) pre { min-width: 0; width: 100%; }
  .article .code-card:not([data-language="text"]):not([data-language="plaintext"]) pre code {
    min-width: 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }
  .footer { flex-direction: column; }
}

@media (max-width: 390px) {
  .code-lines { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .copy-code, .article .technical-diagram.is-zoomable { transition: none; }
}

@media print {
  @page { margin: 18mm 16mm; }
  body { color: #111; background: #fff; font-size: 10.5pt; }
  .reading-progress, .masthead, .hero-cta, .contents, .copy-code, .diagram-lightbox, .footer a { display: none !important; }
  .hero { min-height: auto; grid-template-columns: 1fr 220px; padding: 18mm 0 12mm; color: #10271c; background: #fff; border-bottom: 2px solid #075c3a; }
  .hero::before, .device-glow, .hero-signal { display: none; }
  .hero h1 { color: #073d2b; font-size: 44pt; }
  .hero h1 em { color: #0b6b45; }
  .kicker, .dek, .hero-badges span, .hero-device figcaption { color: #33463c; }
  .hero-badges span { border-color: #aaa; }
  .hero-device img { max-height: 260px; border-color: #aaa; box-shadow: none; }
  .proof-strip { color: #111; background: #eef5ef; border-color: #bbb; }
  .proof-strip div { min-height: auto; border-color: #bbb; }
  .proof-strip strong { color: #075c3a; }
  .proof-strip span { color: #333; }
  .document-layout { display: block; padding: 12mm 0; }
  .article { max-width: none; }
  .article h1, .article h2, .article h3 { break-after: avoid; }
  .article pre, .article table, .article figure { break-inside: avoid; }
  .article pre { color: #111; background: #f1f3f1; border-color: #bbb; white-space: pre-wrap; }
  .article pre code { color: #111; }
  .article .code-card { background: #f5f7f5; border-color: #aaa; box-shadow: none; }
  .article .code-card-toolbar { min-height: auto; padding: 4pt 7pt; color: #244032; background: #e4ece6; border-color: #aaa; }
  .code-card-dots, .code-lines { display: none; }
  .code-language { color: #244032; font-size: 7pt; }
  .code-viewport { overflow: visible; background: #f5f7f5; }
  .article .code-card pre { min-width: 0; padding: 7pt; color: #111; background: transparent; white-space: pre-wrap; }
  .article .code-card pre code { min-width: 0; color: #111; font-size: 7.5pt; white-space: pre-wrap; overflow-wrap: anywhere; }
  .code-card span { color: #111 !important; }
  .article a { color: #075c3a; text-decoration: none; }
  .article a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 7pt; overflow-wrap: anywhere; }
}
