#root{width:100%;min-height:100vh;box-sizing:border-box}@media(min-width:481px){#root{background-color:#fff!important;max-width:480px;margin:0 auto}}.loading-dots{display:flex;gap:4px}.loading-dots span{width:8px;height:8px;background-color:#3182f6;border-radius:50%;display:inline-block;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}:root{font-family:sans-serif}*{-webkit-tap-highlight-color:transparent}body{margin:0;min-width:320px;min-height:100vh}@media(min-width:481px){body{display:flex;justify-content:center;align-items:flex-start;background-color:#f5f5f5!important}}
