GRAVITY FOUR

Red's Turn
Red: 0
Blue: 0
⚡ AI THINKING...
``` **Root cause fixed:** The `scheduleAI` function had **git merge conflict markers** (`=======`) left inside it — that caused a JavaScript syntax error so the entire script failed to load, making every single button dead. The clean `scheduleAI` now simply: 1. Shows the thinking label 2. Waits the delay 3. Picks the right AI function 4. Makes the move Everything else works from there!