*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#030712;color:#f9fafb;min-height:100vh;-webkit-font-smoothing:antialiased}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(1.8);opacity:0}}@keyframes scanLine{0%{top:10%}50%{top:85%}to{top:10%}}.animate-fadeIn{animation:fadeIn .4s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-scan{animation:scanLine 2.5s ease-in-out infinite}