Here is your complete, zero-dependency, ultra-juicy arcade game contained entirely within a single HTML file. The game is called **NEON VORTEX**. You control a agile synthwave ship orbiting a collapsing gravitational core. Your objective is to absorb glowing energy fragments while dodging hyper-velocity neon asteroids that close in rhythmically from the screen edges. It features real-time procedural sound effects (Web Audio API), dynamic screen shake, particle explosions, a persistent high score system, and zero-friction instant restarts. ### How to Play: 1. Copy the code block below. 2. Open **Notepad** (or any text editor) on Windows and paste the code. 3. Save the file as `neon_vortex.html` (Make sure "Save as type" is set to **All Files**). 4. Double-click the file to launch it instantly in Edge, Chrome, or Firefox. 5. Use **Left/Right Arrow keys (or A/D)** to orbit, and **Spacebar** to start or fast-restart. ```html NEON VORTEX // Overdrive ```