/* ─────────────────────────────
   Estilo Crearchile para Apache Index Of
   ───────────────────────────── */

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: #0f111a;
  color: #000;
}

.main {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 24px;
}

/* Encabezado */
h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #58a6ff;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding-bottom: 8px;
}

/* Tabla */
table {
  width: 100%;
  border-collapse: collapse;
  background: #eaeaea;
  border-radius: 0px;
  overflow: hidden;
}

thead th {
  text-align: left;
  padding: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #232736;
  color: #b8bbd9;
}

tbody td {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: 14px;
}

tbody tr:hover {
  background: #fff;
}

/* Enlaces */
a {
  color: #000;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/* Descripción tenue */
td:nth-child(4) {
  color: #a6a9bb;
}

/
