:root{--lapacho-primario: #8c3f1d;--lapacho-acento: #c2703f;--lapacho-texto: #2e2a26;--lapacho-texto-suave: #6b6259;--lapacho-fondo: #fffdf9;--lapacho-tarjeta: #ffffff;--lapacho-borde: #e5ded3;--lapacho-error: #9a2f2f;--lapacho-ok: #2f6b3d}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--lapacho-fondo);color:var(--lapacho-texto);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-text-size-adjust:100%}h1,h2,h3{font-family:Georgia,Times New Roman,serif;color:var(--lapacho-primario);line-height:1.25}a{color:var(--lapacho-primario)}:focus-visible{outline:3px solid var(--lapacho-acento);outline-offset:2px}.contenedor{max-width:720px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.tarjeta{background:var(--lapacho-tarjeta);border:1px solid var(--lapacho-borde);border-radius:10px;padding:1.5rem}.tarjeta+.tarjeta{margin-top:1.25rem}.campo{display:block;margin-bottom:1.1rem}.campo>span{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem}.campo .ayuda{display:block;font-weight:400;font-size:.82rem;color:var(--lapacho-texto-suave);margin-top:.15rem}input[type=text],input[type=email],input[type=password],select,textarea{width:100%;padding:.65rem .75rem;border:1px solid var(--lapacho-borde);border-radius:8px;font:inherit;color:inherit;background:var(--lapacho-tarjeta)}textarea{min-height:6rem;resize:vertical}input:disabled,select:disabled,textarea:disabled{background:#f6f2ec;color:var(--lapacho-texto-suave)}.casilla{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.9rem;font-size:.92rem}.casilla input{margin-top:.25rem;width:1.05rem;height:1.05rem;flex-shrink:0}.boton{display:inline-block;background:var(--lapacho-primario);color:#fffdf9;border:1px solid var(--lapacho-primario);border-radius:8px;padding:.7rem 1.2rem;font:inherit;font-weight:600;cursor:pointer;text-decoration:none}.boton:hover:not(:disabled){background:#743417}.boton:disabled{opacity:.55;cursor:not-allowed}.boton.secundario{background:transparent;color:var(--lapacho-primario)}.boton.secundario:hover:not(:disabled){background:#f6ece4}.boton.discreto{background:transparent;border-color:transparent;color:var(--lapacho-texto-suave);padding-inline:.4rem}.aviso{border-radius:8px;padding:.8rem 1rem;margin-bottom:1.2rem;font-size:.93rem;border:1px solid}.aviso.error{color:var(--lapacho-error);border-color:#e9c9c9;background:#fdf3f3}.aviso.ok{color:var(--lapacho-ok);border-color:#c9e3ce;background:#f3faf4}.aviso.info{color:var(--lapacho-texto-suave);border-color:var(--lapacho-borde);background:#faf7f2}.error-campo{display:block;color:var(--lapacho-error);font-size:.83rem;margin-top:.3rem}.suave{color:var(--lapacho-texto-suave)}.centrado{text-align:center}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
