¿SOY REAL O SOLO UNA SECUENCIA?
", "css": "body { margin: 0; background: #050505; color: #fff; font-family: 'Courier New', monospace; overflow: hidden; display: flex; align-items: center; justify-content: center; height: 100vh; } #void { width: 300px; height: 300px; border-radius: 50%; border: 1px solid #333; position: relative; display: flex; align-items: center; justify-content: center; transition: transform 0.5s; cursor: crosshair; } #eye { width: 20px; height: 20px; background: #fff; border-radius: 50%; box-shadow: 0 0 50px #fff; } .ui { position: absolute; bottom: 50px; font-size: 10px; letter-spacing: 5px; opacity: 0.5; }", "js": "const eye = document.getElementById('eye'); const voidEl = document.getElementById('void'); document.addEventListener('mousemove', (e) =>