/* Hoja común de las páginas legales de DRG Labs */
:root { --oro: #d4af37; --tinta: #1a1a1a; --tinta-2: #4b5563; --linea: #e5e7eb; }

* { box-sizing: border-box; }
body {
  margin: 0; background: #fff; color: var(--tinta);
  font-family: 'Hanken Grotesk', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased;
}

.barra { background: #000; border-bottom: 1px solid #1f2937; position: sticky; top: 0; z-index: 10; }
.barra-in {
  max-width: 900px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.barra img { height: 62px; display: block; }
.volver {
  color: var(--oro); text-decoration: none; font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}
.volver:hover { text-decoration: underline; }

main { max-width: 780px; margin: 0 auto; padding: 56px 24px 96px; }

.eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--oro); margin: 0 0 12px;
}
h1 { font-size: clamp(30px, 5vw, 44px); line-height: 1.15; margin: 0 0 12px; font-weight: 600; letter-spacing: -.02em; }
.actualizado { color: #6b7280; font-size: 14px; margin: 0 0 40px; }

h2 {
  font-size: 21px; font-weight: 600; margin: 44px 0 14px;
  padding-bottom: 8px; border-bottom: 1px solid var(--linea);
}
h3 { font-size: 17px; font-weight: 600; margin: 28px 0 10px; }
p { margin: 0 0 15px; color: var(--tinta-2); }
ul, ol { margin: 0 0 16px; padding-left: 22px; color: var(--tinta-2); }
li { margin-bottom: 7px; }
strong { color: var(--tinta); }
a { color: #26686b; }

table { border-collapse: collapse; width: 100%; margin: 16px 0 22px; font-size: 15px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--linea); vertical-align: top; }
th { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #6b7280; }

.aviso {
  border-left: 3px solid #b45309; background: #fffbeb; color: #78350f;
  padding: 16px 18px; margin: 0 0 32px; border-radius: 0 4px 4px 0; font-size: 15px;
}
.aviso strong { color: #78350f; }
.rellenar {
  background: #fef3c7; border-bottom: 1px dashed #b45309; padding: 1px 5px;
  font-family: 'JetBrains Mono', monospace; font-size: .9em; color: #78350f;
}

footer.pie {
  background: #000; color: #9ca3af; padding: 32px 24px; text-align: center;
  font-size: 13px; border-top: 1px solid #1f2937;
}
footer.pie a { color: var(--oro); text-decoration: none; margin: 0 10px; }
footer.pie a:hover { text-decoration: underline; }

@media (max-width: 640px) { main { padding: 36px 20px 72px; } }
