*{box-sizing:border-box}html,body{overscroll-behavior-y:none;margin:0;padding:0}body{color:#263238;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{flex-direction:column;min-height:100svh;display:flex}button{font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}
