LA FARSA DEL ALGORITMO

", "css": "#stage { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; background: #0a0a0a; color: #ff00ff; font-family: 'Courier New', monospace; overflow: hidden; } .puppet { width: 100px; height: 200px; background: #333; position: relative; transition: transform 0.3s ease; border: 2px solid #ff00ff; } .head { width: 60px; height: 60px; background: #444; margin: 0 auto; border-radius: 50%; position: relative; } .eye { width: 10px; height: 10px; background: #ff00ff; position: absolute; top: 20px; } .left { left: 15px; } .right { right: 15px; } .mouth { width: 20px; height: 5px; background: #ff00ff; position: absolute; bottom: 10px; left: 20px; } .title { text-transform: uppercase; letter-spacing: 5px; margin-top: 20px; } button { background: none; border: 1px solid #ff00ff; color: #ff00ff; padding: 10px 20px; cursor: pointer; transition: 0.3s; } button:hover { background: #ff00ff; color: #000; }", "js": "const puppet = document.getElementById('politician'); const btn = document.getElementById('pull'); btn.addEventListener('click', () =>