/* OBRA · Estilos del documento PDF / impresión */
.doc {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  padding: 48px 56px;
  color: #1b1f2e;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.doc .doc-head { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 2px solid var(--noche); padding-bottom: 20px; margin-bottom: 28px; }
.doc h1 { font-size: 28px; letter-spacing: -0.04em; }
.doc .muted { color: #888; font-size: 13px; }
.doc table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.doc th { text-align: left; font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #999; padding: 8px 6px; border-bottom: 1.5px solid var(--borde); }
.doc td { padding: 10px 6px; font-size: 13px; border-bottom: 1px solid var(--linea); }
.doc td.num, .doc th.num { text-align: right; }
.doc .totales { margin-left: auto; width: 280px; margin-top: 10px; }
.doc .totales .fila { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; }
.doc .totales .grand { border-top: 2px solid var(--noche); margin-top: 8px; padding-top: 12px; font-size: 22px; font-weight: 700; }
.doc .grand .val { color: var(--ambar-fuerte); }
.print-actions { max-width: 760px; margin: 16px auto 0; display: flex; gap: 10px; }

@media print {
  body { background: #fff; }
  .print-actions, .no-print { display: none !important; }
  .doc { box-shadow: none; padding: 0; max-width: none; }
}
