Suspicious activity detected. Gargoyle AI is analyzing the threat pattern...
`; display.insertBefore(analyzingCard, display.firstChild); threatCounter++; setTimeout(() => { analyzingCard.remove(); const blockedCard = document.createElement('div'); blockedCard.className = 'threat-card blocked'; blockedCard.style.animationDelay = '0s'; blockedCard.innerHTML = `${threat.details}
`; display.insertBefore(blockedCard, display.firstChild); }, 1500); }