*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:auto;min-height:100vh;overflow:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}@media (max-width: 768px){html,body{font-size:14px;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}button,input,select,textarea{min-height:44px;touch-action:manipulation}*{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}div,main,section,article{-webkit-overflow-scrolling:touch}}@media (max-width: 480px){html,body{font-size:12px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(-20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes logoGlow{0%{opacity:.4;transform:scale(1)}to{opacity:.8;transform:scale(1.2)}}
