/* La teoría del caos — estilos mínimos funcionales (Fase 0).
   La identidad visual completa llega en Fase 2. */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Georgia, serif;
  line-height: 1.65;
  color: #1a1a1a;
}

main.content {
  max-width: 68ch;
}

h1, h2, h3 {
  line-height: 1.25;
  margin-top: 1.8em;
}

blockquote {
  border-left: 3px solid #555;
  padding-left: 1em;
  color: #333;
  font-style: italic;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
}

th, td {
  border: 1px solid #ccc;
  padding: 0.5em 0.75em;
  text-align: left;
  vertical-align: top;
}

th {
  background: #f4f4f4;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  body {
    font-size: 0.95rem;
  }

  table {
    font-size: 0.85em;
    display: block;
    overflow-x: auto;
  }
}
