@font-face {
  font-family: 'Montserrat Chihuahua'; font-style: normal; font-weight: 400 700;
  font-display: swap; src: url('/assets/fonts/montserrat-latin-variable.woff2') format('woff2');
}
* { box-sizing: border-box; }
body { margin: 0; background: #491018; color: #342c2e; font: 400 16px/1.65 'Montserrat Chihuahua', sans-serif; }
.chi-cabecera { max-width: 960px; margin: auto; padding: 44px 24px 34px; text-align: center; color: #fff; }
.chi-cabecera img { display: block; width: min(100%, 440px); height: auto; margin: 0 auto 24px; }
h1, h2, p { margin: 0; }
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.2; margin-bottom: 14px; }
h2 { color: #491018; font-size: 1.35rem; line-height: 1.35; }
.chi-cabecera p { font-size: 1.1rem; }
.chi-contenido { max-width: 960px; margin: 0 auto; background: #fafafa; border-top: 5px solid #c49e33; border-radius: 10px; }
.chi-resumen { text-align: center; padding: 36px 40px 28px; border-bottom: 1px solid #ded7d8; }
.chi-aviso { max-width: 55ch; margin: 14px auto 24px; }
.chi-total strong { display: block; color: #491018; font-size: clamp(2.1rem, 7vw, 3.9rem); line-height: 1.2; font-variant-numeric: tabular-nums; }
.chi-total span { display: block; margin-top: 9px; }
.chi-periodo { color: #655b5d; font-size: .84rem; margin-top: 20px; }
.chi-desglose { padding: 32px 40px; }
.chi-desglose > p { margin-top: 12px; }
table { border-collapse: collapse; width: 100%; margin-top: 24px; font-size: .9rem; }
th, td { padding: 14px 12px; border-bottom: 1px solid #ded7d8; text-align: right; font-variant-numeric: tabular-nums; }
thead th { background: #f0e9e8; color: #491018; font-size: .8rem; }
th:first-child { text-align: left; padding-left: 0; }
thead th:first-child { padding-left: 12px; }
tbody th { font-weight: 500; }
td:last-child { font-weight: 600; }
.chi-corte { color: #655b5d; font-size: .8rem; padding-top: 12px; }
.chi-pie { padding: 28px 24px 40px; text-align: center; }
.chi-pie a { color: #fff; text-underline-offset: 4px; font-size: .9rem; }
a:focus-visible { outline: 3px solid #c49e33; outline-offset: 5px; }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
button:focus-visible, input:focus-visible { outline: 3px solid #c49e33; outline-offset: 3px; }
.chi-ofrenda { padding: 32px 40px; border-bottom: 1px solid #ded7d8; }
.chi-ofrenda > p { margin: 12px 0 24px; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.chi-practicas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.chi-practica { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px; border: 1px solid #ded7d8; border-radius: 8px; background: #fff; }
.chi-practica label { font-size: .9rem; font-weight: 600; line-height: 1.4; }
.chi-practica label span { display: block; margin-top: 5px; font-size: .75rem; font-weight: 400; color: #655b5d; }
.chi-practica input { width: 84px; min-width: 70px; height: 48px; padding: 8px; border: 1px solid #867477; border-radius: 6px; text-align: center; }
.chi-enviar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.chi-enviar strong { display: block; color: #491018; font-size: 1.5rem; }
.chi-enviar button { background: #491018; color: #fff; border: 0; border-radius: 6px; padding: 15px 24px; font-weight: 600; }
.chi-estado { margin-top: 18px; }
.chi-estado:empty { display: none; }
.chi-actualizar { color: #491018; background: none; border: 0; padding: 10px; text-decoration: underline; text-underline-offset: 3px; font-size: .8rem; }
.chi-etiqueta { display: none; }
.chi-solo-lectores { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 640px) {
  .chi-cabecera { padding: 30px 24px 26px; }
  .chi-cabecera img { max-width: 330px; margin-bottom: 20px; }
  .chi-cabecera p { font-size: .95rem; }
  .chi-contenido { margin-inline: 12px; }
  .chi-resumen, .chi-desglose, .chi-ofrenda { padding: 26px 20px; }
  .chi-practicas { grid-template-columns: 1fr; }
  .chi-enviar { align-items: stretch; flex-direction: column; }
  h2 { font-size: 1.2rem; }
  .chi-aviso { font-size: .9rem; }
  .chi-periodo { line-height: 1.6; }
  thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table, tbody { display: block; }
  tbody tr { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-block: 16px; border-bottom: 1px solid #ded7d8; }
  tbody th { grid-column: 1 / -1; font-weight: 600; }
  th, td { border: 0; padding: 0; text-align: left; font-size: .85rem; }
  .chi-etiqueta { display: block; color: #655b5d; font-size: .65rem; font-weight: 400; margin-bottom: 4px; }
}
