*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;height:100%}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes glow-effect{0%,to{filter:drop-shadow(0 0 5px #3b82f680)}50%{filter:drop-shadow(0 0 20px #3b82f6)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes typewriter{0%{opacity:0;width:0}to{opacity:1;width:100%}}@keyframes float{0%{opacity:.2;transform:translateY(0)}50%{opacity:.6}to{opacity:0;transform:translateY(-400px)}}@keyframes wave{0%,to{background-position:0 0}50%{background-position:600px 0}}.animate-pulse{animation:2s ease-in-out infinite pulse-glow}.animate-glow{animation:2s ease-in-out infinite glow-effect}.animate-fadeIn{animation:1.5s ease-out forwards fadeIn}.animate-slideIn{animation:1s ease-out forwards slideIn}.animate-typewriter{white-space:nowrap;border-right:3px solid;animation:3s steps(40,end) forwards typewriter,.5s step-end infinite blink;overflow:hidden}
