/* Root site — the converged direction. */

.home { padding-top: 22vh; padding-bottom: 2rem; }
.home p { max-width: 30rem; }

.onward {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}
.onward a {
  text-decoration: none;
  color: var(--faint);
  margin-right: 1.5rem;
}
.onward a:hover { color: var(--ink); }

/* --- the named experiment --- */
.plate { margin: 4.5rem 0 0; }
.plate canvas {
  display: block;
  width: min(100%, 28rem);
  aspect-ratio: 1;
  border: 1px solid var(--hair);
  touch-action: none;
  cursor: crosshair;
}
.epigraph {
  margin: 1.1rem 0 0;
  max-width: 27rem;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink);
}
.epigraph cite { font-style: normal; color: var(--faint); white-space: nowrap; }
.plate-caption {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--faint);
  margin-top: 0.55rem;
  max-width: 28rem;
}
.plate-caption .reseed {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px dotted currentColor;
}
.plate-caption .reseed:hover { color: var(--ink); }

.intro .subhead {
  color: var(--faint);
  font-size: 0.95rem;
  margin: 0.4rem 0 0;
}

/* --- investments: the record reads in one color; weight alone marks names --- */
#record { color: var(--faint); }

/* --- investments: category icons --- */
.cat-icon {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 0.45rem;
}
.cat-icon .cat-svg {
  width: 11px;
  height: 11px;
  display: block;
}
