.chorus-loading{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.chorus-loading--viewport{width:100%;min-height:100dvh}.chorus-loading--fill{flex:1;width:100%;height:100%;min-height:200px}.chorus-loading__spinner{border:2px solid #2563eb26;border-top-color:#2563eb;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite chorus-loading-spin}.chorus-loading__spinner--large{border-width:3px;width:48px;height:48px}.chorus-loading__message{color:#9ca3af;margin:0;font-family:Plus Jakarta Sans,Outfit,system-ui,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.4}@keyframes chorus-loading-spin{to{transform:rotate(360deg)}}
