/* Deeper — build log.
   Rides the help doc shell (../help/help.css) for the nav, crumbs, and
   typography. Adds only the dated-entry rhythm: a mono date label over
   normal doc text, separated by hairlines. Typography and spacing only —
   no panel backgrounds, no container borders. */

.log { margin-top: 40px; }
.log-entry {
  padding: 26px 0;
  border-top: 1px solid var(--hairline);
}
.log-entry:first-child { border-top: none; padding-top: 8px; }
.log-date {
  display: block;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.log-entry p { margin-top: 0; }
