<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Neon Orb</title> <style> html,body{ margin:0; background:#050505; overflow:hidden; font-family:Arial,Helvetica,sans-serif; } #ui{ position:fixed; top:15px; width:100%; text-align:center; color:#fff; font-size:14px; letter-spacing:1px; opacity:.8; } #game{ position:fixed; inset:0; } .orb{ width:18px; height:18px; position:absolute; border-radius:50%; background:radial-gradient(circle at 30% 30%, #fff, #00e5ff); box-shadow: 0 0 15px #00e5ff, 0 0 30px #00e5ff; } </style> </head> <body> <div id="ui">CLICK ANYWHERE • ORBS ...