.message.svelte-lunbrj{background-color:surface-200;white-space:nowrap;background-color:var(--surface-200);padding:4px;border-radius:8px}.spinner.svelte-lunbrj{display:flex;align-items:center;justify-content:center;width:var(--size);height:var(--size)}.spinner-inner.svelte-lunbrj{transform:scale(var(--scale))}.ball-container.svelte-lunbrj{position:relative;width:44px;height:44px;animation:svelte-lunbrj-container-spin var(--duration) infinite}.ball.svelte-lunbrj{position:absolute;border-radius:9999px;width:20px;height:20px;animation:svelte-lunbrj-ball-squeeze var(--duration) infinite ease}.ball-top-left.svelte-lunbrj{background-color:var(--ball-top-left);top:0;left:0}.ball-top-right.svelte-lunbrj{background-color:var(--ball-top-right);top:0;left:24px}.ball-bottom-left.svelte-lunbrj{background-color:var(--ball-bottom-left);top:24px;left:0}.ball-bottom-right.svelte-lunbrj{background-color:var(--ball-bottom-right);top:24px;left:24px}@keyframes svelte-lunbrj-ball-squeeze{50%{opacity:50%;top:12px;left:12px}}@keyframes svelte-lunbrj-container-spin{50%{transform:rotate(360deg) scale(1.3)}to{transform:rotate(720deg) scale(1)}}
