.init-toast.svelte-r63jw4{position:fixed;bottom:1.5rem;left:1.5rem;z-index:200;display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;border-radius:.625rem;border:1px solid var(--color-border);background:var(--color-surface, #fff);box-shadow:var(--shadow-pop);font-size:.8125rem;color:var(--color-text);max-width:28rem;animation:svelte-r63jw4-toast-in .2s ease}.init-toast--error.svelte-r63jw4{border-color:#f87171;background:#fef2f2;color:#b91c1c}[data-theme=dark] .init-toast--error.svelte-r63jw4{background:#2d1515;border-color:#7f1d1d;color:#fca5a5}.init-toast__spinner.svelte-r63jw4{flex-shrink:0;width:1rem;height:1rem;border:2px solid var(--color-border);border-top-color:var(--color-primary, #4f46ff);border-radius:50%;animation:svelte-r63jw4-spin .7s linear infinite}.init-toast__icon.svelte-r63jw4{flex-shrink:0;font-size:.75rem;font-weight:700}.init-toast__text.svelte-r63jw4{line-height:1.4;word-break:break-word}@keyframes svelte-r63jw4-spin{to{transform:rotate(360deg)}}@keyframes svelte-r63jw4-toast-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}
