@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);@keyframes fx-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.--ui-pointer{cursor:pointer}.--ui-pointer *{cursor:pointer}.--ui-hidden{display:none}.--ui-simple-loader::before{content:"";display:inline-block;box-sizing:border-box;width:.8em;height:.8em;border:solid .2em;border-color:#fff0 rgb(0 0 0 / .33) rgb(0 0 0 / .66) #000;border-radius:50%;animation:1s linear 0s infinite fx-spin}button,a{outline:none}