.toast-container.svelte-vydo2v{bottom:var(--space-6);right:var(--space-6);gap:var(--space-3);z-index:1000;pointer-events:none;flex-direction:column-reverse;display:flex;position:fixed}.toast.svelte-vydo2v{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);background:var(--bg-surface-3);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);pointer-events:auto;min-width:320px;max-width:420px;animation:svelte-vydo2v-slide-in-toast var(--duration-slow) var(--ease-spring);display:flex}.toast-dismissing.svelte-vydo2v{animation:svelte-vydo2v-slide-out-toast .2s var(--ease-out) forwards}.toast-icon.svelte-vydo2v{flex-shrink:0;align-items:center;padding-top:1px;display:flex}.toast-success.svelte-vydo2v .toast-icon:where(.svelte-vydo2v){color:var(--success)}.toast-error.svelte-vydo2v .toast-icon:where(.svelte-vydo2v){color:var(--error)}.toast-warning.svelte-vydo2v .toast-icon:where(.svelte-vydo2v){color:var(--warning)}.toast-info.svelte-vydo2v .toast-icon:where(.svelte-vydo2v){color:var(--info)}.toast-content.svelte-vydo2v{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.toast-title.svelte-vydo2v{font-size:var(--font-size-md);color:var(--text-primary);font-weight:600}.toast-message.svelte-vydo2v{font-size:var(--font-size-base);color:var(--text-secondary)}.toast-close.svelte-vydo2v{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);margin:calc(-1 * var(--space-2));background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-close.svelte-vydo2v:hover{background:var(--bg-surface-4);color:var(--text-primary)}@keyframes svelte-vydo2v-slide-in-toast{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes svelte-vydo2v-slide-out-toast{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}
