.toast-container.svelte-zemmny{position:fixed;bottom:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:12px;max-width:400px}.toast.svelte-zemmny{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--color-surface-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-panel)}.toast-success.svelte-zemmny{border-color:var(--color-border-strong);background:linear-gradient(135deg,#4deee61a,#09231ff2)}.toast-error.svelte-zemmny{border-color:#ff6f7f5c;background:linear-gradient(135deg,#ff6f7f1a,#09231ff2)}.toast-warning.svelte-zemmny{border-color:#f5b85c57;background:linear-gradient(135deg,#f5b85c1a,#09231ff2)}.toast-info.svelte-zemmny{border-color:var(--color-border-strong);background:linear-gradient(135deg,#4deee614,#09231ff2)}.toast-icon.svelte-zemmny{width:24px;height:24px;flex-shrink:0}.toast-icon.svelte-zemmny svg:where(.svelte-zemmny){width:100%;height:100%}.toast-success.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:var(--color-accent)}.toast-error.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:var(--color-danger)}.toast-warning.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:var(--color-warning)}.toast-info.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:var(--color-accent)}.toast-message.svelte-zemmny{flex:1;font-size:.9rem;color:var(--color-text);margin:0;line-height:1.4}.toast-close.svelte-zemmny{width:20px;height:20px;padding:0;background:transparent;border:none;color:var(--color-muted-deep);cursor:pointer;flex-shrink:0;transition:color .2s}.toast-close.svelte-zemmny:hover{color:var(--color-text)}.toast-close.svelte-zemmny svg:where(.svelte-zemmny){width:100%;height:100%}@media(max-width:480px){.toast-container.svelte-zemmny{left:16px;right:16px;bottom:16px;max-width:none}}
