.toast-container.svelte-1cpok13{position:fixed;bottom:var(--space-6);right:var(--space-6);display:flex;flex-direction:column;gap:var(--space-2);z-index:1100;max-width:400px}.toast.svelte-1cpok13{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-panel);border:1px solid var(--border);border-left-width:3px;animation:svelte-1cpok13-slide-up var(--duration-slow) var(--ease-out)}.toast-success.svelte-1cpok13{border-left-color:var(--success)}.toast-error.svelte-1cpok13,.toast-warning.svelte-1cpok13{border-left-color:var(--warning)}.toast-info.svelte-1cpok13{border-left-color:var(--info)}.toast-icon.svelte-1cpok13{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:var(--radius-full);font-size:12px;font-weight:600}.toast-success.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:var(--surface-soft);color:var(--success)}.toast-error.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:var(--surface-soft);color:var(--warning)}.toast-warning.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:var(--surface-soft);color:var(--warning)}.toast-info.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:var(--surface-soft);color:var(--info)}.toast-message.svelte-1cpok13{flex:1;font:var(--text-small);color:var(--text-primary)}.toast-close.svelte-1cpok13{display:flex;padding:var(--space-1);border:1px solid transparent;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default)}.toast-close.svelte-1cpok13:hover{border-color:var(--border);background:var(--surface-soft);color:var(--text-primary)}.toast-close.svelte-1cpok13:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes svelte-1cpok13-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
