:root{--ark-accent:#4b5320;--ark-accent-soft:#6b7d3a;}

/* ---------------------------------------------------------------------------
   Two layout utilities the kit does not yet ship, added 2026-07-29 because
   erwin is LIVE and was rendering both UNSTYLED. Every value derives from an
   --ark-* token, so both light and dark follow the theme toggle automatically
   (D10: no hardcoded light-mode colours).

   These are byte-identical to the block in myrdal's theme.css, which carries the
   same marker. They are UPSTREAM CANDIDATES for arcanum.css: when the kit gains
   them, DELETE this block rather than let the two diverge. Deliberately additive
   only — the related .ark-lede / .ark-note rescoping is NOT done here because it
   changes rendering on every site already using them scoped, and needs a visual
   regression pass first.
   --------------------------------------------------------------------------- */
.ark-fineprint {
  font-size: var(--ark-text-sm);
  color: var(--ark-fg-dim);
  max-width: 78ch;
}
.ark-explore-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ark-space-2);
  margin: var(--ark-space-4) 0;
}
.ark-explore-controls label {
  font-size: var(--ark-text-sm);
  color: var(--ark-fg-dim);
}
.ark-explore-controls select {
  background: var(--ark-bg-soft);
  color: var(--ark-fg);
  border: 1px solid var(--ark-line);
  border-radius: var(--ark-radius);
  padding: .4rem .6rem;
  font: inherit;
  max-width: 100%;
}
