*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;font-family:'Courier New',Courier,monospace;font-size:18px;overflow:hidden;height:100vh;display:flex;align-items:center;justify-content:center}#terminal-container{width:90%;max-width:900px;padding:20px}#terminal-text{white-space:pre-wrap;word-wrap:break-word;line-height:1.6}.cursor{display:inline-block;width:10px;height:20px;background-color:#fff;margin-left:2px;animation:1s infinite blink}@keyframes blink{0%,49%{opacity:1}100%,50%{opacity:0}}#message-image{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:70%;max-height:70%;object-fit:contain}#message-image.visible{display:block;animation:.15s infinite flicker}#ransom-image{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:80%;max-height:80%;object-fit:contain}#ransom-image.visible{display:block;animation:.15s infinite flicker}@keyframes flicker{0%,100%,20%,40%,60%,80%{opacity:1}10%,70%{opacity:.95}30%,90%{opacity:.9}50%{opacity:.85}}