/* Tracer download host — clean Apache autoindex (HTMLTable) styling. */
body{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  color:#1f2937; background:#fff; margin:0; padding:26px 32px;
}

/* ── header (from HEADER.html) ── */
.tracer-art{color:#111827; font-size:13px; line-height:1.18; margin:6px 0 14px}
.tracer-tag{font-family:system-ui,-apple-system,sans-serif; color:#4b5563;
  font-size:14px; margin:0 0 10px}
.tracer-cmd{display:inline-block; background:#f6f8fa; border:1px solid #e5e7eb;
  border-radius:6px; padding:10px 14px; font-size:12.5px; color:#24292f;
  margin:0 0 22px; white-space:pre-wrap; word-break:break-all; max-width:900px}

h1{font-size:16px; font-weight:600; color:#111827; margin:0 0 4px}

/* ── the listing table ── */
table#indexlist{border-collapse:collapse; width:100%; max-width:900px; margin-top:6px}
.indexhead th{
  text-align:left; padding:9px 28px 9px 4px; border-bottom:2px solid #e5e7eb;
  color:#6b7280; font-size:12px; text-transform:uppercase; letter-spacing:.05em; font-weight:600;
}
.indexhead th a{color:#6b7280; text-decoration:none}
.even td,.odd td{padding:11px 28px 11px 4px; border-bottom:1px solid #f0f1f3; font-size:14px; white-space:nowrap}
.even:hover td,.odd:hover td{background:#f8fafc}
.indexcolname a{color:#2563eb; text-decoration:none}
.indexcolname a:hover{text-decoration:underline}
.indexcollastmod,.indexcolsize{color:#6b7280}

/* hide clutter: icons, the empty Description column, the parent-dir row, rules */
.indexcolicon,.indexcoldesc,th.indexcoldesc{display:none}
img{display:none}
hr{display:none}
