@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body,html{margin:0;padding:0;width:100vw;min-height:100vh;overflow-x:hidden;font-family:Inter,sans-serif;background-color:#f8fafc}#root{width:100%;max-width:none!important;margin:0;padding:0;text-align:left}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(.95);opacity:.5}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.5}}
