Options don’t save, validation callback not executed

<form action="" method="post">

should be

<form action="options.php" method="post">

Must have overcompensated for something there.