/* Stats for geeks — extends index.css layout tokens */

main.statsMain {
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.shell.statsShell {
  max-width: 880px;
}

.headerHome {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #555;
  font-weight: 700;
}

.headerHome:hover {
  opacity: 0.8;
}

.geekH2 {
  margin-top: 0;
  margin-bottom: 4px;
  color: var(--hr);
}

.geek-stats-dl {
  margin: 0;
}

.geek-stats-dl > div {
  display: grid;
  gap: 2px;
  padding: 8px 0;
  border-bottom: 1px solid #1a2228;
}

.geek-stats-dl > div:last-child {
  border-bottom: none;
}

.geek-value {
  margin: 0;
  word-break: break-word;
}

.geekHint {
  margin-top: 0;
}

.geekMeta code {
  font-size: inherit;
}

.geekSubLabel {
  margin: 14px 0 6px;
}

.geek-table-wrap {
  overflow-x: auto;
  margin-top: 4px;
  border: 1px solid #222;
  border-radius: 10px;
}

.geek-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.geek-table th,
.geek-table td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid #1a2228;
}

.geek-table th {
  background: #080c0f;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.geek-table tbody tr:last-child td {
  border-bottom: none;
}

.geek-table .num {
  text-align: right;
  white-space: nowrap;
}

.geek-table .truncate {
  max-width: 42ch;
  overflow: hidden;
  text-overflow: ellipsis;
}

.geek-chip-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.geekFootnote {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.45;
}

.geek-chip-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  padding: 6px 10px;
  background: #080c0f;
  border: 1px solid #222;
  border-radius: 8px;
}
footer .footerNav {
  display: flex;
  gap: 14px;
  align-items: center;
}

footer .footerNav a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #555;
}

footer .footerNav a:hover {
  opacity: 0.8;
}
