*{font-family:Open Sans,serif;--color: #833de7;--color-rgba: 132, 61, 231}html,body,app-root{width:100%;height:100%;padding:0;margin:0;overflow:hidden}body{display:flex;align-items:center;justify-content:center;font-size:16px}.skeleton{background-color:#eee;background-image:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200px 100%;background-repeat:no-repeat;display:inline-block;line-height:1;animation:skeleton-animation 1.5s ease-in-out infinite}.skeleton-text{background:linear-gradient(90deg,#888,#bbb,#888);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:skeleton-text 2s linear infinite}@keyframes skeleton-animation{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes skeleton-text{0%{background-position:0% center}to{background-position:-200% center}}
