.toast-container.svelte-1cpok13{position:fixed;top:var(--space-4);right:var(--space-4);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-3);pointer-events:none;max-width:calc(100vw - var(--space-8))}.toast.svelte-1cpok13{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto;animation:svelte-1cpok13-toastSlideIn var(--transition-base) ease-out;max-width:400px}@keyframes svelte-1cpok13-toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-success.svelte-1cpok13{background:var(--color-success);color:#fff}.toast-error.svelte-1cpok13{background:var(--color-error);color:#fff}.toast-warning.svelte-1cpok13{background:var(--color-warning);color:#fff}.toast-info.svelte-1cpok13{background:var(--color-info);color:#fff}.toast-icon.svelte-1cpok13{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-message.svelte-1cpok13{flex:1;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight)}.toast-close.svelte-1cpok13{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-sm);opacity:.8;transition:opacity var(--transition-fast)}.toast-close.svelte-1cpok13:hover{opacity:1;background:#ffffff1a}@media(max-width:640px){.toast-container.svelte-1cpok13{top:auto;bottom:var(--space-4);left:var(--space-4);right:var(--space-4)}.toast.svelte-1cpok13{max-width:none}}
