:root { color-scheme: light; font-family: Inter, system-ui, sans-serif; color: #182230; background: #f4f7f5; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #126149; text-decoration: none; }
.aviso-dev { background: #fff0c2; color: #6b4c00; text-align: center; padding: .55rem; font-size: .75rem; font-weight: 800; }
.barra { min-height: 58px; background: #fff; border-bottom: 1px solid #dce4df; display: flex; align-items: center; justify-content: space-between; padding: 0 1rem; }
.marca { font-weight: 900; font-size: 1.1rem; }
.contenedor { width: min(100% - 2rem, 680px); margin: 2rem auto 4rem; }
h1 { margin: .25rem 0 .5rem; line-height: 1.1; }
h2 { font-size: 1.15rem; }
.etiqueta { color: #126149; font-weight: 800; margin-bottom: .25rem; text-transform: uppercase; font-size: .78rem; letter-spacing: .05em; }
.muted, small { color: #66736d; }
.tarjeta, .lista, .vacio { background: #fff; border: 1px solid #dce4df; border-radius: 16px; padding: 1.2rem; box-shadow: 0 8px 24px rgba(18, 54, 42, .06); }
.centrada, .confirmacion { text-align: center; margin-top: 9vh; }
.boton { display: block; border-radius: 12px; padding: .9rem 1rem; border: 0; font: inherit; font-weight: 800; text-align: center; cursor: pointer; margin-top: 1rem; }
.primario { color: #fff; background: #126149; }
.secundario { color: #126149; background: #e9f3ef; }
.grande { width: 100%; font-size: 1.05rem; }
.titulo-seccion { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; }
.lista { padding: 0; overflow: hidden; }
.reporte { color: inherit; display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border-bottom: 1px solid #edf1ef; }
.reporte:last-child { border-bottom: 0; }
.reporte div { display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.reporte span { color: #66736d; font-size: .85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.derecha { text-align: right; }
.salir, .volver { display: inline-block; margin-top: 1.5rem; }
.formulario { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
label, legend { font-weight: 750; }
input, select, textarea { display: block; width: 100%; margin-top: .4rem; border: 1px solid #bdc9c3; border-radius: 10px; padding: .85rem; font: inherit; background: #fff; }
input[type="radio"] { width: auto; display: inline; margin: 0 .25rem 0 0; }
fieldset { border: 0; padding: 0; margin: 0; }
.opciones { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: .5rem; }
.opciones label { background: #fff; border: 1px solid #bdc9c3; border-radius: 10px; padding: .75rem .5rem; text-align: center; font-size: .88rem; }
.grupo-pago { display: grid; gap: 1rem; padding: 1rem; background: #e9f3ef; border-radius: 12px; }
.oculto { display: none; }
.error { background: #feeceb; color: #9b241c; border-radius: 10px; padding: .8rem; margin: 1rem 0; }
.check { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 1rem; background: #dff4ea; color: #126149; border-radius: 50%; font-size: 2rem; }
.estado { display: inline-block; background: #dff4ea; color: #126149; border-radius: 999px; padding: .4rem .75rem; font-size: .8rem; font-weight: 850; }
dl { text-align: left; margin: 1.5rem 0; }
dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid #edf1ef; }
dt { color: #66736d; } dd { margin: 0; font-weight: 750; text-align: right; }
@media (max-width: 420px) { .contenedor { width: min(100% - 1.2rem, 680px); margin-top: 1.25rem; } .opciones { gap: .25rem; } }
.sesion-activa { font-size: .75rem; color: #dce7f7; max-width: 12rem; }
.form-salir { margin: 0; }
.enlace-boton { border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.login { max-width: 28rem; margin: 3rem auto; }
.aviso-correccion { background: #fff2cc; border-left: 4px solid #d99b00; border-radius: .35rem; margin: 1rem 0; padding: .8rem; color: #563d00; }
