/**
 * Documentos legales standalone — tipografía alineada con el panel Tuko
 */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  max-width: 42rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  line-height: 1.6;
  color: #475569;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.011em;
  background: #ffffff;
}

h1 {
  margin: 0 0 1.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

h2 {
  margin: 1.75rem 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

h3 {
  margin: 1.25rem 0 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #334155;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

p,
li {
  margin: 0 0 0.75rem;
}

ul,
ol {
  margin: 0.5rem 0 0.75rem;
  padding-left: 1.375rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.8125rem;
}

th,
td {
  border: 1px solid #eef2f7;
  padding: 0.5rem 0.75rem;
  text-align: left;
}

th {
  background: #fafbfc;
  font-weight: 600;
  color: #64748b;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

td {
  font-weight: 500;
  color: #334155;
}

strong {
  font-weight: 600;
  color: #334155;
}

a {
  color: #3d50f2;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.version {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: -0.01em;
}

@media (max-width: 640px) {
  body {
    padding: 1.5rem 1rem 2.5rem;
    font-size: 0.875rem;
  }

  h1 {
    font-size: 1.375rem;
  }
}
