:root{--azul:#185fa5;--azul-oscuro:#0c447c;--azul-claro:#e6f1fb;--rojo:#a32d2d;--rojo-claro:#fcebeb;--verde:#0f6e56;--verde-claro:#e1f5ee;--ambar:#854f0b;--ambar-claro:#faeeda;--texto:#1a1a1a;--texto-suave:#666;--borde:#e2e2e2;--fondo:#f5f6f8;--blanco:#fff}*{box-sizing:border-box}body{background:var(--fondo);color:var(--texto);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,sans-serif}input{font-family:inherit;font-size:15px}button{cursor:pointer;font-family:inherit}.modal-fondo{z-index:60;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal-caja{background:var(--blanco);border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:90vh;padding:20px;overflow-y:auto}@media (width>=640px){.modal-fondo{align-items:center}.modal-caja{border-radius:16px;margin:20px}}
