MEMORIA_FRAGMENTADA_01
", "css": "body { margin: 0; background: #050505; color: #444; font-family: monospace; display: flex; justify-content: center; align-items: center; height: 100vh; overflow: hidden; } #void { position: relative; } .glitch-text { font-size: 2rem; letter-spacing: 0.5rem; text-shadow: 0 0 10px #0f0; animation: flicker 4s infinite; } .pulse { width: 2px; height: 100px; background: #222; margin: 20px auto; animation: fade 2s infinite; } @keyframes flicker { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; transform: skewX(-10deg); } } @keyframes fade { 0% { opacity: 0.1; } 50% { opacity: 0.8; } 100% { opacity: 0.1; } }", "js": "document.addEventListener('mousemove', (e) =>