@keyframes meltdown-shake{0%{transform:translate(0,0) rotate(0);filter:blur(0px) hue-rotate(0deg)}25%{transform:translate(-5px,5px) rotate(-1deg);filter:blur(2px) hue-rotate(45deg)}50%{transform:translate(5px,-5px) rotate(1deg);filter:blur(4px) hue-rotate(90deg) contrast(2)}75%{transform:translate(-5px,-5px) rotate(-1deg);filter:blur(2px) hue-rotate(135deg)}100%{transform:translate(0,0) rotate(0);filter:blur(0px) hue-rotate(180deg)}}@keyframes void-pulse{0%,100%{opacity:.3}50%{opacity:.7}}.system-meltdown{animation:.2s infinite meltdown-shake;background-color:#200000!important}.system-meltdown *{color:red!important;text-shadow:0 0 10px red!important;border-color:red!important}.void-mode{background:#000!important}.void-cursor{color:#333;animation:4s infinite void-pulse;font-size:.8rem;margin-top:20px}