/* MathLive virtual keyboard must appear above Hugerte's modal.
   The keyboard uses CSS variable --keyboard-zindex (default 105),
   but Hugerte dialogs use z-index ~1300. Override to max. */
:root {
    --keyboard-zindex: 2147483647;
}