#temas-intro-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:1050;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#00ffcc;font-family:'VT323',monospace;}
#terminal{width:90%;max-width:800px;background:#000;border:2px solid #00ffcc;padding:20px;box-shadow:0 0 20px #00ffcc;height:60vh;overflow-y:auto;white-space:pre-wrap;}
#cursor{display:inline-block;width:10px;height:1.2em;background:#00ffcc;animation:blink 1s step-end infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:0;}}
.scan-visual{position:absolute;width:100vw;height:100vh;background:radial-gradient(circle at center,rgba(0,255,204,.2)0%,transparent 60%);pointer-events:none;}