/* =====================================
   RESET SUAVE / BASE
   ===================================== */

body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #e5e5e5;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

/* =====================================
   CONTENEDOR GENERAL (HTTrack tables)
   ===================================== */

table.tableWidth {
  width: 70%;
  max-width: 980px;
  margin: 0 auto;
  background: transparent;
}

/* =====================================
   BARRA SUPERIOR (HTTrack subtitle)
   ===================================== */

#subTitle {
  background: transparent;
  color: rgba(255,255,255,0.6);
  padding: 1rem 0;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =====================================
   CUERPO PRINCIPAL
   ===================================== */

#pageContent {
  background: transparent;
  border: none;
  padding: 3rem 0 4rem 0;
  background-image: none;
}

/* =====================================
   TÍTULO PRINCIPAL
   ===================================== */

h1 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  color: #fff;
}

/* =====================================
   CATEGORÍAS (TH)
   ===================================== */

th {
  text-align: left;
  padding: 2.5rem 0 1rem 0;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* =====================================
   LISTA DE MIRRORS
   ===================================== */

td {
  background: transparent;
  border: none;
  padding: 0.35rem 0 0.35rem 1.2rem;
  position: relative;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

/* bullet clásico, discreto */
td::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,0.4);
}

/* links */
td a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

td a:hover {
  color: #e0e04b; /* amarillo Ningunismo */
}

/* =====================================
   NOTA TÉCNICA (HTTrack)
   ===================================== */

h6 {
  margin-top: 4rem;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  opacity: 0.35;
  text-align: right;
}

/* =====================================
   FOOTER ORIGINAL
   ===================================== */

#footer {
  color: rgba(255,255,255,0.25);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-align: right;
  padding-bottom: 2rem;
}

/* =====================================
   RESPONSIVE
   ===================================== */

@media (max-width: 900px) {
  table.tableWidth {
    width: 90%;
  }
}


/* =========================================================
   ARCHIVO NINGUNISMO — MIRRORS
   Estilo global para páginas HTTrack
   ========================================================= */

body {
  background-color: #111;
  color: #ddd;

  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  line-height: 1.6;
  margin: 0;
}

/* =========================================================
   ARCHIVO NINGUNISMO — ESTILO PARA MIRRORS HTTRACK
   ========================================================= */

body {
  background-color: #111;
  color: #ddd;

  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  line-height: 1.6;
}

/* =========================
   LIMPIEZA HTTRACK
   ========================= */

#subTitle,
#footer,
h6,
img[src*="fade"],
img[src*="backblue"] {
  display: none ;
}

/* neutralizar tablas viejas */
table,
tr,
td {
  background: transparent;
  border: none ;
}

/* =========================
   CONTENEDOR
   ========================= */

#pageContent {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

/* =========================
   TÍTULO
   ========================= */

h1 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #999;
}

/* =========================
   ÍNDICE / LISTA
   ========================= */

table a {
  display: inline-block;
  padding: 0.15em 0;

  color: #ddd;
  text-decoration: none;
  border-bottom: 1px solid transparent;

  transition: border-color .2s ease,
              color .2s ease;
}

table a:hover {
  color: #fff;
  border-bottom-color: #666;
}

/* eliminar bullets raros */
td::before {
  content: "";
}

/* =========================
   LINKS GENERALES
   ========================= */

a {
  color: #ddd;
}

a:hover {
  color: #fff;
}

/* =========================
   RESET FINAL
   ========================= */

hr {
  display: none;
}
