*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Courier New,Courier,monospace;background:#04040a;color:#c8b89a;height:100vh;overflow:hidden}button{font-family:inherit;cursor:pointer}textarea,input{font-family:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a1f10;border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes scanIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:none}}@keyframes typeIn{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes shake{0%,to{transform:none}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.anim-fade{animation:fadeIn .35s ease both}.anim-scan{animation:scanIn .25s ease both}.anim-shake{animation:shake .4s ease}
