.toast{position:fixed;right:20px;bottom:20px;z-index:50;background:#20251e;color:white;padding:12px 16px;border-radius:12px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}.toast.error{background:#a83232}