fix: add Cyrillic vowels to Vowel First solver so it works for Russian
VOWELS set was Latin-only (a,e,i,o,u), causing the solver to
degenerate into a random guesser for Russian words. Added Cyrillic
vowels (а,е,ё,и,о,у,ы,э,ю,я) so the algorithm works for both
languages. Fixes missing Vowel First replay for word 'хасид'.