.container { position: relative; width: 100%; height: 100%; pointer-events: none; }
.ghost { position: fixed; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 1.5rem; line-height: 1.6; color: #e8e8e8; transition: opacity 0.3s ease; white-space: pre-wrap; max-width: calc(100% - 160px); }
.scanLine { position: fixed; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%); pointer-events: none; z-index: 100; }
