*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{color:#1a1a1a;background-color:#f4f5f7;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}input,button{font-family:inherit;font-size:1rem}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.pantalla-centrada{justify-content:center;align-items:center;min-height:100%;padding:1.5rem;display:flex}.tarjeta{background:#fff;border-radius:.75rem;width:100%;max-width:24rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.tarjeta h1{text-align:center;margin:0 0 1.5rem;font-size:1.25rem}.campo{flex-direction:column;gap:.375rem;margin-bottom:1.25rem;display:flex}.campo label{color:#374151;font-size:.875rem;font-weight:600}.campo input{border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem .75rem}.boton-primario{color:#fff;background-color:#1d4ed8;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-weight:600}.boton-primario:hover:not(:disabled){background-color:#1e40af}.boton-secundario{color:#1d4ed8;background-color:#0000;border:1px solid #1d4ed8;border-radius:.5rem;padding:.5rem 1rem;font-weight:600}.mensaje-error{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.25rem;padding:.625rem .75rem;font-size:.875rem}.mensaje-info{color:#1e3a8a;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin-bottom:1.25rem;padding:.625rem .75rem;font-size:.875rem}
