*{margin:0;padding:0;box-sizing:border-box}:root{--vh: 1vh}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;overflow-x:hidden}#root{display:flex;flex-direction:column;height:100%}button{font-family:inherit;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}input,textarea,select{font-family:inherit;outline:none}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:0px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite;display:inline-flex}
