html,body{margin:0;height:100%;overflow:hidden;background:#050505;color:#eee;font-family:Courier New,monospace}body{display:flex;justify-content:center;align-items:flex-start;padding-top:20vh}.main{text-align:center}#title{opacity:0;letter-spacing:12px;transition:opacity 3s ease,letter-spacing 5s ease}#title.visible{opacity:1;letter-spacing:3px}#status{min-height:2em;opacity:0;transition:opacity 2s ease;margin-top:2rem}#status.visible{opacity:1}.hint{margin-top:3rem;color:#777;animation:blink 3s infinite}@keyframes blink{50%{opacity:.2}}.scanlines{position:fixed;inset:0;pointer-events:none;opacity:.08;background:repeating-linear-gradient(to bottom,transparent 0 2px,rgba(255,255,255,.12) 3px);animation:drift 60s linear infinite}@keyframes drift{from{background-position-y:0}to{background-position-y:120px}}.vignette{position:fixed;inset:0;box-shadow:inset 0 0 260px #000;pointer-events:none}